/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei, Times New Roman, Arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #f1f9ff;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
  height: 4.26rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.zt_header .logo {
  padding-top: 0.4rem;
  text-align: left;
}
.zt_header .logo img {
  width: 3.83rem;
}
@media (max-width: 992px) {
  .zt_header {
    height: 2.5rem;
    background-size: 150% auto;
  }
  .zt_header .logo {
    padding-top: 0.3rem;
  }
  .zt_header .logo img {
    width: 2rem;
  }
}
/* 头部header 结束 */
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.zt_content {
  padding: 30px 0;
}
.paper_box {
  background: #ffffff;
  padding: 0.3rem;
}
.zt_title {
  height: 77px;
  margin-bottom: 30px;
  position: relative;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
@media (max-width: 600px) {
  .zt_title {
    margin-bottom: 70px;
  }
}
.zt_title.zt_title1 {
  height: 54px;
  background-position: center;
  background-image: url(../images/zt_title1.png);
}
.zt_title.zt_title2 {
  background-image: url(../images/zt_title2.png);
}
.zt_title.zt_title3 {
  background-image: url(../images/zt_title3.png);
}
.zt_title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.zt_title a.more {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 0;
  width: 202px;
  height: 42px;
  background: url(../images/more.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 600px) {
  .zt_title a.more {
    display: inline-block;
    margin-top: 90px;
    position: static;
  }
}
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
.toutiao_box {
  height: 84px;
  background: #f3f9ff;
  box-sizing: border-box;
  border: 1px solid #d8edff;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding-right: 20px;
}
.toutiao_box .toutiao_img {
  width: 48px;
  margin-right: 20px;
}
.toutiao_box #ttSwiper {
  flex: 1;
  flex-shrink: 0;
  height: 100%;
}
.toutiao_box #ttSwiperPag {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0px;
}
.toutiao_box #ttSwiperPag .swiper-pagination-bullet {
  margin: 0 2px;
  width: 11px;
  height: 11px;
  border-radius: 5.5px;
  background-color: #c5c5c5;
  opacity: 0.4;
}
.toutiao_box #ttSwiperPag .swiper-pagination-bullet-active {
  width: 21px;
  background-color: #14407c;
  opacity: 1;
}
.toutiao_box .toutiao {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
}
.toutiao_box .toutiao a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 40px;
  font-weight: bold;
  color: #1487ff;
  line-height: 1.1;
}
.linkageSwiper_box .w-col {
  margin-top: 0 !important;
}
.linkageSwiper_box .linkageSwiper1_box {
  position: relative;
}
.linkageSwiper_box .linkageSwiper2_box {
  position: relative;
  height: 384px;
}
.linkageSwiper_box .linkageSwiper2_box {
  background-color: #f3f9ff;
  padding: 30px;
}
.linkageSwiper_box .swiper-button-prev,
.linkageSwiper_box .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.linkageSwiper_box .swiper-button-prev::after,
.linkageSwiper_box .swiper-button-next::after {
  display: none;
}
.linkageSwiper_box .swiper-button-prev {
  right: 100px;
  background-image: url(../images/btn_prev.png);
}
.linkageSwiper_box .swiper-button-prev:hover {
  background-image: url(../images/btn_prev_cur.png);
}
.linkageSwiper_box .swiper-button-next {
  right: 30px;
  background-image: url(../images/btn_next.png);
}
.linkageSwiper_box .swiper-button-next:hover {
  background-image: url(../images/btn_next_cur.png);
}
.linkageSwiper_box .swiper-pagination {
  width: auto;
  left: 30px;
  bottom: 30px;
}
.linkageSwiper_box .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #1487ff;
  margin: 0 5px;
}
.linkageSwiper_box .swiper-pagination-bullet-active {
  background-color: #1487ff;
}
.linkageSwiper_box .news_img {
  height: 384px;
}
@media (max-width: 992px) {
  .linkageSwiper_box .news_img {
    height: 3.84rem;
  }
}
.linkageSwiper_box .news_img {
  width: 100%;
}
.linkageSwiper_box .news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.linkageSwiper_box .news_text .news_text_title {
  margin-bottom: 45px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: #353535;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 210px;
}
@media (max-width: 600px) {
  .linkageSwiper_box .swiper-button-prev {
    right: 80px;
  }
  .linkageSwiper_box .swiper-button-next {
    right: 10px;
  }
}
.cxfw_ul {
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.cxfw_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cxfw_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.cxfw_ul > li:nth-child(n) {
  margin-top: 0;
}
.cxfw_ul > li:nth-child(n)::after {
  display: block;
}
.cxfw_ul > li:nth-child(n + 4) {
  margin-top: 30px;
}
.cxfw_ul > li:nth-child(4) {
  margin-top: 0;
}
.cxfw_ul > li:nth-child(4n)::after,
.cxfw_ul > li:last-child::after {
  display: none;
}
.cxfw_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .cxfw_ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cxfw_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .cxfw_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .cxfw_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .cxfw_ul > li:nth-child(n)::after {
    display: block;
  }
  .cxfw_ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .cxfw_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .cxfw_ul > li:nth-child(2n)::after,
  .cxfw_ul > li:last-child::after {
    display: none;
  }
  .cxfw_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .cxfw_ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cxfw_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .cxfw_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .cxfw_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .cxfw_ul > li:nth-child(n)::after {
    display: block;
  }
  .cxfw_ul > li:nth-child(n + 1) {
    margin-top: 30px;
  }
  .cxfw_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .cxfw_ul > li:nth-child(1n)::after,
  .cxfw_ul > li:last-child::after {
    display: none;
  }
  .cxfw_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.cxfw_ul li a {
  box-sizing: border-box;
  width: 100%;
  height: 215px;
  border-radius: 4px;
  border: 1px solid #1487ff;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.cxfw_ul li a.s1 {
  background-image: url(../images/cxfw_bg1.png);
}
.cxfw_ul li a.s2 {
  background-image: url(../images/cxfw_bg2.png);
}
.cxfw_ul li a.s3 {
  background-image: url(../images/cxfw_bg3.png);
}
.cxfw_ul li a.s4 {
  background-image: url(../images/cxfw_bg4.png);
}
.cxfw_ul li span {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  width: 100%;
}
.cxfw_ul li:hover span {
  color: #1487ff;
}
.bsfw_ul {
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.bsfw_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bsfw_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.bsfw_ul > li:nth-child(n) {
  margin-top: 0;
}
.bsfw_ul > li:nth-child(n)::after {
  display: block;
}
.bsfw_ul > li:nth-child(n + 4) {
  margin-top: 30px;
}
.bsfw_ul > li:nth-child(4) {
  margin-top: 0;
}
.bsfw_ul > li:nth-child(4n)::after,
.bsfw_ul > li:last-child::after {
  display: none;
}
.bsfw_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .bsfw_ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .bsfw_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .bsfw_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .bsfw_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .bsfw_ul > li:nth-child(n)::after {
    display: block;
  }
  .bsfw_ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .bsfw_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .bsfw_ul > li:nth-child(2n)::after,
  .bsfw_ul > li:last-child::after {
    display: none;
  }
  .bsfw_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .bsfw_ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .bsfw_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .bsfw_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .bsfw_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .bsfw_ul > li:nth-child(n)::after {
    display: block;
  }
  .bsfw_ul > li:nth-child(n + 1) {
    margin-top: 30px;
  }
  .bsfw_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .bsfw_ul > li:nth-child(1n)::after,
  .bsfw_ul > li:last-child::after {
    display: none;
  }
  .bsfw_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.bsfw_ul li a {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #1487ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.bsfw_ul li i {
  flex-shrink: 0;
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bsfw_ul li i.s1 {
  background-image: url(../images/bsfw_icon1.png);
}
.bsfw_ul li i.s2 {
  background-image: url(../images/bsfw_icon2.png);
}
.bsfw_ul li i.s3 {
  background-image: url(../images/bsfw_icon3.png);
}
.bsfw_ul li i.s4 {
  background-image: url(../images/bsfw_icon4.png);
}
.bsfw_ul li h6 {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  text-align: left;
}
.bsfw_ul li:hover h6 {
  color: #1487ff;
}
.list_t li:not(.panel-more) * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_t li:not(.panel-more):not(:last-child) {
  border-bottom: 1px dashed #a8a8a8;
}
.list_t li:not(.panel-more) a {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 25px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_t li:not(.panel-more) a:hover .list_text,
.list_t li:not(.panel-more) a:hover .date {
  color: #1487ff;
}
.list_t li:not(.panel-more) a:hover .list_text::before {
  background-color: #1487ff;
}
.list_t .list_text {
  flex: 1;
  font-size: 28px;
  font-weight: normal;
  color: #333;
  padding-left: 30px;
  position: relative;
}
@media (min-width: 601px) {
  .list_t .list_text {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media (max-width: 600px) {
  .list_t .list_text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.list_t .list_text::before {
  content: '';
  position: absolute;
  top: 0.625em;
  left: 0px;
  width: 14px;
  height: 14px;
  background-color: #d8d8d8;
  border-radius: 50%;
}
.list_t .date {
  flex-shrink: 0;
  font-size: 28px;
  font-weight: normal;
  color: #cdcdcd;
  margin-left: 30px;
}
@media (max-width: 600px) {
  .list_t .date {
    display: none;
  }
}
.where {
  margin-bottom: 50px;
  padding-left: 43px;
  background: url(../images/icon_where.png) no-repeat left 7px;
  background-size: 32px 31px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
}
.where a {
  padding: 0 5px;
  color: inherit;
}
.where a:hover {
  color: #1487ff;
}
.where .cur {
  color: #1487ff;
}
.list_title {
  margin-bottom: 50px;
  height: 72px;
  line-height: 72px;
  padding-left: 30px;
  border-radius: 50px 0 0 50px;
  background: linear-gradient(90deg, #1487ff 0%, rgba(20, 135, 255, 0) 100%);
  font-family: DFPLiJinHeiW8-GB;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}
.list_t2 li:not(.panel-more) {
  margin-top: 30px;
}
.list_t2 li:not(.panel-more) * {
  transition: all 0.3s;
  line-height: 1.5;
}
.list_t2 li:not(.panel-more) a {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  background: #e8f2fc;
}
.list_t2 li:not(.panel-more) a:hover .list_text,
.list_t2 li:not(.panel-more) a:hover .date {
  color: #1487ff;
}
.list_t2 li:not(.panel-more) a:hover .list_text::before {
  background-color: #1487ff;
}
.list_t2 .list_text {
  flex: 1;
  font-size: 28px;
  font-weight: normal;
  color: #333;
}
@media (min-width: 601px) {
  .list_t2 .list_text {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
@media (max-width: 600px) {
  .list_t2 .list_text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.list_t2 .date {
  flex-shrink: 0;
  font-size: 28px;
  font-weight: normal;
  color: #333;
  margin-left: 30px;
}
@media (max-width: 600px) {
  .list_t2 .date {
    display: none;
  }
}
.pages {
  margin-top: 70px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  color: #333;
}
.pages a,
.pages span,
.pages input {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #eaeaea;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 22px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.pages a:hover,
.pages a.current,
.pages span.current {
  background-color: #1487ff;
  color: #fff !important;
}
.pages input {
  width: 68px;
  vertical-align: bottom;
}
.article {
  font-size: 16px;
  word-break: break-all;
}
@media print {
  .article a::after {
    content: '' !important;
  }
  .article .no-print {
    display: none;
  }
}
.article i.separator {
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #999;
  vertical-align: middle;
  margin: 0 20px;
}
@media (max-width: 600px) {
  .article i.separator {
    display: none;
  }
}
.article .article_title {
  padding: 15px 30px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 600px) {
  .article .article_title {
    padding: 5px 10px;
    font-size: 30px;
  }
}
.article .option {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding: 20px 0;
  line-height: 1.5;
  color: #999;
  font-size: 24px;
}
.article .option .info {
  position: relative;
}
.article .option .info span {
  vertical-align: middle;
}
.article .option .info span + span {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .article .option .info span + span {
    margin-left: 0;
  }
}
.article .option .info span i {
  margin-right: 10px;
  vertical-align: -1px;
}
.article .article_content {
  padding: 10px 0;
}
.article .article_content p,
.article .article_content div {
  text-align: justify;
  font-family: '微软雅黑', 'Microsoft YaHei', '仿宋', 'FangSong', '宋体', 'Song';
  font-size: 24px;
  color: #333;
  line-height: 2;
}
.article .article_content img,
.article .article_content video {
  display: block;
  margin: 15px auto;
  max-width: 95%;
}
@media (max-width: 600px) {
  .article .option .info span {
    display: block;
  }
}
