﻿@charset "UTF-8";
/**
  css style 用于scss编写继承
*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bannerwz {
  display: block;
  position: relative;
  font-size: 44px;
  font-size: 0.44rem;
  font-weight: bold;
  color: #ffffff;
}
.bannerwz .banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.bannerwz p {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -79.5px;
  margin-left: -0.795rem;
  margin-top: -29.5px;
  margin-top: -0.295rem;
}

.content {
  width: 100%;
  background-color: #f5f5f5;
  margin: 0 auto;
}
.content .block-1 .block-1-title p {
  font-size: 30px;
  font-size: 0.3rem;
  color: #1764ce;
  font-weight: bold;
}
.content .block-1 .block-1-title span {
  font-size: 16px;
  font-size: 0.16rem;
  color: #444444;
  display: inline-block;
  margin-top: 19px;
  margin-top: 0.19rem;
  margin-bottom: 12px;
  margin-bottom: 0.12rem;
}
.content .block-1 .block-1-content {
  border-radius: 6px;
  border: solid 1px #eeeeee;
  padding: 41px 47px 26px 23px;
  padding: 0.41rem 0.47rem 0.26rem 0.23rem;
}
.content .block-2 {
  width: 100%;
  margin-top: 27px;
  margin-top: 0.27rem;
}
.content .block-2 .block-2-title {
  padding-bottom: 15px;
  padding-bottom: 0.15rem;
  border-bottom: 1px #dddddd solid;
}
.content .block-2 .block-2-title .titleLeft {
  width: 80%;
  float: left;
  height: 33px;
  height: 0.33rem;
  line-height: 33px;
  line-height: 0.33rem;
}
.content .block-2 .block-2-title .titleLeft img {
  float: left;
  width: 33px;
  width: 0.33rem;
  padding-right: 17px;
  padding-right: 0.17rem;
}
.content .block-2 .block-2-title .titleLeft p {
  font-size: 28px;
  font-size: 0.28rem;
  font-weight: bold;
}
.content .block-2 .block-2-title .titleRight {
  display: inline-block;
  float: right;
  line-height: 33px;
  line-height: 0.33rem;
  font-size: 14px;
  font-size: 0.14rem;
  color: #666666;
}
.content .block-2 .block-2-content {
  position: relative;
  height: 143px;
  height: 1.43rem;
  overflow: hidden;
  margin-top: 24px;
  margin-top: 0.24rem;
}
.content .block-2 .block-2-content .swiper-container .arrow-left, .content .block-2 .block-2-content .swiper-container .arrow-right {
  display: block;
  cursor: pointer;
}
.content .block-2 .block-2-content .swiper-container .swiper-wrapper {
  margin-left: 4px;
  margin-left: 0.04rem;
}
.content .block-2 .block-2-content .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  padding-right: 3%px;
  padding-right: 0.03%rem;
}
.content .block-2 .block-2-content .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 63%;
  height: 143px;
  height: 1.43rem;
  max-height: none;
  display: inline-block;
}
.content .block-2 .block-2-content .swiper-container .swiper-wrapper .swiper-slide a > div {
  width: 34%;
  text-align: left;
  height: 143px;
  height: 1.43rem;
  background: #f5f5f5;
}
.content .block-2 .block-2-content .swiper-container .swiper-wrapper .swiper-slide a > div span {
  display: inline-block;
  margin: 14px 10px 0;
  margin: 0.14rem 0.1rem 0;
  font-size: 18px;
  font-size: 0.18rem;
  font-weight: bold;
}
.content .block-2 .block-2-content .swiper-container .swiper-wrapper .swiper-slide a > div p {
  margin: 14px 10px 0;
  margin: 0.14rem 0.1rem 0;
}
.content .block-2 audio {
  width: 94%;
  margin: 0 3%;
  height: 39px;
  height: 0.39rem;
  margin-top: 27px;
  margin-top: 0.27rem;
}
.content .block-3 .lf {
  width: 100%;
}
.content .block-3 .lf .tab-parent .tab-list-bool ul li a {
  font-size: 28px;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 54px;
  line-height: 0.54rem;
}
.content .block-3 .lf .tab-group {
  margin-top: 0;
  border: solid 1px #eeeeee;
  border-radius: 6px;
  padding: 34px 20px 43px 22px;
  padding: 0.34rem 0.2rem 0.43rem 0.22rem;
  margin: 0 auto;
}
.content .block-3 .lf .tab-group .tab-item-new {
  overflow-y: scroll;
}
.content .block-3 .lf .tab-group .tab-item-new::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.content .block-3 .lf .tab-group .tab-item-new::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #aaaaaa;
}
.content .block-3 .lf .tab-group .tab-item-new::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #dddddd;
}
.content .block-3 .lf .tab-group .tab-item-new li {
  margin-top: 20px;
  margin-top: 0.2rem;
}
.content .block-3 .lf .tab-group .tab-item-new li:first-child + li + li img {
  width: 46px;
  width: 0.46rem;
  height: 46px;
  height: 0.46rem;
}
.content .block-3 .lf .tab-group .tab-item-new li:first-child + li + li + li img {
  width: 46px;
  width: 0.46rem;
  height: 46px;
  height: 0.46rem;
}
.content .block-3 .lf .tab-group .tab-item-new li .zc img {
  float: left;
  width: 34px;
  width: 0.34rem;
  height: 34px;
  height: 0.34rem;
}
.content .block-3 .lf .tab-group .tab-item-new li .zc p {
  display: inline-block;
  line-height: 34px;
  line-height: 0.34rem;
  font-size: 18px;
  font-size: 0.18rem;
  color: #000;
  font-weight: bold;
  margin-left: 0.1rem;
}
.content .block-3 .lf .tab-group .tab-item-new li .zcCont {
  width: 1058px;
  width: 10.58rem;
  margin-top: 21px;
  margin-top: 0.21rem;
  line-height: 32px;
  line-height: 0.32rem;
  padding: 17px;
  padding: 0.17rem;
  text-indent: 2em;
  color: #333333;
  border-radius: 0px 10px 10px 10px;
  border: solid 1px #dddddd;
}
.content .block-3 .lf .tab-group .pict {
  height: 615px;
  height: 6.15rem;
  overflow-y: scroll;
}
.content .block-3 .lf .tab-group .pict::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.content .block-3 .lf .tab-group .pict::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #aaaaaa;
}
.content .block-3 .lf .tab-group .pict::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #dddddd;
}
.content .block-3 .lf .tab-group .pict li {
  margin-bottom: 0 !important;
  width: 30% !important;
  height: 200px;
  height: 2rem;
  margin-top: 20px;
  margin-top: 0.2rem;
  margin-left: 20px;
  margin-left: 0.2rem;
  float: left;
}
.content .block-3 .lf .tab-group .pict li:first-child + li + li img {
  width: 360px;
  width: 3.6rem;
  height: 200px;
  height: 2rem;
}
.content .block-3 .lf .tab-group .pict li:first-child + li + li + li img {
  width: 360px;
  width: 3.6rem;
  height: 200px;
  height: 2rem;
}
.content .block-3 .lf .tab-group .pict li .liImg {
  margin-bottom: 0;
  margin-left: 0;
  width: 100% !important;
  height: 200px;
  height: 2rem;
  position: relative;
}
.content .block-3 .lf .tab-group .pict li .liImg img {
  width: 100% !important;
  height: 200px;
  height: 2rem;
}
.content .block-3 .lf .tab-group .pict li .liImg .pictBj {
  margin-bottom: 0;
  margin-left: 0;
  width: 100% !important;
  height: 64px;
  height: 0.64rem;
  background: url("../images/xwfbh-xqy-jctpbj.png") no-repeat center;
  position: absolute;
  bottom: 0;
}
.content .block-3 .lf .tab-group .pict li .liImg .pictBj p {
  font-size: 18px;
  font-size: 0.18rem;
  line-height: 64px;
  line-height: 0.64rem;
  color: #fff;
  text-align: center;
  background-color: transparent;
  display: block;
}
.content .block-3 .lf .tab-group .tab-item > ul > li {
  width: 100%;
  padding-left: 0;
  margin-bottom: 26px;
  margin-bottom: 0.26rem;
}
.content .block-3 .lf .tab-group .tab-item > ul > li:before {
  display: none;
}
.content .block-3 .lf .tab-group .tab-item > ul > li div {
  font-size: 18px;
  font-size: 0.18rem;
  margin-bottom: 12px;
  margin-bottom: 0.12rem;
  color: #222222;
  margin-left: 7px;
  margin-left: 0.07rem;
}
.content .block-3 .lf .tab-group .tab-item > ul > li div img {
  width: 22px;
  width: 0.22rem;
  height: 22px;
  height: 0.22rem;
  margin-right: 8px;
  margin-right: 0.08rem;
}
.content .block-3 .lf .tab-group .tab-item > ul > li p {
  background-color: #f5f5f5;
  border-radius: 6px;
  display: inline-block;
}
.content .block-3 .lf .tab-group .tab-item > ul > li p span {
  display: inline-block;
  color: #222222;
  margin: 18px 23px 20px 18px;
  margin: 0.18rem 0.23rem 0.2rem 0.18rem;
  line-height: 24px;
  line-height: 0.24rem;
}
.content .block-3 .lf .tab-group .l-page {
  margin-top: 44px;
  margin-top: 0.44rem;
}
.content .block-3 .lf .tab-group .l-page a {
  float: none;
  vertical-align: middle;
}
.content .block-3 .lf .tab-group a {
  display: none;
}
.content .block-4 .tab-group .tab-item ul li {
  margin-bottom: 0 !important;
}
.content .block-4 .tab-group .tab-item ul li:first-child p {
  border: none;
}
.content .block-4 .tab-group .tab-item ul li p {
  background-color: #ffffff !important;
  border-top: 1px #f5f5f5 solid;
}
.content .block-4 .tab-group .tab-item ul li p span {
  margin: 0 0;
}
.content .block-5 hr {
  border: none;
  height: 1px;
  background-color: #f5f5f5;
  width: 97%;
}
.content .block-5 .tab-group .tab-item ul li .reply {
  background-color: #f5f5f5;
  border-radius: 6px;
  border-bottom: 1px #f5f5f5 solid;
}
.content .block-5 .tab-group .tab-item ul li .reply p {
  background-color: #f5f5f5 !important;
}
.content .block-5 .tab-group .tab-item ul li div {
  padding: 19px 29px 19px 18px;
  padding: 0.19rem 0.29rem 0.19rem 0.18rem;
}
.content .block-5 .tab-group .tab-item ul li div span {
  float: left;
  display: block;
  width: 9%;
  font-weight: bold;
  color: #0b67d4;
  line-height: normal;
}
.content .block-5 .tab-group .tab-item ul li div p {
  display: -webkit-box !important;
  font-size: 14px;
  font-size: 0.14rem;
  float: left;
  width: 91%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background-color: #ffffff !important;
}
.content .block-5 .l-page {
  margin-top: 81px !important;
  margin-top: 0.81rem !important;
}

@media screen and (max-width: 768px) {
  .bannerwz {
    display: none;
  }

  .content .block-1 .block-1-title p {
    font-size: 0.3rem;
    color: #1764ce;
    font-weight: bold;
  }
  .content .block-1 .block-1-title span {
    font-size: 0.2rem;
    color: #444444;
    display: inline-block;
    margin-top: 19px;
    margin-top: 0.19rem;
    margin-bottom: 12px;
    margin-bottom: 0.12rem;
  }
  .content .block-1 .block-1-content {
    font-size: 0.24rem;
  }
  .content .block-2 .block-2-title .titleLeft img {
    width: 0.42rem;
  }
  .content .block-2 .block-2-title .titleLeft p {
    font-size: 0.3rem;
  }
  .content .block-2 .block-2-title .titleRight {
    font-size: 0.22rem;
  }
  .content .block-2 .block-2-content {
    height: 3.82rem;
  }
  .content .block-2 .block-2-content ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 !important;
  }
  .content .block-2 .block-2-content ul li {
    width: 3.33rem;
    height: 2.22rem;
    display: flex;
    flex-wrap: wrap;
  }
  .content .block-2 .block-2-content ul li a {
    height: inherit;
  }
  .content .block-2 .block-2-content ul li a img {
    width: 100% !important;
  }
  .content .block-2 .block-2-content ul li a div {
    display: block;
    width: 100% !important;
    float: left !important;
    height: 1.6rem !important;
  }
  .content .block-2 .block-2-content ul li a div span {
    font-size: 0.3rem;
  }
  .content .block-2 .block-2-content ul li a div p {
    font-size: 0.24rem;
  }
  .content .block-2 .block-2-content ul li:nth-child(2) {
    display: none;
  }
  .content .block-2 .block-2-content div {
    display: none;
  }
  .content .block-3 .lf .tab-list-bool a {
    font-size: 0.3rem;
  }
  .content .block-3 .lf .tab-group {
    padding: 0.22rem 0.17rem 0.47rem 0.21rem;
    display: flex;
    justify-content: center;
  }
  .content .block-3 .lf .tab-group li:first-child {
    display: block !important;
  }
  .content .block-3 .lf .tab-group li:first-child .guestName {
    color: #1764ce !important;
    font-size: 0.28rem !important;
  }
  .content .block-3 .lf .tab-group li:nth-child(2) {
    display: block !important;
  }
  .content .block-3 .lf .tab-group li:nth-child(2) .guestName {
    color: #ff7200 !important;
    font-size: 0.28rem !important;
  }
  .content .block-3 .lf .tab-group li:nth-child(2) img {
    width: 0.33rem !important;
    height: 0.33rem !important;
  }
  .content .block-3 .lf .tab-group li {
    display: none;
  }
  .content .block-3 .lf .tab-group li p span {
    font-size: 0.24rem !important;
    margin: 0.17rem 0.15rem 0.22rem 0.18rem !important;
  }
  .content .block-3 .lf .tab-group .l-page {
    display: none !important;
  }
  .content .block-3 .lf .tab-group .tab-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .content .block-3 .lf .tab-group .tab-item .h5-moreButton {
    display: inline-block;
    width: 6.5rem;
    height: 0.8rem;
    background-color: #1764ce;
    border-radius: 0.1rem;
    color: #ffffff;
    justify-content: center;
    font-size: 0.3rem;
    display: flex;
    align-items: center;
  }
  .content .block-3 .lf .tab-group .tab-item:nth-child(2) ul li {
    display: block;
    width: 45% !important;
  }
  .content .block-3 .lf .tab-group .tab-item:nth-child(2) li:nth-child(2) img {
    height: 2rem !important;
  }
  .content .block-4 .tab-group {
    padding: 0rem 0.28rem 0.54rem 0.25rem !important;
  }
  .content .block-4 .tab-group .tab-item li p span {
    display: -webkit-box !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.3rem;
    margin: 0.36rem 0rem;
  }
  .content .block-4 .tab-group .tab-item li:nth-child(3) {
    display: block !important;
    margin-bottom: 0.35rem !important;
  }
  .content .block-5 li div span, .content .block-5 li div p {
    font-size: 0.24rem !important;
  }
  .content .block-5 li div span {
    width: 11% !important;
  }
  .content .block-5 li div p {
    width: 89% !important;
  }
  .content .block-5 ul li:nth-child(2) {
    border-bottom: 2px #f5f5f5 solid;
  }
  .content .block-5 li:nth-child(1) span, .content .block-5 li:nth-child(3) span {
    color: #ff7200 !important;
  }
  .content .block-5 li:nth-child(4), .content .block-5 li:nth-child(3) {
    display: block !important;
  }
}
/*分页样式*/
#page1 {
  font-size: 0;
  text-align: center;
  clear: both;
  overflow: hidden;
  margin: 50px auto;
  margin: 0.5rem auto;
}

