#l-container .inner {
  padding: 0;
}
h3.titc {
  text-align: center;
  font-size: 0.5rem;
  color: #92071d;
}

.cbox1 .ml {
  width: 46.2%;
}

.cbox1 .mr {
  width: 47.6%;
}

.news_box {
  display: flex;
  justify-content: space-between;
}

.cbox1 .news_imgs {
  padding-top: 117.54%;
  background: unset;
}

.news_imgs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ttc {
  padding-top: 1.1rem;
  padding-bottom: 0.55rem;
}
.cbox1 .wz {
  font-size: 0.2rem;
  line-height: 2;
  color: #333;
    text-align: justify;
}

.cbox2 .newscc {
  width: 46.4%;
}

.cbox2 .news_imgs {
  padding-top: 123.07%;
}

.ntc {
  text-align: center;
  padding: 0.5rem 0;
  font-size: 0.3rem;
  font-weight: bold;
}

.cbox2 .inner {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 999px){
  .ttc{padding:30px 0;}
  .cbox1 .news_box{flex-direction:column-reverse;gap:20px;}
  .cbox1 .ml,
  .cbox1 .mr{width:100%;}
  .cbox1 .wz,
  .cbox1 .wz p,
  .cbox1 .wz span,
  .cbox1 .wz font{font-size:16px !important;}
}
@media screen and (max-width: 479px){
  h3.titc{font-size:22px;}
  .ntc{font-size:16px;padding:20px;}
}
