/* 全局 */
html {
  *overflow-x: hidden;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font: 16px/1.5 "PingFang SC", "Lantinghei SC", "Microsoft YaHei", Helvetica, Arial, sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
  background: white;
  color: #333;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

a {
  color: #06273a;
  text-decoration: none;
}

a:hover {
  color: #d74339;
  text-decoration: none;
}

ul,
ol,
dl,
dt,
dd,
li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

h2,
h3,
h4,
h5 {
  margin: 0;
}

figure {
  margin: 0;
}

body ::selection {
  color: #fff;
  background-color: #d74339;
  text-shadow: none;
}

body ::-moz-selection {
  color: #fff;
  background-color: #d74339;
  text-shadow: none;
}

/* 通用 */
.transdelay1 {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.transdelay1 a {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.transdelay2 {
  transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
}

.transdelay2 a {
  transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
}

.opactran a img {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}

.opactran a:hover img {
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.7;
}

/* 通用结构 */
.container {
  width: 1200px;
  margin: 0 auto;
}

.row {
  width: 100%;
  overflow: hidden;
}

.visible-xs {
  display: none;
}

@media (max-width:767px) {
  .container {
    width: 100%;
  }

  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }
}


.banner {
  height: 783px;
  overflow: hidden;
}

.banner .top {
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200729_05.png);
  height: 578px;
  position: relative;
}

.banner .top .chouzi {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200729_01.png);
  height: 308px;
}

.banner .top .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 578px;
}

.banner .top .content .lswl {
  position: absolute;
  top: 60px;
  left: 0;
}

.banner .top .content .llxjj {
  top: 190px;
  left: 100px;
  position: absolute;
}

.banner .top .content .zhuxi {
  position: absolute;
  bottom: -97px;
  right: -300px;
}

