.article-head {
  width: 100%;
  padding: 20px 10px 5px;
  margin: 24px auto 10px;
  border-bottom: 1px dashed #E5E5E5
}

.article-head .article-title {
  font-size: 2em;
  text-align: center;
  color: #333333;
  padding-bottom: 5px
}

.article-head .article-ftitle {
  font-size: 1.8em;
  text-align: center;
  color: #6E6E6E;
  margin: 10px auto;
  padding: 0 15px;
  display: none
}

.article-head .article-info {
  font-size: 1.4em;
  color: #333333;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: relative
}

.article-head .article-info span {
  display: inline-block;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
  color: #333
}

.article-content {
  padding: 12px;
  color: #4E4E4E
}

.article-content>p {
  text-indent: 2em;
  font-size: 1.6em;
  margin-bottom: 12px;
  line-height: 2
}

.article-content>p[align='center'],
.article-content>p.center {
  text-indent: 0
}

.article-content img {
  max-width: 100%;
  display: block;
  margin: 10px auto
}

.article-jump {
  border-top: 1px solid #E5E5E5;
  padding: 15px 0;
  margin-bottom: 12px
}

.article-jump>div {
  width: 49%;
  float: left;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999
}

.article-jump>div a {
  color: #333333
}

.article-jump>div a:hover {
  color: #005BAC
}

.article-jump>div:first-child {
  margin-right: 2%
}

.article-jump .prev {
  text-align: left
}

.article-jump .next {
  text-align: right
}

@media (max-width: 991px) {
  .article-jump>div {
    width: 100%;
    float: none
  }

  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0
  }
}

@media (max-width: 991px) {
  .article-head {
    padding-bottom: 5px
  }

  .article-head .article-title {
    font-size: 2em
  }

  .article-head .article-info {
    height: auto;
    line-height: 1.6;
    padding: 5px 0
  }

  .article-jump>div {
    font-size: 1.4em
  }
}

.footer-content {
  background: #004A99 url(../img/footer_logo.png) no-repeat center;
  padding-top: 18px;
  height: 160px
}

.footer-content .link-wrap {
  width: 38%;
  float: left
}

.footer-content .link-wrap .link1 {
  margin-bottom: 20px
}

.footer-content .link-wrap .link1 a {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 2px 15px;
  border-radius: 3px;
  margin-left: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.footer-content .link-wrap .link1 a:first-child {
  margin-left: 0
}

.footer-content .link-wrap .link1 a span {
  font-size: 1.2em;
  /* font-family: '宋体'; */
  color: #004488;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.footer-content .link-wrap .link1 a:hover {
  background-color: #F8AE31
}

.footer-content .link-wrap .link1 a:hover span {
  color: #fff
}

.footer-content .link-wrap .link2 a {
  display: inline-block;
  margin-bottom: 10px;
  width: 33%;
  font-size: 1.4em;
  color: #5494D9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.footer-content .link-wrap .link2 a:hover {
  color: #fff
}

.footer-content .info {
  width: 26%;
  float: right;
  position: relative;
  padding-right: 100px;
  margin-top: 18px
}

.footer-content .info .base {
  padding-top: 10px
}

.footer-content .info .base span {
  display: block;
  /* font-family: '宋体'; */
  font-size: 1.4em;
  color: #fff;
  margin-bottom: 15px
}

.footer-content .info .base span b {
  color: #5494D9;
  font-weight: normal
}

.footer-content .info .code-box {
  width: 80px;
  position: absolute;
  right: 0;
  top: 0
}

.footer-content .info .code-box::after {
  content: "扫码关注微信";
  color: #B2D9FF;
  width: 100%;
  display: block;
  text-align: center
}

.copyright {
  background-color: #DADEDD;
  height: 40px;
  line-height: 40px;
  font-size: 1.4em;
  color: #696969
}

.copyright a {
  color: #696969;
  display: inline-block;
  margin-left: 15px
}

.copyright .police {
  padding-left: 20px;
  background: url(../img/beian.png) no-repeat left center
}

.copyright .company {
  display: inline-block;
  float: right
}

.scroll-top {
  position: fixed;
  width: 48px;
  height: 48px;
  right: 5px;
  bottom: 48px;
  border-radius: 10px;
  z-index: 1000;
  cursor: pointer;
  background: #005BAC url("../img/gotop.png") center center no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.scroll-top:hover {
  background: #F8AE31 url("../img/gotop.png") center center no-repeat
}

@media only screen and (max-width: 1366px) {
  .footer-content .link-wrap {
    width: 42%
  }

  .footer-content .info {
    width: 30%
  }
}

@media only screen and (max-width: 1199px) {
  .footer-content {
    display: none
  }

  .copyright {
    text-align: center
  }

  .copyright .police,
  .copyright .beian,
  .copyright .company {
    display: none
  }
}

.header-top {
  background-color: #005BAC
}

.header-top>.content-box {
  height: 90px;
  position: relative
}

.header-top .logo {
  display: block;
  float: left
}

.header-top .logo img {
  display: block;
  max-width: 100%;
  margin-top: 14px
}

.header-top .search-box {
  position: absolute;
  right: 0;
  width: 240px;
  height: 36px;
  background-color: #337CBD;
  border-radius: 5px;
  top: 29%;
  overflow: hidden;
  padding-right: 40px
}

.header-top .search-box input {
  display: block;
  width: 100%;
  height: 36px;
  border: none;
  line-height: 36px;
  padding-left: 15px;
  color: #fff;
  font-size: 1.4rem;
  outline: none;
  background-color: transparent;
  z-index: 11
}

.header-top .search-box ::-webkit-input-placeholder {
  color: #fff
}

.header-top .search-box ::-moz-placeholder {
  color: #fff
}

.header-top .search-box :-ms-input-placeholder {
  color: #fff
}

.header-top .search-box :-moz-placeholder {
  color: #fff
}

.header-top .search-box a {
  display: block;
  width: 50px;
  text-align: center;
  height: 100%;
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: url(../img/search_btn.png) no-repeat center;
  outline: none
}

.header-wrap .nav-open,
.header-nav .nav-close {
  display: none
}

@media only screen and (min-width: 1200px) {
  .header-nav {
    background-color: #004A99
  }

  .nav-bar {
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 99
  }

  .nav-bar>li {
    display: inline-block;
    height: 50px;
    position: relative
  }

  .nav-bar>li>a {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }

  .nav-bar>li.active>a,
  .nav-bar>li:hover>a {
    color: #fff;
    background-color: #1d94ff
  }

  .nav-bar>li>ul {
    width: 280%;
    position: absolute;
    top: 50px;
    left: -100%;
    overflow: hidden;
    max-height: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000
  }

  .nav-bar>li>ul>li {
    display: inline-block;
    width: 50%
  }

  .nav-bar>li>ul>li>a {
    display: block;
    font-size: 1.4rem;
    line-height: 24px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-overflow: ellipsis;
    position: relative
  }

  .nav-bar>li:hover>ul {
    max-height: 600px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.35);
  }

  .nav-bar>li>ul>li>a:hover,
  .nav-bar>li>ul>li.active>a {
    color: #004a99;
    background-color: #fff
  }
}

