.news-list .news-left .news-con img{
    border-radius: 12px;
}
.huirui-news-read{
    padding: 80px 0;
}
.huirui-news-read .news-list{
    display: flex;
}
.news-list .news-left{
    width: calc(100% - 450px);
    padding-right: 120px;
}
.news-list .news-right{
    width: 450px;
}
.news-list .news-left .share{
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 16px;
}
.news-list .news-left .share .social-medias,
.news-list .news-left .share .social-medias li{
    margin: 0 !important;
}
.news-list .news-left .share .social-medias{
    gap: 6px;
}
.news-list .news-left .share .social-medias li img{
    width: 23px !important;
    height: 23px;
    object-fit: cover;
    border-radius: 3px;
}
.news-list .news-left .news-line{
    width: 100%;
    height: 1px;
    background: #666;
    opacity: 0.2;
    margin-top: 30px;
}
.news-list .news-left .news-con{
    margin-top: 24px;
}

.huirui-news-read .news-page{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.news-page .huirui-light-button{
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
}
.news-page .huirui-light-button:hover{
    background: var(--second-color);
    border: 1px solid var(--second-color);
}
.news-page .news-prev,
.news-page .news-next{
    display: flex;
    align-items: center;
    gap: 13px;
}
.news-page i{
    color: var(--primary-color);
    font-style: normal;
}

.news-right .right-news{
    margin-top: 48px;
    border-radius: 15px;
    background: #F9FAFB;
    /* padding: 0 30px; */
}
.news-right .right-con{
    position: sticky;
    top: 100px;
}
.news-right .right-news .right-news-item{
    padding: 0 30px;
    position: relative;
}
.news-right .right-news .right-news-item .item-con{
    padding: 30px 0;
    border-bottom: 1px solid #666;
}
.news-right .right-news .right-news-item:last-child .item-con{
    border-bottom: none;
}
.news-right .right-news .right-news-item .date{
    color: #666;
    margin-bottom: 16px;
}
.news-right .right-news .right-news-item .more{
    position: absolute;
    right: 30px;
    top: 40px;
    display: none;
}
.news-right .right-news .right-news-item:hover{
    background: var(--primary-color);
}
.news-right .right-news .right-news-item:hover .date,
.news-right .right-news .right-news-item:hover .huirui-small-title{
    color: #fff;
}
.news-right .right-news .right-news-item:hover .more{
    display: block;
}

@media screen and (max-width: 1280px) {
    .news-list .news-left{
        width: calc(100% - 350px);
        padding-right: 50px;
    }
    .news-list .news-right{
        width: 350px;
    }
}
@media screen and (max-width: 992px) {
    .news-list .news-right{
        width: 260px;
    }
    .news-list .news-left{
        width: calc(100% - 260px);
        padding-right: 30px;
    }
    .huirui-news-read .news-page{
        flex-wrap: wrap;
        gap: 20px;
    }
}
@media screen and (max-width: 768px) {
    .huirui-news-read .news-list{
        flex-direction: column;
        gap: 30px;
    }
    .news-list .news-right{
        width: 100%;
    }
    .news-list .news-left{
        width: 100%;
        padding-right: 0;
    }
}