#page1 .disabled {
  pointer-events: none;
  color: #8a8a8a;
}

#page1 a:hover,
#page1 span:hover {
  border: 1px solid #1258AD;
  text-decoration: none;
  color: #1258AD;
}

#page1 span span:hover {
  border: 0;
}

#page1 a,
#page1 span {
  font-size: 14px;
  font-size: 0.14rem;
  display: inline-block;
  zoom: 1;
  border: 1px solid #E1E1E1;
  padding: 0px 8px;
  padding: 0px 0.08rem;
  margin: 0 3px 5px 0;
  margin: 0 0.03rem 0.05rem 0;
  line-height: 26px;
  line-height: 0.26rem;
  height: 26px;
  height: 0.26rem;
}

#page1 a span,
#page1 span span {
  border: 0;
  margin: 0;
}

#page1 .act {
  background: #1258AD;
  border: 1px solid #1258AD;
  color: #fff !important;
  font-weight: bold;
}

#page1 select {
  margin: 0 4px;
  margin: 0 0.04rem;
  background: #fff;
  border: 0 solid #E1E1E1;
  vertical-align: middle;
}

#page1 input {
  width: 24px;
  width: 0.24rem;
  text-align: center;
  padding: 0 4px;
  padding: 0 0.04rem;
  outline: none;
  margin: 0 4px;
  margin: 0 0.04rem;
  background: #fff;
  border: 0 solid #E1E1E1;
  vertical-align: middle;
  line-height: 22px;
  line-height: 0.22rem;
}

