.section-banner{
    position: relative;
}
.section-banner .img-box img{
    width: 100%;
}
.section-banner .index-banner-content{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;

}
.section-banner .index-banner-content .index-banner-title{
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    color: #000000;
}
.section-banner .index-banner-content .index-banner-desc{
    margin-top: 25px;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    color: #000000;
}
.section-banner .index-banner-content .index-banner-btn a{
    margin-top: 25px;
    width: 160px;
    height: 46px;
    opacity: 1;
    background: #2269f0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 46px;
    display: inline-block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.section-banner .index-banner-content .index-banner-btn a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    color: #fff;
}

/****************************************************************************/

/****************************************************************************/
.news_container{
    margin-top: 50px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position:relative;
}
.news_container .news_top_desc{
    display: flex;
    background: #FFFFFF;
}
.news_container .news_top_desc_left{
    width: 40%;
}
.news_container .news_top_desc_right{
    flex: 1;
    padding: 20px 50px 20px 30px;
    line-height: 28px;
}
.news_container .news_top_desc_right .news_top_desc_right_title{
    font-size: 20px;
    font-weight: 600;
    color: #333333;

}
.news_container .news_top_desc_right .tag-box{
    margin-top: 20px;
}
.news_container .news_top_desc_right .tag-box a{
    padding: 5px 10px;
    font-weight: 400;
    color:rgba(51, 51, 51, 0.64);
    background: #F8F9FB;
    margin-right: 10px;
}
.news_container .news_top_desc_right .news_top_desc_right_time{
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
}
.news_container .news_top_desc_right .news_top_desc_right_desc{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 20px;
}
.news_container .swiper_pagination_top_news{
    left: -40px;
    bottom: 30px;
}
.news_container .swiper-button-next{
    background-image:unset;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: translateX(40px);
}
.news_container .swiper-button-prev{
    background-image:unset;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: translateX(-40px);
}
.news_container .swiper-button-prev .fa-angle-left{
    font-size: 40px;
    width: 100%;
    height: 100%;
    display: inline-block;

    line-height: 80px;
    position: relative;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.news_container .swiper-button-next .fa-angle-right{
    font-size: 40px;
    width: 100%;
    height: 100%;
    display: inline-block;

    line-height: 80px;
    position: relative;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.news_container .swiper-button-next,.news_container .swiper-button-prev{
    width: 40px;
    height: 80px;
    background-color: rgba(34, 104, 240, 1);
    color: #ffffff;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    opacity: 1;

}

.news_container:hover .swiper-button-next,.news_container:hover .swiper-button-prev{
    transform: translateX(0px);
}
/*.news_container .swiper-button-next:hover,.section-banner .swiper-button-prev:hover{*/
/*    background-color: rgba(34, 104, 240, 1);*/
/*    color: #ffffff;*/
/*}*/

/************************************************************************/
.section-news-box .main-list-data{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;

}

.section-news-box .main-list-data li{
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 32%;
    margin-bottom: 40px;
    transition: all ease-in 0.3s;
    display: flex;
    flex-direction: column;
}
.section-news-box .main-list-data li:hover{
    margin-top: -20px;
}
.section-news-box .main-list-data li .content-box{
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.section-news-box .main-list-data li .title-box{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.section-news-box .main-list-data li .desc-box{
    font-size: 14px;
    font-weight: 400;
    color:rgba(0, 0, 0, 0.65);
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.section-news-box .main-list-data li .img-box img{
    width: 100%;
}
.section-news-box .main-list-data li .date-box{
    color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: space-between;
    line-height:70px;
}
.section-news-box .main-list-data li .date-box .tag-box a{
    padding: 5px 10px;
    font-weight: 400;
    color:rgba(51, 51, 51, 0.64);
    background: #F8F9FB;
    margin-right: 10px;
}
.section-news-box .main-list-data li .date-box .receive-box span{
    color:rgba(36, 104, 242, 1);
}
.report-appointment-box{
    height: 258px;
    background:url("https://ec-img.eccang.com/tmswms/eccang/img/2022/06/09/ec_1654755757.png") no-repeat center;
    background-size:100% 258px;
    display: flex;
    align-items: center;
    text-align: center;
}
.report-appointment-box .title{
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 60px;
}
.report-appointment-box .btn-box a{
    width: 160px;
    line-height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #2468F2;
    text-align: center;
    display:inline-block;
    margin-top: 15px;
}
/* 如果最后一行是1个元素 */
.section-news-box .main-list-data li:last-child:nth-child(3n - 1) {
    margin-right: calc(32% + 5.5% / 3);
}
.no-data{
    text-align: center;
    width: 100%;
    font-size: 30px;
    height: 500px;
    line-height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 50px;
}