@media (max-width: 1366px) {
  .nav-bar>li>a {
    padding: 0 15px
  }
}

@media (max-width: 1199px) {
  .header-top .go-back {
    display: none
  }

  .header-top .content-box {
    height: 120px
  }

  .header-top .search-box {
    right: 100px;
    top: 50%;
    margin-top: -20px
  }

  .header-top .logo img {
    height: 70px;
    margin: 25px auto 0
  }

  .header-top .nav-open {
    display: block;
    position: absolute;
    width: auto;
    height: 24px;
    margin-top: -12px;
    right: 10px;
    top: 50%;
    padding-right: 40px;
    z-index: 9999;
    font-size: 1.4em;
    color: #fff;
    background: url("../img/nav_open.png") right center no-repeat
  }

  .header-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #f1f1f1
  }

  .header-nav.show {
    right: 0
  }

  .header-nav .nav-close {
    padding: 0 20px 0 10px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #C8C8C8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px #CCC;
    box-shadow: 0 2px 2px #CCC;
    font-size: 1.4rem
  }

  .header-nav .back-home {
    font-size: 1.4rem;
    background: url(../img/nav_back.png) left center no-repeat;
    padding-left: 20px;
    color: #333
  }

  .header-nav .nav-close .close-nav-btn {
    width: 24px;
    height: 24px;
    background: url("../img/nav_close.png") center no-repeat
  }

  .nav-bar {
    padding: 1px 15px 15px;
    height: calc(100vh - 56px);
    overflow-y: auto
  }

  .nav-bar>li {
    background: #FFF;
    -webkit-box-shadow: 0 0 4px #CCC;
    box-shadow: 0 0 4px #CCC;
    border-radius: 10px;
    margin-bottom: 10px
  }

  .nav-bar>li>a {
    font-size: 1.6rem;
    display: block;
    background: #005BAC;
    color: #FFF;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left
  }

  .nav-bar>li:first-child>a {
    display: none
  }

  .nav-bar>li>ul {
    padding: 0 0 10px;
    background: #fff;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left
  }

  .nav-bar>li>ul>li {
    display: inline-block;
    margin: 10px
  }

  .nav-bar>li>ul>li>a {
    font-size: 1.6rem;
    padding: 5px 10px;
    border: 1px solid #E7EEFC;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 5px 1%;
    color: #005BAC;
    white-space: nowrap
  }

  .nav-bar>li>ul>li.active>a {
    background: #004A99;
    color: #fff;
    border-color: #004A99
  }

  .nav-bar>li>ul>li>ul {
    display: block;
    background: #F3F3F3
  }

  .nav-bar>li>ul>li>ul>li>a {
    padding: 13px 10px;
    font-size: 2.2em;
    display: block;
    border-radius: 3px;
    text-indent: 50px
  }

  .nav-bar>li>ul>li>ul>li.active>a {
    background: #4890EA;
    color: #FFF
  }
}

@media (max-width: 1023px) {
  .header-top .search-box {
    display: none
  }

  .header-top {
    height: 80px
  }

  .header-top .content-box {
    height: 80px
  }

  .header-top .slogan {
    display: none
  }

  .header-top .logo img {
    height: 60px;
    margin: 10px auto 0
  }
}

@media only screen and (max-width: 639px) {
  .header-top .logo {
    margin-left: 5px
  }

  .header-top .logo img {
    height: 45px;
    margin: 18px auto 0
  }
}

@media only screen and (max-width: 479px) {
  .header-top {
    height: 65px
  }

  .header-top>.content-box {
    height: 65px
  }

  .header-top .logo img {
    height: 35px;
    margin: 15px auto 0
  }

  .header-top .nav-open {
    font-size: 0
  }
}

@media only screen and (max-width: 359px) {
  .header-top .logo img {
    height: 32px;
    margin: 18px auto 0
  }
}

.link-list {
  margin-left: -2%;
  margin-right: -2%
}

.link-list a {
  display: inline-block;
  width: 46%;
  margin: 0 2% 20px;
  height: 50px;
  border-radius: 10px;
  text-align: center
}

.link-list a .img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px
}

.link-list a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px;
  padding-top: 10px;
  font-size: 1.4em;
  /* font-family: '宋体' */
}

.link-list .nav1 {
  border: 1px dashed #47BABD
}

.link-list .nav1 span {
  color: #47BABD
}

.link-list .nav2 {
  border: 1px dashed #BB5B77
}

.link-list .nav2 span {
  color: #BB5B77
}

.link-list .nav3 {
  border: 1px dashed #1C4BB3
}

.link-list .nav3 span {
  color: #1C4BB3
}

.link-list .nav4 {
  border: 1px dashed #5B8738
}

.link-list .nav4 span {
  color: #5B8738
}

