.title_box .post9 .tt .tit .left_title{
    background-image: url(images/title_bg2.png);
}
.title_box .post9 .tt{margin-bottom: 0;}
#l-container{background:#F3EEEA url(images/list_bg2.png) no-repeat center/ 100% 100%;}
#l-container>.inner.title_box{padding:0;}

.col_news_list .news_list{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 9.66%;
    row-gap: 0.87rem;
}
.col_news_list .news_list .news{
    flex-direction: column;
    width: auto;
    box-shadow: none;
    margin-bottom: 0;
    width: 17.75%;
}
.col_news_list .news_imgs{
    margin-left: 0.18rem;
    width: calc(100% - 0.18rem);
    padding-top: calc(100% - 0.18rem);
    height: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -0.18rem 0.06rem 0 0 #D3AC8B;
    position: relative;
}
.col_news_list .news_imgs img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.col_news_list .news_title{
    text-align: center;
    background-color: #D3AC8B;
    border-radius: 0.05rem;
    line-height: 0.4rem;
    font-size: 0.22rem;
    width: 62%;
    margin: 0 auto;
    transform: translateY(-0.25rem);
}
@media screen and (max-width: 999px){
    .mrlist .col_news_list .news_list .news .news_title {
        margin: 0 auto;
    }
    .col_news_list .news_list .news{
        width: 27.3%;
    }
    .col_news_list .news_list{
        column-gap: 6%;
    }
}
@media screen and (max-width: 767px){
    .col_news_list .news_imgs{
        box-shadow: -10px 4px 0 0 #D3AC8B;
    }
    .mrlist .col_news_list .news_list .news .news_imgs{
        margin-left: 10px;
        width: calc(100% - 10px);
        padding-top: calc(100% - 10px);
    }
    .col_news_list .news_list{
        row-gap: 30px;
    }
    .col_news_list .news_title{
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        transform: translateY(-10px);
    }
}
@media screen and (max-width: 479px){
    .col_news_list .news_list .news{
        width: 45%;
    }
    .col_news_list .news_list{
        column-gap: 5%;
    }

    .col_news_list .news_list{
        row-gap: 0px;
    }
}