#page2 {
  font-size: 0;
  text-align: center;
  clear: both;
  overflow: hidden;
  margin: 50px auto;
  margin: 0.5rem auto;
}

#page2 .disabled {
  pointer-events: none;
  color: #8a8a8a;
}

#page2 a:hover,
#page2 span:hover {
  border: 1px solid #1258AD;
  text-decoration: none;
  color: #1258AD;
}

#page2 span span:hover {
  border: 0;
}

#page2 a,
#page2 span {
  font-size: 14px;
  font-size: 0.14rem;
  display: inline-block;
  zoom: 1;
  border: 1px solid #E1E1E1;
  padding: 0px 8px;
  padding: 0px 0.08rem;
  margin: 0 3px 5px 0;
  margin: 0 0.03rem 0.05rem 0;
  line-height: 26px;
  line-height: 0.26rem;
  height: 26px;
  height: 0.26rem;
}

#page2 a span,
#page2 span span {
  border: 0;
  margin: 0;
}

#page2 .act {
  background: #1258AD;
  border: 1px solid #1258AD;
  color: #fff !important;
  font-weight: bold;
}

#page2 select {
  margin: 0 4px;
  margin: 0 0.04rem;
  background: #fff;
  border: 0 solid #E1E1E1;
  vertical-align: middle;
}

