.article-head {
  width: 100%;
  padding: 20px 10px 5px;
  margin: 24px auto 10px
}

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

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

.article-head .article-info {
  font-size: 1.6em;
  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: #333333
}

.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 dashed #CAC9C6;
  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: #333333
}

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

.article-jump>div a:hover {
  color: #3196F5
}

.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-wrap {
  background-color: #3196F5;
  border-top: 5px solid #5DB0FF
}

.footer-wrap .footer-info {
  height: 140px;
  position: relative;
  padding-left: 330px;
  background: url(../img/footer_logo.png) no-repeat left center
}

.footer-wrap .footer-info .footer-info-item {
  display: inline-block;
  float: left;
  padding-top: 42px
}

.footer-wrap .footer-info .footer-info-item span,
.footer-wrap .footer-info .footer-info-item a {
  font-size: 1.4em;
  display: block;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 18px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: left center
}

.footer-wrap .footer-info .footer-info-item a {
  display: inline-block
}

.footer-wrap .footer-info .footer-info-item .tel {
  background: url(../img/tel.png) no-repeat left center
}

.footer-wrap .footer-info .footer-info-item .address {
  background: url(../img/address.png) no-repeat left center
}

.footer-wrap .footer-info .footer-info-item .copyright-info {
  margin-left: 20px
}

.footer-wrap .footer-info .footer-info-item .company {
  margin-left: 20px
}

.footer-wrap .footer-info .footer-info-item .company a {
  font-size: 14px
}

.footer-wrap .footer-info .footer-info-item .police {
  position: relative;
  display: inline-block
}

.footer-wrap .footer-info .footer-info-item2 {
  position: relative;
  display: inline-block;
  width: 50%;
  float: right;
  padding-top: 35px
}

.footer-wrap .footer-info .footer-info-item2 span,
.footer-wrap .footer-info .footer-info-item2 a {
  padding-left: 0;
  display: inline-block;
  margin-bottom: 10px
}

.footer-wrap .footer-info .footer-info-item2 .police {
  padding-left: 35px;
  background: url("../img/beian.png") no-repeat left center;
  line-height: 26px
}

.footer-wrap .footer-info .footer-info-item2 .beian {
  padding-left: 35px;
  line-height: 30px;
  background: url("../img/org.png") no-repeat left center
}

.footer-copyright {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2E2E2E
}

.footer-copyright a,
.footer-copyright span {
  display: inline-block;
  font-size: 1.6em;
  color: #fff;
  margin: 0 10px
}

.footer-copyright .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

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

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

@media only screen and (max-width: 1366px) {
  .footer-wrap .footer-info {
    padding-left: 0;
    background: none
  }
}

@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-info {
    height: auto;
    padding-top: 0
  }

  .footer-wrap .footer-info .footer-info-item1 {
    display: none
  }

  .footer-wrap .footer-info .footer-info-item2 {
    width: 100%;
    margin-left: 0;
    padding: 15px 10px;
    text-align: center
  }

  .footer-wrap .footer-info .footer-info-item2 span {
    margin-bottom: 0
  }

  .footer-wrap .footer-info .footer-info-item2 .org-box {
    display: none
  }

  .footer-wrap .footer-info .footer-info-item2 .police {
    display: none
  }

  .footer-wrap .footer-info .footer-info-item2 .beian {
    display: none
  }

  .footer-wrap .footer-info .footer-info-item2 .company {
    display: none
  }

  .footer-wrap .code-box {
    display: none
  }
}

.header-top {
  background: #3196F5 url("../img/top_tel.png") no-repeat 60% center
}

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

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

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

.header-top .slogan {
  display: inline-block;
  font-size: 4.8em;
  color: #fff;
  font-family: "楷体";
  padding-top: 29px;
  padding-left: 20px
}

.header-top .search-box {
  position: absolute;
  right: 0;
  width: 345px;
  height: 45px;
  background-color: #fff;
  border-radius: 25px;
  top: 30%;
  overflow: hidden;
  padding-right: 40px
}

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

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

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

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

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

