.news a{color:inherit;}
#page1{display:none;}
.post9 .tt{margin-bottom:0.4rem;}
.post9 .tt .tit .title{
  font-size: 0.48rem;
  font-weight: bold;
  color: #92070B;
  text-align: center;
}
.col_news .news_list{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.col_news .news{
    width:47.85%;
    background-color:#fff;
    margin-bottom:0.32rem;
    box-sizing:border-box;
    padding:0.3rem 0.4rem;
    border-bottom:0.02rem solid transparent;
    transition:0.4s;
}
.col_news .news_title{
    font-size:0.24rem;
    font-weight:bold;
    color:#92070B;
    margin-bottom:0.2rem;
    background:url(../images/z_more01.png) no-repeat right center / 0.18rem 0.18rem;
}
.col_news .news_text{
    font-size:0.18rem;
    color:#3D2F28;
}
.col_news .news:hover{border-bottom:0.02rem solid #92070B;}
@media screen and (max-width:767px){
    .col_news_list{padding-top:30px;}
    .col_news .news_list{
        flex-direction:column;
    }
    .col_news .news_list .news{
        width:100%;
    }
}