/* 通用 */
@import url('materialdesignicons.css');
@import url('simple_line_icons.css');
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; */
  /* overflow-x: hidden; */
  /* background-color: #f6f6f6; */
}
a {
  display: inline-block;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
i {
  display: inline-block;
}
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}
.wrap {
  position: relative;
}
/* 头部header 开始 */
.header {
  position: relative;
}
.header .inner {
  width: 1200px;
}
@media (max-width: 1200px) {
  .header .inner {
    width: 100%;
  }
}
.header .header_info {
  background-color: #f6f6f6;
  padding: 9px 0;
}
.header .header_time {
  font-size: 15px;
  font-weight: normal;
  color: #333333;
}
@media (max-width: 1200px) {
  .header .header_time {
    display: none;
  }
}
.header .header_toolbar a {
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header_toolbar a:hover {
  color: #3067C8;
}
.header .header_toolbar .red {
  width: 74px;
  height: 22px;
  background-color: #f9e7e7;
  border-radius: 11px;
  color: #ea5354;
  text-align: center;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .header .header_toolbar {
    width: 100%;
    text-align: center;
  }
}
.header .header_main {
  background-color: #f6f6f6;
}
@media (max-width: 1200px) {
  .header .header_main .inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.header .header_logo {
  width: 40%;
  height: 150px;
  background: url(../images/logo.png) left center no-repeat;
}
.header .header_logo a {
  display: block;
  height: 100%;
}
@media (max-width: 1200px) {
  .header .header_logo {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .header .header_logo {
    -o-background-size: auto 50%;
    background-size: auto 50%;
  }
}
@media (max-width: 1200px) {
  .header .header_logo + .dfb {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .header .search {
    width: 100%;
  }
}
.header .search_box {
  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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 384px;
  height: 44px;
  background-color: #ffffff;
  -webkit-box-shadow: 4px -2px 6px 0px rgba(223, 188, 177, 0.26);
  box-shadow: 4px -2px 6px 0px rgba(223, 188, 177, 0.26);
  border-radius: 4px;
  overflow: hidden;
}
.header .search_box input {
  width: -webkit-calc(31%);
  width: -moz-calc(31%);
  width: calc(100% - 69px);
  height: 100%;
  padding: 0 20px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: normal;
  color: #888888;
}
.header .search_box button {
  width: 69px;
  height: 44px;
  border-radius: 0px 4px 4px 0px;
  outline: none;
  border: none;
  cursor: pointer;
  background: url(../images/icon_search.png) no-repeat center;
  background-color: #3067C8;
}
@media (max-width: 1200px) {
  .header .search_box {
    width: 100%;
  }
}
.header .wxh,
.header .xcx {
  background-repeat: no-repeat;
  background-position: left center;
  font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #333333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 50px;
  margin-left: 40px;
}
.header .wxh:hover,
.header .xcx:hover {
  color: #3067C8;
}
@media (max-width: 1200px) {
  .header .wxh,
  .header .xcx {
    display: none;
  }
}
.header .wxh {
  width: 100px;
  background-image: url(../images/icon_message.png);
}
.header .xcx {
  width: 90px;
  background-image: url(../images/icon_xcx.png);
}
.nav {
  background-color: #ae1110;
}
.nav > ul {
  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;
}
.nav > ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/*.nav > ul > li > a {
  display: block;
  line-height: 54px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}*/
.nav > ul > li.cur,
.nav > ul > li:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#3067C8), color-stop(50%, #3067C8), to(#3067C8));
  background-image: -webkit-linear-gradient(left, #3067C8 0%, #3067C8 50%, #3067C8 100%);
  background-image: -moz-linear-gradient(left, #3067C8 0%, #3067C8 50%, #3067C8 100%);
  background-image: -o-linear-gradient(left, #3067C8 0%, #3067C8 50%, #3067C8 100%);
  background-image: linear-gradient(90deg, #3067C8 0%, #3067C8 50%, #3067C8 100%);
}
.nav > ul > li.cur > a,
.nav > ul > li:hover > a {
  font-weight: bold;
}
@media (max-width: 1200px) {
  .nav {
    display: none;
  }
}
/* 头部header 结束 */
/* 移动菜单 开始 */
.menu-btn {
  display: none;
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 599;
  width: 50px;
  height: 50px;
}
.menu-btn > span {
  position: absolute;
  left: 0;
  right: 0;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: #3067C8;
  border-radius: 2px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
.menu-btn > span:nth-child(1) {
  top: 18px;
}
.menu-btn > span:nth-child(2) {
  top: 24px;
}
.menu-btn > span:nth-child(3) {
  top: 30px;
}

.menu i {
  display: none;
}
.menu ul {
  margin-top: 130px;
}
.menu > ul > li a {
  position: relative;
  display: block;
  margin: 0 15px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 16px;
  color: #3067C8;
}
.menu > ul > li a::after {
  content: ' ';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #ccc;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -moz-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  -o-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
}
.menu > ul > li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.menu > ul > li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.menu > ul > li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.menu > ul > li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.menu > ul > li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.menu > ul > li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.mask {
  /* display: none; */
  /* position: fixed; */
  /* z-index: 597; */
  /* top: 0; */
  /* right: 0; */
  /* left: 0; */
  /* bottom: 0; */
  /* background: rgba(0, 0, 0, 0.75); */
  /* opacity: 0; */
  /* -webkit-transition: opacity 0.2s; */
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  /* transition: opacity 0.2s; */
}
.menu-btn.on {
  position: fixed;
  top: 30px;
}
.menu-btn.on > span {
  background: #3067C8;
}
.menu-btn.on > span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-btn.on > span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-btn.on > span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu.on {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mask.on {
  display: block;
  opacity: 1;
}
@media (max-width: 1200px) {
  .menu-btn {
    display: block;
  }
}
/* 移动菜单 结束 */
/* 底部footer 开始 */
.footer {
  padding: 25px 0;
  background-color: #eeeeee;
}
.footer .links > ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*.footer .links > ul > li {
  position: relative;
  width: 23.5%;
  margin-bottom: 20px;
}*/
/*.footer .links > ul > li a {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}*/
/*.footer .links > ul > li a:hover {
  color: #3067C8;
}*/
/*.footer .links > ul > li ul {
  z-index: -1;
  position: absolute;
  left: 0px;
  right: 0px;
  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 > ul > li ul li {
  border-top: 1px solid #ddd;
}
.footer .links > ul > li:hover ul {
  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 .more_links > a::after {
  content: '';
  position: absolute;
  right: 24px;
  bottom: 16px;
  width: 0;
  border-style: solid;
  border-width: 7px 6px 1px 6px;
  border-color: #c1c1c1 transparent transparent transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .links .more_links > a:hover::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 992px) {
  .footer .links > ul > li {
    width: 100%;
  }
}
.footer .copyright p {
  line-height: 2.5;
}
.footer .copyright p span,
.footer .copyright p a {
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  margin: 0 10px;
}
.footer .copyright p span:nth-child(1),
.footer .copyright p a:nth-child(1) {
  margin-left: 0px;
}
.footer .copyright p a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .copyright p a:hover {
  color: #3067C8;
}
@media (max-width: 992px) {
  .footer .copyright p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .footer .copyright p span {
    display: block;
  }
  .footer .copyright .linkxy a {
    margin: 0 2px;
  }
}
.footer .gov_box {
  width: 423px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 992px) {
  .footer .gov_box {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .footer .gov_box {
    width: 360px;
  }
}*/
/* 底部footer 结束 */
/* sidenav 开始 */
.sidenav {
  z-index: 999;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}
@media (max-width: 992px) {
  .sidenav {
    display: none;
  }
}
.sidenav ul {
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e9e9e9;
}
.sidenav ul li a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 94px;
  height: 100px;
  text-align: center;
  padding-top: 60px;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
  background-image: url(../images/sidenav_icons.png);
  background-repeat: no-repeat;
}
.sidenav ul li a.elder {
  background-position: center 20px;
}
.sidenav ul li a.znwd {
  height: 110px;
  background-position: center -85px;
}
.sidenav ul li a.phone {
  background-position: center -200px;
}
.sidenav ul li a.backtop {
  background-position: center -300px;
}
.sidenav ul li a:hover {
  background-color: #ffefef;
}
/* sidenav 结束 */
.piaofu a {
  z-index: 999;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}
@media (max-width: 992px) {
  .piaofu a {
    display: none;
  }
}
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.title {
  font-size: 24px;
  font-weight: bold;
  color: #3067C8;
  padding-bottom: 30px;
}
.title .more {
  font-size: 15px;
  font-weight: normal;
  color: #3067C8;
  line-height: 24px;
  padding-right: 20px;
  background: url(../images/icon_more.png) no-repeat right center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.title .more:hover {
  opacity: 0.7;
}
.title.vline {
  position: relative;
  padding-left: 20px;
}
.title.vline::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  width: 6px;
  height: 21px;
  background-color: #3067C8;
}
.title.hline {
  border-bottom: 6px solid #3067C8;
}
.title.hline2 {
  border-bottom: 1px solid #cacaca;
}
.t1 {
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin: 20px 0;
}
.t1 b {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 22px;
  color: #3067C8;
}
.t1 b:before,
.t1 b::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2000px;
  height: 0;
  border-bottom: 1px solid #cacaca;
}
.t1 b:before {
  right: 100%;
  margin-right: 15px;
}
.t1 b::after {
  left: 100%;
  margin-left: 15px;
}
.panel-more {
  display: none;
  margin: 10px 0;
  padding: 0 !important;
  background: none;
}
.panel-more a {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 0.5px solid #e9e9e9;
  background-color: #fff;
  color: #666;
  border-radius: 4px;
}
.panel-more a::before,
.panel-more a::after {
  position: absolute;
  top: 0;
  content: '\2022';
  font-weight: normal;
  font-size: 12px;
  color: #ddd;
  text-shadow: 8px 0 #ddd, -8px 0 #ddd;
  pointer-events: none;
}
.panel-more a::before {
  left: 30%;
}
.panel-more a::after {
  right: 30%;
}
@media (max-width: 992px) {
  .panel-more {
    display: block;
  }
}
.where {
  padding-bottom: 15px;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-image: url(../images/icon_where.png);
  border-bottom: 2px solid #3067C8;
  font-size: 15px;
  color: #666666;
}
.where span,
.where a {
  color: inherit;
}
.where a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.where a:hover {
  color: #3067C8;
}
.side {
  padding: 20px;
  background-color: #fff;
}
.gd-red {
  background-color: #3067C8;
  background-repeat: repeat;
  background-image: url(../images/sidemenu_bg.png);
  background-size: cover;
}
.side-menu h2 {
  position: relative;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  margin: -20px -20px 20px;
  padding: 0 20px;
}
.side-menu h2 img {
  margin-top: -8px;
  margin-right: 17px;
}
.side-menu ul {
  margin: 0 -20px;
}
.side-menu ul li a {
  position: relative;
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.side-menu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #f4a00a;
  transform: scale(1, 0);
  transition: all 0.3s;
}
.side-menu ul li.cur a,
.side-menu ul li a:hover {
  background-color: #fff5e6;
}
.side-menu ul li.cur a:before,
.side-menu ul li a:hover:before {
  transform: scale(1, 1);
}
@media (max-width: 992px) {
  .side-menu h2 {
    display: none;
  }
  .side-menu ul {
    margin: 0 -5px;
  }
  .side-menu ul li {
    float: left;
    width: 33.33%;
  }
  .side-menu ul li a {
    margin: 5px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    background-color: #eee;
    border-radius: 3px;
  }
}
.grid {
  padding: 20px;
  background-color: #fff;
}
.list_b li a {
  display: block;
  line-height: 1;
  position: relative;
  padding: 15px;
}
.list_b li a:hover h4 {
  color: #3067C8;
  transform: translateX(10px);
}
.list_b li h4 {
  line-height: 24px;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.list_b li h4 i {
  font-size: 14px;
  color: #ccc;
}
.list_b li .date {
  line-height: 24px;
  color: #797979;
  word-break: break-all;
}
.list_p li a {
  overflow: hidden;
  display: block;
  line-height: 1;
  position: relative;
  padding: 15px;
}
.list_p li a:hover h4 {
  color: #3067C8;
  transform: translateX(10px);
}
.list_p li a:hover .pic img {
  transform: scale(1.05);
}
.list_p li .pic {
  float: left;
  position: relative;
  width: 260px;
  height: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .list_p li .pic {
    float: none;
    width: 100%;
  }
}
.list_p li .pic img {
  display: block;
  width: 100%;
  min-height: 100%;
  transition: all 0.3s;
}
.list_p li h4 {
  line-height: 24px;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.list_p li h4 i {
  font-size: 14px;
  color: #ccc;
}
.list_p li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  color: #797979;
  word-break: break-all;
}
.list_t li {
  line-height: 1;
  position: relative;
  padding: 15px 0px 15px 20px;
}
.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: 5px;
  height: 5px;
  background-color: #3067C8;
}
.list_t li a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333333;
}
.list_t li a:hover {
  color: #3067C8;
}
@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: 14px;
  color: #888888;
}
.pages {
  padding: 20px 0;
  text-align: center;
}
.pages a,
.pages span {
  transition: all 0.3s;
  margin: 3px 2px;
  display: inline-block;
  line-height: 18px;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.pages a:hover,
.pages span:hover,
.pages a.current,
.pages span.current {
  background-color: #3067C8;
  color: #fff;
}
.article {
  padding: 0 20px;
  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: #e5e5e5;
  vertical-align: middle;
  margin: 0 15px;
}
.article .article_title {
  padding: 15px 40px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.article .option {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px;
  padding: 20px 40px;
  line-height: 30px;
  color: #666666;
  font-size: 16px;
}
.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;
  -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(../images/icon_weixin.png);
}
.article .option .share_btn.share_weibo {
  background-image: url(../images/icon_weibo.png);
}
.article .option .share_btn.share_qzone {
  background-image: url(../images/icon_qzone.png);
}
.article .option .share_btn:hover {
  opacity: 0.7;
}
.article .option .jfontsize {
  position: relative;
  margin-right: 40px;
}
.article .option .jfont_btn {
  cursor: pointer;
  float: left;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../images/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 .jfont_btn + .separator {
  margin: 8px 10px 0px;
}
.article .option .print_btn {
  cursor: pointer;
  float: left;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/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 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 {
  max-width: 95%;
}
.article .article_appendix {
  margin-bottom: 60px;
}
.article .article_appendix span {
  display: block;
  line-height: 2;
}
.article .article_appendix .list_links a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
}
.article .article_appendix .list_links a:hover {
  color: #3067C8;
}
.article .article_code {
  text-align: center;
  margin-bottom: 30px;
}
.article .article_code p {
  margin: 20px 0;
}
@media (max-width: 600px) {
  .article .article_code {
    display: none;
  }
}
.article .article_btns {
  text-align: center;
  padding: 20px;
}
.article .article_btns .article_btn {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  margin: 5px;
  transition: all 0.3s;
}
.article .article_btns .article_btn:hover {
  background-color: #e6e6e6;
}
.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: #3067C8;
}
@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(../images/star.png);
}
.article .article_links h6 {
  background-image: url(../images/link.png);
}
.article .article_zhengce h6 {
  background-image: url(../images/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;
}
.article .article_bottom_btns a {
  display: inline-block;
  width: 111px;
  height: 36px;
  background-image: linear-gradient(0deg, #ffffff 0%, #ffefef 23%, #fff7f7 44%, #ffffff 100%);
  border: solid 1px #e3d2d2;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  color: #3067C8;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.article .article_bottom_btns a:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .article .article_bottom_btns a {
    width: 95px;
    margin-right: 5px !important;
  }
}
@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: 0;
    padding-right: 0;
  }
  .article .article_title {
    padding-left: 0;
    padding-right: 0;
  }
  .article .option .info span {
    display: block;
  }
}