.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: 1366px) {
  .header-top {
    background: #3196F5
  }
}

@media only screen and (min-width: 1200px) {
  .nav-bar-wrap {
    background-color: #5DB0FF
  }

  .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.8em;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }

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

  .nav-bar>li>ul {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    overflow: hidden;
    max-height: 0;
    text-align: left;
    background-color: #FFFFFF;
    z-index: 1000
  }

  .nav-bar>li>ul>li>a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 30px;
    color: #333333;
    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: 400px;
    padding: 6px 0
  }

  .nav-bar>li>ul>li>a:hover,
  .nav-bar>li>ul>li.active>a {
    background-color: #EFEFEF;
    color: #3196F5
  }
}

@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 .header-link {
    display: none
  }

  .header-top .welcome {
    display: none
  }

  .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: #3196F5;
    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: #3196F5;
    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: #3196F5;
    white-space: nowrap
  }

  .nav-bar>li>ul>li.active>a {
    background: #E4CD9C;
    color: #3196F5;
    border-color: #E4CD9C
  }

  .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
  }
}

.blogroll-box {
  height: 60px;
  line-height: 60px;
  background-color: #316DF5
}

.blogroll-box .content-box {
  padding-left: 140px;
  position: relative
}

.blogroll-box .content-box .title {
  font-size: 2em;
  padding-left: 20px;
  line-height: 60px;
  background: url(../img/link_icon.png) no-repeat left center;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0
}

.blogroll-box .content-box .link-content {
  padding-right: 70px
}

.blogroll-box .content-box .link-content a {
  display: block;
  font-size: 1.6em;
  color: #fff;
  white-space: nowrap;
  margin: 0 10px;
  line-height: 60px;
  height: 60px;
  padding-left: 15px;
  padding-right: 3px;
  background: url(../img/link_item.png) no-repeat left center;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-overflow: ellipsis
}

.blogroll-box .content-box .link-content a span {
  display: inline-block;
  position: relative;
  overflow: hidden
}

.blogroll-box .content-box .link-content a:hover {
  background: url(../img/link_item_on.png) no-repeat left center
}

.blogroll-box .content-box .link-content a:hover span {
  color: #FFDE00
}

.blogroll-box .content-box .link-content .slick-next:before,
.blogroll-box .content-box .link-content .slick-prev:before {
  display: none
}

.blogroll-box .content-box .link-content .slick-next,
.blogroll-box .content-box .link-content .slick-prev {
  width: 27px;
  height: 27px;
  border-radius: 3px;
  background-position: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-repeat: no-repeat
}

.blogroll-box .content-box .link-content .slick-next {
  right: 0;
  background-image: url(../img/link_right.png);
  background-color: #fff
}

.blogroll-box .content-box .link-content .slick-next:hover {
  background-color: #BE9336
}

.blogroll-box .content-box .link-content .slick-prev {
  left: auto;
  right: 28px;
  background-image: url(../img/link_left.png);
  background-color: #fff
}

.blogroll-box .content-box .link-content .slick-prev:hover {
  background-color: #BE9336
}

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

.module.fast-link-module .module-name::after {
  display: none
}

.fast-link-list {
  background-color: #EBF5FE;
  padding: 10px
}

.fast-link-list a {
  display: inline-block;
  width: 46%;
  margin: 2%;
  height: 102px;
  float: left;
  text-align: center;
  background: url("../img/nav_bg.png") no-repeat center
}

.fast-link-list a:hover span {
  color: #316DF5
}

.fast-link-list img {
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 2px
}

.fast-link-list span {
  display: block;
  font-size: 1.6em;
  color: #333333
}

@media only screen and (max-width: 1199px) {
  .module.fast-link-module {
    margin-bottom: 20px
  }
}

.focus-content {
  padding: 0 0 0 488px;
  position: relative;
  height: 390px
}