.link-list .nav5 {
  border: 1px dashed #8438B4
}

.link-list .nav5 span {
  color: #8438B4
}

.link-list .nav6 {
  border: 1px dashed #DB7545
}

.link-list .nav6 span {
  color: #DB7545
}

.news-module-content {
  position: relative
}

.first a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px dashed #B9B9B9
}

.first a h3 {
  font-size: 1.4em;
  /* font-family: "宋体"; */
  font-weight: bold;
  color: #1268BD;
  margin-bottom: 5px
}

.first a p {
  font-size: 1.4em;
  /* font-family: "宋体"; */
  color: #666666;
  line-height: 1.8;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.txt-list a {
  margin-top: 13px;
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 70px
}

.txt-list a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #1268BD;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px
}

.txt-list a h3 {
  font-size: 1.4em;
  /* font-family: "宋体"; */
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.txt-list a span {
  display: inline-block;
  font-size: 1.4em;
  /* font-family: "宋体"; */
  color: #999999;
  position: absolute;
  right: 0;
  top: 0
}

.txt-list a:hover h3 {
  color: #1268BD
}

@media only screen and (max-width: 767px) {
  .news-module-content {
    padding-left: 0
  }

  .news-module-content .video-wrap {
    display: none
  }
}

.notice-module-list li {
  margin-top: 10px
}

.notice-module-list li:first-child {
  margin-top: 0
}

.notice-module-list li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px dashed #B9B9B9
}

.notice-module-list li a .top-txt {
  position: relative;
  margin-bottom: 5px
}

.notice-module-list li a .top-txt h3 {
  font-size: 1.4em;
  /* font-family: '宋体'; */
  padding-right: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.notice-module-list li a .top-txt span {
  display: inline-block;
  font-size: 1.4em;
  /* font-family: '宋体'; */
  color: #999999;
  position: absolute;
  right: 0;
  top: 0
}

.notice-module-list li a p {
  font-size: 1.4em;
  /* font-family: "宋体"; */
  color: #666666;
  line-height: 1.8;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.notice-module-list li a:hover .top-txt h3 {
  color: #1268BD
}

.wenzi-module-list li {
  position: relative;
  margin-top: 18px
}

.wenzi-module-list li:first-child {
  margin-top: 0
}

.wenzi-module-list li a {
  display: block;
  padding-left: 13px;
  position: relative;
  padding-right: 50px;
  background: url(../img/list.png) no-repeat left center
}

.wenzi-module-list li a h3 {
  font-size: 1.4em;
  /* font-family: '宋体'; */
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #000000
}

.wenzi-module-list li a span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4em;
  /* font-family: '宋体'; */
  color: #999999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module-list li:hover h3 {
  color: #1268BD
}

.wenzi-module-list li {
  position: relative;
  margin-top: 18px
}

.wenzi-module-list li:first-child {
  margin-top: 0
}

.wenzi-module-list li a {
  display: block;
  padding-left: 13px;
  position: relative;
  padding-right: 50px;
  background: url(../img/list.png) no-repeat left center
}

.wenzi-module-list li a h3 {
  font-size: 1.4em;
  /* font-family: '宋体'; */
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #000000
}

.wenzi-module-list li a span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4em;
  /* font-family: '宋体'; */
  color: #999999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module-list li:hover h3 {
  color: #1268BD
}

.focus-module .focus-content .focus-container {
  width: 500px;
  height: 300px;
  float: left;
  position: relative;
  margin-bottom: 0
}

.focus-module .focus-content .focus-container .focus-slide {
  width: 500px;
  height: 300px;
  position: relative
}

.focus-module .focus-content .focus-container .focus-slide img {
  width: 100%;
  height: 100%
}

.focus-module .focus-content .focus-container .focus-slide span.ftitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 120px 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  /* font-family: '宋体'; */
  font-size: 1.4em
}

.focus-module .focus-content .focus-container .slick-dots {
  bottom: 7px;
  right: 5px;
  width: 100px;
  line-height: 30px
}

.focus-module .focus-content .focus-container .slick-dots li {
  margin: 0 5px;
  width: 8px;
  height: 8px
}

.focus-module .focus-content .focus-container .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #fff;
  border-radius: 10px
}

.focus-module .focus-content .focus-container .slick-dots li button:before {
  display: none
}

.focus-module .focus-content .focus-container .slick-dots li.slick-active button {
  background: #2A94DE;
  border: 1px solid #2A94DE
}

.focus-module .focus-right {
  float: right;
  width: calc(100% - 520px);
  margin-left: 20px
}

.zs-wenzi-module-list li {
  position: relative;
  margin-top: 25px
}

.zs-wenzi-module-list li:first-child {
  margin-top: 0
}

.zs-wenzi-module-list li a {
  display: block;
  padding-left: 13px;
  position: relative;
  padding-right: 50px;
  background: url(../img/list.png) no-repeat left center
}

.zs-wenzi-module-list li a h3 {
  font-size: 1.4em;
  /* font-family: '宋体'; */
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #000000
}

.zs-wenzi-module-list li a span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4em;
  /* font-family: '宋体'; */
  color: #999999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.zs-wenzi-module-list li:hover h3 {
  color: #1268BD
}

@media only screen and (max-width: 1199px) {
  .focus-module .focus-content .focus-container {
    width: 480px
  }

  .focus-module .focus-content .focus-container .focus-slide {
    width: 480px
  }

  .focus-module .focus-right {
    width: calc(100% - 500px)
  }
}

@media only screen and (max-width: 1023px) {
  .focus-module .focus-content .focus-container {
    width: 100%;
    height: 400px
  }

  .focus-module .focus-content .focus-container .focus-slide {
    width: 100%;
    height: 400px
  }

  .focus-module .focus-right {
    margin-top: 12px;
    width: 100%;
    padding: 0
  }
}

@media only screen and (max-width: 767px) {
  .focus-module .focus-content .focus-container {
    height: 370px
  }

  .focus-module .focus-content .focus-container .focus-slide {
    height: 370px
  }
}

