.news-swiper-section{
    padding-top: 120px;
    background: RGBA(248, 248, 248, 1);
}
.news-swiper-section .swiper{
    border-radius: 20px;
}
.news-swiper-section .swiper-slide{
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
}    
.news-swiper-section .swiper-slide .pic{
    width: 48.75%;
}
.news-swiper-section .swiper-slide .pic img{
    height: 100%;
    object-fit: cover;
}
.news-swiper-section .swiper-slide .text-box{
    flex: 1;
    background: #F5F5F5;
    padding: 80px 53px;
    height: 452px;
}
.news-swiper-section .swiper-slide .date{
font-weight: 400;
font-size: 15px;
color: #BFBFBF;
line-height: 1;
}
.news-swiper-section .swiper-slide .text-title{
font-family: Microsoft YaHei;
font-weight: bold;
font-size: 22px;
color: #000000;
line-height: 1.36;
height: 2.72em;
margin-top: 20px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
transition: all .6s;
}
.news-swiper-section .swiper-slide:hover .text-title{
    color: #E50012;
}
.news-swiper-section .swiper-slide .text-des{
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #737373;
line-height: 1.71;
margin-top: 15px;
height: 5.13em;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
}
.view-more {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    gap: 10px;
    transition: all 0.3s ease-in-out;

}
.view-more .btn-arrow-red {
    width: 36px;
    height: 36px;
    background: #E50012;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.view-more .btn-arrow-red .iconfont {
    font-size: 18px;
}

.view-more:hover {
    color: #E50012;
}
.news-swiper-section .swiper-slide .view-more{
    margin-top: 24px;
}
.news-swiper-section .swiper-pagination{
    bottom: 60px;
    text-align: right;
    padding: 0 104px;
}
.news-swiper-section .swiper-pagination-bullet{
    width: 12px;
    height: 4px;
    background-color: #BFBFBF;
    border-radius: 2px;
    opacity: 1;
    transition: all .6s;
}
.news-swiper-section .swiper-pagination-bullet-active{
    width: 25px;
    background: #E50012;
}
.news-list-section{
    padding: 65px 0 119px;
    background: RGBA(248, 248, 248, 1);
}
.news-list-section .news-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}
.news-card .btn-point span:nth-child(1){
    background: RGBA(248, 248, 248, 1);
}
.news-card .btn-point span:nth-child(1)::after{
    background: radial-gradient(circle at 0 0, transparent 39.5px, RGBA(248, 248, 248, 1) 40px);
}
.news-card .btn-point span:nth-child(1)::before{
    background: radial-gradient(circle at 0 0, transparent 39.5px, RGBA(248, 248, 248, 1) 40px);
}
.news-list-section .pagination{
    margin-top: 52px;
}
.news-details{
    padding: 0 0 117px;
    background: RGBA(248, 248, 248, 1);
}
.news-details .main-flex{
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news-details .main-flex .article-content{
    width: 66.71%;
}
.news-details .main-flex .article-content .section-title{
    line-height: 1.46;
}
.news-details .main-flex .article-content .article-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.news-details .main-flex .article-content .news-date{
    display: flex;
    align-items: center;
font-weight: 400;
font-size: 14px;
color: #666666;
line-height: 24px;
gap: 10px;
}
.news-details .main-flex .article-content .news-date .iconfont{
    color: rgba(0, 0, 0, 1);
}
.news-details .main-flex .article-content .share-icons{
    display: flex;
    align-items: center;
font-weight: 400;
font-size: 15px;
color: #555555;
line-height: 26px;
gap: 10px;
}
.news-details .main-flex .article-content .share-icons a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
height: 30px;
background: #ADAAAA;
border-radius: 15px;
color: #fff;
transition: all .6s;
}
.news-details .main-flex .article-content .share-icons a:hover{
    background: #E50012;
}
.news-details .main-flex .article-content .article-body{
    margin-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, .05);
