.news_imgs{
    position: relative;
    overflow: hidden;
}
.news_imgs img{
    position: absolute;
   
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}
.col_list::before,
.col_list ul{display: none;}
.col_news_list{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
}
.col_news_list .title{
    font-size: 0.4rem;
    font-weight: bold;
    color: #025098;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 0.3rem;
    padding: 0 0.9rem;
    padding-bottom: 0.18rem;
    background: url(../images/bg01.png) no-repeat center bottom / 100% auto;
}
.mainbox01{margin-bottom: 0.7rem;}
.mainbox01 .news_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mainbox01 .news{
    width: 47%;
    display: flex;
    align-items: center;
    margin-bottom: 0.28rem;
}
.mainbox01 .news_title{
    font-size: 0.3rem;
    color: #fff;
    padding: 0.1rem 0.22rem;
    border-radius: 50px;
    background-color: #025098;
    margin-right: 0.2rem;
}
.mainbox01 .short_title{
    font-size: 0.3rem;
    font-weight: bold;
    color: #025098;
}

.mainbox02 .news_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mainbox02 .news{
    width: 27.6%;
    margin-right: 8%;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mainbox02 .news_title{
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    font-size: 0.3rem;
    color: #025098;
    line-height: 0.6rem;
    padding-left: 0.68rem;
    background: url(../images/icon11.png) no-repeat left center / 0.58rem;
}
.mainbox02 .news_title .short_title{font-size: 0.2rem;}
.mainbox02 .news_imgs{
    width: 100%;
    padding-top: 100%;
    margin-top: 0.1rem;
}
.mainbox02 .news:nth-child(3),
.mainbox02 .news:last-child{margin-right: 0;}

.mainbox02 .news:nth-child(2) .news_title,
.mainbox02 .news:nth-child(3) .news_title{
    background: url(../images/icon12.png) no-repeat left center / 0.6rem;
}
.mainbox02 .news:nth-child(4) .news_title{
    background: url(../images/icon13.png) no-repeat left center / 0.6rem;
}
.mainbox02 .news:nth-child(5) .news_title{
    padding-left: 0.6rem;
    background: url(../images/icon14.png) no-repeat left center / 0.5rem;
}
@media screen and (max-width:999px){
    .col_news_list{padding:30px 0;}
}
@media screen and (max-width:767px){
    .mainbox01 .news{width:100%;justify-content:center;}
    .mainbox02 .news{width:46%;margin:15px 2%;}
}
@media screen and (max-width:479px){
     .mainbox02 .news{width:100%;margin:20px 0;}
}