.news-list{
    margin: 64px -16px;
}
.news-list li{
    width: 33.33%;
    padding: 16px;
}
.news-link{
    display: block;
    padding: .24rem;
    background: #F5F5F7;
    border-radius: 15px;
    transition: all .3s;
}
.news-img{
    border-radius: 15px;
    padding-bottom: 69.5%;
    margin-bottom: .1rem;
}
.news-time{
    color: #747474;
    line-height: 1;
    margin: .15rem 0;
}
.news-title{
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    margin-bottom: .2rem;
    font-weight: bold;
    transition: all .3s;
}
.news-con{ 
    color: #747474;
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    margin-bottom: .3rem;
}
.news-more{
    display: flex;
    align-items: center;
}
.news-more i{
    display: block;
    width: 7px;
    height: 11px;
    background: url(../images/icon-more.png) right center no-repeat;
    background-size: contain;
    margin-left: .1rem;
}
.news-link:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.1);
}
.news-link:hover .news-img .imgBg{
    transform: scale(1.05);
}
.news-link:hover .news-title{
    color: var(--main-color);
}

.news-box{ 
    padding: 0 0 .6rem;
}
.news-left{
    float: left;
    width: 66%;
    max-width: 820px;
}
.news-name{
    line-height: 1.5;
    margin-bottom: .4rem;
}
.news-clock{
    padding: .1rem 0;
    margin-bottom: .4rem;
    border-bottom: 1px solid #DEDEDE;
}
.news-text{
    line-height: 1.8;
}
.news-text p{
    text-indent: 2em;
    margin: .1rem 0;
}
.news-text img{
    display: block;
    margin: 0 auto;
}
.news-right{
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
    float: right;
    width: 30%;
    max-width: 340px;
}
.news-h3{
    margin-bottom: .4rem;
    border-bottom: 1px solid #DEDEDE;
}
.news-h3 span{
    display: block;
    width: fit-content;
    margin-bottom: -1px;
    border-bottom: 2px solid #000000;
}
.news-related li{
    margin-top: .3rem;
}
.news-pic{
    flex-shrink: 0;
    width: 116px;
    margin-right: .2rem;
    border-radius: .1rem;
    overflow: hidden;
}
.news-pic .imgBg{
    height: 80px;
    transition: all .3s;
}
.news-info{
    flex: auto;
    overflow: hidden;
}
.news-info h4{
    -webkit-line-clamp: 2;
    transition: all .3s;
}
.news-info p{
    color: #919191;
    margin-top: .14rem;
}
.news-href:hover .news-pic .imgBg{
    transform: scale(1.05);
}
.news-href:hover .news-info h4{
    color: var(--main-color);
}

@media (max-width:1600px) {
        
}
@media (max-width:1400px) {

}
@media (max-width:1200px) {
    .news-list{
        margin: .4rem -.1rem;
    }
    .news-list li{
        padding: .1rem;
    }
    .news-link{
        padding: .15rem;
    }
    .news-title{
        margin-bottom: .1rem;
    }
    .news-con{
        margin-bottom: .15rem;
    }

    .news-name{
        margin-bottom: .2rem;
    }
    .news-clock{
        margin-bottom: .2rem;
    }
    .news-text p{
        margin: .05rem 0;
    }
    .news-h3{
        margin-bottom: .2rem;
    }
    .news-related li{
        margin-top: .2rem;
    }
    .news-info p{
        margin-top: .1rem;
    }
}
@media (max-width:991px) {
    .news-list li{
        width: 50%;
    }
    .news-title{
        font-size: 16px;
    }
    .news-left{
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .news-right{
        width: 100%;
        max-width: 100%;
    }
    .news-related{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -.1rem;
    }
    .news-related li{
        width: 50%;
        padding: 0 .1rem;
    }
}
@media (max-width:767px) {
        
}
@media (max-width:640px) {
    .news-related li{
        width: 100%;
    }
    
}
@media (max-width:460px) {
    .news-list li{
        width: 100%;
    }
    .news-link{
        padding: .2rem .2rem .3rem;
    }
    .news-title{
        height: auto;
    }
    .news-con{
        height: auto;
    }
}