@media only screen and (max-width: 639px) {
  .focus-module .focus-content .focus-container {
    height: 280px
  }

  .focus-module .focus-content .focus-container .focus-slide {
    height: 280px
  }
}

@media only screen and (max-width: 479px) {
  .focus-module .focus-content .focus-container {
    height: 210px
  }

  .focus-module .focus-content .focus-container .focus-slide {
    height: 210px
  }
}

.img-module {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px
}

.img-module ul {
  display: block;
  position: absolute;
  left: 0;
  top: 0
}

.img-module li {
  width: 180px;
  margin: 0 10px;
  background-color: #E3EEF7;
  display: inline-block;
  padding: 10px;
  position: relative
}

.img-module a {
  display: block;
  position: relative
}

.img-module a img {
  display: block;
  width: 100%;
  height: 210px
}

.img-module a h3 {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 5px 10px 0;
  height: 30px;
  line-height: 30px;
  font-size: 1.4em;
  /* font-family: '宋体'; */
  width: 100%;
  white-space: nowrap;
  text-align: center;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis
}

.img-module a:hover h3 {
  color: #2A94DE
}

.zs-link-list a {
  display: block;
  height: 105px;
  border-radius: 10px;
  text-align: center
}

.zs-link-list a .img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px
}

.zs-link-list a span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px;
  padding-top: 20px;
  font-size: 2em
}

.zs-link-list .nav1 {
  border: 1px dashed #2A94DE;
  margin-bottom: 25px;
  margin-top: 10px
}

.zs-link-list .nav1 span {
  color: #2A94DE
}

.zs-link-list .nav2 {
  border: 1px dashed #69B846
}

.zs-link-list .nav2 span {
  color: #69B846
}

.sub-module-list {
  margin-left: -1%;
  margin-right: -1%
}

.sub-module-list a {
  display: inline-block;
  width: 31.3333%;
  float: left;
  margin: 0 1% 20px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #F4F4F4;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.sub-module-list a span {
  font-size: 1.4em;
  color: #333333;
  font-family: "宋体"
}

.sub-module-list a:hover {
  background-color: #2A94DE
}

.sub-module-list a:hover span {
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.zs-text-list li {
  position: relative
}

.zs-text-list li a {
  display: block;
  position: relative;
  padding-right: 50px;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px dotted #D5D5D5
}

.zs-text-list li a h3 {
  font-size: 1.4em;
  /* font-family: '宋体'; */
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #000000
}

.zs-text-list li a span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4em;
  /* font-family: '宋体'; */
  color: #999999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.zs-text-list li:hover h3 {
  color: #1268BD
}

@media only screen and (max-width: 639px) {
  .sub-module-list a {
    width: 48%;
    margin: 0 1% 10px
  }
}

.notfind {
  position: relative;
  margin-bottom: 24px;
  padding: 48px;
  text-align: center;
  background-color: #fff
}

.notfind img {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

.notfind .notfind-btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  font-size: 2.4rem;
  color: #fff;
  background-color: #80C023;
  padding: 0 48px;
  border-radius: 3px;
  display: inline-block;
  margin: 20px auto
}

.module.video-module {
  margin-top: 10px
}

.video-module .video-list-wrap {
  position: relative;
  height: 320px
}

.video-module .video-list-wrap .video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  border: none
}

.video-module .video-list-wrap .play-box {
  display: block;
  height: 320px;
  position: relative
}

.video-module .video-list-wrap .play-box img {
  display: block;
  width: 100%;
  height: 100%
}

.video-module .video-list-wrap .play-box .video-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease
}

.video-module .video-list-wrap .btn-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/play.png") center 50% no-repeat;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer
}

.video-module .video-list-wrap:hover .video-mask {
  opacity: 0
}

@media only screen and (max-width: 1199px) {
  .video-module .video-list-wrap {
    height: auto
  }

  .video-module .video-list-wrap .play-box {
    height: auto
  }
}

.banner-box {
  width: 100%;
  max-height: 640px;
  overflow: hidden;
  position: relative
}

.banner-box .banner-content {
  width: 100%
}

.banner-box .banner-item {
  height: 640px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  outline: none;
  background-size: cover
}

.banner-box .banner-item a {
  display: block;
  width: 100%;
  height: 100%
}

.banner-box .slick-dots {
  position: absolute;
  width: auto;
  text-align: center;
  bottom: 10px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.banner-box .slick-dots li button {
  display: none
}

.banner-box .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(162, 153, 147, 0.8);
  opacity: 0.8
}

.banner-box .slick-dots li.slick-active {
  background-color: #FFFFFF;
  opacity: 1
}

.banner-box .slick-arrow {
  width: 58px;
  height: 58px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
  opacity: 0.9;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-size: 100%
}

.banner-box .slick-arrow:before {
  display: none
}

.banner-box .slick-arrow.slick-prev {
  left: 100px;
  background-image: url("../img/banner_left.png")
}

.banner-box .slick-arrow.slick-next {
  right: 100px;
  background-image: url("../img/banner_right.png")
}

.banner-box .slick-arrow.slick-prev:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../img/banner_left_on.png)
}

.banner-box .slick-arrow.slick-next:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../img/banner_right_on.png)
}

.banner-box:hover .slick-arrow {
  opacity: 0.9
}

@media only screen and (max-width: 1199px) {

  .banner-box,
  .banner-box .banner-item {
    height: 300px
  }

  .banner-box .slick-arrow {
    width: 45px;
    height: 45px
  }

  .banner-box .slick-arrow:hover {
    width: 45px;
    height: 45px;
    background-size: 100%
  }
}

@media only screen and (max-width: 1023px) {

  .banner-box,
  .banner-box .banner-item {
    height: 220px
  }
}

@media only screen and (max-width: 639px) {

  .banner-box,
  .banner-box .banner-item {
    height: 160px
  }

  .banner-box .slick-arrow {
    height: 40px;
    width: 40px;
    background-size: 35%;
    display: none !important
  }

  .banner-box .slick-dots {
    bottom: 5px
  }

  .banner-box .slick-dots li {
    width: 9px;
    height: 9px
  }
}

