.question-banner img {
  width: 100%;
}
.question-banner {
  position: relative;
}

.banner-text {
  text-align: right;
  position: absolute;
  right: 19%;
  top: 42%;
  z-index: 2;
  color: #fff;
}

.banner-text p {
  font-size: 44rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 2rem 4rem #616d7f;
  margin: 0;
}
.banner-text span {
  font-size: 22rem;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 2rem 4rem #616d7f;
  display: block;
  padding-top: 14rem;
}

.question-tabs {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.question-tabs a {
  display: inline-block;
  padding: 1rem 38rem;
  border-radius: 6rem;
  border: 1rem solid #2f73f8;

  font-size: 16rem;
  font-weight: bold;
  color: #2f73f8;
  line-height: 40rem;
  cursor: pointer;
  text-decoration: none;
}
.question-tabs a:nth-child(2) {
  margin: 0 60rem;
}
.question-tabs a.active,
.question-tabs a:hover {
  background: linear-gradient(45deg, #4b62ff 0%, #5ca1ff 100%);
  color: #fff;
  border-color: #5ca1ff;
}

.question-eassies {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 30rem;
  padding-bottom: 80rem;
}
.question-eassy-item {
  padding: 38rem 0;
  border-bottom: 1px solid #ececec;
}
.question-eassy-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.question-eassy-right img {
  width: 300rem;
  border-radius: 6rem;
  display: block;
}
.question-eassy-left {
  padding-right: 100rem;
}
.question-eassy-left h5 {
  font-size: 30rem;
  font-weight: bold;
  color: #2b2d2f;
  margin: 0;
}

.question-eassy-left > div {
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  color: #a2a2a2;
  padding: 1.4rem 0;
  align-items: center;
  margin: 15rem 0;
}

.question-eassy-left > div span {
  margin-right: 28rem;
}

.question-eassy-left > p {
  font-size: 16rem;
  font-weight: 400;
  color: #2b2d2f;
  line-height: 28rem;
}

.width1200 {
  width: 1200rem;
}

.news-detail-title {
  text-align: center;
  font-size: 32rem;
  font-weight: bold;
  color: #2b2d2f;
  padding-top: 40rem;
}

.news-detail-time {
  font-size: 14rem;
  font-weight: 400;
  color: #9ca1a8;
  text-align: center;
  padding-top: 14rem;
}

.news-detail-con {
  padding: 23rem 24rem;
  font-size: 16rem;
  font-weight: 400;
  color: #2b2d2f;
  line-height: 28rem;
  text-indent: 2em;
  padding-bottom: 150rem;
  border-bottom: 1rem dashed #cbcac9;
}
.news-detail-con p {
  margin: 0;
}
.news-detail-con img {
  width: 100%;
}

.news-detail-footer {
  padding: 30rem 24rem;
}

.indexs-wt-li {
  flex: 1;
  margin-right: 21rem;
  background: #ffffff;
  box-shadow: 0px 2rem 6rem 1rem #dae7f1;
  border-radius: 6rem;
  overflow: hidden;
  -webkit-border-radius: 6rem;
  -moz-border-radius: 6rem;
  -ms-border-radius: 6rem;
  -o-border-radius: 6rem;
}

.indexs-wt-li-bot {
  padding: 0 20rem;
  padding-bottom: 24rem;
}

.indexs-wt-li-bot a {
  display: flex;
  justify-content: space-between;
}

.indexs-wt-li-bot-li p {
  font-size: 16rem;
  font-weight: 400;
  color: #2b2d2f;
}

.indexs-wt-li-bot-li span {
  display: block;
  font-size: 14rem;
  font-weight: 400;
  color: #9ca1a8;
  padding-left: 30rem;
}

.news-detail-footer a {
  font-size: 1.8rem;
  font-weight: 400;
  color: #2b2d2f;
}

@media screen and (max-width: 960px) {
  .question-banner {
    padding-top: 50rem;
  }
  .banner-text {
    left: 10rem;
    text-align: left;
  }
  .banner-text p {
    font-size: 14rem;
  }

  .banner-text span {
    font-size: 12rem;
    padding-top: 5rem;
    line-height: 1.7;
  }
  .question-tabs a {
    width: 33%;
    padding: 0 20rem;
    font-size: 13rem;
  }
  .question-tabs a:nth-child(2) {
    margin: 0 30rem;
  }
  .question-eassy-item {
    padding: 15rem 0;
  }
  .question-eassy-left {
    padding-right: 10rem;
  }
  .question-eassy-right img {
    width: 100%;
    margin-bottom: 20rem;
  }
  .question-eassy-left h5 {
    font-size: 16rem;
  }
  .question-eassy-left > div {
    font-size: 12rem;
  }
  .question-eassy-left > p {
    font-size: 12rem;
  }
  .question-eassy-item a {
    flex-direction: column-reverse;
  }
  .question-eassies {
    padding-bottom: 40rem;
  }
}
