.m-imgtxtl2{
    border-top: 2px solid #D5AB64;
    background: #fff url(../images/z_bg01.svg) no-repeat right 47px bottom / 706px 307px;
}
.box_title{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
.art_box .news{
    display: flex;
}
.art_box .news_imgs{
    width: 220px;
    height: 330px;
    background-color: #e5e5e5;
}
.art_box .news_imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.art_box .news_con{
    width: calc(100% - 220px);
    padding-left: 50px;
    box-sizing: border-box;
}
.art_box .news_title{font-family: 微软雅黑, "microsoft yahei";
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.art_box .read{
    line-height: 1.75;
    font-size: 15px;
}
.ul-snav .wp_column.parent .v1{
    background-color: #d5ab63;
    color: #fff;
}
@media only screen and (max-width: 767px){
    .m-imgtxtl2{background: #fff;}
    .art_box .news{
        flex-direction: column;
    }
    .art_box .news_imgs{margin-bottom: 20px;}
    .art_box .news_con{
        width: 100%;
        padding-left: 0;
    }
    .art_box .news_title{font-size: 18px;}
}


.m-imgtxtl2 .date1 {
    font-size: 12px;
    color: #b6b6b6;
    line-height: 1.5em;padding-top:150px;
}