.article-head {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
  padding-top: 4px;
}
.article-head .article-title {
  font-size: 2.2em;
  text-align: center;
  color: #333;
  margin: 10px auto 15px;
  padding: 0 15px;
}
.article-head .article-ftitle {
  font-size: 1.8em;
  text-align: center;
  color: #888;
  margin: 10px auto;
  padding: 0 15px;
}
.article-head .article-info {
  font-size: 1.4em;
  color: #8c8c8c;
  text-align: center;
  margin-top: 24px;
  padding: 10px;
  background-color: #eeeeee;
}
.article-head .article-info span {
  display: inline-block;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
  white-space: nowrap;
}
.article-content {
  padding: 12px;
  font-size: 1.6em;
  color: #242424;
}
.article-content > p {
  text-indent: 2em;
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 12px;
}
.article-content > p[align='center'],
.article-content > p.center {
  text-indent: 0;
}
.article-content img {
  max-width: 100%;
}
.article-content > img {
  display: block;
  margin: 18px auto;
}
.article-jump {
  border-top: 1px solid #eeeeee;
  padding: 10px 5px;
  margin-bottom: 12px;
}
.article-jump > div {
  width: 50%;
  float: left;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.article-jump > div a {
  font-size: 1em;
  color: #333;
}
.article-jump > div a:hover {
  color: #cf8022;
}
.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;
  }
}