.frame-banner-box {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  position: relative
}

.frame-banner-box .banner-content {
  width: 100%
}

.frame-banner-box .banner-item {
  height: 300px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover
}

.frame-banner-box .banner-item a {
  display: block;
  width: 100%;
  height: 100%
}

.frame-banner-box .slick-dots {
  position: absolute;
  width: auto;
  text-align: center;
  bottom: 10px;
  padding: 5px 10px;
  border-radius: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.frame-banner-box .slick-dots li button {
  display: none
}

.frame-banner-box .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  vertical-align: middle
}

.frame-banner-box .slick-dots li.slick-active {
  background: #004A99
}

.frame-banner-box .slick-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
  border-radius: 50%;
  opacity: 0.9;
  -webkit-transition: left 0.5s ease, right 0.5s ease;
  transition: left 0.5s ease, right 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5)
}

.frame-banner-box .slick-arrow:before {
  display: none
}

.frame-banner-box .slick-arrow.slick-prev {
  left: 40px;
  background-image: url("../img/banner_prev.png")
}

.frame-banner-box .slick-arrow.slick-next {
  right: 40px;
  background-image: url("../img/banner_next.png")
}

.frame-banner-box .slick-arrow.slick-prev:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ff6600
}

.frame-banner-box .slick-arrow.slick-next:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ff6600
}

.frame-banner-box:hover .slick-arrow {
  opacity: 0.9
}

@media only screen and (max-width: 1023px) {

  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 180px
  }
}

@media only screen and (max-width: 767px) {

  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 150px
  }

  .frame-banner-box .slick-arrow {
    height: 40px;
    width: 40px;
    background-size: 35%;
    display: none !important
  }

  .frame-banner-box .slick-dots {
    bottom: 5px
  }

  .frame-banner-box .slick-dots li {
    width: 9px;
    height: 9px
  }
}

@media only screen and (max-width: 479px) {

  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 130px
  }
}

.zs-banner-box {
  width: 100%;
  max-height: 280px;
  overflow: hidden;
  position: relative
}

.zs-banner-box .banner-content {
  width: 100%
}

.zs-banner-box .banner-item {
  height: 280px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  outline: none;
  background-size: cover
}

.zs-banner-box .banner-item a {
  display: block;
  width: 100%;
  height: 100%
}

.zs-banner-box .slick-dots {
  position: absolute;
  width: auto;
  text-align: center;
  bottom: 10px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.zs-banner-box .slick-dots li button {
  display: none
}

.zs-banner-box .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(162, 153, 147, 0.8);
  opacity: 0.8
}

.zs-banner-box .slick-dots li.slick-active {
  background-color: #FFFFFF;
  opacity: 1
}

.zs-banner-box .slick-arrow {
  width: 58px;
  height: 58px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
  opacity: 0.9;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-size: 100%
}

.zs-banner-box .slick-arrow:before {
  display: none
}

.zs-banner-box .slick-arrow.slick-prev {
  left: 100px;
  background-image: url("../img/banner_left.png")
}

.zs-banner-box .slick-arrow.slick-next {
  right: 100px;
  background-image: url("../img/banner_right.png")
}

.zs-banner-box .slick-arrow.slick-prev:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../img/banner_left_on.png)
}

.zs-banner-box .slick-arrow.slick-next:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../img/banner_right_on.png)
}

.zs-banner-box:hover .slick-arrow {
  opacity: 0.9
}

@media only screen and (max-width: 1199px) {

  .zs-banner-box,
  .zs-banner-box .banner-item {
    height: 300px
  }

  .zs-banner-box .slick-arrow {
    width: 45px;
    height: 45px
  }

  .zs-banner-box .slick-arrow:hover {
    width: 45px;
    height: 45px;
    background-size: 100%
  }
}

@media only screen and (max-width: 1023px) {

  .zs-banner-box,
  .zs-banner-box .banner-item {
    height: 220px
  }
}

@media only screen and (max-width: 639px) {

  .zs-banner-box,
  .zs-banner-box .banner-item {
    height: 160px
  }

  .zs-banner-box .slick-arrow {
    height: 40px;
    width: 40px;
    background-size: 35%;
    display: none !important
  }

  .zs-banner-box .slick-dots {
    bottom: 5px
  }

  .zs-banner-box .slick-dots li {
    width: 9px;
    height: 9px
  }
}

.person-list-page {
  margin-top: 24px
}

.person-list-page a {
  position: relative;
  display: block;
  height: 170px;
  border: 1px solid #F7F7F7;
  padding: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 25px
}

.person-list-page a .img {
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 115px;
  height: 150px;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px
}

.person-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.person-list-page a .txt {
  width: calc(100% - 115px);
  position: relative;
  padding-left: 25px;
  padding-top: 10px;
  float: right
}

.person-list-page a .txt p {
  font-size: 1.4em;
  color: #666666;
  line-height: 1.6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.person-list-page a .title-box {
  padding-bottom: 10px
}

.person-list-page a .title-box span {
  display: block
}

.person-list-page a .title-box .title {
  font-size: 1.8em;
  color: #333333;
  margin-bottom: 10px
}

.person-list-page a .title-box .ftitle {
  font-size: 1.8em;
  color: #333333
}

.person-list-page a .detail {
  width: 60px;
  height: 22px;
  line-height: 22px;
  font-size: 1.2em;
  display: inline-block;
  border-radius: 4px;
  /* font-family: '宋体'; */
  margin-top: 5px;
  position: absolute;
  right: 0;
  text-indent: 12px;
  color: #333;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #F7F7F7 url("/static/img/detail.png") no-repeat 80% center
}

.person-list-page a:hover {
  border-color: #005BAC
}

.person-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.person-list-page a:hover .txt p {
  color: #005BAC
}

.person-list-page a:hover .detail {
  color: #fff;
  background: #005BAC url("/static/img/detail_on.png") no-repeat 80% center
}

@media only screen and (max-width: 767px) {
  .person-list-page a {
    height: auto
  }

  .person-list-page a .img {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    height: auto;
    text-align: center
  }

  .person-list-page a .img img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto
  }

  .person-list-page a .txt {
    border: 1px solid #E5E5E5;
    height: auto;
    width: 100%;
    padding: 10px
  }

  .person-list-page a .detail {
    position: relative;
    right: auto;
    left: 0
  }
}

