.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;
}
#vr{
  position: relative;
  width: 100%;
  padding-top: 50%;
    background: url(../images/cgxyvrbg.jpg) center / cover;
}
#vr>canvas{
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
 display:none!Important;
}
#vr .map_btn{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display:flex;
  flex-direction:column;
  align-items:center;
}
#vr .icon img {
  width: 0.47rem;
}

#vr .icon {
  position:relative;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 50%);
  border-radius: 50%;
  text-align: center;
}

#vr .icon:after,
#vr .icon:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.7rem;
  margin-left: -0.7rem;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  animation: ringKey 3s ease-in-out infinite;
}

#vr .icon:before {
  animation: ringKey 3s ease-in-out infinite;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: -0.9rem;
  margin-top: -0.9rem;
}
#vr .text{
  margin-top:0.5rem;
  font-size:0.26rem;
  color:#fff;
  font-weight:bold;
}
@keyframes ringKey {
  25% {
      opacity: 0;
      transform: scale(0.5);
  }

  50% {
      opacity: 0;
      transform: scale(0.5);
  }

  75%,
  to {
      opacity: 0.5;
      transform: scale(1);
  }
}
@media screen and (max-width:767px){
  .col_news_list{padding-top:30px;}
.mainbox02{margin:0.4rem 0;}
}
@media screen and (max-width:479px){
.post9 .tt .tit .title{font-size:22px;}
}