.banner-dynamic {
    width:100%;
    height: auto;
}


.news-content-body {
    width: 100%;
    background: #192024;
    padding: 120px 0;
}
.news-content{
    max-width: 1392px;
    background: #1C2428;
    box-sizing: border-box;
    padding: 100px 116px;
    margin: 0 auto;
}
.news-content h3 {
    font-size:40px;
    color:#fff;
    line-height:56px;
}
.news-content-line {
    width:80px;
    height:2px;
    background:#18C29C;
    display: block;
    margin-top: 20px;
    margin-bottom: 48px;
}
.news-content-title {
    margin-bottom: 80px;
}
.article-box h6 {
    color: #fff;
    font-size: 14px;
}
.article-part-icon{
    width:86px;
    height:32px;
    border-radius:4px;
    border:1px solid #18C29C;
    font-size:14px;
    color:#18C29C;
    line-height:32px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 18px;
}
.part-icon-active{
    background: #18C29C;
    color: #fff;
}
.news-tab-list{
    float: left;
    display: inline-block;
    width: 32%;
    padding: 36px 20px;
    box-sizing: border-box;
    background: #2E393F;
    margin:0 2% 36px 0;
    position: relative;
    cursor: pointer;
}
.news-tab-list:nth-child(3n) {
    margin-right: 0;
}
.news-tab-list:hover {
    background: #079E7C;
    top: -20px;
}
.news-tab-list:hover .news-sort{
    border:1px solid rgba(255,255,255,0.7);
    color:rgba(255,255,255,0.7);
}
.news-tab-list:hover .news-view{
    color: #fff;
}
.news-img{
    width: 108%;
    height:220px;
    display: block;
}
.news-type {
    margin-top: 20px;
    margin-bottom: 24px;
}
.news-sort{
    width:86px;
    height:32px;
    border-radius:4px;
    border:1px solid #18C29C;
    line-height: 32px;
    box-sizing: border-box;
    color: #18C29C;
    font-size: 14px;
    float: left;
    text-align: center;
}
.news-data {
    float: right;
}
.news-data i {
    margin-right: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}
.news-data span {
    font-size: 13px;
    line-height: 32px;
    color: #18C29C;
}
.news-title{
    font-size:16px;
    font-weight:500;
    color: #fff;
    line-height:24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-summary {
    height: 44px;
    margin-top: 14px;
    margin-bottom: 24px;
    font-size:14px;
    color:rgba(255,255,255,0.7);
    line-height:22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-view {
    text-align: right;
    color: #18C29C;
}
.news-view span {
    font-size:14px;
    line-height:20px;
    margin-right: 12px;
}
.news-view i {
    font-size: 14px;
}

.news-detail-banner{
    width:100%;
    height: auto;
}

.news-detail-body {
    width: 100%;
    background: #fff;
}
.articleContent{
    margin: 0 auto;
    max-width:1160px;
    position: relative;
    top: -180px;
}
.right-content{
    width: 75%;
    margin-left: 3%;
    float: left;
}
.detail-img {
    width: 100%;
}
.detail-main {
    width: 86%;
    box-sizing: border-box;
    background: #F8F9F9;
    padding: 80px 67px;
    position: relative;
    top: -254px;
}
.fill {
    margin-top: -310px;
    height: 20px;
    width: 100%;
}
.detail-header {
    margin-bottom: 54px;
}
.left-content h1{
    font-size: 40px;
    line-height: 56px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 80px;
}
.left-content p{
    color: #4C5A6A;
    font-size:14px;
    line-height: 22px;
    margin-bottom: 36px;
}
.left-content img{
    max-width: 100%;
    margin-bottom: 48px;
    height: auto !important;
}
.left-content p img{
    margin-bottom: 0;
}
.left-content .article{
    width: 100%;
}
.left-content .article p{

    width: 100%;
    min-height: 40px;
    line-height: 40px;
    margin: 0;
}
.left-content .article p span{
    color: #18C29C;;
}
.right-list-msg{
    width:22%;
    float: left;
    background: #F8F9F9;
}
.recentlyNews {
    padding:0 24px;
}
.recently-list-title{
    font-size: 14px;
    margin-bottom: 20px;
}
.recently-list-title img{
    display: inline-block;
    float: left;
    width: 10%;
    margin-right: 2%;
    margin-top: 5px;
}
.recently-list-title a{
    display: inline-block;
    float: left;
    width: 88%;
    height:32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.7);
}
.recently-octa{
    font-size: 16px;
    margin:40px 0 24px;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 13px;
}
.left-content ul{
    margin-bottom: 36px;
}
.left-content ul li{
    list-style-type: disc;
    color: #18c29c;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
    margin-left: 20px;
}

.left-content ul li>p{
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .mobile-header {
        width: 100%;
        height: 66px;
    }
    .banner-dynamic {
        width: 100%;
        height:200px;
    }
    .news-content-body {
        padding: 100px 0 130px;
    }
    .news-content {
        padding: 67px 24px 82px;
    }
    .news-content h3 {
        text-align: center;
    }
    .news-content-line {
        margin: 20px auto 48px;
    }
    .news-content-title {
        margin-bottom: 36px;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        padding-bottom: 12px;
    }
    .article-part-icon {
        flex: none;
    }
    .news-tab-list{
        float:none;
        display: block;
        width: 100%;
        margin:0 0 25px 0;
    }
    .news-tab-list:nth-child(3n + 2) {
        margin-top: 0;
    }
    .news-img {
        width: 110%;
    }
    .news-title {
        white-space: normal;
    }
    .news-summary {
        height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: inherit;
        overflow: visible;
    }
    .article-box{
        border:none;
        margin:0;
        background: none;
        padding:0;
    }
    .news-detail-banner {
        width: 100%;
        height:200px;
    }
    .articleContent {
        width: 100%;
        top: -88px;
        padding: 0;
    }
    .right-list-msg{
        display: none;
    }
    .left-content h1{
        font-size:24px;
        line-height:33px;
        margin-bottom: 24px;
    }
    .right-content {
        margin: 0 24px;
        float: none;
        width: auto;
    }
    .detail-img {
        width: calc(100% + 24px);
    }
    .detail-main {
        width: 100%;
        top: -68px;
        padding: 48px 16px;
    }
    .fill {
        display: none;
    }
}