#page2 input {
  width: 24px;
  width: 0.24rem;
  text-align: center;
  padding: 0 4px;
  padding: 0 0.04rem;
  outline: none;
  margin: 0 4px;
  margin: 0 0.04rem;
  background: #fff;
  border: 0 solid #E1E1E1;
  vertical-align: middle;
  line-height: 22px;
  line-height: 0.22rem;
}

#page3 {
  font-size: 0;
  text-align: center;
  clear: both;
  overflow: hidden;
  margin: 50px auto;
  margin: 0.5rem auto;
}

#page3 .disabled {
  pointer-events: none;
  color: #8a8a8a;
}

#page3 a:hover,
#page3 span:hover {
  border: 1px solid #1258AD;
  text-decoration: none;
  color: #1258AD;
}

#page3 span span:hover {
  border: 0;
}

#page3 a,
#page3 span {
  font-size: 14px;
  font-size: 0.14rem;
  display: inline-block;
  zoom: 1;
  border: 1px solid #E1E1E1;
  padding: 0px 8px;
  padding: 0px 0.08rem;
  margin: 0 3px 5px 0;
  margin: 0 0.03rem 0.05rem 0;
  line-height: 26px;
  line-height: 0.26rem;
  height: 26px;
  height: 0.26rem;
}

#page3 a span,
#page3 span span {
  border: 0;
  margin: 0;
}

