.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.tab-panel {
    padding-bottom: 20px;
}

.content {
    padding-top: 93px;
    background: #fff;
}

.tab {
    display: flex;
    margin-bottom: 50px;
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.tab span {
    flex: 1;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 22px;
    position: relative;
    cursor: pointer;
}

.tab span:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 60px;
    background: #e6e6e6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tab span.active {
    color: #0088f5;
}

.tab span.active:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #0088f5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.list-col {
    display: flex;
}

.list-col a,
.list-row a {
    color: #333;
}

.list-col li {
    width: 400px;
    background: #fff;
    padding: 30px;
}

.list-col li .date {
    color: #666;
    margin-bottom: 10px;
    font-size: 22px;
}

.list-col li .year {
    color: #999;
    margin-bottom: 20px;
}

.list-col li h5 {
    font-size: 18px;
    margin-bottom: 6px;
    height: 50px;
    display: flex;
    align-items: center;
}

.list-col li .text {
    line-height: 30px;
    color: #666;
    margin-bottom: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-col li .pic {
    width: 100%;
    height: 210px;
    background: #f5f5f5;
}

.list-col li .pic img {
    width: 100%;
    height: 100%;
}

.list-col li.active,
.list-col li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    position: relative;
}

.list-row {
    padding-top: 30px;
}

.list-row li a {
    padding: 30px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    display: flex;
}

.list-row li .pic {
    width: 250px;
    height: 154px;
    margin-right: 30px;
    background: #f5f5f5;
}

.list-row li .pic img {
    width: 100%;
    height: 100%;
}

.list-row li .meta {
    flex: 1;
    position: relative;
}

.list-row li h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400;
}

.list-row li .text {
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-row li .date {
    color: #999;
    position: absolute;
    bottom: 0;
    left: 0;
}

.list-col li a:hover h5,
.list-row li a:hover h5 {
    color: #0088f5;
}


/* 分页 */
[hidden] {
    display: none !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.pagin {
    padding-top: 15px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagin .pagination .page-item .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    margin-right: 20px;
    text-align: center;
    line-height: 27px;
    color: #333333;

}

.pagin .pagination .active .page-link {
    background-color: #0088F5;
    border: solid 1px #0088F5;
    color: #fff;
}

.pagin .pagination .page-item .ellipsis {
    border: none;
}

.pagin .pagination .page-item .left .iconfont {
    color: #999999;
}

.pagin .pagination .page-item .right {
    color: #0088F5;
    border-color: #0088F5;
    border-radius: 0;
}

.page-item:first-child .page-link {
    border-radius: 0;
}

.ellipsis {
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner {
    width: 100%;
    height: 360px;
    background: url("/static/images/base/company_news_banner.png") no-repeat center;
}

/* .关于我们 */
.about {
    width: 100%;
    height: 360px;
    background-image: url(/static/images/m2/dynamic.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    margin-top: 0px;
}

.about-item {
    margin: 0 auto;
    width: 1200px;
    height: 360px;
    overflow: hidden;
}

.about-item h2 {
    font-size: 54px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    margin-top: 101px;
    margin-bottom: 39px;
}

.about-item p {
    font-size: 44px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}