.pic-list-page {
  margin-top: 24px
}

.pic-list-page a {
  position: relative;
  display: block;
  height: 170px;
  border: 1px solid #F7F7F7;
  padding: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 25px
}

.pic-list-page a .img {
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 200px;
  height: 150px;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px
}

.pic-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.pic-list-page a .txt {
  width: calc(100% - 200px);
  position: relative;
  padding-left: 15px;
  padding-top: 10px;
  float: right
}

.pic-list-page a .txt p {
  font-size: 1.4em;
  color: #666666;
  line-height: 1.6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.pic-list-page a .title-box {
  padding-bottom: 10px
}

.pic-list-page a .title-box span {
  display: block
}

.pic-list-page a .title-box .title {
  font-size: 1.8em;
  color: #333333;
  margin-bottom: 10px
}

.pic-list-page a .title-box .ftitle {
  font-size: 1.8em;
  color: #333333
}

.pic-list-page a .detail {
  width: 60px;
  height: 22px;
  line-height: 22px;
  font-size: 1.2em;
  display: inline-block;
  border-radius: 4px;
  /* font-family: '宋体'; */
  margin-top: 5px;
  position: absolute;
  right: 0;
  text-indent: 12px;
  color: #333;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #F7F7F7 url("/static/img/detail.png") no-repeat 80% center
}

.pic-list-page a:hover {
  border-color: #005BAC
}

.pic-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.pic-list-page a:hover .txt p {
  color: #005BAC
}

.pic-list-page a:hover .detail {
  color: #fff;
  background: #005BAC url("/static/img/detail_on.png") no-repeat 80% center
}

@media only screen and (max-width: 767px) {
  .pic-list-page a {
    height: auto
  }

  .pic-list-page a .img {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    text-align: center
  }

  .pic-list-page a .img img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto
  }

  .pic-list-page a .txt {
    border: 1px solid #E5E5E5;
    height: auto;
    width: 100%;
    padding: 10px
  }

  .pic-list-page a .detail {
    position: relative;
    right: auto;
    left: 0
  }
}

.tuwen-list-page a {
  margin-bottom: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 12px;
  display: block;
  border-bottom: 1px dashed #E8E8E8
}

.tuwen-list-page a .img {
  display: block;
  width: 150px;
  height: 100px;
  overflow: hidden;
  float: left
}

.tuwen-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.tuwen-list-page a .txt {
  float: left;
  width: calc(100% - 150px);
  position: relative;
  padding-left: 12px;
  padding-top: 0
}

.tuwen-list-page a .title {
  font-size: 1.6em;
  font-weight: bold;
  color: #333333;
  line-height: 140%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 0;
  margin-bottom: 5px
}

.tuwen-list-page a .intro {
  font-size: 1.4em;
  color: #808080;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px
}

.tuwen-list-page a .intro .text-detail {
  color: #005BAC
}

.tuwen-list-page a .time {
  font-size: 1.4em;
  color: #999;
  display: block;
  text-align: right
}

.tuwen-list-page a:hover {
  border-color: #1268BD
}

.tuwen-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.tuwen-list-page a:hover .title {
  color: #1268BD
}

@media only screen and (max-width: 1023px) {
  .tuwen-list-page a .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }
}

@media only screen and (max-width: 639px) {
  .tuwen-list-page a .img {
    width: 120px;
    height: 80px
  }

  .tuwen-list-page a .txt {
    width: calc(100% - 120px);
    padding: 0 0 0 10px
  }

  .tuwen-list-page a .title {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 6px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: normal
  }

  .tuwen-list-page a .intro {
    display: none
  }
}

.tupian-list-page {
  margin-left: -1%;
  margin-right: -1%
}

.tupian-list-page a {
  width: 31.33333%;
  margin: 0 1% 30px;
  display: inline-block;
  position: relative;
  overflow: hidden
}

.tupian-list-page a .img {
  position: relative;
  height: 235px;
  overflow: hidden
}

.tupian-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tupian-list-page a .title {
  display: block;
  height: 45px;
  width: 100%;
  line-height: 45px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
  font-size: 1.6em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #F7F7F7;
  border-bottom: 2px solid #F7F7F7
}

.tupian-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.tupian-list-page a:hover .title {
  color: #1268BD;
  border-color: #1268BD
}

@media only screen and (max-width: 1366px) {
  .tupian-list-page a .img {
    height: 200px
  }
}

@media only screen and (max-width: 1199px) {
  .tupian-list-page a .img {
    height: 220px
  }
}

@media only screen and (max-width: 1023px) {
  .tupian-list-page a .img {
    height: 150px
  }
}

@media only screen and (max-width: 767px) {
  .tupian-list-page a .img {
    height: 130px
  }
}

@media only screen and (max-width: 639px) {
  .tupian-list-page a {
    width: 48%;
    margin: 0 1% 20px
  }

  .tupian-list-page a .title {
    height: 40px;
    line-height: 40px
  }

  .tupian-list-page a .img {
    height: 140px
  }
}

@media only screen and (max-width: 479px) {
  .tupian-list-page a .img {
    height: 110px
  }
}

@media only screen and (max-width: 359px) {
  .tupian-list-page a {
    width: 98%
  }

  .tupian-list-page a .img {
    height: auto
  }
}

.video-list-page {
  margin-left: -1%;
  margin-right: -1%
}

.video-list-page a {
  width: 31.33333%;
  margin: 0 1% 30px;
  display: inline-block;
  position: relative;
  overflow: hidden
}