.chouzi_animate {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.lswl_animate {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.llxjj_animate {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.zhuxi_animate {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.banner .bza_back {
  height: 206px;
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200729_06.png);
}

.banner .bza_back .bza {
  height: 150px;
  margin: 0 auto;
  padding-top: 40px;
  width: 1200px;
}

.banner .bza_back .bza .icon {
  width: 126px;
  height: 96px;
  float: left;
  padding-top: 2px;
}

.banner .bza_back .bza .text {
  width: 910px;
  float: left;
  margin-left: 81px;
}

.banner .bza_back .bza .text p {
  font-size: 14px;
  color: #FFE8C5;
  margin: 0 0 10px 0;
}

@media (max-width:767px) {
  .banner_xs {
    line-height: 0;
    font-size: 0;
  }

  .banner_xs img {
    width: 100%;
  }

  .bza_xs {
    background: #510608;
    padding: 0 1rem 1rem;
  }

  .bza_xs img {
    float: left;
    width: 2rem;
    margin: 0 0.5rem 0.2rem 0;
  }

  .bza_xs span {
    font-size: 0.36rem;
    color: #FFE8C5;
    display: block;
    margin-bottom: 0.2rem;
  }
}

.zxtj {
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200721_03.png) top center;
  height: 628px;
}

.zxtj .swiper-container1 {
  height: 380px;
  width: 1200px;
  margin-top: 60px;
  overflow: visible;
}

.zxtj .swiper-container1 .swiper-wrapper {}

.zxtj .swiper-container1 .swiper-slide {
  position: relative;
  background: #D2B583;
  width: 182px;
  height: 223px;
  margin-right: 23px;
  margin-top: 120px;
}

.zxtj .swiper-container1 .swiper-slide .pic {
  width: 182px;
  height: 109px;
}

.zxtj .swiper-container1 .swiper-slide .pic img {
  width: 100%;
}

.zxtj .swiper-container1 .swiper-slide .text {
  height: 114px;
  padding: 12px;
  box-sizing: border-box;
}

.zxtj .swiper-container1 .swiper-slide .text .time {
  background: #891D1E;
  color: #FCF4DF;
  font-size: 12px;
  padding: 0 3px;
  line-height: 1.3;
}

.zxtj .swiper-container1 .swiper-slide h2 {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.zxtj .swiper-container1 .swiper-slide h2 a {
  color: #451E04;
}

.zxtj .swiper-container1 .swiper-slide-active {
  width: 382px;
  margin-top: 0;
  height: 343px;
}

.zxtj .swiper-container1 .swiper-slide-active .pic {
  width: 382px;
  height: 229px;
}

.zxtj .swiper-container1 .swiper-slide-active .text {
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200721_10.png) 207px -46px no-repeat;
}

.zxtj .swiper-container1 .swiper-slide-active .text h2 {
  font-size: 22px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #D2B583;
  margin: 0 6px;
}

@media (max-width:767px) {
  .zxtj .swiper-container_mobi {
    height: auto;
    width: 100%;
    margin-top: 30px;
  }

  .zxtj .swiper-container_mobi .swiper-slide {
    position: relative;
    background: #D2B583;
    width: 50%;
    box-sizing: border-box;
    border-right: #fff 1px solid;
  }

  .zxtj .swiper-container_mobi .swiper-slide .pic {
    width: 100%;
  }

  .zxtj .swiper-container_mobi .swiper-slide .pic img {
    width: 100%;
  }

  .zxtj .swiper-container_mobi .swiper-slide .text {
    height: 114px;
    padding: 12px;
    box-sizing: border-box;
  }

  .zxtj .swiper-container_mobi .swiper-slide .text .time {
    background: #891D1E;
    color: #FCF4DF;
    font-size: 12px;
    padding: 0 3px;
    line-height: 1.3;
  }

  .zxtj .swiper-container_mobi .swiper-slide h2 {
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
  }

  .zxtj .swiper-container_mobi .swiper-slide h2 a {
    color: #451E04;
  }
}

.tuijian_list {
  margin: 25px 0;
}

.tuijian_list ul {
  overflow: hidden;
}

.tuijian_list ul li {
  float: left;
  width: 385px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200721_11.png) 0 11px no-repeat;
  padding-left: 15px;
  margin: 5px 0;
}

.tuijian_list ul li a {
  color: #5C422F;
}

.tuijian_list ul li a:hover {
  color: #cc3333;
}

@media (max-width:767px) {
  .tuijian_list {
    margin: 0.5rem;
  }

  .tuijian_list ul li {
    width: 100%;
    font-size: 0.4rem;
    background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200721_11.png) 0 11px no-repeat;
    padding-left: 15px;
    margin: 0.2rem 0;
  }
}

.danqi_content {
  height: 1534px;
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200721_06.png) top center no-repeat;
}

.danqi_content .title {
  margin-top: 108px;
}

@media (max-width:767px) {
  .danqi_content {
    height: auto;
    background: none;
  }

  .danqi_content .title {
    margin-top: 1rem;
  }

  .danqi_content .title img {
    width: 100%;
  }
}

.danqi_content .headnews {
  width: 691px;
  height: 412px;
  position: relative;
  float: left;
  margin: 55px 0 0 0;
  overflow: hidden;
}

.danqi_content .headnews .pic {
  overflow: hidden;
  width: 100%;
}

.danqi_content .headnews .pic img {
  width: 100%;
}

.danqi_content .headnews:hover .pic img {
  transform: scale(1.1, 1.1);
}

.danqi_content .headnews .text {
  height: 207px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  opacity: 0.89;
  position: absolute;
  bottom: 0;
}

.danqi_content .headnews .text h2 {
  font-family: "微软雅黑";
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin: 130px 20px 10px;
}

.danqi_content .headnews .text h2 a {
  color: #fff;
}

.danqi_content .headnews .text .abs {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin: 0 20px;
  display: none;
}

@media (max-width:767px) {
  .danqi_content .headnews {
    width: 100%;
    height: auto;
    float: none;
    margin: 0.5rem 0 0 0;
  }

  .danqi_content .headnews:hover .pic img {
    transform: scale(1, 1);
  }

  .danqi_content .headnews .text {
    height: 2rem;
    width: 100%;
  }

  .danqi_content .headnews .text h2 {
    font-size: 0.44rem;
    margin: 0.4rem 0.2rem 0.2rem;
  }

  .danqi_content .headnews .text .abs {
    font-size: 0.36rem;
    margin: 0 0.2rem;
  }
}