.focus-module {
  position: relative
}

.focus-container {
  width: 465px;
  height: 390px;
  left: 0;
  top: 0;
  border: 1px solid #E8E8E8;
  position: absolute !important;
  overflow: hidden
}

.focus-container .focus-slide {
  height: 390px;
  position: relative
}

.focus-container .focus-slide img {
  display: block;
  width: 100%;
  height: 260px
}

.focus-container h3 {
  font-size: 1.6em;
  text-indent: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 100px;
  color: #333333;
  padding: 20px 10px 15px
}

.focus-container span {
  display: block;
  font-size: 1.6em;
  color: #333333;
  padding-left: 20px
}

.focus-container .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px
}

.focus-container .slick-dots li {
  width: 6px;
  height: 6px;
  background-color: #CCCCCC;
  border-radius: 50%;
  display: inline-block;
  color: #727272;
  text-align: center;
  line-height: 16px;
  font-size: 0;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.focus-container .slick-dots li:hover,
.focus-container .slick-dots li.slick-active {
  background-color: #316DF5;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-top: -4px
}

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

.focus-container .focus-slide a {
  display: block;
  height: 100%
}

.focus-container .focus-slide a:hover h3 {
  color: #316DF5
}

.first a {
  display: block;
  height: 192px;
  padding: 20px 10px;
  background-color: #3196F5
}

.first a h3 {
  font-size: 1.8em;
  color: #fff;
  padding-left: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url("../img/small_five_star.png") no-repeat left center;
  margin-bottom: 20px
}

.first a p {
  font-size: 1.6em;
  color: #fff;
  line-height: 2.2;
  padding-left: 25px;
  margin-bottom: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}

.first a span {
  font-size: 1.6em;
  color: #fff;
  padding-left: 25px
}

.focus-news-list li {
  position: relative
}

.focus-news-list li a {
  display: block;
  height: 49px;
  line-height: 49px;
  padding-right: 100px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-bottom: 1px solid #E8E8E8
}

.focus-news-list li a:hover p,
.focus-news-list li a:hover span {
  color: #3196F5
}

.focus-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
}

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

@media (max-width: 1199px) {
  .focus-box .content-box {
    max-width: 952px
  }

  .focus-content {
    padding-left: 0;
    height: auto
  }

  .focus-container {
    display: none
  }
}

@media (max-width: 991px) {
  .focus-box .content-box {
    max-width: 732px
  }
}

@media (max-width: 767px) {
  .focus-box .content-box {
    padding: 0 10px
  }
}

.module.img-slick-module {
  padding: 44px 0 160px
}

.module.img-slick-module .module-name {
  text-align: center;
  margin-bottom: 20px
}

.module.img-slick-module .module-name span {
  background: url("../img/module_title.png") no-repeat left center
}

.module.img-slick-module .module-name::after {
  display: none
}

.img-slick {
  margin-left: -10px;
  margin-right: -10px
}

.img-slick::after {
  content: "";
  width: 971px;
  height: 58px;
  position: absolute;
  left: 50%;
  margin-left: -485px;
  bottom: -100px;
  background: url("../img/sub_change.png") no-repeat center
}

.img-slick .slick-next,
.img-slick .slick-prev {
  width: 21px;
  height: 12px;
  top: auto;
  z-index: 1
}

.img-slick .slick-next::before,
.img-slick .slick-prev::before {
  display: none
}

.img-slick .slick-prev {
  background: url("../img/sub_left.png") no-repeat center;
  left: 48.5%;
  bottom: -82px
}

.img-slick .slick-next {
  background: url("../img/sub_right.png") no-repeat center;
  right: 48.5%;
  bottom: -82px
}

.img-slick a {
  margin: 5px 10px 10px;
  display: inline-block;
  position: relative;
  height: 345px;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 15px 1px #C7DCEE;
  box-shadow: 1px 1px 15px 1px #C7DCEE
}