.footer-wrap {
  background: #1b94ce;
}
.footer-wrap .footer-content {
  padding: 20px 0 20px 0;
  max-width: 1188px;
  margin: 0 auto;
  position: relative;
}
.footer-wrap .footer-info {
  padding: 5px 0 0 0;
  min-height: 60px;
  width: 590px;
  float: left;
  margin-left: 20px;
}
.footer-wrap .footer-info span,
.footer-wrap .footer-info a {
  color: #fff;
  font-size: 1.4em;
  line-height: 2.2;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.footer-wrap .footer-info .police {
  padding-left: 20px;
  background: url(../img/police.png) 0 center no-repeat;
}
.footer-wrap .footer-info .address,
.footer-wrap .footer-info .tel,
.footer-wrap .footer-info .email {
  white-space: nowrap;
}
.footer-wrap .footer-info .icpNumber {
  margin-left: 97px;
}
.footer-wrap .wxcode,
.footer-wrap .weibo {
  display: block;
  float: left;
  width: 65px;
  margin-top: 20px;
  text-align: center;
}
.footer-wrap .wxcode > img,
.footer-wrap .weibo > img {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto;
}
.footer-wrap .wxcode > span,
.footer-wrap .weibo > span {
  line-height: 30px;
  font-size: 1.4em;
  color: #fff;
}
.footer-wrap .weibo {
  margin-left: 25px;
}
.footer-wrap .logo-footer {
  margin-top: 20px;
  display: block;
  float: left;
  width: 323px;
  height: 60px;
}
.footer-wrap .ico-org {
  margin-top: 20px;
  display: block;
  float: right;
  width: 80px;
  height: 80px;
}
.footer-wrap .ico-org img {
  width: 100%;
  height: 100%;
}
.footer-addtional {
  background-color: #1b1b1b;
  line-height: 50px;
  text-align: center;
}
.footer-addtional span {
  color: #fff;
  font-size: 1.4em;
  margin: 0 10px;
}
.footer-addtional a {
  color: #fff;
  margin: 0 20px;
}
.scroll-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 5px;
  bottom: 30px;
  cursor: pointer;
  background: #cf8022 url('../img/gotop.png') center center no-repeat;
  background-size: 60%;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
}
.scroll-top:hover {
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-info {
    width: calc(100% - 320px);
  }
  .footer-wrap .wxcode,
  .footer-wrap .weibo {
    width: 90px;
  }
  .footer-wrap .weibo {
    margin-left: 5px;
  }
  .footer-wrap .logo-footer {
    display: none;
  }
  .footer-wrap .footer-addtional .ico-count,
  .footer-wrap .footer-addtional .browsercof {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-wrap .footer-content {
    padding: 5px 0;
  }
  .footer-wrap .wxcode,
  .footer-wrap .weibo {
    display: none;
  }
  .footer-wrap .footer-info {
    width: calc(100% - 90px);
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrap .footer-info span,
  .footer-wrap .footer-info a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .footer-wrap .ico-org {
    margin-top: 0;
  }
  .footer-wrap .footer-info {
    padding-top: 10px;
  }
  .footer-wrap .footer-info .address,
  .footer-wrap .footer-info .tel,
  .footer-wrap .footer-info .email,
  .footer-wrap .footer-info .mailcode,
  .footer-wrap .footer-info .fax,
  .footer-wrap .footer-info .zb-tel {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .footer-wrap .ico-org {
    margin-top: 0;
    width: 55px;
    height: 55px;
  }
  .footer-wrap .footer-info {
    width: calc(100% - 60px);
    padding-top: 0;
  }
  .footer-wrap .footer-info span,
  .footer-wrap .footer-info a {
    margin-left: 5px;
    margin-right: 0;
  }
}

body.modal-open {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.header-top > .content-box {
  height: 130px;
  position: relative;
  padding-top: 40px;
}
.header-top .logo {
  display: block;
  position: absolute;
  top: 17px;
  left: 10px;
}
.header-top .logo img {
  display: block;
  width: auto;
  max-width: 486px;
  max-height: 87px;
  margin: 0 auto;
}
.header-top .web-title {
  display: block;
  margin: 0 auto;
}
.header-top .search-box {
  width: 280px;
  height: 42px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -21px;
  background-color: #fff;
  border: 2px solid #1b94ce;
}
.header-top .search-box input {
  width: calc(100% - 80px);
  height: 100%;
  border: none;
  line-height: 35px;
  color: #333;
  padding-left: 10px;
  background: none;
  font-size: 1.6em;
  outline: none;
  z-index: 11;
}
.header-top .search-box a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  line-height: 38px;
  text-align: center;
  background-color: #1b94ce;
  color: #fff;
  font-size: 1.8em;
  z-index: 10;
  outline: none;
}
@media only screen and (min-width: 1200px) {
  .header-nav {
    background-color: #1b94ce;
  }
  .nav-bar {
    text-align: center;
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-bar > li {
    display: inline-block;
    height: 52px;
    position: relative;
    padding: 0 20px;
  }
  .nav-bar > li:hover > a,
  .nav-bar > li.active > a {
    background-color: #1574a1;
  }
  .nav-bar > li:after {
    content: '';
    position: absolute;
    right: -16px;
    width: 1px;
    height: 19px;
    top: 50%;
    margin-top: -10px;
    background-color: #64bfeb;
  }
  .nav-bar > li:last-of-type:after {
    display: none;
  }
  .nav-bar > li > a {
    display: block;
    font-size: 2em;
    color: #fff;
    position: relative;
    line-height: 52px;
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 20px;
  }
  .nav-bar > li > a > img {
    margin-right: 3px;
  }
  .nav-bar > li > ul {
    position: absolute;
    top: 52px;
    right: 0;
    left: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
    background: #37ade5;
    z-index: 1000;
  }
  .nav-bar > li > ul > li > a {
    display: block;
    font-size: 1.8em;
    line-height: 52px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav-bar > li:hover > ul {
    max-height: 10000px;
  }
  .nav-bar > li > ul > li > a:hover,
  .nav-bar > li > ul > li.active > a {
    color: #fff;
    background: #1b94ce;
  }
}
@media (max-width: 1199px) {
  .header-top {
    padding: 10px;
    height: 100px;
  }
  .header-top .header-right {
    padding-top: 0;
    height: auto;
  }
  .header-top > .content-box {
    padding-top: 0;
    height: 80px;
    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;
  }
  .header-top .logo {
    position: static;
  }
  .header-top .logo img {
    height: 65px;
  }
  .header-top .search-box {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .header-top .web-title {
    margin: 0;
  }
  .nav-open {
    display: block;
    width: 35px;
    height: 24px;
    z-index: 9999;
    font-size: 1.4em;
    background: url('../img/nav_open.png') right center no-repeat;
  }
  .close-nav-btn {
    display: none;
  }
  .header-nav {
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #1b94ce;
  }
  .header-nav.show {
    right: 0;
  }
  .header-nav.show .close-nav-btn {
    display: block;
  }
  .header-nav.show .nav-open {
    display: none;
  }
  .header-nav.show .nav-bar {
    display: block;
  }
  .header-nav .nav-close {
    padding: 0 10px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    position: relative;
    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: #1b94ce;
    font-size: 1.4rem;
  }
  .header-nav .back-home {
    height: 30px;
    width: 30px;
    display: block;
    font-size: 1.4rem;
    background: url('../img/ico_home.png') center center no-repeat;
    padding-left: 20px;
    color: #333;
  }
  .header-nav .nav-close .close-nav-btn {
    width: 36px;
    height: 36px;
    background: url('../img/nav_close.png') center no-repeat;
  }
  .nav-bar {
    padding: 15px;
    height: calc(100vh - 154px);
    width: 100vw;
    overflow-y: auto;
    position: fixed;
    top: 154px;
    left: 0;
    z-index: 9999;
    background-color: #ffffff;
    display: none;
  }
  .nav-bar > li {
    margin-bottom: 24px;
  }
  .nav-bar > li > a {
    font-size: 2rem;
    display: block;
    line-height: 38px;
    padding: 10px 16px;
    text-align: left;
    border-radius: 2px;
    background: #dadada url('../img/nav_arrow_right.png') calc(100% - 20px)
      center no-repeat;
  }
  .nav-bar > li.active > a {
    color: #fff;
    background: #1b94ce url('../img/nav_arrow_down.png') calc(100% - 20px)
      center no-repeat;
  }
  .nav-bar > li > ul {
    margin-top: 10px;
    padding: 6px;
    background: #f8f8f8;
    overflow: hidden;
    text-align: left;
    border-radius: 2px;
    display: none;
  }
  .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 #acacac;
    display: inline-block;
    text-align: center;
    color: #525252;
    border-radius: 3px;
    margin: 5px 1%;
    white-space: nowrap;
  }
  .nav-bar > li > ul > li.active > a {
    background: #cf8022;
    color: #fff;
    border-color: #cf8022;
  }
  .nav-bar > li.active > ul,
  .nav-bar > li.hover > ul {
    display: block;
  }
  .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: #007dd9;
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .header-top .search-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-top {
    height: 80px;
  }
  .header-top > .content-box {
    height: 60px;
  }
  .header-top .logo img {
    height: 50px;
  }
  .nav-bar {
    height: calc(100vh - 134px);
    top: 134px;
  }
}
@media (max-width: 639px) {
  .header-top .web-title {
    display: none;
  }
  .header-top .logo {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  .header-top .nav-open {
    font-size: 0;
  }
  .header-top {
    height: 60px;
  }
  .header-top > .content-box {
    height: 40px;
  }
  .header-top .logo img {
    height: 35px;
  }
  .nav-bar {
    height: calc(100vh - 114px);
    top: 114px;
  }
  .header-top .logo {
    float: none;
  }
  .header-top .search-box {
    display: none;
  }
}

.focus-module {
  position: relative;
}
.focus-module .module-focus {
  width: 450px;
  height: 280px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.focus-module .module-focus a {
  display: block;
  width: 450px;
  height: 280px;
  position: relative;
}
.focus-module .module-focus a img {
  width: 100%;
  height: 100%;
}
.focus-module .module-focus a .title {
  line-height: 40px;
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  font-size: 1.6em;
  padding: 0 100px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.focus-module .module-focus .slick-dots {
  bottom: 0;
  right: 0;
  width: 100px;
  line-height: 40px;
}
.focus-module .module-focus .slick-dots li {
  width: 17px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
}
.focus-module .module-focus .slick-dots li.slick-active {
  background-color: #1b94ce;
}
.focus-module .module-focus .slick-dots button {
  display: none;
}
.focus-module .module-right {
  display: inline-block;
  width: calc(100% - 450px);
  padding-left: 16px;
}
.focus-module .module-right .headline {
  border-bottom: 1px dashed #999999;
  padding-bottom: 12px;
  padding-top: 10px;
  margin-bottom: 2px;
}
.focus-module .module-right .headline h3 {
  font-size: 1.8em;
  color: #cf8022;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.focus-module .module-right .headline p {
  font-size: 1.4em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .focus-module .module-focus,
  .focus-module .module-focus a {
    width: 400px;
    height: 280px;
  }
  .focus-module .module-right {
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 1023px) {
  .focus-module .module-focus,
  .focus-module .module-focus a {
    width: 280px;
    height: 180px;
  }
  .focus-module .module-right {
    width: calc(100% - 280px);
  }
  .focus-module .wenzi-module-list li:nth-last-of-type(1),
  .focus-module .wenzi-module-list li:nth-last-of-type(2),
  .focus-module .wenzi-module-list li:nth-last-of-type(3) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .focus-module .module-focus,
  .focus-module .module-focus a {
    width: 100%;
    height: 300px;
  }
  .focus-module .module-focus {
    margin-bottom: 12px;
  }
  .focus-module .module-right {
    width: 100%;
    padding-left: 0;
  }
  .focus-module .wenzi-module-list li:nth-last-of-type(1),
  .focus-module .wenzi-module-list li:nth-last-of-type(2),
  .focus-module .wenzi-module-list li:nth-last-of-type(3) {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .focus-module .module-focus,
  .focus-module .module-focus a {
    height: 200px;
  }
}
@media only screen and (max-width: 359px) {
  .focus-module .module-focus,
  .focus-module .module-focus a {
    height: 180px;
  }
}

.tupian-module-list {
  margin-left: -1%;
  margin-right: -1%;
}
.tupian-module-list .tupian-item {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin: 12px 1%;
  border-bottom: 1px solid #e5e5e5;
}
.tupian-module-list .tupian-item:hover {
  border-color: #cf8022;
}
.tupian-module-list .tupian-item:hover .title {
  color: #cf8022;
}
.tupian-module-list .tupian-item:hover .intro {
  color: #333;
}
.tupian-module-list .titlepic {
  width: 100%;
  height: 156px;
  display: block;
}
.tupian-module-list .title {
  font-size: 1.6em;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tupian-module-list .intro {
  font-size: 1.4em;
  color: #777777;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .tupian-module-list .titlepic {
    height: 150px;
  }
}
@media only screen and (max-width: 1023px) {
  .tupian-module-list .tupian-item {
    width: 48%;
  }
  .tupian-module-list .titlepic {
    height: 200px;
  }
  .tupian-module-list .intro {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .tupian-module-list .titlepic {
    height: 140px;
  }
}
@media only screen and (max-width: 479px) {
  .tupian-module-list .titlepic {
    height: 120px;
  }
}
@media only screen and (max-width: 359px) {
  .tupian-module-list .tupian-item {
    width: 98%;
  }
  .tupian-module-list .titlepic {
    height: auto;
  }
}

.tuwen-module-list {
  margin-bottom: 7px;
}
.tuwen-module-list .tuwen-item {
  position: relative;
  padding-left: 160px;
  min-height: 90px;
  display: block;
}
.tuwen-module-list .titlepic {
  position: absolute;
  width: 148px;
  height: 88px;
  top: 0;
  left: 0;
}
.tuwen-module-list .title {
  font-size: 1.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.tuwen-module-list .intro,
.tuwen-module-list .time {
  font-size: 1.4em;
  color: #60636d;
  margin-bottom: 8px;
}
.tuwen-module-list .tuwen-item:hover .title {
  color: #1b94ce;
}
.tuwen-module-list.small .tuwen-item {
  padding-left: 110px;
  min-height: 60px;
  margin-bottom: 10px;
}
.tuwen-module-list.small .titlepic {
  width: 100px;
  height: 60px;
}
.tuwen-module-list.small .title {
  font-size: 1.6em;
  margin-bottom: 2px;
}
.tuwen-module-list.small .intro {
  margin-bottom: 0;
  color: #acacac;
}
@media only screen and (max-width: 1023px) {
  .tuwen-module-list .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .tuwen-module-list.small .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .tuwen-module-list .tuwen-item {
    padding-left: 130px;
    min-height: 80px;
  }
  .tuwen-module-list .titlepic {
    width: 120px;
    height: 80px;
  }
  .tuwen-module-list .intro {
    display: none;
  }
  .tuwen-module-list .title {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media only screen and (max-width: 479px) {
  .tuwen-module-list.small .intro {
    display: none;
  }
}

.wenzi-module-list li {
  position: relative;
  line-height: 38px;
}
.wenzi-module-list li a {
  display: inline-block;
  font-size: 1.6em;
  color: #222222;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 7em);
  vertical-align: middle;
}
.wenzi-module-list li a:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #1b94ce;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.wenzi-module-list li span {
  font-size: 1.6em;
  color: #999999;
  text-align: right;
  float: right;
  width: 7em;
}
.wenzi-module-list li:hover a,
.wenzi-module-list li:hover span {
  color: #cf8022;
}
.wenzi-module-list li:hover a:before {
  background-color: #cf8022;
}

.blogroll-box .content-box {
  position: relative;
  padding: 11px 80px 11px 110px;
  background-color: #f4f4f4;
  margin: 12px auto;
  max-width: 1164px;
}
.blogroll-box .content-box .title {
  font-size: 1.8em;
  color: #1b94ce;
  position: absolute;
  left: 16px;
  line-height: 1.8em;
  top: 50%;
  margin-top: -0.95em;
}
.blogroll-box .content-box .blogroll-list {
  width: 100%;
  height: 30px;
  white-space: nowrap;
}
.blogroll-box .content-box .blogroll-list a {
  display: inline-block;
  margin: 0 14px;
  font-size: 1.6em;
  line-height: 1.8em;
  color: #717171;
  position: relative;
  vertical-align: middle;
}
.blogroll-box .content-box .blogroll-list a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  background-color: #989898;
  width: 2px;
  height: 16px;
  right: -15px;
}
.blogroll-box .content-box .blogroll-list a:last-child:after {
  display: none;
}
.blogroll-box .content-box .blogroll-list a:hover {
  color: #1b94ce;
}
.blogroll-box .content-box .toggle-btn {
  width: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.blogroll-box .content-box .toggle-btn span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  cursor: pointer;
  text-align: center;
  line-height: 16px;
  color: #fff;
  background-color: #dedede;
}
.blogroll-box .content-box .toggle-btn span:hover {
  background-color: #1b94ce;
}
@media only screen and (max-width: 1199px) {
  .blogroll-box {
    display: none;
  }
}

.web-link {
  min-height: 60px;
  padding: 0 0;
}
.web-link a {
  float: left;
  display: block;
  max-width: 460px;
  margin-left: 20px;
  line-height: 0;
  width: calc(20% - 16px);
}
.web-link a:first-child {
  margin-left: 0;
}
.web-link a:hover > img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.web-link a > img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .web-link a {
    float: left;
    display: block;
    max-width: 460px;
    margin-left: 20px;
    margin-bottom: 20px;
    line-height: 0;
    width: calc(50% - 10px);
  }
  .web-link a:first-child {
    margin-left: 0;
  }
  .web-link a:nth-child(3),
  .web-link a:nth-child(5) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .web-link a {
    float: none;
    display: block;
    margin-left: 0;
    width: 100%;
  }
}

.renwu-list-page {
  margin-left: -1%;
  margin-right: -1%;
}
@media only screen and (max-width: 1199px) {
  .renwu-list-page {
    margin-right: -1%;
  }
}
.renwu-list-page a {
  width: 31.33%;
  margin: 0 1% 20px 1%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #cad0e0;
  padding: 10px;
}
.renwu-list-page a img {
  display: block;
  width: 100%;
  height: 240px;
}
.renwu-list-page a h3 {
  font-size: 1.6em;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 10px;
  color: #60636d;
}
.renwu-list-page a:hover {
  border-color: #cf8022;
}
.renwu-list-page a:hover h3 {
  color: #cf8022;
}
@media only screen and (max-width: 1023px) {
  .renwu-list-page a img {
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .renwu-list-page a img {
    height: 180px;
  }
}
@media only screen and (max-width: 639px) {
  .renwu-list-page a {
    width: 48%;
  }
}
@media only screen and (max-width: 479px) {
  .renwu-list-page a img {
    height: 140px;
  }
}
@media only screen and (max-width: 359px) {
  .renwu-list-page a {
    width: 98%;
  }
  .renwu-list-page a img {
    height: auto;
  }
}

.riqi-list-page a {
  display: block;
  margin: 0 0 20px 0;
  border: 1px solid #cad0e0;
  background-color: #f3f3f3;
}
.riqi-list-page a:first-child {
  padding-top: 0;
}
.riqi-list-page a .news-time {
  width: 98px;
  height: 100%;
  position: relative;
  float: left;
  vertical-align: middle;
  padding: 15px;
  color: #60636d;
}
.riqi-list-page a .news-time .day {
  text-align: center;
  width: 54px;
  line-height: 40px;
  font-size: 2.2em;
  font-family: 'Arial';
  display: block;
  background-color: #c1c1c1;
  color: #fff;
  border-radius: 2px;
  margin: 0 auto;
}
.riqi-list-page a .news-time .year {
  width: 100%;
  height: 22px;
  line-height: 20px;
  margin: 5px auto;
  text-align: center;
  font-size: 1.4em;
  font-family: 'Arial';
  display: block;
  border: 1px solid transparent;
  padding: 0 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.riqi-list-page a:hover .day {
  background-color: #cf8022;
}
.riqi-list-page a:hover .year {
  border: 1px solid #fff;
  color: #fff;
}
.riqi-list-page a .info {
  float: left;
  vertical-align: middle;
  padding: 14px;
  background-color: #fff;
  width: calc(100% - 98px);
}
.riqi-list-page a .info h3 {
  color: #666666;
  font-size: 1.6em;
  line-height: 30px;
  margin-bottom: 3px;
}
.riqi-list-page a .info p {
  color: #9f9f9f;
  font-size: 1.4em;
  line-height: 1.5;
}
.riqi-list-page a .info p span {
  color: #cf8022;
}
.riqi-list-page a:hover {
  border-color: #cf8022;
  background-color: #cf8022;
}
.riqi-list-page a:hover .news-time {
  color: #fff;
}
.riqi-list-page a:hover .info h3 {
  color: #cf8022;
}
.riqi-list-page li:first-child a {
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .riqi-list-page a .info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
@media only screen and (max-width: 359px) {
  .riqi-list-page a .info p {
    display: none;
  }
  .riqi-list-page a .info h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.shipin-list-page {
  margin-left: -1%;
  margin-right: -1%;
}
@media only screen and (max-width: 1199px) {
  .shipin-list-page {
    margin-right: -1%;
  }
}
.shipin-list-page a {
  width: 31.33%;
  margin: 0 1% 20px 1%;
  display: inline-block;
  border: 1px solid #dbdfea;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.shipin-list-page a .img {
  position: relative;
}
.shipin-list-page a .img img {
  display: block;
  width: 100%;
  height: 175px;
}
.shipin-list-page a .img .ico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url('../img/play_btn.png') center 50% no-repeat;
}
.shipin-list-page a h3 {
  padding: 8px 1em 0 1em;
  font-size: 1.4em;
  color: #666666;
  font-family: '思源黑体';
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.shipin-list-page a:hover {
  border-color: #cf8022;
}
.shipin-list-page a:hover h3 {
  color: #cf8022;
}
@media only screen and (max-width: 1023px) {
  .shipin-list-page a .img img {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .shipin-list-page a .img img {
    height: 130px;
  }
}
@media only screen and (max-width: 639px) {
  .shipin-list-page a {
    width: 48%;
  }
  .shipin-list-page a .img img {
    height: 140px;
  }
}
@media only screen and (max-width: 479px) {
  .shipin-list-page a .img img {
    height: 100px;
  }
}
@media only screen and (max-width: 359px) {
  .shipin-list-page a {
    width: 98%;
  }
  .shipin-list-page a .img img {
    height: auto;
  }
}

.tupian-list-page {
  margin-left: -1%;
  margin-right: -1%;
}
.tupian-list-page .tupian-item {
  width: 31.3333%;
  display: inline-block;
  vertical-align: top;
  margin: 12px 1%;
  border-bottom: 1px solid #e5e5e5;
}
.tupian-list-page .tupian-item:hover {
  border-color: #cf8022;
}
.tupian-list-page .tupian-item:hover .title {
  color: #cf8022;
}
.tupian-list-page .tupian-item:hover .intro {
  color: #333;
}
.tupian-list-page .titlepic {
  width: 100%;
  height: 170px;
  display: block;
}
.tupian-list-page .title {
  font-size: 1.6em;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tupian-list-page .intro {
  font-size: 1.4em;
  color: #777777;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .tupian-list-page .titlepic {
    height: 150px;
  }
}
@media only screen and (max-width: 1023px) {
  .tupian-list-page .tupian-item {
    width: 31.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .tupian-list-page .intro {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .tupian-list-page .titlepic {
    height: 140px;
  }
  .tupian-list-page .tupian-item {
    width: 48%;
  }
}
@media only screen and (max-width: 479px) {
  .tupian-list-page .titlepic {
    height: 120px;
  }
}
@media only screen and (max-width: 359px) {
  .tupian-list-page .tupian-item {
    width: 98%;
  }
  .tupian-list-page .titlepic {
    height: auto;
  }
}

.tuwen-list-page a {
  padding: 12px 0;
  border-bottom: 1px dashed #dcdcdc;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.tuwen-list-page a:first-child {
  padding-top: 0;
}
.tuwen-list-page a .img {
  display: block;
  width: 240px;
  height: 140px;
  overflow: hidden;
  float: left;
}
.tuwen-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.tuwen-list-page a .txt {
  float: left;
  width: calc(100% - 240px);
  position: relative;
  padding: 10px 0 10px 20px;
}
.tuwen-list-page a .title {
  font-size: 1.8em;
  color: #444444;
  line-height: 180%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page a .time {
  font-family: 'Arial';
  font-size: 1.4em;
  color: #8b8c91;
}
.tuwen-list-page a .intro {
  font-size: 1.4em;
  color: #999999;
  line-height: 1.5;
  margin: 6px 0 15px;
}
.tuwen-list-page a .intro span {
  color: #cf8022;
}
.tuwen-list-page a:hover {
  border-color: #cf8022;
}
.tuwen-list-page a:hover .title {
  color: #cf8022;
}
@media only screen and (max-width: 1199px) {
  .tuwen-list-page a .txt {
    padding: 10px;
  }
}
@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;
  }
  .tuwen-list-page a .intro {
    display: none;
  }
  .tuwen-list-page a .title {
    line-height: 1.3;
    margin-bottom: 6px;
  }
}

.wenzi-list-page a {
  display: block;
  line-height: 50px;
}
.wenzi-list-page a .title {
  font-size: 1.6em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: calc(100% - 100px);
}
.wenzi-list-page a .title:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #1b94ce;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.wenzi-list-page a .time {
  float: right;
  width: 90px;
  height: 32px;
  font-size: 1.4em;
  text-align: center;
  font-family: 'Arial';
  color: #999999;
  margin-left: -100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wenzi-list-page a:hover .time,
.wenzi-list-page a:hover .title {
  color: #cf8022;
}
.wenzi-list-page a:hover .title:before {
  background: #cf8022;
}
@media only screen and (max-width: 479px) {
  .wenzi-list-page a .title {
    width: calc(100% - 80px);
  }
}

.xiazai-list-page a {
  display: block;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 20px;
  padding: 0 90px 10px 50px;
  position: relative;
  min-height: 57px;
  background: url(../img/file_zip.png) 0 0 no-repeat;
}
.xiazai-list-page a.doc {
  background-image: url(../img/file_doc.png);
}
.xiazai-list-page a.ppt {
  background-image: url(../img/file_ppt.png);
}
.xiazai-list-page a.xls {
  background-image: url(../img/file_xls.png);
}
.xiazai-list-page a.pdf {
  background-image: url(../img/file_pdf.png);
}
.xiazai-list-page a.txt {
  background-image: url(../img/file_txt.png);
}
.xiazai-list-page a.img {
  background-image: url(../img/file_img.png);
}
.xiazai-list-page a .btn {
  position: absolute;
  right: 0;
  top: 12px;
  width: 60px;
  height: 22px;
  border: 1px solid #f0f0f0;
  line-height: 22px;
  text-align: center;
}
.xiazai-list-page a .btn:hover {
  background-color: #cf8022;
  border-color: #cf8022;
  color: #fff;
}
.xiazai-list-page a .title {
  color: #666666;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xiazai-list-page a .info-txt {
  font-size: 1.4em;
  font-family: Arial;
  color: #777777;
  margin-top: 5px;
}
.xiazai-list-page a .info-txt > span {
  margin-right: 20px;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.xiazai-list-page a .info-txt > span.time {
  padding-left: 20px;
  background-image: url(../img/date.png);
}
.xiazai-list-page a .info-txt > span.count {
  background-image: url(../img/download.png);
}
.xiazai-list-page a .info-txt > span.author {
  background-image: url(../img/author.png);
}
.xiazai-list-page a:hover {
  border-color: #cf8022;
}
.xiazai-list-page a:hover .title {
  color: #cf8022;
}
@media (max-width: 479px) {
  .xiazai-list-page a {
    background-size: 30px 40px;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: auto;
  }
  .xiazai-list-page a .info-txt {
    display: none;
  }
  .xiazai-list-page a .btn {
    position: static;
    float: right;
    display: none;
  }
}

.notfind {
  position: relative;
  margin-bottom: 24px;
  padding: 48px;
  text-align: center;
}
.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.4em;
  color: #fff;
  background-color: #80c023;
  padding: 0 48px;
  border-radius: 3px;
  display: inline-block;
  margin: 20px auto;
}

.web-map .level-one {
  margin-bottom: 24px;
  border-bottom: 1px solid #dae3f3;
}
.web-map .level-one > a {
  font-size: 2em;
  color: #1b94ce;
  display: block;
  margin: 0 0 6px;
}
.web-map .level-one > a:before {
  content: '';
  width: 5px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 8px;
  background-color: #cf8022;
}
.web-map .level-two > li:not(.last) > a {
  display: inline-block;
  border: 1px solid #1b94ce;
  line-height: 30px;
  margin: 12px 12px 20px;
  padding: 2px 6px;
  color: #1b94ce;
  font-size: 1.6em;
  position: relative;
}
.web-map .level-two > li:not(.last) > a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid #1b94ce;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
}
.web-map .level-two > li:not(.last) > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
}
.web-map li.last {
  display: inline-block;
}
.web-map li.last a {
  display: inline-block;
  font-size: 1.6em;
  margin: 10px 18px;
  padding: 2px 6px;
  position: relative;
}
.web-map li.last a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #dcdcdc;
  right: -18px;
  top: 50%;
  margin-top: -6px;
}
.web-map li.last a:hover {
  color: #fff;
  background-color: #cf8022;
}
.web-map li.last:last-child a:after {
  display: none;
}

.banner-box {
  width: 100%;
  max-height: 320px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.banner-box .banner-content {
  width: 100%;
}
.banner-box .banner-item {
  height: 320px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.banner-box .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
}
.banner-box .slick-dots li {
  display: inline-block;
  width: 46px;
  height: 5px;
  margin: 0 5px;
  cursor: pointer;
  background-color: #fff;
  vertical-align: middle;
}
.banner-box .slick-dots li button {
  display: none;
}
.banner-box .slick-dots li.slick-active {
  background: #1b94ce;
}
.banner-box .slick-arrow {
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
}
.banner-box .slick-arrow:before {
  display: none;
}
.banner-box .slick-arrow:hover {
  background-color: #1b94ce;
}
.banner-box .slick-arrow.slick-prev {
  left: -50px;
  background-image: url(../img/arrow_left.png);
}
.banner-box .slick-arrow.slick-next {
  right: -50px;
  background-image: url(../img/arrow_right.png);
}
.banner-box:hover .slick-prev {
  opacity: 1;
  left: 20px;
}
.banner-box:hover .slick-next {
  opacity: 1;
  right: 20px;
}
@media only screen and (max-width: 1199px) {
  .banner-box,
  .banner-box .banner-item {
    height: 200px;
    background-position: center center;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-box,
  .banner-box .banner-item {
    height: 220px;
    background-position: 80% center;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-box,
  .banner-box .banner-item {
    height: 220px;
    background-position: 70% center;
  }
}
@media only screen and (max-width: 639px) {
  .banner-box,
  .banner-box .banner-item {
    height: 200px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-box,
  .banner-box .banner-item {
    height: 140px;
  }
}

.border-bottom {
  border-bottom: 1px solid #eeeeee;
}
body {
  background-color: #ffffff;
}
body[data-page-type='index'] {
  background-image: none;
}
@media only screen and (max-width: 1199px) {
  body {
    background-image: none;
  }
}
.module {
  margin-bottom: 24px;
  background-color: #fff;
  padding: 0 6px;
}
.module .module-name {
  margin-bottom: 8px;
  padding-bottom: 4px;
  position: relative;
  border-bottom: 3px double #1b94ce;
}
.module .module-name span {
  display: inline-block;
  font-size: 2em;
  padding: 4px 0;
  background-position: 0 center;
  background-repeat: no-repeat;
  position: relative;
}
.module .module-name span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 16px;
  background-color: #1b94ce;
  margin-right: 6px;
  border-radius: 3px;
}
.module .module-name a {
  float: right;
  color: #1b94ce;
  display: inline-block;
  margin-top: 16px;
}
.frame-wrap {
  margin: 0 auto;
  max-width: 1188px;
}
.frame-wrap.full {
  max-width: 100%;
}
.frame-wrap .frame-left {
  float: left;
  width: 250px;
  margin-bottom: 24px;
}
.frame-wrap .frame-right {
  float: right;
  width: calc(100% - 250px);
  min-height: 400px;
  padding-left: 24px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .frame-wrap .frame-left {
    display: none;
  }
  .frame-wrap .frame-right {
    width: 100%;
    font: none;
    padding-left: 12px;
    padding-right: 12px;
    min-height: 0;
  }
}
.hot-news {
  border: 1px solid #e0e0e0;
  padding: 10px;
}
.hot-news .title {
  font-size: 1.8em;
  color: #ff6c11;
  margin-bottom: 10px;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../img/icon_hot.png) 0 center no-repeat;
}
.hot-news a {
  display: block;
  border-bottom: 1px solid #f3f3f3;
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6b6d77;
}
.hot-news a em {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 1.2em;
  text-align: center;
  margin-right: 10px;
  background-color: #8eb9f5;
}
.hot-news a:first-child em {
  background-color: #f54545;
}
.hot-news a:nth-of-type(2) em {
  background-color: #ff8547;
}
.hot-news a:nth-of-type(3) em {
  background-color: #ffac38;
}
.hot-news a:hover {
  color: #1b94ce;
}
.sidebar {
  background: #f8f7f6;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #1b94ce;
}
.sidebar-title {
  background: #1b94ce;
  font-size: 2.2em;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 66px;
}
.sidebar-title span {
  display: inline-block;
  position: relative;
  line-height: 2;
}
.sidebar-menu {
  margin: 0 auto;
  border-top: none;
  padding: 9px;
}
.sidebar-menu:empty {
  padding: 0;
}
.sidebar-menu > li > a {
  display: block;
  line-height: 49px;
  font-size: 1.8em;
  text-align: left;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-position: right center;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../img/sidebar_un.png) 50px center no-repeat;
  padding-left: 76px;
  border-bottom: 1px solid transparent;
  margin-bottom: 2px;
}
.sidebar-menu > li:last-child > a {
  border-bottom: none;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: #1b94ce;
  background-color: #ffffff;
  background-image: url('../img/sidebar_on.png');
  border-bottom: 1px solid #1b94ce;
}
.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;
}
.sidebar-menu ul > li > a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #deefff;
  margin-bottom: 5px;
}
.sidebar-menu ul > li:hover > a,
.sidebar-menu ul > li.active > a {
  color: #fff;
  background-color: #cf8022;
}
.frame-location {
  padding: 15px 10px 14px 24px;
  position: relative;
  width: 100%;
  margin-top: -15px;
  background: url('../img/ico_path.png') 0 center no-repeat;
  font-size: 1.6em;
  color: #333;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  text-overflow: ellipsis;
}
.frame-location:after {
  content: '';
  width: 140px;
  height: 4px;
  background-color: #1b94ce;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.frame-location a {
  font-size: 1em;
}
.frame-location span:last-child a {
  color: #1b94ce;
}
.frame-location span:last-child em {
  display: none;
}
.frame-location em {
  display: inline-block;
  margin: 0 5px;
  width: 9px;
  height: 10px;
  background: url(../img/ico_split.png) 0 center no-repeat;
}
.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;
  line-height: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 9px 10px;
  color: #767676;
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 1px;
  background-color: #eeeeee;
}
.yn-pagination a:hover {
  background: #1b94ce;
  border-color: #1b94ce;
  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: #1b94ce;
  border-color: #1b94ce;
  color: #fff;
}
.yn-pagination span {
  margin: 0 5px;
}
.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) {
  .frame-wrap .frame-right {
    padding-left: 0;
    padding-right: 0;
  }
  .frame-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .frame-location span {
    display: none;
  }
  .frame-location span:first-of-type,
  .frame-location span:last-of-type {
    display: inline-block;
  }
}
@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;
  }
  .module {
    margin-bottom: 12px !important;
  }
}
@media only screen and (max-width: 479px) {
  .yn-pagination .first-page,
  .yn-pagination .last-page {
    display: none;
  }
}

.go-page:hover{
    background: #1B94CE;
    border-color: #1B94CE;
    color: #fff;
}

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