font-weight: 400;
font-size: 15px;
color: #555555;
line-height: 26px;
}
.news-details .main-flex .article-content .article-body *{
    all: revert;
}
.news-details .main-flex .article-content .article-body video,
.news-details .main-flex .article-content .article-body img{
    display: block;
    max-width: 100%;
}
.news-details .main-flex .article-content .return-wrap{
    margin-top: 40px;
    text-align: center;
}
.news-details .main-flex .article-content .return-wrap .btn-return{
    display: inline-flex;
    padding: 0 43px;
    line-height: 42px;
    border-radius: 26px;
    border: 2px solid rgba(229, 0, 18, 1);
    color: rgba(229, 0, 18, 1);
    gap: 0 9px;
    transition: all .6s;
}
.news-details .main-flex .article-content .return-wrap .btn-return:hover{
    background: #E50012;
    color: #fff;
}
.news-details .main-flex .sidebar{
    position: sticky;
    top: 131px;
    width: 26.71%;
    background: #FFFFFF;
border-radius: 15px;
padding: 46px 30px;
}
.news-details .main-flex .sidebar .section-title{
line-height: 1;
}
.news-details .main-flex .sidebar .line{
    width: 44px;
height: 3px;
background: #E50012;
margin-top: 13px;
}
.news-details .main-flex .sidebar .hot-list{
    margin-top: 30px;
}
.news-details .main-flex .sidebar .hot-list .hot-item{
    display: block;
    padding: 18px 0 22px;
    border-top: 1px solid rgba(232, 237, 240, .5);
}
.news-details .main-flex .sidebar .hot-list .hot-date{
font-weight: 400;
font-size: 14px;
color: #666666;
line-height: 1;
}
.news-details .main-flex .sidebar .hot-list .hot-item-img{
    margin-top: 11px;
    border-radius: 10px;
}
.news-details .main-flex .sidebar .hot-list .hot-link{
font-family: Microsoft YaHei;
font-weight: 400;
font-size: 16px;
color: #444444;
line-height: 28px;
margin-top: 20px;
transition: all .6s;
}
.news-details .main-flex .sidebar .hot-list .hot-item:hover .hot-link{
    color: #E50012;
}
@media (max-width:1199px) {
    .news-details .main-flex .article-content{
        width: 100%;
    }
    .news-details{
        padding-bottom: 75px;
    }
    .news-details .main-flex{
       margin-top: 45px;
    }
    .news-details .main-flex .sidebar{
        display: none;
    }
    .news-swiper-section{
        padding-top: 75px;
    }
    .news-list-section{
        padding: 45px 0 75px;
    }
    .news-list-section .pagination{
        margin-top: 45px;
    }
    .news-swiper-section .swiper-slide .text-box{
        height: 400px;
        padding: 50px 40px;
    }
    .news-swiper-section .swiper-pagination{
        bottom: 30px;
    }
}
@media (max-width:1024px) {
    .news-swiper-section .swiper-slide .text-title{
        margin-top: 15px;
        font-size: 20px;
    }
    .news-swiper-section .swiper-slide .text-box{
        padding: 40px 30px;
        height: 375px;
    }
    .news-swiper-section{
        padding-top: 65px;
    }
    .news-list-section{
        padding: 40px 0 65px;
    }
    .news-list-section .pagination{
        margin-top: 40px;
    }
    .news-details{
        padding-bottom: 65px;
    }
    .news-details .main-flex{
       margin-top: 40px;
    }
    .news-swiper-section .swiper-pagination{
        padding: 0 60px;
    }
    .news-list-section .news-list{
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 768px) {
    .news-swiper-section .swiper-slide{
        flex-direction: column;
    }
    .news-swiper-section .swiper-slide .pic{
        width: 100%;
    }
    .news-swiper-section .swiper-slide .text-box{
        padding-bottom: 50px;
    }
    .news-swiper-section{
        padding-top: 55px;
    }
    .news-list-section{
        padding: 30px 0 55px;
    }
    .news-list-section .pagination{
        margin-top: 30px;
    }
    .news-details{
        padding-bottom: 55px;
    }
    .news-details .main-flex .article-content .return-wrap,
    .news-details .main-flex{
       margin-top: 30px;
    }
    .news-swiper-section .swiper-pagination{
        padding: 0 30px;
    }
}
@media (max-width: 500px) {
    .news-list-section .news-list{
        grid-template-columns: repeat(1,1fr);
    }
    .news-swiper-section .swiper-slide .text-box{
        padding: 30px 25px 50px;
    }
    .news-swiper-section{
        padding-top: 45px;
    }
    .news-list-section{
        padding: 25px 0 45px;
    }
    .news-list-section .pagination{
        margin-top: 25px;
    }
    .news-details{
        padding-bottom: 45px;
    }
    .news-details .main-flex .article-content .article-body{
        margin-top: 22px;
    }
    .news-details .main-flex .article-content .return-wrap,
    .news-details .main-flex{
       margin-top: 25px;
    }
}