.banner-content-box{
    display: flex;
}
.banner-content-box .left-box{
    position: relative;
    width: 66%;
}
.banner-content-box .left-box .img-box img{
    width: 100%;
    border-radius: 4px;

}
.banner-content-box .left-box .news-title{
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 20px 16px;
    font-size: 16px;
    background-image: linear-gradient(
            180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.50) 100%);
    width: 100%;
    margin: 0;
}
.banner-content-box .right-box{

    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.banner-content-box .right-box .img-box img{
    width: 100%;
    border-radius: 4px;
}
.banner-content-box .right-box .title-box{
    font-weight: bold;
    line-height: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 15px 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(
            180deg, rgba(207, 246, 255,0.00) 0%, rgba(207, 246, 255, 0.50) 100%);
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.banner-content-box .top-flag-box{
    position: relative;
}
.banner-content-box .bottom-flag-box{
    position: relative;
    margin-top: auto;
}


.section-box{
    margin-top: 20px;
}
.section-box .main-box .nav-box{
    line-height: 4.8rem;
    border-bottom: 1px solid rgba(229, 230, 235, 1);
}
.section-box .main-box .nav-box ul{
    display: flex;
}
.section-box .main-box .nav-box a{
    display: inline-block;
    padding: 0 1.6rem;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: rgba(78, 89, 105, 1);
    text-align: center;
    position: relative;
}

.section-box .main-box .nav-box a.active{
    color: #207DFF;
}
.section-box .main-box .nav-box a.active:before{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.4rem;
    margin: auto;
    width: 100%;
    border-bottom: 3px solid rgba(22, 93, 255, 1);
}
.main-box .list-box{
    height: 22.4rem;
    display: flex;
    margin-top: 2.4rem;
    background: linear-gradient(304.17deg, rgba(253, 254, 255, 0.6) -6.04%, rgba(244, 247, 252, 0.6) 85.2%);
    backdrop-filter: blur(18px);
    border-radius: 1.2rem;
    padding: 1.2rem;
}
.main-box .list-box a{
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 11.24px 0px 37.48px 0px rgba(34, 87, 188, 0.1);
    display: flex;
    padding: 2.4rem;
    border-radius: 0.8rem;
    flex: 1;
}
.main-box .list-box .img-box{

    height: 100%;
    margin-right: 3rem;

}
.main-box .list-box .img-box img{
    height: 100%;
    border-radius: 0.6rem;
}
.main-box .list-box .content-box{
    flex: 1;
}
.main-box .list-box .title-box{
    padding-right: 21px;
    max-width: 100%;
    display: inline-flex;
    line-height: 2.2rem;
    font-size:1.6rem;
    color:rgba(29, 33, 41, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-box .list-box .desc-box{
    margin-top: 1.6rem;
    font-weight: 400;
    font-size:1.4rem;
    color: rgba(78, 89, 105, 1);
    line-height:2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-box .list-box .date-box{
    display: flex;
    margin-top: 1.6rem;
}
.main-box .list-box .date-box .tag-box span{
    height:2rem;
    display: inline-block;
    margin-right:1.6rem;
    padding: 0 0.8rem;
    line-height:2rem;
    font-weight: 400;
    color:  rgba(22, 93, 255, 1);
    font-size: 1.2rem;
    background: rgba(232, 243, 255, 1);
    border-radius: 3rem;
}
.main-box .list-box .date-box .time-box{
    font-size: 1.4rem;
    color: rgba(78, 89, 105, 1);
    margin-left: auto;
}

.icon-fire-box{
    margin-left: 0.5rem;
    width: 2rem;
    height: 2rem;
}
@media screen and (max-width: 768px){
    .banner-content-box{
     margin-top: 20px;
     flex-wrap: wrap;
    }
    .banner-content-box .left-box{

        width:100%;
    }
    .banner-content-box .right-box{

        flex-direction: unset;
        margin-left: 0;
        margin-top: 10px;
        flex: unset;
        gap:0;
    }
    .banner-content-box .right-box .title-box{
        width: calc(100% - 1.6rem);
        padding: 0 0.8rem;
        line-height: 3rem;
    }
    .banner-content-box .top-flag-box{
        flex: 1;
    }
    .banner-content-box .bottom-flag-box{
         margin: 0 0 0 0.8rem;
         flex: 1;

    }

    .section-box .main-box{
        flex-wrap: wrap;
    }
    .section-box .main-box{
        width: 100%;
    }
    .section-box .main-box .nav-box ul{
        white-space: nowrap;
        overflow-x: scroll;
    }
    .section-box  .main-box  .news-list-box li{
        height: unset;
        margin-top: 1.6rem;

    }
    .section-box  .main-box  .news-list-box li a{
        padding: 1.2rem;
    }
    .section-box  .main-box  .news-list-box .img-box {
        padding-right: 1rem;
        flex: 1;
        margin-right: 0.8rem;
    }
    .section-box  .main-box  .news-list-box .img-box img{
        height: unset;
        width: 100%;
    }
    .section-box  .main-box  .news-list-box .content-box {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section-box  .main-box  .news-list-box .title-box{
        display: none;
    }
    .section-box  .main-box  .news-list-box .tag-box{
         display: none;
    }
    .section-box  .main-box  .news-list-box .desc-box{
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0;
   }
}