.img-slick a img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.img-slick a .img {
  position: relative;
  height: 204px;
  overflow: hidden
}

.img-slick a .title {
  display: block;
  font-size: 2em;
  color: #333333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  position: relative;
  text-overflow: ellipsis;
  padding-top: 20px;
  width: 100%;
  z-index: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.img-slick a:hover .title {
  color: #316DF5
}

.img-slick a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

@media only screen and (max-width: 1366px) {
  .img-slick a {
    height: 300px
  }

  .img-slick a .img {
    height: 170px
  }
}

@media only screen and (max-width: 1199px) {
  .module.img-slick-module {
    padding: 44px 0
  }

  .img-slick::after {
    display: none
  }

  .img-slick .slick-next,
  .img-slick .slick-prev {
    display: none !important
  }
}

@media only screen and (max-width: 639px) {
  .img-slick a {
    height: 240px
  }

  .img-slick a .img {
    height: 140px
  }
}

@media only screen and (max-width: 479px) {
  .img-slick a {
    height: auto
  }

  .img-slick a .img {
    height: auto
  }
}

.tuwen-list li a {
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 84px
}

.tuwen-list li a .img {
  display: block;
  width: 146px;
  height: 88px;
  overflow: hidden;
  float: left
}

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

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

.tuwen-list li a .title {
  font-size: 1.6em;
  color: #333333;
  line-height: 1.6;
  padding-top: 5px;
  position: relative;
  height: 65px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.tuwen-list li a .time {
  font-size: 1.6em;
  color: #555555
}

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

.tuwen-list li a:hover .title {
  color: #3196F5
}

.tuwen-list li a:hover .time {
  color: #3196F5
}

@media only screen and (max-width: 1199px) {
  .tuwen-list li a .title {
    height: auto;
    padding-bottom: 8px
  }
}


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

.riqi-list-page li a {
  display: block;
  background: #fff;
  margin-top: 30px;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding-bottom: 12px;
  border-bottom: 1px solid #E1E1E1
}

.riqi-list-page li a .time {
  display: block;
  font-size: 1.4em;
  color: #777777;
  padding-left: 20px
}

.riqi-list-page li a h3 {
  font-size: 1.8em;
  color: #333333;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  margin-bottom: 15px;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url("../img/list.png") no-repeat left 8px
}

.riqi-list-page li a p {
  font-size: 1.6em;
  color: #777777;
  line-height: 1.8;
  padding-left: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}

.riqi-list-page li a:hover .text {
  border-color: #3196F5
}

.riqi-list-page li a:hover h3 {
  color: #3196F5
}

@media only screen and (max-width: 1199px) {
  .riqi-list-page li a {
    height: auto;
    padding: 0 10px 10px 120px;
    margin-top: 12px
  }
}

@media only screen and (max-width: 767px) {
  .riqi-list-page li a {
    padding: 0 10px
  }

  .riqi-list-page li a .time {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin-bottom: 10px
  }
}

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

.tuwen-list-page a .tuwen-wrap {
  position: relative;
  height: 120px;
  padding-left: 230px
}

.tuwen-list-page a .img {
  display: block;
  width: 210px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0
}

.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 {
  position: relative;
  padding-top: 0;
  padding-right: 10px
}

.tuwen-list-page a .title {
  font-size: 1.8em;
  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: 15px
}

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

.tuwen-list-page a .time {
  font-size: 1.6em;
  color: #777777;
  display: block
}

.tuwen-list-page a:hover {
  border-color: #3196F5
}

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

.tuwen-list-page a:hover .title {
  color: #3196F5
}

@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 {
    margin-bottom: 20px
  }

  .tuwen-list-page a .tuwen-wrap {
    padding-left: 0;
    height: auto
  }

  .tuwen-list-page a .title {
    font-size: 2em
  }

  .tuwen-list-page a .intro {
    margin-bottom: 10px
  }

  .tuwen-list-page a .img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    text-align: center
  }

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

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

.xiazai-list-page a .btn {
  position: absolute;
  right: 0;
  top: 10px;
  width: 26px;
  height: 23px;
  background: url("../img/download.png") no-repeat center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.xiazai-list-page a .btn:hover {
  background: url("../img/download_on.png") no-repeat center
}

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

.xiazai-list-page a:hover .title {
  color: #3196F5
}

.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
}

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

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

.banner-box .banner-item {
  height: 344px;
  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: 20px;
  padding: 5px 10px;
  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 7px;
  cursor: pointer;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8
}

.banner-box .slick-dots li.slick-active {
  background-color: #FE9C1D;
  opacity: 1;
  margin-right: 30px
}

.banner-box .slick-dots li.slick-active::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #FE9C1D;
  position: absolute;
  right: -28px;
  top: 50%
}

