body {
  min-width: 320px;
  max-width: 750px;
  margin: 0px auto;
}
body .root {
  width: 100%;
  background-color: #ededed;
}
body .root .newsdisplay {
  width: 100%;
  padding: 2.373333rem 0.533333rem 0.8rem;
}
body .root .newsdisplay .title {
  width: 100%;
  font-size: 30px;
  text-align: center;
  color: black;
  margin-bottom: 0.92rem;
}
body .root .newsdisplay .nav-bar {
  width: 100%;
  height: 0.8rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10px;
}
body .root .newsdisplay .nav-bar > p {
  width: 33.33%;
  height: 100%;
  border-radius: 0.4rem;
  text-align: center;
  font-size: 14px;
  color: black;
  line-height: 0.8rem;
}
body .root .newsdisplay .nav-bar .pactive {
  color: white;
  background-color: red;
}
body .root .newsdisplay .banner-lb {
  width: 100%;
  height: 6rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
body .root .newsdisplay .banner-lb .banner-img {
  width: 100%;
  height: 100%;
}
body .root .newsdisplay .banner-lb .banner-img > img {
  width: 100%;
  height: 100%;
  min-width: auto;
  max-width: auto;
  border-radius: 0.4rem;
}
body .root .newsdisplay .banner-lb .Efficacy,
body .root .newsdisplay .banner-lb .Doubt,
body .root .newsdisplay .banner-lb .Distinguish {
  display: none;
}
body .root .newsdisplay .swiper-pagination {
  width: 100%;
  position: static;
  text-align: center;
}
body .root .newsdisplay .swiper-pagination > span {
  margin: 0.133333rem;
}
body .root .newsdisplay .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: red;
}
body .root .newsdisplay .text-box {
  width: 100%;
  margin-top: 15px;
  display: none;
}
body .root .newsdisplay .text-box .text2 {
  width: 100%;
  font-size: 16px;
  text-align: left;
  color: black;
  font-weight: 800;
}
body .root .newsdisplay .text-box .text3 {
  width: 100%;
  font-size: 12px;
  margin: 5px 0px;
  text-align: left;
  color: black;
}
body .root .newsdisplay .text-box .text4 {
  font-size: 12px;
  width: 100%;
  text-align: left;
  color: red;
  display: inline-block;
}
body .root .newsdisplay .text-box .text4 > i {
  font-size: 0.32rem;
}
body .root .newsdisplay .text-box-active {
  display: block;
}
body .root .newstext {
  width: 100%;
  background-color: white;
  padding: 0.666667rem 0.533333rem 1.12rem;
}
body .root .newstext .pull-down {
  width: 100%;
  margin-top: 0.96rem;
  color: red;
}
body .root .newstext .pull-down > ul {
  width: 100%;
}
body .root .newstext .pull-down > ul > li {
  width: 100%;
  text-align: center;
}
body .root .newstext .pull-down > ul > li .pullBox {
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
body .root .newstext .pull-down > ul > li .pullBox .text {
  width: 100%;
  border-bottom: 1px solid #cfcccc;
  text-align: left;
  padding: 10px 0px;
}
body .root .newstext .pull-down > ul > li .pullBox .text .text2 {
  width: 100%;
  font-size: 15px;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .root .newstext .pull-down > ul > li .pullBox .text .text3 {
  width: 100%;
  font-size: 14px;
  margin: 5px 0px;
  color: #999aaa;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .root .newstext .pull-down > ul > li .pullBox .text .text4 {
  font-size: 12px;
  width: 100%;
  color: red;
  vertical-align: middle !important;
}
body .root .newstext .pull-down > ul > li .pullBox .text .text4 > i {
  font-size: 0.266667rem !important;
}
body .root .newstext .pull-down > ul > li .dtactivedown {
  max-height: 1000px;
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}
body .root .newstext .pull-down > ul > li .dtactiveup {
  max-height: 0px;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
body .root .newstext .pull-down > ul .base-text {
  height: 1.2rem;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 1.2rem;
  border-bottom: 1px solid red;
  border-top: 1px solid red;
  margin-top: -1px;
  position: relative;
}
body .root .newstext .pull-down > ul .base-text > i {
  display: inline-block;
  position: absolute;
  right: 0.267rem;
  font-size: 0.48rem;
}
body .root .newstext .pull-down > ul .base-text .iactivedown {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}
body .root .newstext .pull-down > ul .base-text .iactiveup {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
}
body .root .newstext .two {
  margin-top: 0.533333rem;
}
