body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
  font-size: 16px;
  color: #333333;
  background-color: #f7fdfc;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
  color: #77c9ce;
}
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.inner::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0.1rem;
  }
}
img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header .banner {
  height: 6rem;
  background: url(../images/header_banner.png) no-repeat top center;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  padding-top: 0.4rem;
}
.header .banner img {
  width: 100%;
}
.header .banner .logo a {
  display: inline-block;
  width: 3.56rem;
  height: 0.7rem;
  background: url(../images/header_logo.png) no-repeat center;
  -o-background-size: 100%;
  background-size: 100%;
  font-size: 0;
}
.header .banner .title {
  margin-top: 0.5rem;
  width: 3.98rem;
  height: 1.05rem;
  background: url(../images/header_title.png) no-repeat center;
  -o-background-size: 100%;
  background-size: 100%;
  font-size: 0;
}
@media (max-width: 992px) {
  .header .banner {
    background-position: 70% center;
  }
}
.footer {
  border-top: 3px solid #2d8fff;
  padding: 20px 0 30px;
  background-color: #224b7f;
}
.footer .inner,
.footer .content,
.footer .links,
.footer .copyright {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer .links > ul > li {
  position: relative;
  margin-bottom: 14px;
  line-height: 40px;
  font-size: 14px;
}
.footer .links > ul li.col-md-3 {
  width: 21%;
  padding: 0;
}
.footer .links > ul li.col-md-7 {
  width: 64%;
}
.footer .links > ul li.col-md-2 {
  width: 15%;
  float: right;
}
.footer .links > ul li p {
  color: #fff;
}
.footer .links > ul li p a {
  margin: 0 10px;
  color: #fff;
  font-size: 14px;
}
.footer .links > ul li p a:first-child {
  margin-left: 0;
}
.footer .links > ul li p a + a {
  margin: 10px;
}
.footer .links > ul > li > a {
  display: block;
  margin: 0 -5px;
  color: #fff;
  padding: 0 20px;
  background: url(../images/links_arr.png) 96% 50% no-repeat;
}
.footer .links > ul li > a img {
  vertical-align: middle;
  margin: 0 5px;
}
.footer .links li ul {
  display: none\9;
  z-index: -1;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 40px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-transition: opacity, -webkit-transform 0.3s;
  transition: opacity, -webkit-transform 0.3s;
  -o-transition: opacity, -o-transform 0.3s;
  -moz-transition: opacity, transform 0.3s, -moz-transform 0.3s;
  transition: opacity, transform 0.3s;
  transition: opacity, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.footer .links li:hover ul {
  display: block\9;
  z-index: 9;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.footer .links li li {
  border-top: 1px solid #ddd;
  line-height: 39px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .links li li:hover {
  background-color: #f8f8f8;
}
.footer .links li li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
}
.footer .copyright {
  line-height: 32px;
  text-align: left;
  /* border-top: 1px solid #14437e; */
}
.footer .links {
  border-bottom: 2px solid #14437e;
  margin-bottom: 20px;
}
.footer .copyright p {
  color: #fff;
}
.footer .copyright p a,
.footer .copyright p span {
  margin-right: 7px;
  color: #fff;
  font-size: 14px;
}
.footer .gov {
  position: absolute;
  top: 50%;
  right: 140px;
  width: 80px;
  height: 80px;
  margin-top: -34px;
}
.footer .jc {
  position: absolute;
  top: 50%;
  right: 0;
  width: 110px;
  height: 55px;
  margin-top: -22px;
}
@media (max-width: 1200px) {
  .footer .inner,
  .footer .content,
  .footer .links,
  .footer .copyright {
    width: 100%;
  }
  .footer .gov,
  .footer .jc {
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
    margin-top: 20px;
    vertical-align: middle;
  }
  .footer .links {
    padding: 0 20px;
  }
  .footer .copyright p span {
    display: block;
  }
}
@media (max-width: 992px) {
  .footer .links > ul li.col-md-3,
  .footer .links > ul li.col-md-2 {
    display: none;
  }
  .footer .links > ul li.col-md-7 {
    width: 100%;
    text-align: center;
  }
  .footer .copyright {
    text-align: center;
  }
  .footer .copyright p {
    color: #fff;
    line-height: 33px;
  }
}
.main {
  margin-top: -2rem;
}
.shadow_paper {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(167, 167, 167, 0.19);
  box-shadow: 0px 0px 16px 0px rgba(167, 167, 167, 0.19);
  border-radius: 10px;
  padding: 0.4rem;
}
.shadow_paper::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.title {
  text-align: center;
  margin-bottom: 0.5rem;
}
.title span {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #555555;
  position: relative;
  z-index: 2;
}
.title span::before {
  z-index: -1;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 173px;
  height: 15px;
  background-color: #ffe6bc;
}
.item_box_ver::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_ver > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.item_box_ver > li:nth-of-type(2n + 1),
.item_box_ver > li:nth-of-type(2n) {
  margin-top: 0;
  margin-right: 0;
}
.item_box_ver > li {
  width: 23%;
}
.item_box_ver > li:nth-child(4n + 1),
.item_box_ver > li:nth-child(4n + 2),
.item_box_ver > li:nth-child(4n + 3) {
  margin-right: 2.6%;
}
.item_box_ver > li:nth-child(n + 5) {
  margin-top: 50px;
}
@media (max-width: 600px) {
  .item_box_ver::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_ver > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  .item_box_ver > li:nth-of-type(2n + 1),
  .item_box_ver > li:nth-of-type(2n) {
    margin-top: 0;
    margin-right: 0;
  }
  .item_box_ver > li {
    width: 48%;
  }
  .item_box_ver > li:nth-child(2n + 1) {
    margin-right: 4%;
  }
  .item_box_ver > li:nth-child(n + 3) {
    margin-top: 50px;
  }
}
.item_box_ver li {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 192px;
}
.item_box_ver li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item_box_ver li i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 172px;
  height: 172px;
}
.item_box_ver li h6 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 28px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}
.item_box_ver li:hover i {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.item_box_ver li:hover h6 {
  font-weight: bold;
  color: #77c9ce;
}
.item_box_img::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_img > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.item_box_img > li:nth-of-type(2n + 1),
.item_box_img > li:nth-of-type(2n) {
  margin-top: 0;
  margin-right: 0;
}
.item_box_img > li {
  width: 31%;
}
.item_box_img > li:nth-child(3n + 1),
.item_box_img > li:nth-child(3n + 2) {
  margin-right: 3.5%;
}
.item_box_img > li:nth-child(n + 4) {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .item_box_img::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_img > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  .item_box_img > li:nth-of-type(2n + 1),
  .item_box_img > li:nth-of-type(2n) {
    margin-top: 0;
    margin-right: 0;
  }
  .item_box_img > li {
    width: 100%;
  }
  .item_box_img > li:nth-child(n + 2) {
    margin-top: 50px;
  }
}
.item_box_img li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.item_box_img li a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.item_box_img li a h6 {
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 28px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
}
.item_box_img li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.item_box_img li:hover h6 {
  font-weight: bold;
  color: #77c9ce;
}
.position {
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e0e0e0;
}
.position i {
  display: inline-block;
  width: 44px;
  height: 39px;
  background: url(../images/icon_position.png) no-repeat bottom center;
  vertical-align: bottom;
}
.position a {
  font-size: 24px;
  font-weight: normal;
  color: #333333;
}
.position a:hover {
  color: #77c9ce;
}
.list_t {
  padding: 0;
  border-bottom: 1px dashed #e0e0e0;
}
.list_t li {
  position: relative;
  padding: 45px 0px 45px 30px;
  border-bottom: 1px dashed #e0e0e0;
}
.list_t li::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: 10px;
  height: 10px;
  background-color: #f5b263;
  border-radius: 50%;
}
.list_t li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 30px;
  color: #333333;
}
.list_t li a:hover {
  color: #77c9ce;
}
@media (max-width: 600px) {
  .list_t li a {
    width: 100%;
  }
}
.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: 30px;
  color: #999999;
}
.pagination_box {
  width: 100%;
  text-align: center;
}
.pagination_box ul {
  display: inline-block;
}
.pagination_box ul li {
  display: inline-block;
  font-size: 29px;
  color: #333333 !important;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pagination_box ul li a {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 0 24px;
  border: solid 1px #e2e2e2;
  color: #333333 !important;
}
.pagination_box ul li a:hover {
  border: solid 1px #f0f0f0;
  background-color: #f0f0f0;
  color: #333333 !important;
}
.pagination_box ul li input {
  position: relative;
  top: -2px;
  width: 64px;
  height: 64px;
  border: solid 1px #d6d8da;
  text-align: center;
}
.pagination_box ul li #toPageBtn {
  padding: 0 24px;
  border: solid 1px #f0f0f0;
  background-color: #f0f0f0;
}
.pagination_box ul li .disabled {
  cursor: not-allowed;
}
.pagination_box ul li .current {
  border: solid 1px #f0f0f0;
  background-color: #f0f0f0;
  color: #333333 !important;
  cursor: default;
}
.index .p1 .item_box_ver li i.s1 {
  background: url(../images/icon_column1.png) no-repeat top center;
}
.index .p1 .item_box_ver li i.s2 {
  background: url(../images/icon_column2.png) no-repeat top center;
}
.index .p1 .item_box_ver li i.s3 {
  background: url(../images/icon_column3.png) no-repeat top center;
}
.index .p1 .item_box_ver li i.s4 {
  background: url(../images/icon_column4.png) no-repeat top center;
}
.index .p1 .item_box_ver li i.s5 {
  background: url(../images/icon_column5.png) no-repeat top center;
}
.index .p1 .item_box_ver li i.s6 {
  background: url(../images/icon_column6.png) no-repeat top center;
}
.index .p1 .item_box_ver li i.s7 {
  background: url(../images/icon_column7.png) no-repeat top center;
}
.index .p1 .item_box_ver li i.s8 {
  background: url(../images/icon_column8.png) no-repeat top center;
}
.index .p3 .item_box_ver li {
  height: 150px;
}
.index .p3 .item_box_ver li i {
  width: 120px;
  height: 120px;
}
.index .p3 .item_box_ver li i.s1 {
  background: url(../images/icon_ztfw1.png) no-repeat top center;
}
.index .p3 .item_box_ver li i.s2 {
  background: url(../images/icon_ztfw2.png) no-repeat top center;
}
.index .p3 .item_box_ver li i.s3 {
  background: url(../images/icon_ztfw3.png) no-repeat top center;
}
.index .p3 .item_box_ver li i.s4 {
  background: url(../images/icon_ztfw4.png) no-repeat top center;
}
.article_head {
  position: relative;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e0e0e0;
}
.article_head h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5;
}
.article_head p {
  font-size: 26px;
  font-weight: normal;
  color: #666666;
}
.article_head p span:nth-child(1) {
  margin-right: 50px;
}
@media (max-width: 600px) {
  .article_head p span {
    display: block;
    margin-right: 0 !important;
    margin-top: 10px;
    text-align: center;
  }
}
.article_content p,
.article_content div {
  text-align: justify;
  font-family: '微软雅黑', 'Microsoft YaHei', '仿宋', 'FangSong', '宋体', 'Song';
  font-size: 28px !important;
  color: #666 !important;
  line-height: 2.3em !important;
  margin: 30px 0;
}
.article_content img,
.article_content video {
  max-width: 95%;
}
.share_box {
  margin-top: 80px;
  text-align: right;
  font-size: 26px;
  font-weight: normal;
  color: #666666;
}
.share_box i {
  display: inline-block;
  width: 39px;
  height: 39px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 20px;
}
.share_box i:hover {
  opacity: 0.7;
}
.share_box i.qqzone {
  background-image: url(../images/icon_qqzone.png);
}
.share_box i.weibo {
  background-image: url(../images/icon_weibo.png);
}
.share_box i.weixin {
  background-image: url(../images/icon_weixin.png);
}
.flex_row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .flex_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col_left {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .col_right {
    width: 100% !important;
    margin-top: 0.2rem;
  }
}