.banner-box .slick-dots li:last-child.slick-active {
  margin-right: 7px
}

.banner-box .slick-dots li:last-child.slick-active::after {
  display: none
}

.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
  }
}

body {
  margin: 0 auto !important
}

.module {
  margin: 0 5px
}

.module .module-name {
  height: 65px;
  position: relative
}

.module .module-name::after {
  content: "";
  width: 100%;
  border-top: 1px dashed #8F979C;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%
}

.module .module-name span {
  display: inline-block;
  font-size: 2.4em;
  position: relative;
  height: 45px;
  line-height: 45px;
  z-index: 1;
  color: #333;
  margin-top: 10px;
  padding-left: 35px;
  padding-right: 10px;
  background: #fff url("../img/module_title.png") no-repeat left center
}

.module .module-name a {
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 22px;
  font-size: 1.4em;
  padding: 0 20px 3px 15px;
  background: #fff url(../img/more.png) no-repeat 84% center;
  display: block;
  font-weight: normal;
  font-stretch: normal;
  color: #777777;
  border-radius: 15px;
  height: 22px;
  border: 1px solid #BE9336
}

.module .module-name a:hover {
  color: #fff;
  background: #BE9336 url(../img/more_on.png) no-repeat 84% center
}

.full-module {
  margin: 0
}

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

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

.frame-wrap .frame-right {
  float: right;
  width: calc(100% - 320px);
  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 .hot-title {
  font-size: 1.8em;
  background-color: #3196F5;
  text-align: center;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block
}

.hot-news a {
  display: block;
  height: 60px;
  border-bottom: 1px solid #F4F4F4;
  position: relative;
  margin-top: 20px
}

.hot-news a p {
  width: calc(100% - 50px);
  color: #777777;
  font-size: 1.6em;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5
}

.hot-news a p::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #777777;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 8px
}

.hot-news a span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 1.4em;
  color: #999
}

.hot-news a:hover p {
  color: #3196F5
}

.sidebar-title {
  height: 80px;
  font-size: 3em;
  background: #5DB0FF url(../img/sidebar_title.png) no-repeat 20px center;
  position: relative;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  line-height: 80px;
  text-indent: 20px;
  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;
  background-color: #F7F7F7
}

.sidebar-menu>li>a {
  display: block;
  line-height: 60px;
  height: 60px;
  font-size: 2em;
  background-color: #F4F4F4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #666666;
  text-align: center;
  position: relative
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
  color: #3196F5;
  background-color: #D3EAFF
}

.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: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 90px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.news-list li a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: transparent;
  border: 1px solid #316DF5;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px
}

.news-list li a:hover p,
.news-list li a:hover span {
  color: #3196F5
}

.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: 45px;
  font-size: 1.6em;
  color: #555555;
  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: 1px solid #5DB0FF;
  overflow: hidden;
  margin-bottom: 24px
}

.frame-location .location-path {
  color: #666666;
  font-size: 1.6em
}

.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: #3196F5
}

@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: #3196F5;
  border-color: #3196F5;
  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: #3196F5;
  border-color: #3196F5;
  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 */
