#l-container .inner {
  padding: 0;
}
h3.titc {
  text-align: center;
  font-size: 0.5rem;
  color: #92071d;
}
.ttc {
  padding-top: 1.1rem;
  padding-bottom: 0.55rem;
}
.sub1 {
  text-align: center;
  line-height: 2;
  font-size: 0.22rem;
}

.cbox1 .con {
  display: flex;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.6rem;
}


.redbox {
  background: #92071c;
  color: #fff;
  text-align: center;
  padding-bottom: 0.3rem;
}

.xxx1 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.42rem;
  padding-top: 0.52rem;
  padding-bottom: 0.28rem;
}

.tt11 {
  opacity: 0.7;
  font-size: 0.2rem;
  line-height: 0.44rem;
}
.con-item {
  display: none;
}

.con-item.selected {
  display: block;
}
.tab-menu {
  display: flex;
  justify-content: center;
  gap: 0.39rem;
  align-items: center;
}

.shu11 {
  height: 0.34rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.tab-con {
  background: #f4f4f4 url(../images/zysz11.png) no-repeat right bottom;
  min-height: 6.1rem;
  padding-top: 0.5rem;
}
.title-item.selected .tt11 {
  opacity: 1;
}

.news_text11 {
  font-size: 0.18rem;
  line-height: 2;
  display: none;
  margin-top: 0.25rem;
    text-align: justify;
}

.news11 {
  box-sizing: border-box;
  padding: 0 0.36rem 0 0.34rem;
  margin-bottom: 0.4rem;
}

.box1 {
  width: 32.21%;
}

.con-item .news_title {
  font-size: 0.2rem;
  line-height: 2;
  opacity: 0.5;
}
.con-item .news_title.add .hen11 {
  width: 0.35rem;
  height: 0.03rem;
  background: #333;
  display: none;
}
.news_text11.add {}
.hh {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.con-item .news_title.add {
    opacity: 1;
}

.news_text11:first{display:block;}
@media screen and (max-width: 999px){
  .news_imgs img{width:100%;}
  .box1{width:100%;margin-bottom: 20px;}
  .ttc{padding:30px 0;}
  .tab-con{min-height:auto;padding: 20px;}
  .cbox1 .con{padding-top:30px;flex-wrap: wrap;}
  .xxx1{padding:20px;}
  .news11{margin-bottom:20px;padding: 0;}
  .con-item .news_title{font-size: 18px;}
  .news_text11{font-size: 16px;}
  .tt11{font-size:16px;}
.sub1{font-size:16px;}
}
@media screen and (max-width: 479px){
  h3.titc{font-size:26px;}
}