.infobox .text{
    font-size: 0.14rem;
    color: #333;
    line-height: 0.24rem;
    margin-bottom: 0.4rem;
    text-indent: 2em;
}
.news_imgs{
    position: relative;
}
.news_imgs img{
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_intro{
    font-size: 0.14rem;
    color: #333333;
    display:block;
    text-indent: 2em;
    text-align: justify;
}

.list_1 .news{
    display: flex;
    margin-bottom: 0.35rem;
}
.list_1 .img_box{
    width: 47.4%;
    margin-right: 4.8%;
}
.list_1 .news_imgs{
    padding-top: 73.28%;
}
.list_1 .news_con{
    width: 47.8%;
}
.list_1 .news_title{
    color: #1b2b58;
    font-size: 0.16rem;
    line-height: 0.4rem;
    border-top: 0.02rem solid #333333cc;
    border-bottom: 0.02rem solid #333333cc;
    margin-bottom: 0.1rem;
}

.title2{
    color: #1b2b58;
    font-size: 0.16rem;
    line-height: 0.4rem;
    border-top: 0.02rem solid #333333cc;
    border-bottom: 0.02rem solid #333333cc;
    margin-top: 0.86rem;
    margin-bottom: 0.1rem;
}

.list_2 .news{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #33333380;
    padding: 0.2rem 0;
}
.list_2 .news:last-child{
    border: none;
}
.list_2 .img_box{
    width: 29.8%;
    margin-right: 5%;
}
.list_2 .news_imgs{
    padding-top: 64%;
}
.list_2 .news_imgs img{
    max-width: 80%;
    max-height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
}
.list_2 .news_con{
    width: 65.2%;
}
.list_2 .news_title{
    color: #154a8e;
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}
@media screen and (max-width: 479px){
    .list_1 .news,
    .list_2 .news{
        flex-wrap: wrap;
    }
    .list_1 .img_box,
    .list_2 .img_box{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .list_1 .news_con,
    .list_2 .news_con{
        width: 100%;
    }
    .list_2 .news.no_Img .img_box{
        display:none;
    }
}