.danqi_content .twonews {
  width: 458px;
  float: left;
  margin-left: 50px;
  background: linear-gradient(270deg, rgba(235, 219, 185, 1) 0%, rgba(210, 181, 131, 1) 100%);
  margin-top: 55px;
}

.danqi_content .twonews .tab_con .fold {
  overflow: hidden;
  display: block;
}

.danqi_content .twonews .tab_con .fold p {
  font-size: 14px;
  padding: 0;
  line-height: 45px;
  margin: 0 20px;
  font-weight: bold;
  border-bottom: #DFC47F 1px solid;
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200729_08.png) 0 20px no-repeat;
  padding-left: 15px;
}

.danqi_content .twonews .tab_con .fold:last-child p {
  border-bottom: none;
}

.danqi_content .twonews .tab_con .fold p a {
  color: #451E04;
}

.danqi_content .twonews .tab_con .unfold {
  display: none;
  position: relative;
}

.danqi_content .twonews .tab_con .unfold .pic {
  width: 100%;
  height: 274px;
  overflow: hidden;
}

.danqi_content .twonews .tab_con .unfold .pic img {
  width: 100%;
}

.danqi_content .twonews .tab_con .unfold p a {
  color: #cc0000;
}

.danqi_content .twonews .tab_con .unfold .text {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  opacity: 0.89;
  height: 137px;
  width: 100%;
}

.danqi_content .twonews .tab_con .unfold .text h2 {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  margin: 100px 20px 0;
}

.danqi_content .twonews .tab_con .unfold .text h2 a {
  color: #fff;
}

@media (max-width:767px) {
  .danqi_content .twonews {
    width: 90%;
    float: none;
    margin-left: 0;
    margin: 0.5rem auto 0;
  }

  .danqi_content .twonews .tab_con .fold p {
    font-size: 0.36rem;
    line-height: 1rem;
    margin: 0 0.2rem;
    background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200729_08.png) 0 0.4rem no-repeat;
    max-height: 1rem;
  }

  .danqi_content .twonews .tab_con .unfold .pic {
    height: auto;
  }

  .danqi_content .twonews .tab_con .unfold .pic img {
    width: 100%;
  }

  .danqi_content .twonews .tab_con .unfold p a {
    color: #cc0000;
  }

  .danqi_content .twonews .tab_con .unfold .text {
    height: 2rem;
  }

  .danqi_content .twonews .tab_con .unfold .text h2 {
    font-size: 0.4rem;
    margin: 1.2rem 0.2rem 0;
  }
}

.danqi_content .lanmu {
  overflow: hidden;
  width: 100%;
}

.danqi_content .lanmu .pic {
  float: left;
}

.danqi_content .lanmu .text {
  float: right;
}

.danqi_content .lanmu .text span {
  font-size: 14px;
  color: rgba(171, 134, 70, 1);
  line-height: 43px;
}

.danqi_content .rmt_content {
  margin: 60px 0 0 0;
  float: left;
  width: 691px;
}

.danqi_content .rmt_content .tuwen {
  overflow: hidden;
}

.danqi_content .rmt_content .tuwen .module {
  float: left;
  width: 335px;
  margin-top: 20px;
}

.danqi_content .rmt_content .tuwen .module:nth-child(odd) {
  margin-right: 20px;
}

.danqi_content .rmt_content .tuwen .module .pic {
  width: 335px;
  height: 200px;
  overflow: hidden;
}

.danqi_content .rmt_content .tuwen .module .pic img {
  width: 100%;
}

.danqi_content .rmt_content .tuwen .module:hover .pic img {
  transform: scale(1.1, 1.1);
}

.danqi_content .rmt_content .tuwen .module .text {
  height: 50px;
  background: linear-gradient(270deg, rgba(235, 219, 185, 1) 0%, rgba(210, 181, 131, 1) 100%);
  font-size: 14px;
  padding: 0 10px;
  line-height: 50px;
  font-weight: bold;
}

.danqi_content .rmt_content .tuwen .module .text a {
  color: #451E04;
}

.danqi_content .rmt_content .list {
  margin: 20px 0 0;
}

