.content > div:first-child {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 1.82rem 0.3rem 1.82rem;
  background-color: #fff;
  border-radius: 0.1rem 0.1rem 0 0;
  box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.07);
}

.content {
  transform: translateY(-0.5rem);
  padding-bottom: 1.08rem;
}

/* 划过效果 */
.content > div:first-child > a {
  position: relative;
  padding-bottom: 0.11rem;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  cursor: pointer;
  border-bottom: 0.02rem solid #fff;
  padding-bottom: 0.09rem;
  transition: var(--m_tran) border font-weight;
}

.content > div:first-child > a:after {
  content: "";
  width: 0;
  height: 0.02rem;
  background: #b6002a;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: all 0.5s;
}

.content > div:first-child > .active:after {
  left: 0;
  width: 100%;
}

.content > div:first-child > a:hover:after {
  left: 0;
  width: 100%;
}

.content > div:first-child > a:hover {
  font-weight: bold;
}
.content > div:first-child > .active {
  font-weight: bold;
}

/* 划过效果结束 */

.info-item {
  width: 6.37rem;
  height: 2.26rem;
  border-bottom: 0.02rem solid #cecece;
  display: flex;
  align-items: flex-start;
  padding-top: 1.04rem;
  cursor: pointer;
}

.info-item:hover {
  border-bottom: 0.02rem solid #bd2d3a;
}

.info-item:nth-of-type(1),
.info-item:nth-of-type(2) {
  padding-top: 0.87rem;
}

.info-item-title {
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.38rem;
  text-align: left;
  margin-right: 0.51rem;
  flex: none;
  transition: var(--m_tran) font-weight;
}

.info-item:hover .info-item-title {
  font-weight: bold;
}

.info-item-subtitle {
  font-size: 0.16rem;
  color: #000;
}

.info-item-content {
  font-size: 0.16rem;
  color: #6c6c6c;
  line-height: 0.3rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.kefu {
  position: fixed;
  bottom: 40%;
  right: 0.2rem;
  z-index: 999;
}

.kefu_content {
  width: 0.4rem;
  height: 0.4rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_content > img {
  width: 0.28rem;
  height: 0.21rem;
}

.kefu_footer {
  width: 0.4rem;
  height: 0.2rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(0, 0, 0, 0.13);
  border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
  margin-top: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kefu_footer > img {
  width: 0.17rem;
  height: 0.08rem;
}

.newCultureTop{
    display: flex;
    justify-content: space-between;
    max-width: 14rem;
    width: 72.92%;
    margin: -0.3rem auto 0.88rem;
}

.newCultureLeft{
    width: 5.2rem;
}

.newCultureTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    margin-top: 0.2rem;
}

.newCultureLine1{
    width: 0.43rem;
    height: 0rem;
    border-bottom: 0.03rem solid #BD2D3A;
    margin-top: 0.14rem;
}

.newCultureTxt1{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #585858;
    line-height: 0.3rem;
    margin-top: 0.49rem;
}

.newCultureTxt1>span{
    display: inline-block;
}


.newCultureImg{
    width: 7.5rem;
    height: 3.2rem;
    border-radius: 0.2rem;
}

.newCultureImg>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.newCultureCenter{
    width: 100%;
    margin:0 auto;
    padding: 1.2rem 0;
    background-image: url(/assets/image/about/newcultruebg.png);
    background-size: cover;
}
.newCultureList1{
    max-width: 14rem;
    width: 72.92%;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.newCultureList1>li{
    width: 6.37rem;
}

.newCultureTxt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
}

.newCultureTxt3{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.12rem;
}

.newCultureLine2{
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.4;
    margin-top: 0.38rem;
}

.newCultureBottom{
    max-width: 14rem;
    width: 72.92%;
    margin: 0.94rem auto 0.65rem;
}

.newCultureTitle2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    text-align: center;
}

.newCultureLine3{
    width: 0.43rem;
    border-bottom: 0.03rem solid #BD2D3A;
    margin: 0.14rem auto 0;
}

.newCultureList2{
    width: 100%;
    margin: 1.12rem auto 0;
    display: flex;
    flex-wrap: wrap;
}

.newCultureList2>li{
    width: 4.28rem;
    height: 3.28rem;
    background: #F5F5F5;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    margin-right: 0.58rem;
    margin-bottom: 0.48rem;
    transition: all 0.6s;
}

.newCultureList2>li:nth-child(3n){
    margin-right: 0;
}

.newCultureTxt4{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    text-align: center;
    margin-top: 0.91rem;
    transition: all 0.6s;
}

.newCultureLin4{
    width: 0.22rem;
    height: 0rem;
    border: 0.03rem solid #BD2D3A;
    margin:0.14rem auto 0.18rem;
}

.newCultureTxt5{
    width: 3.5rem;
    margin: 0.18rem auto 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.3rem;
    transition: all 0.6s;
    text-align: center;
}

.newCultureList2>li:hover{
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.16);
}

.newCultureList2>li:hover p{
    color: #B6002A;
}
@media only screen and (max-width: 1024px) {
.content > div:first-child{
  padding: 0.3rem 0.3rem 0.15rem 0.3rem;
  display: block;
  height: auto;
    overflow: hidden;
  

}
.content > div:first-child > a{
  font-size: 0.24rem;
  width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: .1rem;

}
.newCultureTop{
  width: 92%;
  display: block;
}
.newCultureLeft{
  width: 100%;
}
.newCultureTxt1{
  font-size: 0.24rem;
  line-height: 0.45rem;
}
.newCultureTxt1 > span{
  font-size: 0.24rem;
}
.newCultureImg {
  width: 100%;
  height: auto;
}
.newCultureCenter{
  width: 92%;
}
.newCultureList1{
  display: block;
}
.newCultureList1 > li {
  width: 100%;
  margin-bottom: .3rem;
}
.newCultureTxt3{
  font-size: 0.24rem;
}
.newCultureBottom{
  width: 92%;
}
.newCultureList2 > li{
  width: 100%;
  margin-right: 0;
  height: auto;
  padding-bottom: .8rem;
}
.newCultureTxt5{
  width: 65%;
  font-size: 0.24rem;
  line-height: 0.45rem;
}
}
