.news-top{
    position: relative;
    padding: .6rem;
    border-radius: 8px;
    background-color: #FBFBFB;
}
.news-top-img{
    display: block;
    flex-shrink: 0;
    width: 47.3%;
    max-width: 700px;
    margin-right: 4%;
    min-height: 4.3rem;
    overflow: hidden;
}
.news-top-img .imgBg{
    height: 100%;
    transition: all 1s;
}
.news-top-img:hover .imgBg{
    transform: scale(1.05);
}
.news-top-right{
    flex: auto;
    padding-bottom: 80px;
    overflow: hidden;
}
.news-top-title{
    color: #333333;
    line-height: 26px;
    margin: .2rem 0;
    height: 52px;
    -webkit-line-clamp: 2;
}
.news-top-title a{
    color: #333333;
    transition: all .3s;
}
.news-top-title a:hover{
    color: var(--baseColor);
}
.news-top-con{
    line-height: 26px;
    margin: .2rem 0;
    height: 156px;
    -webkit-line-clamp: 6;
}
.news-top-time{
    margin: .2rem 0;
}
.news-btn{
    position: absolute;
    left: 51.3%;
    bottom: .8rem;
    z-index: 1;
}

.news-list{
    list-style: none;
    margin: 0 -.3rem .6rem;
}
.news-list li{
    width: 33.33%;
    padding: 0 .3rem;
    margin-top: .6rem;
}
.news-link{
    display: block;
    height: 100%;
}
.news-img{
    border-radius: 8px;
    padding-bottom: 64%;
}
.news-title{
    line-height: 26px;
    margin: .2rem 0;
    transition: all .3s;
}
.news-con{
    line-height: 26px;
    height: 52px;
    margin: .2rem 0;
    -webkit-line-clamp: 2;
}
.news-link:hover .imgBg{
    transform: scale(1.05);
}
.news-link:hover .news-title{
    color: var(--baseColor);
}

.news-head{
    border-bottom: 1px solid #D8D8D8;
}
.news-head p{
    margin-bottom: .15rem;
}
.news-name{
    line-height: 1.4;
    margin-bottom: .1rem;
}
.news-text{
    margin: .4rem 0 .8rem;
}
.news-page{
    margin: .3rem 0;
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
}
.news-page img{
    position: relative;
    top: -2px;
}
.news-page strong{
    color: var(--baseColor);
}
.news-page p{
    margin: .1rem 0;
    font-weight: bold;
}
.news-page a{
    color: #222222;
    transition: all .3s;
}
.news-page a:hover{
    color: var(--baseColor);
}
.news-item{
    width: 50%;
    padding: .1rem .2rem;
}
.news-next{
    border-left: 1px solid #DDDDDD;
    text-align: right;
}
.news-prev img{
    margin-right: 5px;
}
.news-next img{
    margin-left: 5px;
}
.go-list{
    position: relative;
    max-width: 160px;
    line-height: calc(30px + .2rem);
    border: 1px solid var(--baseColor);
    margin: .3rem 0 .6rem;
}
.go-list a{
    position: relative;
    display: block;
    background: #0F71FE;
    transition: all .3s linear;
}
.go-list a:hover{
    opacity: .9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


@media (max-width:1600px) {
    
}

@media (max-width:1200px) {
    .news-top{
        padding: .3rem;
    }
    .news-top-img{
        min-height: 0;
    }
    .news-top-right{
        padding-bottom: 50px;
    }
    .news-top-title{
        margin: .1rem 0;
    }
    .news-top-con{
        margin: .1rem 0;
    }
    .news-top-time{
        margin: .1rem 0;
    }
    .news-btn{
        bottom: .4rem;
    }
    .news-list{
        margin: .3rem -.1rem .6rem;
    }
    .news-list li{
        padding: 0 .1rem;
        margin-top: .2rem;
    }
    .news-title{
        margin-bottom: .1rem;
    }
    .news-con{
        margin: .1rem 0;
    }

}
@media (max-width:991px) {
    .news-top-title{
        font-size: 16px;
    }
    .news-title{
        font-size: 16px;
    }
    .news-text{
        margin: .4rem 0 .6rem;
    }
    .news-page{
        display: block;
    }
    .news-item{
        width: 100%;
    }
    .news-next{
        border: none;
        border-top: 1px solid #DDDDDD;
        text-align: left;
    }
}
@media (max-width:767px) {
    .news-top-item{
        display: block;
    }
    .news-top-img{
        width: 100%;
        max-width: 100%;
        margin: 0 0 .2rem;
    }
    .news-top-img .imgBg{
        height: 0;
        padding-bottom: 61%;
    }
    .news-top-right{
        padding-bottom: 0;
    }
    .news-top-title{
        height: auto;
        -webkit-line-clamp: 1;
    }
    .news-top-con{
        height: auto;
        -webkit-line-clamp: 4;
    }
    .news-btn{
        position: static;
    }
    .news-list li{
        width: 50%;
    }
}
@media (max-width:460px) {
    .news-list li{
        width: 100%;
    }
    
}