.danqi_content .rmt_content .list ul {
  overflow: hidden;
}

.danqi_content .rmt_content .list ul li {
  font-size: 16px;
  font-weight: bold;
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200721_11.png) 0 21px no-repeat;
  padding-left: 15px;
  float: left;
  width: 50%;
  box-sizing: border-box;
  border-bottom: solid 1px #DADADA;
  padding-right: 15px;
  line-height: 50px;
}

.danqi_content .rmt_content .list ul li a {
  color: #404040;
}

.danqi_content .rmt_content .list ul li a:hover {
  color: #cc3333;
}

.danqi_content .zj_content {
  width: 458px;
  float: left;
  margin-left: 50px;
  margin-top: 60px;
  border-left: 2px #D4B786 solid;
  box-sizing: border-box;
  padding-left: 30px;
}

.danqi_content .zj_content .tuwen {}

.danqi_content .zj_content .tuwen .module {
  overflow: hidden;
  margin: 20px 0 0 0;
}

.danqi_content .zj_content .tuwen .module .pic {
  float: left;
  width: 192px;
  height: 115px;
}

.danqi_content .zj_content .tuwen .module .pic img {
  width: 100%;
}

.danqi_content .zj_content .tuwen .module .text {
  width: 205px;
  float: left;
  margin-left: 27px;
  margin-top: 20px;
}

.danqi_content .zj_content .tuwen .module .text h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.danqi_content .zj_content .tuwen .module .text h2 a {
  color: #404040;
}

.danqi_content .zj_content .tuwen .module .text h2 a:hover {
  color: #cc3333;
}

.danqi_content .zj_content .tuwen .module .text .abs {
  font-size: 14px;
  color: #808080;
  line-height: 20px;
}

.danqi_content .zj_content .list {
  margin: 20px 0 0;
}

.danqi_content .zj_content .list ul {}

.danqi_content .zj_content .list ul li {
  font-size: 16px;
  font-weight: bold;
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200721_11.png) 0 21px no-repeat;
  padding-left: 15px;
  box-sizing: border-box;
  border-bottom: solid 1px #DADADA;
  padding-right: 15px;
  line-height: 50px;
}

.danqi_content .zj_content .list ul li a {
  color: #404040;
}

.danqi_content .zj_content .list ul li a:hover {
  color: #cc3333;
}


@media (max-width:767px) {
  .danqi_content .rmt_content {
    margin: 1rem 0 0 0;
    float: none;
    width: 100%;
  }

  .danqi_content .rmt_content .tuwen .module {
    float: left;
    width: 49%;
    margin-top: 0.5rem;
  }

  .danqi_content .rmt_content .tuwen .module:nth-child(odd) {
    margin-right: 0.1rem;
  }

  .danqi_content .rmt_content .tuwen .module .pic {
    width: 100%;
    height: auto;
    font-size: 0;
  }

  .danqi_content .rmt_content .tuwen .module:hover .pic img {
    transform: scale(1, 1);
  }

  .danqi_content .rmt_content .tuwen .module .text {
    height: 1rem;
    font-size: 0.36rem;
    padding: 0 0.2rem;
    line-height: 1rem;
    max-height: 1rem;
    overflow: hidden;
  }

  .danqi_content .rmt_content .list {
    margin: 0.5rem 0 0;
  }

  .danqi_content .rmt_content .list ul li {
    font-size: 0.36rem;
    width: 100%;
    float: none;
    padding: 0.4rem 0.2rem 0.4rem 0.3rem;
    line-height: 0.6rem;
  }


  .danqi_content .zj_content {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 0.5rem;
    border-left: none;
    padding-left: 0;
  }

  .danqi_content .zj_content .tuwen .module {
    margin: 0.2rem 0.2rem 0;
  }

  .danqi_content .zj_content .tuwen .module .pic {
    float: left;
    width: 40%;
    height: auto;
  }

  .danqi_content .zj_content .tuwen .module .text {
    width: 60%;
    float: left;
    margin-left: 0;
    margin-top: 0.2rem;
    padding-left: 0.3rem;
    box-sizing: border-box;
  }

  .danqi_content .zj_content .tuwen .module .text h2 {
    line-height: 0.5rem;
  }

  .danqi_content .zj_content .tuwen .module .text .abs {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }

  .danqi_content .zj_content .list {
    margin: 0.3rem 0.2rem 0;
  }

  .danqi_content .zj_content .list ul li {
    font-size: 0.36rem;
    font-weight: bold;
    background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200721_11.png) 0 20px no-repeat;
    padding: 0.3rem;
    line-height: 1.2rem;
  }
}

