.page-qsydw {
  color: #333;
}

.mainCon {
  width: 1200px;
  margin: 0 auto;
}

/* 通用头 */
/* 长者模式按钮 */
#zzmsbtn {
  background: rgb(244, 186, 47);
  padding: 3px 10px;
  height: auto;
  border-radius: 20px;
  margin: 0 10px;
  font-size: 14px;
  color: #fff;
  display: inline;
}

#zzmsbtn span,
.gablink span {
  padding: 0 5px;
}

.gg-top .gablink {
  border-left: none;
  background: rgb(244, 186, 47);
  padding: 3px 10px;
  height: auto;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  display: inline;
  margin: 0;
}
.wza-img {
  vertical-align: middle;
  margin-top: -2px;
}
.qsydw-head {
  width: 100%;
  background-image: url(ggqsy-bg.png);
  height: 400px;
  background-repeat: no-repeat;
  background-size: 100% 100%;

}
.qsydw-head .top-h{
  line-height: 44px;
  font-size: 14px;
}
.qsydw-head .top-r{
  font-size: 14px;
}

.head-logo {
  /* padding-top: 30px; */
  width: 100%;
  display: flex;
  align-items: center;
}

.head-logo img {
  margin-right: 12px;
}

.head-logo span {
  color: #ffffff;
  text-align: center;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
}

/* 通用头end */
/* 列表页 */
.page-qsydw .details-title{
  display: none;
}
.page-qsydw .details-title-box{
 border-bottom: none;
}
.page-qsydw .chuo{
  float: left;
}
.qsydw-list {
  width: 100%;
  padding-top: 30px;
}

