.newsBg{
    padding: 70px 0 0;
    background: url(../images/news/newsBg.png) center top no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}
.newsList{
    list-style: none;
    margin-bottom: .3rem;
}
.newsList li{
    margin-bottom: .2rem;
}
.newsLink{
    display: block;
    background-color: #F6F7F8;
    overflow: hidden;
}
.newsImg{
    float: left;
    width: 25%;
    height: 220px;
}
.imgc {
    height: 100%;
}

.newsText{
    padding: 30px 40px;
    overflow: hidden;
}
.newsTime{
    font-size: 14px;
    color: var(--baseColor);
    line-height: 1.8;
    font-family: 'DINCondensed';
    font-weight: bold;
}
.newsTit{
    margin: 0 0 .1rem;
}
.newsCon{
    margin: .15rem 0 .2rem;
    -webkit-line-clamp: 1;
}
.newsLink:hover .imgBg{
    transform: scale(1.05);
}
.newsLink:hover .hmMore i{
    background-position: right center;
}
.newsLink:hover .hmMore i:before{
    transform: rotate(180deg);
}

.textBg{
    margin-top: 100px;
    background: url(../images/news/textBg.png) center top fixed no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}
.textBg .topBg{
    background-color: transparent;
    border: none;
}
.newsTop{
    padding: .1rem 0;
    margin-bottom: .2rem;
    border-bottom: 1px solid #D8D8D8;
}
.newsName{
    line-height: 1.6;
}
.newsTop .time{
    margin: .1rem 0;
}
.newsTop .time span{
    padding: 0 .15rem;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
.newsTop .time span.data{
    background-image: url(../images/news/icon1.png);
}
.newsTop .time span.eye{
    background-image: url(../images/news/icon2.png);
}
.newsdetail{
    max-width: 1200px;
    line-height: 2;
    margin: .3rem auto;
}
.newsPage{
    line-height: 2;
    padding: .2rem 0 .3rem;
    border-top: 1px solid #D8D8D8;
}
.newsPage a{
    color: #999999;
}
.newsPage a i{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url(../images/prev4@2x.png) center center no-repeat;
    background-size: contain;
    margin-right: .1rem;
}
.newsPage p:nth-child(2) a{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.newsPage p:nth-child(2) a i{
    background-image: url(../images/next4@2x.png);
    margin: 0;
    margin-left: .1rem;
}


@media (max-width:1600px){
    .newsBg{
        padding: 3.65vw 0 0;
    }
    .newsImg{
        height: 100%;
    }
    .textBg{
        margin-top: 80px;
    }
    .newsText{
        padding: .2rem .3rem;
    }

}
@media (max-width:1400px){

}
@media (max-width:1200px){
    .newsBg{
        padding: .6rem 0 0;
    }
    .newsImg{
        height: 100%;
    }
    .textBg{
        margin-top: 60px;
    }
    .newsText{
        padding: 15px .2rem;
    }
    .newsCon{
        margin: .1rem 0;
    }

}
@media (max-width:991px){

}
@media (max-width:767px){
    .newsImg{
        height: 100%;
    }
    .newsTit{
        white-space: inherit;
        line-height: 28px;
        height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .newsCon{
        display: none;
    }

}
@media (max-width:640px){
    .newsImg{
        width: 33.33%;
        max-width: 150px;
        height: 100%;
    }
    .newsTit{
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .newsText{
        padding: 10px 15px;
    }
    .newsText .hmMore{
        display: none;
    }

}
@media (max-width:460px){
    .newsImg{
        width: 40%;
        height: 100%;
    }
    .textBg{
        margin-top: 50px;
    }
    .newsPage a i{
        width: 18px;
        height: 18px;
    }

}