

/****************************************************************************/
.section-news-box .title-tag-box{
    margin-top: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    display:flex;
    align-items: center;

}
.section-news-box .title-tag-box span{
    background: rgba(0, 90, 230, 0.05);
    border: 1px solid #005AE6;
    font-size: 15px;
    font-weight: 400;
    color: #005AE6;
    padding:10px;
}
.section-news-box .title-tag-box a{
    color: #000;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
    margin-left: auto;
    display: flex;
    justify-items: center;
    opacity: 0.7;
}
.section-news-box .title-tag-box a img{
    margin-right: 5px;
    width:16px;
}
/************************************************************************/
.section-news-box .main-list-data{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;

}

.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: 5px;
}
.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;
}