.list-title {
  text-align: left;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.list-title img {
  width: 100%;
}

.list-content {
  margin-top: 20px;
}

.content-title {
  margin-bottom: 30px;
}

.content-title a {
  display: inline-block;
  color: #333;
  padding: 3px 10px;
  margin-right: 25px;
  border-radius: 4px;
  font-size: 18px;

}

.content-title a:hover,
.content-title a.active {
  color: #fff;
  background-color: #407AAA;
}

.content-qsybox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content-qsybox .box-card {
  height: 200px;
  margin-right: 20px;
  width: calc((100% - 21px) / 2);
  margin-bottom: 20px;
  background: #F2F8FF;

}

.content-qsybox .box-card:nth-of-type(2n) {
  margin-right: 0;
}

.box-card a {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  color: #333;
  align-items: center;
}

.box-card a .card-img {
  width: 30%;
  height: 100%;
}

.box-card a .card-right {
  width: 70%;
  padding-left: 10px;
  padding-right: 20px;

}

.card-right .card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-right .card-title img {
  vertical-align: text-bottom;
  margin-right: 5px;
}

.card-item {
  font-size: 16px;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-item img {
  vertical-align: text-bottom;
  margin-right: 5px;
}

.card-more {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  line-height: 1;
}

/* 列表页END */
/* 详情 */
.qsydw-detail {
  width: 100%;
}

.qsydw-detail .detail-title {
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
}

.detail-title i {
  display: block;
  width: 8px;
  height: 34px;
  border-radius: 8px;
  background: #407AAA;
  margin-right: 12px;
}

.detail-title p {
  color: #333333;
  font-family: "Microsoft YaHei UI";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}

.detail-con {
  padding: 30px 0;
}

.detail-left {
  width: 360px;
  float: left;
}

.detail-left>img {
  width: 100%;
  height: 270px;
  box-shadow: 0 0 14px 0 #a8a8a840;
  /* margin: 0 0 30px 10px; */
  background-color: #fff;
  object-fit: contain;
}

.left-bottom {
  width: 100%;
  margin-top: 20px;
}

.left-bottom .left-item {
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
}

.left-item .item-title {
  width: 35%;
}

.item-title i {
  width: 12px;
  height: 12px;
  background: #c7e2f7;
  margin: 0 10px;
  display: inline-block;
}

.left-item .item-content {
  width: 65%;
}

.left-item .item-content .mapJump {
  color: #407AAA;
  margin-top: 5px;
  display: block;
  cursor: pointer;
}

/* 二维码 */
.title-ewm {
  font-size: 16px;
}

.title-ewm li {
  color: #666;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  margin-right: 30px;
  display: inline-block;
}

.title-ewm li>img {
  vertical-align: middle;
  margin-top: -3px;
  /* margin-right: 10px; */
}

.title-ewm>span {
  margin: 0 20px;
  color: #EBEBEB;
}

.code-div {
  box-shadow: 0px 0px 6px 0px rgba(168, 168, 168, 0.25);
  position: absolute;
  background-color: #fff;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 9;

}



.title-ewm li:hover .code-div {
  display: block;
}

.title-ewm li .icon_nor {
  display: none;
}

.title-ewm li .icon_sel {
  display: inline-block;
}

.code-div::before {
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent #fff transparent;
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 1px 0px rgba(168, 168, 168, 0.25);

}

.code-div img {
  width: 120px;
  height: 120px;
}

.title-ewm>span:last-of-type {
  display: none;
}

.detail-right {
  float: right;
  width: 800px;

}

.detail-right .right-title {
  color: #407AAA;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-weight: 600;
  /* margin-bottom: 20px; */
}

.right-title img {
  vertical-align: text-bottom;
}

.detail-text {
  padding: 18px 0;
  font-size: 16px;
  line-height: normal;

}
.detail-text span{
  display: inline;
}

.imglist {
  text-align: center;
}

.imglist img {
  margin-bottom: 20px;
  max-width: 100%;
  width: 500px;
  height: 300px;
  object-fit: contain;
}

/* 附件 */
.qsydw-detail-fj {
  margin-bottom: 40px;
  margin-top: 30px;
  color: #407AAA;
  font-size: 16px;
}

.qsydw-detail-fj>span {
  vertical-align: top;
}

.qsydw-detail-fj a {
  color: #407AAA;

}

.qsydw-detail-fj>span img {
  vertical-align: text-bottom;
}

/* 详情页END */

/* 专题页 */
.title-more {
  position: absolute;
  right: 0;
  top: 20px;
  color: #666666;
  font-size: 15px;
  width: 5%;
  text-align: right;
}
.content-slide{
  min-height: 220px;
}
.title-more img {
  width: auto;
  vertical-align: text-bottom;
}

.column-one {
  overflow: hidden;
  margin: 30px 0;
}

.one-left {
  width: 590px;
  float: left;
}

.one-right {
  width: 590px;
  float: right;
}

.column-one .news-list {
  border: 1px solid #EBEBEB;
  padding: 16px;
}

.column-jy {
  margin-bottom: 30px;
}

.box-slide {
  position: relative;
}

.box-slide .prev,
.box-slide .next {
  position: absolute;
  top: 48%;
  text-align: center;
  transform: translateY(-50%);
  cursor: pointer;
  width: 45px;
  height: 45px;
  line-height: 40px;
  border-radius: 30px;
  z-index: 9;

}

.box-slide .prev img,
.box-slide .next img {
  vertical-align: middle;
}

.box-slide .prev {
  left: -25px;
  box-shadow: 0 0 4px 0 #b8b8b840;
  background-color: #fff;
}

.box-slide .next {
  right: -25px;
  box-shadow: 0 0 4px 0 #b8b8b840;
  background-color: #fff;
}

.slide-every {
  /* padding: 1px; */
}

.column-wsjk {
  margin-bottom: 30px;
}

.column-sdqr {
  margin-bottom: 30px;
}

.sdqr-content {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.sdqr-content li {
  width: 25%;
  /* height: 270px; */
  position: relative;
  padding: 140px 20px 20px 20px;
}

.sdqr-content p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.sdqr-content li img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;

}

.sdqr-item .item-fl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.sdqr-item .item-fl .fl-item {
  width: calc((100% - 22px) / 2);
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  padding: 3px 0;
}

.sdqr-item .item-fl a:nth-of-type(2n) {
  margin-right: 0;
}

.item-gs .fl-item {
  border: 1px solid #66adff;
  color: #66adff;

}

.item-gs .fl-item:hover {
  background-color: #66adff;
  color: #fff;
}

.item-gd .fl-item {
  border: 1px solid #46BA8F;
  color: #46BA8F;

}

.item-gd .fl-item:hover {
  background-color: #46BA8F;
  color: #fff;
}

.item-gq .fl-item {
  border: 1px solid #8870FC;
  color: #8870FC;

}

.item-gq .fl-item:hover {
  background-color: #8870FC;
  color: #fff;
}

.item-gr .fl-item {
  border: 1px solid #FC828C;
  color: #FC828C;

}

.item-gr .fl-item:hover {
  background-color: #FC828C;
  color: #fff;
}

.column-other {
  overflow: hidden;
  margin-bottom: 30px;

}

.column-other a {
  width: 50%;
  float: left;
}

.column-other a img {
  width: 100%;
}

.column-gkly {
  margin-bottom: 30px;
}

.gkly-content {
  margin-top: 20px;
  background: #F2F8FF;
  padding: 20px 20px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gkly-content li {
  width: calc((100% - 152px) / 6);
  margin-right: 30px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px 0 #DAE6F4;
  background-color: #fff;

}

.gkly-content li:nth-of-type(6n),
.gkly-content li:last-of-type {
  margin-right: 0;
}

.gkly-content li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-align: center;

  color: #407aaa;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

/* 专题页END */

/* 移动端 */
@media screen and (max-width: 1200px) {
  .mainCon {
    width: 100%;
  }

  .page-qsydw {
    min-width: inherit;
  }

  /* 通用头 */

  body .gg-top {
    display: block;
    line-height: normal;
  }
  body .gg-top .gg-right {
    display: none!important;
  }
  /* body .gg-top .gg-right.gabox {
    display: block;
  } */
  body .gg-top .gabox .gablink {
    display: flex;
    align-items: center;
    margin-top: 2px;

  }
  .qsydw-head {
    background-size: 170% 100%;
    background-position: 50%;
    padding: 0 0.2rem;
    height: 10rem;
  }
  .qsydw-head .top-h{
    height: auto;
    overflow: hidden;
    line-height: 1rem;
  }

  .head-logo span {
    font-size: 0.68rem;
  }

  /* 通用头 */


  /* 列表页 */

  .chuo{
    padding:  0 10px;
    line-height: normal;
  }
  .chuo img{
    margin-top: 0;
  }
  .qsydw-list {
    padding:  .3rem .5rem;
    width: 100%;
  }

  .list-title img {
    width: 250%;
    margin-left: -75%;
  }

  .title-more {
    top: 5px;
    display: none;
  }

  .title-more img {
    width: 0.3rem;
    margin: 0;
  }

  .content-qsybox .box-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    height: auto;
  }

  .card-more {
    display: none;
  }

  /* 列表页END */

  /* 详情页 */

  .qsydw-detail {
    padding: 0 .3rem .5rem;
    width: 100%;
  }

  .detail-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .detail-left>img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto 20px auto;
  }

  .code-div {
    left: 0;
    transform: translateX(0);
  }

  .code-div::before {
    left: 20%;
    transform: translateX(0);

  }

  .detail-right {
    width: 100%;
  }

  .qsydw-detail-fj {
    line-height: 1.5;
  }
  .detail-text span{
    display: inline;
  }

  /* 详情页END */
  /* 专题页 */
  .qsydw-column {
    padding: 0 0.3rem 0.5rem;
  }

  .one-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .one-right {
    width: 100%;
  }

  .box-slide {
    width: 90%;
    margin: 0 auto;
  }

  .box-slide .prev,
  .box-slide .next {
    width: 1rem;
    height: 1rem;
    line-height: 0.8rem;
    top: 45%;
  }

  .box-slide .prev {
    left: -0.75rem;
  }

  .box-slide .next {
    right: -0.75rem;
    border: 1px solid #eee;
  }
  .box-card a{
    align-items: flex-start;
  }
  .box-card a .card-img{
    height: 110px;
  }

  .sdqr-content {
    flex-wrap: wrap;
  }

  .sdqr-content li {
    width: 50%;
    padding: 3rem 0.2rem;
    height: 6.5rem;
  }

  .sdqr-content p {
    margin-bottom: 10px;
    /* font-size: 0.28rem; */
    font-size: 16px;

  }

  .sdqr-item .item-fl .fl-item {
    /* font-size: 0.26rem; */
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .column-other a {
    width: 100%;
  }

  .gkly-content li {
    width: calc((100% - 22px) / 2);
    margin-right: 20px;
  }

  .gkly-content li:nth-of-type(2n) {
    margin-right: 0;
  }

  /* 专题页END */

}
/* 移动End */