.banner_m {
  /* background: url("../image/question/question.png"); */
  width: 100%;
  height: 750px;
  background: center center no-repeat;
  background-size: cover;
}
.qabox {
  margin-bottom: 100px;
}
.answer.on {
  display: flex;
  flex-wrap: wrap;
}
.answer .p {
  font-weight: bold;
  width: 100%;
  /*color: #AF100C;*/
  /* font-size: 20px; */
  line-height: 3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.answer .p .icon {
  cursor: pointer;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
  display: flex;
}
.answer .p .icon.on {
  transform: rotate(0deg);
}
.answer .p .icon img {
  height: 15px;
  width: 15px;
}
.answer .con {
  display: none;
}
.answer .con.on {
  width: 100%;
  display: block;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*-webkit-line-clamp: 2;*/
  /*-webkit-box-orient: vertical;*/
  margin-top: 20px;
  margin-bottom: 30px;
}
.box_answer {
  width: 100%;
}
.id {
  position: relative;
  top: -100px;
}
.news{
        width: 1200px;
    margin: 0 auto;margin-bottom: 100px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.news .son {
    width: calc(100% / 3 - 50px * (3 - 1) / 3);
}
.news a {
    display: block;
    color: #333;
}
.news a:hover img{
    transform: scale(1.05);
}
.news a:hover h4 {
    color: #af100c;
}
.news .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    border-radius: 10px;
    overflow: hidden;
}
.news img {
      position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}
.news h4 {
    margin: 20px 0;
    font-size: 28px;
    color: #333333;
    line-height: 1.5;
    transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news p {
    color: #999;
    line-height: 30px;
}
.info {
            width: 1200px;
    margin: 0 auto;margin-bottom: 100px;
    margin-top: 50px;
}
.info .h2 {
font-size: 40px;
        color: #333333;
        line-height: 50px;
        font-weight: bold;
}
.info .con {
            border-top: 1px solid #DDDDDD;
        padding-top: 60px;
        margin-top: 40px;
}
.info .con p {
    line-height: 2;
}
@media screen and (max-width: 1024px) {
    .info .con {
         padding-top: 30px;
        margin-top: 20px;
    }
  .banner_m {
    /* background: url("../image/mobile/question.png"); */
    width: 100%;
    height: 350px;
    background-size: cover;
  }
  .info .h2 {
      font-size: 18px;
  }
  .news {
      gap: 15px;
  }
  .news .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
}
  .news h4{
      font-size: 16px;
  }
  .info,
  .news,
  .qabox {
    width: 90%;
  }
  .qabox .question {
    margin: 20px 0;
  }
  .qabox .question h2 {
    font-size: 14px;
    line-height: unset;
  }
  .answer {
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .qabox .question .show {
    width: 14px;
    height: 14px;
    display: flex;
  }
  .qabox .question .show img {
    width: 14px;
    height: 14px;
  }
}
