.post9 .tt{margin-bottom:0.46rem;}
.post9 .tt .tit .title{
  font-size: 0.48rem;
  font-weight: bold;
  color: #92070B;
  text-align: center;
}
.mainbox01{
  width:100%;
}
.mainbox01 img{width:100%;}
.mainbox02{margin-top:0.4rem;}
.mainbox02 .news{
  display:flex;
  align-items:center;
}
.mainbox02 .news_imgs{
  width:1.29rem;
  height:1.29rem;
  /* margin-right:0.41rem; */
  flex-shrink:0;
}
.mainbox02 .news_title{
  width:fit-content;
  font-size:0.24rem;
  font-weight:bold;
  /* padding-right:0.3rem; */
  /* background:url(img/arrow-r.svg) no-repeat right center / 0.18rem; */
  color:#92070B;
  margin: 0px auto;
  margin-top:0.1rem;
}
.mainbox02 .news_text{
  font-size:0.2rem;
  color:#3D2F28;
}
@media screen and (max-width:767px){
  .col_news_list{padding-top:30px;}
}