#page3 .act {
  background: #1258AD;
  border: 1px solid #1258AD;
  color: #fff !important;
  font-weight: bold;
}

#page3 select {
  margin: 0 4px;
  margin: 0 0.04rem;
  background: #fff;
  border: 0 solid #E1E1E1;
  vertical-align: middle;
}

#page3 input {
  width: 24px;
  width: 0.24rem;
  text-align: center;
  padding: 0 4px;
  padding: 0 0.04rem;
  outline: none;
  margin: 0 4px;
  margin: 0 0.04rem;
  background: #fff;
  border: 0 solid #E1E1E1;
  vertical-align: middle;
  line-height: 22px;
  line-height: 0.22rem;
}

#page4 {
  font-size: 0;
  text-align: center;
  clear: both;
  overflow: hidden;
  margin: 50px auto;
  margin: 0.5rem auto;
}

#page4 .disabled {
  pointer-events: none;
  color: #8a8a8a;
}

#page4 a:hover,
#page4 span:hover {
  border: 1px solid #1258AD;
  text-decoration: none;
  color: #1258AD;
}

#page4 span span:hover {
  border: 0;
}

#page4 a,
#page4 span {
  font-size: 14px;
  font-size: 0.14rem;
  display: inline-block;
  zoom: 1;
  border: 1px solid #E1E1E1;
  padding: 0px 8px;
  padding: 0px 0.08rem;
  margin: 0 3px 5px 0;
  margin: 0 0.03rem 0.05rem 0;
  line-height: 26px;
  line-height: 0.26rem;
  height: 26px;
  height: 0.26rem;
}

#page4 a span,
#page4 span span {
  border: 0;
  margin: 0;
}

#page4 .act {
  background: #1258AD;
  border: 1px solid #1258AD;
  color: #fff !important;
  font-weight: bold;
}

#page4 select {
  margin: 0 4px;
  margin: 0 0.04rem;
  background: #fff;
  border: 0 solid #E1E1E1;
  vertical-align: middle;
}

#page4 input {
  width: 24px;
  width: 0.24rem;
  text-align: center;
  padding: 0 4px;
  padding: 0 0.04rem;
  outline: none;
  margin: 0 4px;
  margin: 0 0.04rem;
  background: #fff;
  border: 0 solid #E1E1E1;
  vertical-align: middle;
  line-height: 22px;
  line-height: 0.22rem;
}
