section {
    background-color: #fff;
    width: 100%;
    height: 460px;

    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
section .swiper-container {
    height: 460px;
}
section .swiper-container-horizontal>.swiper-pagination {
    left: 0;
    width: calc(100% - 190px);
}
section .swiper-pagination-bullet-active {
    background: #e94708;
}
section .banner-nav {
    width: 190px;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    padding: 22px;

    z-index: 1;
    background-color: rgba(0,0,0,0.8);

    box-sizing: border-box;
}
section .banner {
    width: 730px;
    margin-left: 190px;
}
section .banner-ul .banner-li {
    margin-bottom: 23px;
    font-weight: 400;
}
section .banner-li .nav-li-title {
    color: #fff;
    font-weight: 600;
}
section .banner-li .nav-li-subtitle {
    margin-top: 1px;
}
section .banner-li .nav-li-subtitle a {
    color: #D5D5D5;
    font-size: 14px;
    margin-right: 12px;
}
section .banner-li .nav-li-subtitle a:last-child {
    margin-right: 0px;
}
section .banner a img {
    width: 100%;
    height: 100%;
}
.main-content {
    flex: 1;
    overflow: hidden;
}

.weiImage {
    width: 80px;
    height: 50px;
    margin-right: 17px;
}
.weiImage img {
    width: 100%;
    height: 100%;
}
.weiDesc {
    text-align: justify;
}
.list .list-li {
    margin-bottom: 29px;
}
.list .list-li:last-child {
    margin-bottom: 0px;
}
.list-box {
    width: 880px;
    text-align: justify;
}

.topic-ul .topic-li a {
    width: 280px;
    height: 175px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.topic-ul .topic-li .topic-info {
    position: absolute;
    z-index: 1;
    padding: 21px 22px;

    width: 100%;
    box-sizing: border-box;
}
.topic-ul .topic-li .topic-info .t-title {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
}
.topic-ul .topic-li .topic-info .t-subtitle {
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: #ffffff;
    margin-top: 3px;
}
.topic-ul .topic-li .topic-info .t-subtitle2 {
    margin-top: 40px;
}

.list-li .activity {
    height: 150px;
}
.list-li .export {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-right: 20px;
}
.list-li .export-tag {
    font-size: 12px;
    margin: 12px 0px 6px;
    color: #666666;
}
.list-li .export-company {
    font-size: 12px;
    color: #999999;
}
.load-more {
    text-align: center;
    font-size: 16px;
    color: #999999;
    margin-bottom: 40px;
    cursor: pointer;
}

.article-sub-info .tag i, .article-sub-info .tag span, .article-sub-info .article-publish-time span {
    font-size: 12px;
    color: #999;
}
.article-sub-info .tag span {
    margin-right: 10px;
}
.article-sub-info .wrap-tag {
    padding: 0px 6px;
    margin-right: 10px;
    border: 1px solid #999;
    border-radius: 15px;
    color: #999;
    font-size: 12px;
}
.article-title {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 10px;
}
.article-title:hover {
    color: #e94708;
}