/* 通用 */
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}
.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: 30px;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
/* 头部header 开始 */
.wrap {
  background: url(../img/bg.png) repeat-y top center;
  background-size: 100% auto;
}
.header {
  height: 770px;
  position: relative;
  background: none;
  background: url(../img/banner.png) no-repeat top center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.header .logo {
  padding-top: 40px;
  text-align: left;
}
.header .logo img {
  width: 490px;
}
/* 头部header 结束 */
.title_bg {
  height: 122px;
  margin-bottom: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
}
.title_bg span {
  font-size: 0;
}
.title_bg a.more {
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 16px;
  font-weight: normal;
  color: #df2015;
}
.title_bg a.more:hover {
  color: #e75338;
}
.title_bg.title_bg1 {
  background-image: url(../img/title_bg1.png);
}
.title_bg.title_bg2 {
  height: 84px;
  background-image: url(../img/title_bg2.png);
}
.title_bg.title_bg2 a.more {
  bottom: 40px;
}
.title_bg.title_bg3 {
  height: 84px;
  background-image: url(../img/title_bg3.png);
}
.title_bg.title_bg3 a.more {
  bottom: 40px;
}
.list_t li:not(.panel-more) {
  line-height: 1;
  position: relative;
  padding: 15px 0px 15px 20px;
  display: flex;
  align-items: center;
}
.list_t li:not(.panel-more):not(:last-child) {
  border-bottom: 1px dashed #dfdfdf;
}
.list_t li:not(.panel-more)::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: #df1e15;
}
.list_t li:not(.panel-more) .list_text {
  transition: all 0.3s;
  flex: 1;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.list_t li:not(.panel-more) .list_text:hover {
  color: #df1e15;
}
.list_t li:not(.panel-more) .date {
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.list_t li:not(.panel-more) > a:not(:first-child),
.list_t li:not(.panel-more) > span:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 600px) {
  .list_t li:not(.panel-more) .date {
    display: none;
  }
}
.list_t.no_border li {
  border: none !important;
}
.img_mask_box {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.img_mask_box a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.img_mask_box a:hover img {
  transform: scale(1.05);
}
.img_mask_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.img_mask_box .mask_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.img_mask_box .mask_title h3 {
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 70%;
  height: 54px;
  line-height: 54px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.news_row3 {
  background-image: linear-gradient(#fff9ea, #fae8c3);
  border-bottom: 2px solid #f2d7a7;
  border-radius: 15px;
  padding: 20px;
}
.news_row3 #ztSwiper {
  width: 100%;
  height: 400px;
}
@media (max-width: 600px) {
  .news_row3 #ztSwiper {
    height: auto;
  }
}
.news_row3 #ztSwiper .swiper-button-prev,
.news_row3 #ztSwiper .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 58px;
  opacity: 0;
}
.news_row3 #ztSwiper .swiper-button-prev {
  background: url(../img/btn_prev.png) no-repeat center center;
  transform: translate(-50px, 0);
}
.news_row3 #ztSwiper .swiper-button-next {
  background: url(../img/btn_next.png) no-repeat center center;
  transform: translate(50px, 0);
}
.news_row3 #ztSwiper:hover .swiper-button-prev,
.news_row3 #ztSwiper:hover .swiper-button-next {
  opacity: 1;
  transform: translate(0, 0);
}
.news_row3 #ztSwiper .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
  bottom: 20px;
  padding-right: 16px;
}
.news_row3 #ztSwiper .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #a0a0a0;
}
.news_row3 #ztSwiper .swiper-pagination-bullet-active {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
}
.news_row3 .news h3 {
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  background-color: transparent;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #df1e15;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 7px;
}
.news_row3 .news h3:hover {
  color: #ed621f;
}
.news_row3 .news h3:hover a {
  color: #ed621f;
}
.news_row3 .news p {
  margin-left: 30px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  text-align: justify;
  color: #666;
  text-indent: 2em;
  padding-bottom: 7px;
  border-bottom: 1px dashed #dddddd;
}
.news_row3 .news p a:hover {
  color: #ed621f !important;
}
.news_row3 .news + .list_t {
  padding-left: 30px;
  padding-right: 10px;
}
.news_row3 .news + .list_t li {
  border: none;
}
.news1 h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #d22122;
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 7px;
}
.news1 h3 a {
  display: inline-block;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #ffffff;
}
.news1 h3 span {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
.news1 p {
  margin-left: 16px;
  margin-right: 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  text-align: justify;
  color: #666;
  text-indent: 2em;
  padding-bottom: 7px;
}
.news1 p a:hover {
  color: #ed621f !important;
}
.list_t2 li:not(.panel-more) {
  line-height: 1;
  position: relative;
  padding: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.list_t2 li:not(.panel-more):not(:last-child) {
  margin-bottom: 10px;
}
.list_t2 li:not(.panel-more) .list_text {
  transition: all 0.3s;
  flex: 1;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.list_t2 li:not(.panel-more) .list_text:hover {
  color: #df1e15;
}
.list_t2 li:not(.panel-more) .date {
  font-size: 16px;
  font-weight: normal;
  color: #999;
}
.list_t2 li:not(.panel-more) > a:not(:first-child),
.list_t2 li:not(.panel-more) > span:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 600px) {
  .list_t2 li:not(.panel-more) .date {
    display: none;
  }
}
.img_text {
  display: flex;
  background-color: #fff;
  padding: 16px;
}
.img_text .img_text_left {
  flex-shrink: 0;
  width: 200px;
  margin-right: 20px;
}
.img_text .img_text_right {
  width: calc(100% - (200px + 20px));
}
.img_text .img {
  overflow: hidden;
}
.img_text .img img {
  display: block;
  width: 100%;
  height: 130px;
}
@media (max-width: 992px) {
  .img_text {
    flex-wrap: wrap;
  }
  .img_text .img_text_left,
  .img_text .img_text_right {
    width: 100%;
  }
  .img_text .img_text_right {
    margin-top: 20px;
  }
  .img_text .img img {
    height: auto;
  }
}
.img_text_style1 {
  margin-bottom: 10px;
}
.img_text_style1 .text h3 {
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.img_text_style1 .text h3:hover {
  color: #d22122;
}
.img_text_style1 .text h3:hover a {
  color: #d22122;
}
.img_text_style1 .text p {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  text-align: justify;
  line-height: 2;
}
.img_text_style1 .text p a:hover {
  color: #ed621f !important;
}
.list_t3 li:not(.panel-more) {
  padding-top: 13px;
  padding-bottom: 13px;
}
.zsjd {
  transition: all 0.3s;
  z-index: 999;
  position: fixed;
  top: 40%;
  left: calc(50% + 670px);
}
@media (max-width: 1200px) {
  .zsjd {
    display: none;
  }
}
.zsjd img {
  width: 139px;
}
.paper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
}
.list_t4 li:not(.panel-more):not(:last-child) {
  border: none;
}
.list_t4 li:nth-child(6) {
  padding-bottom: 30px;
  border-bottom: 1px dashed #d2d2d2 !important;
}
.list_t4 li:nth-child(6)::before {
  top: 20px;
  transform: none;
}
.list_t4 li:nth-child(7) {
  padding-top: 30px;
}
.list_t4 li:nth-child(7)::before {
  top: 35px;
  transform: none;
}
.pages {
  width: 100%;
  text-align: center;
  font-size: 14px;
  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: 40px;
  line-height: 40px;
  text-align: center;
  border: solid 1px #d6d8da;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.pages a:hover,
.pages a.current,
.pages span.current {
  border: solid 1px #df1e15;
  background-color: #df1e15;
  color: #fff !important;
}
.pages input {
  width: 68px;
}
@media (max-width: 600px) {
  .pages a,
  .pages span,
  .pages input {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 2px;
  }
}
.where {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 25px;
  background: url(../img/icon_where.png) no-repeat left 4px;
  background-size: 15px 17px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #666666;
}
.where a {
  padding: 0 5px;
  color: inherit;
}
.where a:hover {
  color: #df1e15;
}
.where .cur {
  color: #df1e15;
}
.article {
  margin-top: 40px;
  font-size: 16px;
  padding: 0 30px;
  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: 16px;
  background-color: #333;
  vertical-align: middle;
  margin: 0 10px;
}
.article .article_title {
  padding: 15px 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #ce0000;
}
@media (max-width: 600px) {
  .article .article_title {
    padding: 5px 10px;
    font-size: 24px;
  }
}
.article .option {
  margin: 20px 0;
  line-height: 30px;
  color: #666666;
  font-size: 16px;
  text-align: center;
}
.article .option .article_title2 {
  display: none;
}
.article .option .share {
  position: relative;
  margin-left: 10px;
}
.article .option .share_btn {
  cursor: pointer;
  float: left;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.article .option .share_btn.share_weixin {
  background-image: url(../img/icon_weixin.png);
}
.article .option .share_btn.share_weibo {
  background-image: url(../img/icon_weibo.png);
}
.article .option .share_btn.share_qzone {
  background-image: url(../img/icon_qzone.png);
}
.article .option .share_btn:hover {
  opacity: 0.7;
}
.article .option .jfontsize {
  position: relative;
}
.article .option .jfont_btn {
  cursor: pointer;
  vertical-align: middle;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_jfont2.png);
}
.article .option .jfont_btn#jfontsize-p2 {
  background-position: 4px -45.8px;
}
.article .option .jfont_btn#jfontsize-p2:hover {
  background-position: 4px 6px;
}
.article .option .jfont_btn#jfontsize-m2 {
  background-position: -68px -45.8px;
}
.article .option .jfont_btn#jfontsize-m2:hover {
  background-position: -68px 6px;
}
.article .option .jfont_btn#jfontsize-d2 {
  background-position: -32px -45.8px;
}
.article .option .jfont_btn#jfontsize-d2:hover {
  background-position: -32px 6px;
}
.article .option .print_btn {
  cursor: pointer;
  vertical-align: middle;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/icon_print.png);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.article .option .print_btn:hover {
  opacity: 0.7;
}
.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: 16px;
  color: #333;
  line-height: 2;
}
@media (max-width: 600px) {
  .article .article_content p,
  .article .article_content div {
    font-size: 20px !important;
  }
}
.article .article_content img,
.article .article_content video {
  display: block;
  margin: 15px auto;
  max-width: 95%;
}
.article .article_appendix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.article .article_appendix span {
  line-height: 2;
}
.article .article_appendix .list_links {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.article .article_appendix .list_links a {
  display: block;
  width: 100%;
  color: #5499f3;
  line-height: 2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.article .article_appendix .list_links a:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .article .article_appendix {
    flex-wrap: wrap;
  }
  .article .article_appendix span {
    width: 100%;
    margin-bottom: 10px;
  }
}
.article .article_btns {
  text-align: center;
  padding: 20px;
}
.article .article_btns .article_btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #333;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  margin: 5px;
  transition: all 0.3s;
}
.article .article_btns .article_btn img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.article .article_btns .article_btn:hover {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #e6fbff;
}
.article .article_btns .article_btn:hover:hover {
  opacity: 0.7;
}
.article .article_code {
  text-align: center;
  margin-bottom: 90px;
}
.article .article_code p {
  margin: 20px 0;
}
@media (max-width: 600px) {
  .article .article_code {
    display: none;
  }
}
.article .article_zhengce,
.article .article_jiedu,
.article .article_links {
  padding-bottom: 40px;
}
.article .article_zhengce h6,
.article .article_jiedu h6,
.article .article_links h6 {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left 2px;
  font-size: 18px;
  font-weight: bold;
  color: #343434;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 10px;
}
.article .article_zhengce .list_t li,
.article .article_jiedu .list_t li,
.article .article_links .list_t li {
  position: relative;
  line-height: 2;
}
.article .article_zhengce .list_t li a,
.article .article_jiedu .list_t li a,
.article .article_links .list_t li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
}
.article .article_zhengce .list_t li a:hover,
.article .article_jiedu .list_t li a:hover,
.article .article_links .list_t li a:hover {
  color: #5499f3;
}
@media (max-width: 600px) {
  .article .article_zhengce .list_t li a,
  .article .article_jiedu .list_t li a,
  .article .article_links .list_t li a {
    width: 100%;
  }
}
.article .article_zhengce .list_t li span,
.article .article_jiedu .list_t li span,
.article .article_links .list_t li span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 16px;
  color: #888888;
}
.article .article_jiedu h6 {
  background-image: url(../img/star.png);
}
.article .article_links h6 {
  background-image: url(../img/link.png);
}
.article .article_zhengce h6 {
  background-image: url(../img/zhengce.png);
}
.article .option.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  border-top: none;
  margin: 0;
  padding: 20px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .article .option.fixed {
    display: none;
  }
}
.article .option.fixed .article_title2 {
  display: block;
  position: absolute;
  top: 50%;
  left: 20%;
  right: 20%;
  width: 60%;
  height: 30px;
  margin-top: -15px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.article .option.fixed .info,
.article .option.fixed .separator {
  display: none;
}
.article .option.fixed .jfontsize {
  float: left;
}
@media (max-width: 992px) {
  .article .option .jfontsize,
  .article .option .share_box {
    display: none;
  }
  .article .option.fixed .jfontsize,
  .article .option.fixed .share_box {
    display: block;
  }
}
@media (max-width: 600px) {
  .article {
    padding-left: 10px;
    padding-right: 10px;
  }
  .article .option .info span {
    display: block;
  }
}
.logo {
  display: block!important;
}