.newsList{
    list-style: none;
    margin: 0 -.1rem .2rem;
}
.newsList li{
    width: 33.33%;
    padding: 0 .1rem;
    margin-bottom: .2rem;
}
.newsLink{
    display: block;
    height: 100%;
    padding: .3rem .3rem .2rem;
    background-color: #FFFFFF;
}
.newsImg{
    padding-bottom: 62.27%;
    margin-bottom: 5px;
}
.newsText{
    overflow: hidden;
}
.newsTit{
    line-height: 22px;
    height: 44px;
    margin: .15rem 0;
    -webkit-line-clamp: 2;
    transition: all .3s;
}
.newsCon{
    line-height: 22px;
    height: 44px;
    margin: .15rem 0;
    -webkit-line-clamp: 2;
}
.newsLink:hover .imgBg{
    transform: scale(1.05);
}
.newsLink:hover .newsTit{
    color: var(--baseColor);
}

.newsBox{
    padding: .8rem 0;
}
.newsLeft{
    float: left;
    width: 67%;
    max-width: 931px;
    margin-bottom: .2rem;
}
.newsRight{
    position: sticky;
    position: -webkit-sticky;
    top: 110px;
    float: right;
    width: 30%;
    max-width: 380px;
    overflow: hidden;
}
.newsName{
    line-height: 1.2;
    margin-bottom: .3rem;
}
.newsInfo{
    padding-bottom: .1rem;
    margin-bottom: .3rem;
    border-bottom: 1px solid #DEDEDE;
}
.newsFrom span{
    margin-right: .2rem;
}
.newsFrom span img{
    max-width: 16px;
    vertical-align: middle;
    margin-right: .1rem;
    margin-top: -2px;
}
.shareList .social-share-icon{
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.shareList .social-share-icon:hover{
    color: #FFFFFF;
}
.shareList .icon-wechat .wechat-qrcode{
    top: calc(100% + 20px) !important;
}
.shareList .icon-wechat .wechat-qrcode:after{
    border-color: transparent transparent #f3f3f3 transparent !important;
    top: auto !important;
    bottom: 100% !important;
}
.shareList .icon-wechat,
.shareList .icon-wechat:hover{
    background-color: #0EB253;
}
.shareList .icon-weibo,
.shareList .icon-weibo:hover{
    background-color: #E71F19;
}
.shareList .icon-qq,
.shareList .icon-qq:hover{
    background-color: #00B8FF;
}

.rightH2{
    line-height: 30px;
    border-bottom: 1px solid #DEDEDE;
}
.rightH2 span{
    display: block;
    width: fit-content;
    padding-bottom: .1rem;
    border-bottom: 1px solid var(--baseColor);
    margin-bottom: -1px;
}
.hotList{
    list-style: none;
}
.hotList li{
    margin: .4rem 0;
}
.hotLink{
    overflow: hidden;
}
.hotImg{
    float: left;
    width: 33.33%;
    max-width: 116px;
    height: 72px;
    margin-right: .2rem;
    overflow: hidden;
}
.hotImg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s linear;
}
.hotText{
    font-size: 14px;
    color: #919191;
    overflow: hidden;
}
.hotTit{
    line-height: 20px;
    margin-bottom: 14px;
    font-weight: normal;
    -webkit-line-clamp: 2;
    transition: all .3s;
}
.hotLink:hover .hotTit{
    color: var(--baseColor);
}
@media (max-width:1600px) {
    .newsRight{
        top: 90px;
    }
}

@media (max-width:1200px) {
    .newsLink{
        padding: .2rem .2rem .1rem;
    }

    .newsBox{
        padding: .3rem 0;
    }
    .newsLeft,
    .newsRight{
        float: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: .2rem;
        animation-name: fadeInUp;
    }
    .hotList{
        margin-top: .3rem;
    }
    .hotList li{
        margin: .15rem 0;
    }
}
@media (max-width:767px) {
    .newsList li{
        width: 50%;
    }
}
@media (max-width:460px) {
    .newsList li{
        width: 100%;
    }
    .newsTit{
        height: auto;
    }

    .newsInfo{
        display: block;
    }
    .shareList{
        margin-top: 5px;
    }
    .shareList .social-share-icon{
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
}