#l-container .inner {
  padding: 0;
}
h3.titc {
  text-align: center;
  font-size: 50px;
  color: #92071d;
}
.ttc {
  padding-top: 110px;
  padding-bottom: 55px;
}
.sub1 {
  text-align: center;
  line-height: 2;
  font-size: 22px;
}

.cbox1 .con {
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
  padding-bottom: 60px;
}


.redbox {
  background: #92071c;
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}

.xxx1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  padding-top: 52px;
  padding-bottom: 28px;
}

.tt11 {
  opacity: 0.7;
  font-size: 20px;
  line-height: 44px;
}
.con-item {
  display: none;
}

.con-item.selected {
  display: block;
}
.tab-menu {
  display: flex;
  justify-content: center;
  gap: 39px;
  align-items: center;
}

.shu11 {
  height: 34px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.tab-con {
  background: #f4f4f4 url(img/zysz11.png) no-repeat right bottom;
  min-height: 610px;
  padding-top: 50px;
}
.title-item.selected .tt11 {
  opacity: 1;
}

.news_text11 {
  font-size: 18px;
  line-height: 2;
  display: none;
  margin-top: 25px;
  text-align: justify;
}

.news11 {
  box-sizing: border-box;
  padding: 0 36px 0 34px;
  margin-bottom: 40px;
}

.box1 {
  width: 32.21%;
}

.con-item .news_title {
  font-size: 20px;
  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) {
.tab-menu {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    flex-direction: column;
}
.box1 {
    width: 100%;
}
.box2 {
    width: 100%;
}
.box3 {
    width: 100%;
}
.cbox1 .con {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 30px;
    flex-direction: column;
}
#l-container .inner {
    padding: 0px 2%;
    box-sizing: border-box;
}
.ttc {
    padding-top: 50px;
    padding-bottom: 25px;
}
}

@media screen and (max-width: 767px) {
.tab-con{padding-top:30px;}
.news11 {
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
}
.xxx1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    padding-top: 22px;
    padding-bottom: 18px;
}
h3.titc {
    text-align: center;
    font-size: 40px;
    color: #92071d;
}
.sub1 {
    font-size: 18px;
}
}

/* ====新增====*/
.cbox1 .con{    flex-direction: column;}
.cbox1>.inner{margin-bottom: 70px;}
.xbox{position: relative;margin-bottom: 82px;z-index:1;}
.xbox::before{content: '';width: calc(100% - 289px);height: 100%;background: #efefef url(img/zico.png) no-repeat right bottom;background-size: 122px auto;border-right: #92071C 5px solid;position: absolute;right: 0;top: 0;z-index: -1;}
.xbox:nth-child(2n)::before{border-right: #FDB837 5px solid;}
.xy_imgs{position: absolute;left: 0;top: 16px;width: 355px;}
.xy_images{position: relative;padding-top: 74.647887%;overflow: hidden;height: 0;}
.xy_images img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all 0.6s ease;}
.xy_con{float: right;width: calc(100% - 355px);box-sizing: border-box;padding: 29px 69px 29px 29px;min-height: 384px;}
.xtit{font-size: 30px;font-weight: bold;color: #333333;line-height: 40px;}
.ztitle{margin-top: 10px;}
.ztitle li{float: left;font-size: 22px;line-height: 34px;font-weight: bold;color: #92071C;margin-left: 24px;cursor: pointer;opacity: 0.4;}
.ztitle li:first-child{margin-left: 0;}
.ztitle li.selected{opacity: 1;}
.zcon{margin-top: 40px;}
.zcon>li{display: none;}
.zcon>li.active{display: block;}
.post-10 ul.tt{margin-bottom: 26px;}
.post-10 ul.tt li{float: left;font-size: 20px;line-height: 30px;font-weight: bold;color: #333333;opacity: 0.7;cursor: pointer;margin-right: 40px;}
.post-10 ul.tt li.selected{opacity: 1;}
.post-10 li.news{display: none;}
.post-10 li.news.active{display: block;}
.post-10 .news_intro{font-size: 20px;line-height: 32px;color: #333333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}

@media screen and (max-width: 767px){
  .xy_imgs{position: static;margin: 0 auto;}
  .xy_con{float: none;width: 100%;}
.cbox1 .con{padding:15px 0;}
.xbox::before{width:100%;}
.xtit{font-size:26px;}
.ztitle li{font-size:20px;}
.post-10 ul.tt li{font-size:18px;}
.post-10 .news_intro{font-size:16px;}
}