.video-list-page a .img {
  position: relative;
  height: 235px;
  overflow: hidden
}

.video-list-page a .img::after {
  content: "";
  width: 76px;
  height: 48px;
  background: url("/static/img/play_btn.png") no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -38px;
  margin-top: -24px
}

.video-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.video-list-page a .title {
  display: block;
  height: 45px;
  width: 100%;
  line-height: 45px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #333333;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  background-color: #F7F7F7;
  border-bottom: 2px solid #F7F7F7
}

.video-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.video-list-page a:hover .title {
  color: #1268BD;
  border-color: #1268BD
}

@media only screen and (max-width: 1366px) {
  .video-list-page a .img {
    height: 200px
  }
}

@media only screen and (max-width: 1199px) {
  .video-list-page a .img {
    height: 220px
  }
}

@media only screen and (max-width: 1023px) {
  .video-list-page a .img {
    height: 150px
  }
}

@media only screen and (max-width: 767px) {
  .video-list-page a {
    margin-bottom: 5px
  }

  .video-list-page a .img {
    height: 130px
  }
}

@media only screen and (max-width: 639px) {
  .video-list-page a {
    width: 48%
  }

  .video-list-page a .img {
    height: 130px
  }

  .video-list-page a .img::after {
    width: 50px;
    height: 30px;
    background-size: 100% 100%;
    margin-left: -25px;
    margin-top: -15px
  }
}

@media only screen and (max-width: 479px) {
  .video-list-page a .img {
    height: 120px
  }
}

.wenzi-list-page a {
  display: block;
  border-bottom: 1px dashed #E5E5E5;
  height: 45px;
  margin-top: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-list-page a:first-child {
  margin-top: 5px
}

.wenzi-list-page a .title {
  font-size: 1.6em;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  line-height: 45px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: calc(100% - 100px);
  padding-left: 1px
}

.wenzi-list-page a .title:before {
  content: "";
  width: 6px;
  height: 9px;
  background: url(../img/list.png) no-repeat center;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle
}

.wenzi-list-page a .time {
  float: right;
  font-size: 1.6em;
  line-height: 45px;
  text-align: center;
  font-family: "Arial";
  color: #7A7A7A;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.wenzi-list-page a:hover {
  border-color: #005BAC
}

.wenzi-list-page a:hover .time,
.wenzi-list-page a:hover .title {
  color: #005BAC
}

.wenzi-list-page a {
  margin-top: 5px
}

.xiazai-list-page a {
  display: block;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 50px;
  height: 50px;
  margin-top: 12px;
  padding-right: 45px;
  padding-left: 12px;
  background: url("/static/img/list.png") left center no-repeat;
  border-bottom: 1px dashed #E5E5E5
}

.xiazai-list-page a:first-child {
  margin-top: 0
}

.xiazai-list-page a .btn {
  position: absolute;
  right: 0;
  top: 10px;
  width: 60px;
  height: 22px;
  line-height: 22px;
  text-indent: 12px;
  border-radius: 4px;
  color: #333333;
  font-size: 1.2em;
  /* font-family: '宋体'; */
  background: #F7F7F7 url("/static/img/download.png") no-repeat 80% center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.xiazai-list-page a .btn:hover {
  color: #fff;
  background: #005BAC url("/static/img/download_on.png") no-repeat 80% center
}

.xiazai-list-page a .title {
  color: #333;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.xiazai-list-page a:hover .title {
  color: #1268BD
}

body {
  margin: 0 auto !important
}

.module {
  margin: 0 5px
}

.module .module-name {
  margin-bottom: 12px;
  height: 44px;
  border-bottom: 2px solid #338EDF;
  position: relative
}

.module .module-name span {
  display: inline-block;
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 6px;
  position: relative;
  color: #1268BD;
  margin-top: 10px
}

.module .module-name a {
  position: absolute;
  right: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 15px;
  font-size: 1.4em;
  padding-left: 18px;
  background: url(../img/more.png) no-repeat left center;
  display: block;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  color: #828282
}

.module .module-name a:hover {
  color: #1268BD;
  background: url(../img/more_on.png) no-repeat left center
}

.news-module .module-name span {
  padding-left: 80px;
  background: url(../img/m1_icon.png) no-repeat left 3px
}

.notice-module .module-name span {
  padding-left: 22px;
  background: url(../img/m2_icon.png) no-repeat left 3px
}

.wenzi-module .module-name span {
  padding-left: 22px;
  background: url(../img/m3_icon.png) no-repeat left 3px
}
body[data-page-type="cover"] .wenzi-module .module-name span {
  padding-left: 0;
  background:none
}
.fast-module .module-name span {
  padding-left: 22px;
  background: url(../img/m4_icon.png) no-repeat left 3px
}
body[data-page-type="cover"] .text-module .module-name span {
  padding-left: 0;
  background:none
}
.text-module .module-name span {
  padding-left: 22px;
  background: url(../img/m5_icon.png) no-repeat left 3px
}

.frame-wrap.full {
  max-width: 100%
}

.frame-wrap .frame-left {
  float: left;
  width: 280px;
  margin-bottom: 10px;
  position: relative
}

.frame-wrap .frame-right {
  float: right;
  width: calc(100% - 300px);
  min-height: 400px;
  margin-bottom: 25px
}

@media (max-width: 1199px) {
  .frame-wrap .frame-left {
    display: none
  }

  .frame-wrap .frame-right {
    width: 100%;
    font: none;
    padding-left: 0;
    margin-left: 0;
    min-height: 0
  }
}

@media (max-width: 767px) {
  .frame-wrap .frame-right {
    padding-left: 0;
    padding-right: 0
  }
}

.hot-news {
  padding: 10px;
  border: 1px solid #E5E5E5
}

.hot-news .hot-title {
  font-size: 1.8em;
  color: #333333;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 10px
}

.hot-news .img img {
  display: block;
  width: 100%;
  height: 170px
}

.hot-news p {
  font-size: 1.6em;
  color: #333333;
  line-height: 1.6;
  padding-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.hot-news .slick-dots {
  text-align: right
}

.hot-news .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 2px
}

.hot-news .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #D2D2D2
}