.ad_content {
  width: 100%;
  height: 1056px;
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200721_09.png) top center no-repeat;
}

.ad_content .ad_big {
  width: 100%;
  margin: 60px 0 0 0;
  font-size: 0;
}

.ad_content .ad_big:first-child {
  margin: 80px 0 0 0;
}

.ad_content .ad_big img {
  width: 100%;
}

.ad_content .ad_small {
  width: 393px;
  margin: 60px 10px 0 0;
  float: left;
  font-size: 0;
}

.ad_content .ad_small img {
  width: 100%;
}

.ad_content .ad_small:nth-child(3n+1) {
  margin-right: 0;
}

.ad_content .copyright {
  border-top: solid 1px #E2CD87;
  text-align: center;
  line-height: 100px;
  color: #E2CD87;
  margin: 40px 0 0 0;
}

@media (max-width:767px) {
  .ad_content {
    width: 100%;
    height: 18rem;
    background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200721_09.png) top center no-repeat;
  }

  .ad_content .ad_big {
    width: 100%;
    margin: 0.5rem 0 0 0;
  }

  .ad_content .ad_big:first-child {
    margin: 0.5rem 0 0 0;
  }

  .ad_content .ad_big img {
    width: 100%;
  }

  .ad_content .ad_small {
    width: 50%;
    margin: 0.5rem auto 0;
    float: left;
  }

  .ad_content .ad_small img {
    width: 100%;
  }

  .ad_content .ad_small:nth-child(3n-1) {
    margin-right: auto;
  }

  .ad_content .copyright {
    margin: 0.5rem 0 0 0;
  }
}

.xjj_erji {
  background: rgba(245, 245, 245, 1);
  width: 100%;
}

.xjj_list_bg {
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200730_01.png) top center no-repeat;
  width: 100%;
}

.xjj_list_bg2 {
  background: url(//www.qstheory.cn/n9/images/zt_llxjj_20200730_02.png) bottom center no-repeat;
  width: 100%;
  overflow: hidden;
}

.xjj_list {
  margin: 413px auto 100px;
  background: rgba(255, 255, 255, 1);
  border-radius: 9px;
  box-sizing: border-box;
  width: 1000px;
  padding: 50px 25px;
}

.xjj_list .title {
  width: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(210, 181, 131, 1) 100%);
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 36px;
  padding: 0 15px;
}

.xjj_list .list {
  margin: 0 20px;
}

.xjj_list .list .module {
  border-bottom: solid 1px #E6E6E6;
  padding: 20px 0;
}

.xjj_list .list .module h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.xjj_list .list .module h2 a {
  color: #404040;
}

.xjj_list .list .module h2 a:hover {
  color: #cc3333;
}

.xjj_list .list .module .abs {
  color: #8C8C8C;
  font-size: 14px;
  padding-right: 20px;
  display: inline-block;
}

@media (max-width:767px) {
  .xjj_list_bg {
    background: none;
    width: 100%;
  }

  .xjj_list_bg img {
    width: 100%;
  }

  .xjj_list {
    margin: 0;
    background: rgba(255, 255, 255, 1);
    border-radius: 9px;
    box-sizing: border-box;
    width: 100%;
    padding: 1rem 0.5rem;
  }

  .xjj_list .title {
    font-size: 0.44rem;
  }

  .xjj_list .list {
    margin: 0;
  }

  .xjj_list .list .module {
    padding: 0.3rem 0;
  }

  .xjj_list .list .module h2 {
    font-size: 0.4rem;
    margin: 0 0 0.1rem 0;
  }

  .xjj_list .list .module .abs {
    font-size: 0.36rem;
    padding-right: 0.3rem;
  }
}