.hot-news .slick-dots li button::before {
  display: none
}

.hot-news .slick-dots li.slick-active button {
  background-color: #005BAC
}

.sidebar-title {
  height: 80px;
  font-size: 2.4em;
  background-color: #005BAC;
  position: relative;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  line-height: 80px;
  letter-spacing: 1px;
  text-align: center;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.sidebar-title span {
  display: inline-block
}

.sidebar-menu {
  position: relative;
  margin-bottom: 24px
}

.sidebar-menu>li {
  position: relative;
  overflow: hidden
}

.sidebar-menu>li>a {
  display: block;
  line-height: 60px;
  height: 60px;
  text-align: center;
  border-bottom: 1px solid #F7F7F7;
  font-size: 1.8em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../img/level1.png) no-repeat 92% center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333333;
  position: relative
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
  color: #1268BD;
  border-color: #F7F7F7;
  background: #F7F7F7 url(../img/level1_on.png) no-repeat 92% center
}

/* .sidebar-menu>li:hover ul, */
.sidebar-menu>li.active ul {
  max-height: 1000px;
  overflow: auto
}

.sidebar-menu ul {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #FEFEFE
}

.sidebar-menu ul>li>a {
  display: block;
  line-height: 50px;
  font-size: 1.6em;
  white-space: nowrap;
  text-indent: 90px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #414141;
  background: url(../img/level2.png) no-repeat 60px center
}

.sidebar-menu ul>li:hover>a,
.sidebar-menu ul>li.active>a {
  color: #FEA338;
  background: url(../img/level2_on.png) no-repeat 60px center
}

.news-list li {
  position: relative
}

.news-list li a {
  display: block;
  height: 35px;
  line-height: 35px;
  padding-right: 95px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.news-list li a:hover p,
.news-list li a:hover span {
  color: #005BAC
}

.news-list li p {
  font-size: 1.6em;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.news-list li span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 35px;
  font-size: 1.4em;
  color: #999999;
  text-align: right;
  vertical-align: middle;
  font-family: Arial;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.frame-location {
  position: relative;
  white-space: nowrap;
  line-height: 45px;
  margin-top: 20px;
  text-overflow: ellipsis;
  border-bottom: 2px solid #F7F7F7;
  overflow: hidden;
  margin-bottom: 12px
}

.frame-location .location-path {
  padding-left: 25px;
  color: #666666;
  font-size: 1.6em;
  background: url(../img/location.png) no-repeat left center
}

.frame-location .location-path span a {
  color: #666666
}

.frame-location .location-path span:last-child em {
  display: none
}

.frame-location .location-path em {
  display: inline-block;
  margin: 0 10px;
  width: 9px;
  height: 10px;
  background: url(../img/ico_split.png) 0 center no-repeat
}

.frame-location .now-path {
  float: left
}

.frame-location .now-path span {
  display: none
}

.frame-location .now-path span:nth-child(2) {
  display: inline-block;
  font-size: 30px;
  padding-left: 40px;
  line-height: 65px;
  color: #005BAC
}

@media (max-width: 767px) {
  .frame-location span {
    display: none
  }

  .frame-location span:last-child {
    display: inline-block
  }
}

.empty-list-info {
  text-align: center;
  line-height: 3
}

.yn-pagination {
  margin: 24px auto;
  text-align: center
}

.yn-pagination a,
.yn-pagination span {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 6px 12px;
  color: #767676;
  display: inline-block;
  border: 1px solid #F0F0F0;
  border-radius: 1px;
  line-height: 1.4em
}

.yn-pagination a:hover {
  background: #005BAC;
  border-color: #005BAC;
  color: #fff
}

.yn-pagination .disabled,
.yn-pagination .disabled:hover {
  cursor: default;
  background: #f5f5f5;
  color: #bbb
}

.yn-pagination .active,
.yn-pagination .active:hover {
  cursor: default;
  background: #005BAC;
  border-color: #005BAC;
  color: #fff
}

.yn-pagination span {
  margin: 0 5px
}

.yn-pagination .total-page-num {
  cursor: default
}

.yn-pagination .go-page {
  cursor: default
}

.yn-pagination .go-page:hover {
  cursor: default;
  background: #1469bc;
  border-color: #1469bc;
  color: #fff
}

.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  border: 10px solid #E2F5FF;
  text-indent: 0
}

.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000
}

.video .alt {
  padding-top: 56.25%;
  height: 0 !important
}

.edui-pdf {
  min-height: 800px
}

.mapBg {
  padding: 10px;
  border: 1px solid #EEEEEE
}

.BMap_omCtrl,
.anchorBL,
.BMap_stdMpCtrl {
  display: none !important
}

#dituContent {
  width: 100%;
  height: 382px;
  border: none !important
}

#dituContent img {
  max-width: none !important
}

.BMapLabel {
  color: #F54336 !important;
  font-size: 1.8em !important;
  border: none !important;
  -webkit-box-shadow: 0 0 2px #FCD6C6;
  box-shadow: 0 0 2px #FCD6C6;
  padding: 2px 5px !important;
  top: -50px !important
}

@media only screen and (max-width: 1199px) {
  .module {
    margin: 0
  }

  .frame-wrap {
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 0
  }

  body[data-page-type="index"]::before {
    display: none
  }

  body[data-page-type="index"]::after {
    display: none
  }
}

@media only screen and (max-width: 639px) {
  .yn-pagination span {
    display: none
  }

  .yn-pagination .page-num {
    display: none
  }

  .yn-pagination .page-num.active {
    display: inline-block
  }
}

@media only screen and (max-width: 479px) {

  .yn-pagination .first-page,
  .yn-pagination .last-page {
    display: none
  }

  .module .module-name span::after {
    font-size: 18px;
    top: 8px
  }
}

/*# sourceMappingURL=module.css.map */
