.article-content.article-img-content-wrap {
  width: 867px;
  margin: 0 auto;
  min-height: 600px;
}
.article-content.article-img-content-wrap .article-img-content {
  text-align: center;
  position: relative;
}
.article-content.article-img-content-wrap .article-img-content .img {
  width: 100%;
  height: 567px;
  margin: 0 auto;
}
.article-content.article-img-content-wrap .article-img-content img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}
.article-content.article-img-content-wrap .article-img-content .text {
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.article-content.article-img-content-wrap .article-img-content .text span {
  font-size: 2em;
  color: #fff;
}
.article-content.article-img-content-wrap .article-img-content .slick-next,
.article-content.article-img-content-wrap .article-img-content .slick-prev {
  top: 93%;
  width: 15px;
  height: 21px;
}
.article-content.article-img-content-wrap .article-img-content .slick-next {
  right: 10px;
  background: url(../img/next1.png);
}
.article-content.article-img-content-wrap .article-img-content .slick-prev {
  left: 10px;
  z-index: 1;
  background: url(../img/prev1.png);
}
.article-content.article-img-content-wrap
  .article-img-content
  .slick-next:before,
.article-content.article-img-content-wrap
  .article-img-content
  .slick-prev:before {
  display: none;
}
.article-content.article-img-content-wrap .article-img-content .custom_paging {
  position: absolute;
  left: 50px;
  bottom: 8px;
  z-index: 1;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li {
  display: none;
  color: #fff;
  font: 400 1em/1.8 'SimSun', '宋体', 'PingFang SC', 'Microsoft YaHei',
    \5fae\8f6f\96c5\9ed1, Helvetica, Arial, sans-serif;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li.slick-active {
  display: inline-block;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li
  .active-index {
  font-size: 38px;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li
  .separator {
  font-size: 24px;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li
  .slide-count {
  margin-left: 2px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .article-content.article-img-content-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    min-height: auto;
    height: auto;
  }
  .article-content.article-img-content-wrap .article-img-content .img {
    height: 450px;
  }
  .article-content.article-img-content-wrap .article-img-content .text {
    height: 50px;
    line-height: 50px;
  }
  .article-content.article-img-content-wrap .article-img-content .text span {
    font-size: 1.6em;
  }
  .article-content.article-img-content-wrap .article-img-content .slick-prev,
  .article-content.article-img-content-wrap .article-img-content .slick-next {
    top: auto;
    bottom: 3px;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging {
    bottom: 2px;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging
    li
    .active-index {
    font-size: 24px;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging
    li
    .separator {
    font-size: 18px;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging
    li
    .slide-count {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article-content.article-img-content-wrap .article-img-content .img {
    height: 400px;
  }
  .article-content.article-img-content-wrap .article-img-content .text span {
    display: block;
    padding-left: 90px;
    padding-right: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging {
    left: 40px;
  }
}
@media (max-width: 639px) {
  .article-content.article-img-content-wrap .article-img-content .img {
    height: 320px;
  }
}
@media (max-width: 479px) {
  .article-content.article-img-content-wrap .article-img-content .img {
    height: 240px;
  }
}

.article-head {
  width: 100%;
  padding: 20px 10px 5px;
  margin: 24px auto 10px;
  background-color: #f1f6ff;
}
.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: #6e6e6e;
  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: #666666;
}
.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: #0b5eb2;
}
.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 .footer-content {
  background-color: #0b5eb2;
}
.footer-wrap .footer-info {
  height: 160px;
  position: relative;
  padding-top: 35px;
}
.footer-wrap .footer-info .footer-info-item {
  display: inline-block;
  float: left;
  padding-left: 30px;
}
.footer-wrap .footer-info .footer-info-item span,
.footer-wrap .footer-info .footer-info-item a {
  font-size: 16px;
  display: block;
  color: #fff;
  margin-bottom: 18px;
  line-height: 20px;
}
.footer-wrap .footer-info .footer-info-item2 {
  padding-left: 105px;
  position: relative;
}
.footer-wrap .footer-info .footer-info-item2 span,
.footer-wrap .footer-info .footer-info-item2 a {
  padding-left: 0;
}
.footer-wrap .footer-info .footer-info-item2 .beian {
  margin-left: 20px;
}
.footer-wrap .footer-info .footer-info-item2 .org-box {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  height: 68px;
}
.footer-wrap .code-box {
  position: absolute;
  right: 0;
  top: 30px;
  width: 253px;
  text-align: center;
  padding-bottom: 35px;
  background: url(../img/footer_logo.png) no-repeat right bottom;
}
.footer-wrap .code-box .no-org {
  width: 94px;
  height: 94px;
  background: url(../img/org.png) no-repeat center;
}
.footer-copyright {
  height: 60px;
  line-height: 60px;
  background-color: #023771;
}
.footer-copyright a,
.footer-copyright span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin: 0 10px;
}
.footer-copyright .police {
  padding-left: 20px;
  background: url(../img/beian.png) no-repeat left center;
}
.footer-copyright .copyright-info {
  padding-left: 20px;
}
.footer-copyright .company {
  float: right;
}
.scroll-top {
  position: fixed;
  width: 58px;
  height: 58px;
  right: 5px;
  bottom: 48px;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
  background: #f49209 url('../img/gotop.png') center center no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1480px) {
  .footer-wrap .footer-info .footer-info-item2 {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1366px) {
  .footer-wrap{
    height: 220px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-wrap{
    height: auto
  }
  .footer-wrap .footer-content {
    display: none;
  }
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .copyright-info {
    padding-left: 0;
    margin: 0;
  }
  .footer-copyright .beian,
  .footer-copyright .no-org,
  .footer-copyright .police,
  .footer-copyright .company {
    display: none;
  }
}

.header-top {
  background-color: #0b5eb2;
}
.header-top > .content-box {
  height: 120px;
  position: relative;
}
.header-top .logo {
  display: block;
  float: left;
}
.header-top .logo img {
  display: block;
  max-width: 100%;
  margin-top: 20px;
}
.header-top .header-link {
  display: inline-block;
  width: 440px;
  float: left;
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
}
.header-top .header-link::before {
  content: '';
  width: 1px;
  height: 80px;
  background-color: #558fc9;
  position: absolute;
  left: 20px;
  top: 0;
}
.header-top .header-link a {
  display: inline-block;
  width: 185px;
  margin-left: 20px;
  margin-bottom: 10px;
  cursor: default;
  vertical-align: middle;
}
.header-top .header-link a span {
  display: block;
  font-size: 1.4em;
  color: #eaf5ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-top .header-link a:hover span {
  color: #f49209;
}
.header-top .search-box {
  position: absolute;
  right: 0;
  width: 280px;
  height: 46px;
  background-color: #246eba;
  top: 29%;
  overflow: hidden;
  padding-right: 50px;
}
.header-top .search-box input {
  display: block;
  width: 100%;
  height: 47px;
  border: none;
  line-height: 47px;
  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: 47px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: #004098 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) {
  .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: 60px;
    position: relative;
  }
  .nav-bar > li > a {
    display: block;
    font-size: 2em;
    color: #333333;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-top: 10px;
    border-radius: 5px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-bar > li.active > a,
  .nav-bar > li:hover > a {
    color: #f49209;
  }
  .nav-bar > li > ul {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    overflow: hidden;
    max-height: 0;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
  }
  .nav-bar > li > ul > li > a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 40px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-overflow: ellipsis;
    position: relative;
  }
  .nav-bar > li:hover > ul {
    max-height: 400px;
    padding: 6px 0;
    border-top: 3px solid #f49209;
  }
  .nav-bar > li > ul > li > a:hover,
  .nav-bar > li > ul > li.active > a {
    color: #f49209;
  }
}
@media (max-width: 1480px) {
  .header-top .header-link {
    display: none;
  }
  .nav-bar > li > a {
    font-size: 1.8em;
  }
}
@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: #0b5eb2;
    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: #0b5eb2;
    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: #0b5eb2;
    white-space: nowrap;
  }
  .nav-bar > li > ul > li.active > a {
    background: #f49209;
    color: #fff;
    border-color: #f49209;
  }
  .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;
  }
}
.date-module-list {
  background-color: #fff;
  padding: 25px 20px;
  height: 500px;
}
.date-module-list li {
  margin-top: 25px;
}
.date-module-list li:first-child {
  margin-top: 0;
}
.date-module-list li a {
  display: block;
  position: relative;
  height: 55px;
  padding-left: 120px;
}
.date-module-list li a .date-box {
  width: 100px;
  height: 55px;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.date-module-list li a .date-box span {
  display: block;
  text-align: center;
  font-size: 1.6em;
  color: #666666;
}
.date-module-list li a .date-box .day {
  font-size: 2.4em;
  padding-top: 5px;
}
.date-module-list li a h3 {
  font-size: 1.8em;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.date-module-list li a:hover .date-box {
  background-color: #f49209;
}
.date-module-list li a:hover span {
  color: #fff;
}
.date-module-list li a:hover h3 {
  color: #f49209;
}
@media only screen and (max-width: 1199px) {
  .date-module-list {
    padding: 20px 0;
  }
}

.module.fast-link-module {
  height: 200px;
}
.module.fast-link-module .content-box {
  position: relative;
}
.module.fast-link-module .fast-link-list {
  margin-top: 20px;
  position: relative;
}
.module.fast-link-module .fast-link-list .slick-next,
.module.fast-link-module .fast-link-list .slick-prev {
  width: 24px;
  height: 46px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module.fast-link-module .fast-link-list .slick-next::before,
.module.fast-link-module .fast-link-list .slick-prev::before {
  display: none;
}
.module.fast-link-module .fast-link-list .slick-prev {
  left: 10px;
  background: rgba(0, 0, 0, 0.6) url(../img/nav_left.png) no-repeat center;
}
.module.fast-link-module .fast-link-list .slick-prev:hover {
  background: #f49209 url(../img/nav_left.png) no-repeat center;
}
.module.fast-link-module .fast-link-list .slick-next {
  right: 10px;
  background: rgba(0, 0, 0, 0.6) url(../img/nav_right.png) no-repeat center;
}
.module.fast-link-module .fast-link-list .slick-next:hover {
  background: #f49209 url(../img/nav_right.png) no-repeat center;
}
.module.fast-link-module .fast-link-list a {
  display: inline-block;
  margin: 0 10px;
}
.module.fast-link-module .fast-link-list a .img {
  height: 122px;
  overflow: hidden;
}
.module.fast-link-module .fast-link-list a .img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module.fast-link-module .fast-link-list a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 1480px) {
  .module.fast-link-module {
    height: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .module.fast-link-module {
    height: 170px;
  }
}

.float-module {
  position: fixed;
  right: 10px;
  top: 200px;
}
.float-module .float-bar {
  width: 140px;
  border: 1px solid #00a0e9;
  -webkit-box-shadow: 0 0 2px 1px #e3f1f7;
  box-shadow: 0 0 2px 1px #e3f1f7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  padding-top: 45px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  position: relative;
}
.float-module .float-bar::before {
  content: '';
  width: 112px;
  height: 60px;
  background: url(../img/float_top.png) no-repeat center;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -56px;
}
.float-module .float-bar::after {
  content: '';
  width: 72px;
  height: 72px;
  background: url(../img/float_logo.png) no-repeat center;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -36px;
}
.float-module .float-bar .item {
  margin-bottom: 5px;
}
.float-module .float-bar .item span {
  display: block;
  text-align: center;
}
.float-module .float-bar .item .txt {
  font-size: 1.4em;
  color: #666666;
  margin-bottom: 5px;
}
.float-module .float-bar .item .num {
  font-size: 1.8em;
  color: #0b5eb2;
  padding-bottom: 10px;
  background: url(../img/line.png) no-repeat left bottom;
}
.float-module .float-bar .item .img {
  text-align: center;
  margin-bottom: 15px;
}
.float-module .float-bar .zxbm a {
  padding-bottom: 10px;
  display: block;
  text-align: center;
}
.float-module .float-bar .zxbm a img {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .float-module {
    display: none;
  }
}

.focus-module {
  padding: 24px 0 60px;
}
.focus-module .focus-content .focus-container {
  width: 49%;
  height: 392px;
  float: left;
  position: relative;
  margin-bottom: 0;
}
.focus-module .focus-content .focus-container .focus-slide {
  width: 100%;
  height: 392px;
  position: relative;
}
.focus-module .focus-content .focus-container .focus-slide img {
  width: 100%;
  height: 100%;
}
.focus-module .focus-content .focus-container .focus-slide span.title {
  display: block;
  width: 100%;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 120px 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.6em;
  position: absolute;
  bottom: 0;
}
.focus-module .focus-content .focus-container .slick-dots {
  bottom: 10px;
  right: 5px;
  width: 100px;
  line-height: 30px;
}
.focus-module .focus-content .focus-container .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  line-height: 16px;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
}
.focus-module .focus-content .focus-container .slick-dots li button {
  display: none;
}
.focus-module .focus-content .focus-container .slick-dots li.slick-active {
  background: #f49209;
  color: #fff;
}
.focus-module .focus-right {
  float: right;
  width: 49%;
}
.focus-module .focus-bottom .focus-wenzi-list2 {
  margin-top: 20px;
}
.focus-module .focus-bottom .focus-wenzi-list2 li {
  width: 23.5%;
  margin-left: 2%;
}
.focus-module .focus-bottom .focus-wenzi-list2 li:first-child {
  margin-left: 0;
}
.focus-wenzi-list li {
  position: relative;
  width: 48%;
  float: left;
}
.focus-wenzi-list li a {
  display: block;
  padding: 30px;
  position: relative;
  height: 180px;
  -webkit-box-shadow: 0 0 3px 1px #ededed;
  box-shadow: 0 0 3px 1px #ededed;
  background-color: #fff;
}
.focus-wenzi-list li a::after {
  content: '';
  width: 100%;
  height: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a722),
    color-stop(#00a566),
    color-stop(#00a4ad),
    to(#00a3e7)
  );
  background: linear-gradient(to right, #00a722, #00a566, #00a4ad, #00a3e7);
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
}
.focus-wenzi-list li a span {
  font-size: 1.6em;
  color: #0b5eb2;
  padding-left: 23px;
  position: absolute;
  bottom: 30px;
  background: url(../img/clock.png) no-repeat left center;
}
.focus-wenzi-list li a h3 {
  font-size: 1.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
  line-height: 1.8;
}
.focus-wenzi-list li a:hover h3 {
  color: #f49209;
}
.focus-wenzi-list li a:hover::after {
  background: #f49209;
}
.focus-wenzi-list1 li:nth-child(1),
.focus-wenzi-list1 li:nth-child(2) {
  margin-bottom: 25px;
}
.focus-wenzi-list1 li:nth-child(2),
.focus-wenzi-list1 li:nth-child(4) {
  margin-left: 4%;
}
@media only screen and (max-width: 1366px) {
  .focus-module .focus-content .focus-container,
  .focus-module .focus-content .focus-container .focus-slide{
    height: 360px;
  }
}
@media only screen and (max-width: 1199px) {
  .focus-module .focus-content .focus-container {
    height: 310px;
  }
  .focus-module .focus-content .focus-container .focus-slide {
    height: 310px;
  }
  .focus-module .focus-content .focus-container .slick-dots {
    bottom: 10px;
  }
  .focus-wenzi-list li a {
    padding: 20px;
    height: 143px;
  }
  .focus-wenzi-list li a span {
    bottom: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  .focus-wenzi-list li a {
    height: 167px;
  }
}
@media only screen and (max-width: 1023px) {
  .focus-module .focus-content .focus-container {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
  .focus-module .focus-content .focus-container .focus-slide {
    width: 100%;
    height: auto;
  }
  .focus-module .focus-content .focus-container .focus-slide img {
    height: auto;
  }
  .focus-module .focus-wenzi-list li {
    width: 100%;
    float: none;
  }
  .focus-module .focus-right {
    width: 100%;
    padding: 0;
  }
  .focus-wenzi-list1 li:nth-child(2),
  .focus-wenzi-list1 li:nth-child(4) {
    margin-left: 0;
  }
  .focus-module .focus-bottom .focus-wenzi-list2 li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.img-module-list {
  display: inline-block;
  float: left;
}
.img-module-list a {
  display: block;
  position: relative;
  overflow: hidden;
}
.img-module-list a .img {
  height: 100%;
}
.img-module-list a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.img-module-list a h3 {
  position: absolute;
  left: 0;
  bottom: -42px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 1.8em;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(/static/img/img_text_bg.png) repeat-x left center;
}
.img-module-list a:hover .img img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.img-module-list a:hover h3 {
  bottom: -1px;
}
.img-module-list1 {
  width: 49%;
  float: left;
}
.img-module-list1 a {
  height: 408px;
}
.img-module-list2 {
  width: 49%;
  float: right;
}
.img-module-list2 a {
  width: 48%;
  height: 192px;
  float: left;
}
.img-module-list2 a:nth-child(1),
.img-module-list2 a:nth-child(2) {
  margin-bottom: 24px;
}
.img-module-list2 a:nth-child(2),
.img-module-list2 a:nth-child(4) {
  float: right;
}
@media (max-width: 1366px) {
  .img-module-list2 a:nth-child(1),
  .img-module-list2 a:nth-child(2) {
    margin-bottom: 22px;
  }
  .img-module-list1 a{
    height: 360px
  }
  .img-module-list2 a{
    height: 169px
  }
}
@media (max-width: 1199px) {
  .img-module-list1 a{
    height: 360px
  }
  .img-module-list2 a{
    height: 152px
  }
  .img-module-list2 a:nth-child(1),
  .img-module-list2 a:nth-child(2) {
    margin-bottom: 17px;
  }
}
@media (max-width: 991px) {
  .img-module-list1 a{
    height: 250px
  }
  .img-module-list2 a{
    height: 119px
  }
  .img-module-list2 a:nth-child(1),
  .img-module-list2 a:nth-child(2) {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .img-module-list1 a{
    height: 200px
  }
  .img-module-list2 a{
    height: 95px
  }
  .img-module-list2 a:nth-child(1),
  .img-module-list2 a:nth-child(2) {
    margin-bottom: 11px;
  }
}
@media (max-width: 639px) {
  .img-module-list1 a{
    height: 280px
  }
  .img-module-list2 a{
    height: 130px
  }
  .img-module-list1,
  .img-module-list2 {
    width: 100%;
    float: none;
  }
  .img-module-list1 {
    margin-bottom: 20px;
  }
}

.other-link-module {
  padding: 35px 0 60px;
}
.other-link-module .link-title {
  text-align: center;
  margin-bottom: 20px;
}
.other-link-module .link-title span {
  display: inline-block;
  font-size: 3em;
  color: #333333;
  font-weight: bold;
}
.other-link-list {
  margin-top: 30px;
  position: relative;
}
.other-link-list .slick-next,
.other-link-list .slick-prev {
  width: 24px;
  height: 46px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.other-link-list .slick-next::before,
.other-link-list .slick-prev::before {
  display: none;
}
.other-link-list .slick-prev {
  left: 10px;
  background: rgba(0, 0, 0, 0.6) url(../img/nav_left.png) no-repeat center;
}
.other-link-list .slick-prev:hover {
  background: #f49209 url(../img/nav_left.png) no-repeat center;
}
.other-link-list .slick-next {
  right: 10px;
  background: rgba(0, 0, 0, 0.6) url(../img/nav_right.png) no-repeat center;
}
.other-link-list .slick-next:hover {
  background: #f49209 url(../img/nav_right.png) no-repeat center;
}
.other-link-list a {
  display: inline-block;
  margin: 2px 15px;
  text-align: center;
  height: 130px;
  -webkit-box-shadow: 0 0 3px 1px #ededed;
  box-shadow: 0 0 3px 1px #ededed;
  background-color: #fff;
  padding-top: 30px;
  position: relative;
}
.other-link-list a::after {
  content: '';
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a722),
    color-stop(#00a566),
    color-stop(#00a4ad),
    to(#00a3e7)
  );
  background: linear-gradient(to right, #00a722, #00a566, #00a4ad, #00a3e7);
  position: absolute;
  left: 0;
  bottom: 0;
}
.other-link-list a img {
  display: inline-block;
}
.other-link-list a span {
  display: block;
  font-size: 1.6em;
  padding-top: 10px;
  color: #0b5eb2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.other-link-list a:hover::after {
  background: #f49209;
}
.other-link-list a:hover span {
  color: #f49209;
}
@media only screen and (max-width: 1199px) {
  .other-link-list {
    padding-left: 30px;
    padding-right: 33px;
  }
  .other-link-list a {
    margin: 0 10px;
  }
}

.notice-module-list {
  background-color: #fff;
  padding: 25px 20px;
  height: 500px;
}
.notice-module-list li {
  position: relative;
  margin-top: 30px;
}
.notice-module-list li:first-child {
  margin-top: 0;
}
.notice-module-list li a {
  display: block;
  height: 50px;
  padding-left: 40px;
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/notice.png) no-repeat left top;
}
.notice-module-list li a span {
  font-size: 1.6em;
  color: #333333;
  display: block;
  padding-top: 10px;
}
.notice-module-list li a h3 {
  font-size: 1.8em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
}
.notice-module-list li a:hover {
  border-color: #f49209;
}
.notice-module-list li a:hover .date-wrap {
  border-color: #f49209;
}
.notice-module-list li a:hover h3,
.notice-module-list li a:hover span {
  color: #f49209;
}
.module.sub-module{
  margin: 80px 0 40px 0 !important;
}
.tuwen-module-list a {
  width: 270px;
  height: 190px;
  -webkit-box-shadow: 0 0 3px 1px #eee;
  box-shadow: 0 0 3px 1px #eee;
  padding: 10px;
  margin: 2px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}
.tuwen-module-list a .img {
  height: 128px;
  overflow: hidden;
}
.tuwen-module-list a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-module-list a h3 {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.8em;
  color: #000;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-module-list a:hover {
  border-color: #f49209;
}
.tuwen-module-list a:hover h3 {
  color: #f49209;
}
.tuwen-module-list a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tuwen-module-list .slick-dots li {
  width: 60px;
  height: 6px;
}
.tuwen-module-list .slick-dots li button {
  width: 60px;
  height: 6px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 0;
}
.tuwen-module-list .slick-dots li button::before {
  display: none;
}
.tuwen-module-list .slick-dots li.slick-active {
  background-color: #f49209;
  border-radius: 3px;
}
.tuwen-module-list .slick-dots li.slick-active button {
  border-color: #f49209;
  border: none;
}
@media (max-width: 1366px) {
  .tuwen-module-list a{
    height: 175px;
  }
  .tuwen-module-list a .img {
    height: 120px;
  }
}
@media (max-width: 1199px) {
  .tuwen-module-list .slick-dots {
    display: none !important;
  }
  .module.sub-module{
    margin:  0 0 30px !important;
  }
}
@media (max-width: 991px) {
  .tuwen-module-list a{
    height: 215px;
  }
  .tuwen-module-list a .img {
    height: 160px;
  }
}
@media (max-width: 639px) {
  .tuwen-module-list a{
    height: 190px;
  }
  .tuwen-module-list a .img {
    height: 135px;
  }
}

.module.video-module {
  margin-bottom: 80px;
}
.video-module .video-list-wrap {
  position: relative;
  height: 398px;
}
.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: 398px;
  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;
  display: none;
}
.video-module .video-list-wrap .btn-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-module .video-list-wrap .btn-ico:after{
  content: '';
  width: 56px;
  height: 56px;
  background: url('../img/play.png') center 50% no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -28px;
  margin-top: -28px;
  z-index: 3;
}
.video-module .video-list-wrap:hover .video-mask {
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  .video-module {
    margin-bottom: 20px;
  }
  .video-module .video-list-wrap {
    height: 400px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .video-module .video-list-wrap .play-box {
    height: 400px;
  }
  .video-module .video-list-wrap .play-box .video-mask {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .video-module .video-list-wrap {
    height: 360px;
  }
  .video-module .video-list-wrap .play-box {
    height: 360px;
  }
}
@media only screen and (max-width: 639px) {
  .video-module .video-list-wrap {
    height: 300px;
  }
  .video-module .video-list-wrap .play-box {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .video-module .video-list-wrap {
    height: 220px;
  }
  .video-module .video-list-wrap .play-box {
    height: 220px;
  }
}

.wenzi-module-list {
  -webkit-box-shadow: 0 0 4px 1px #eee;
  box-shadow: 0 0 4px 1px #eee;
  padding: 20px;
}
.wenzi-module-list li {
  position: relative;
  margin-top: 33px;
}
.wenzi-module-list li:first-child {
  margin-top: 0;
}
.wenzi-module-list li a {
  display: block;
  height: 65px;
  padding-left: 90px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-module-list li a .date-wrap {
  position: absolute;
  width: 72px;
  height: 50px;
  border-right: 1px solid #dddddd;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-module-list li a .date-wrap span {
  font-size: 1.4em;
  color: #666666;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.wenzi-module-list li a .date-wrap .day {
  font-size: 2.4em;
}
.wenzi-module-list li a h3 {
  font-size: 1.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
}
.wenzi-module-list li a:hover {
  border-color: #f49209;
}
.wenzi-module-list li a:hover .date-wrap {
  border-color: #f49209;
}
.wenzi-module-list li a:hover h3,
.wenzi-module-list li a:hover span {
  color: #f49209;
}

.blogroll-box {
  height: 60px;
  line-height: 60px;
  background-color: #1c78d6;
}
.blogroll-box .content-box {
  padding-left: 140px;
  position: relative;
}
.blogroll-box .content-box .title {
  font-size: 2em;
  padding-left: 30px;
  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;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.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 span {
  color: #f49209;
}
.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: 2px;
  border: 1px solid #3468cc;
  background-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-repeat: no-repeat;
}
.blogroll-box .content-box .link-content .slick-next {
  right: 0;
  background-image: url(../img/link_right.png);
  background-color: #1b3b88;
}
.blogroll-box .content-box .link-content .slick-next:hover {
  background-color: #fe9c1d;
  border-color: #fe9c1d;
}
.blogroll-box .content-box .link-content .slick-prev {
  left: auto;
  right: 28px;
  background-image: url(../img/link_left.png);
  background-color: #1b3b88;
}
.blogroll-box .content-box .link-content .slick-prev:hover {
  background-color: #fe9c1d;
  border-color: #fe9c1d;
}
@media only screen and (max-width: 1199px) {
  .link-module {
    display: none;
  }
}

.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: 580px;
  overflow: hidden;
  position: relative;
}
.banner-box .banner-content {
  width: 100%;
}
.banner-box .banner-item {
  height: 580px;
  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: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(102, 102, 102, 0.8);
}
.banner-box .slick-dots li.slick-active {
  background-color: #fe9c1d;
  opacity: 1;
  height: 6px;
  border-radius: 6px;
  width: 60px;
}
.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 0.5s ease;
  transition: all 0.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: 260px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.frame-banner-box .banner-content {
  width: 100%;
}
.frame-banner-box .banner-item {
  height: 260px;
  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: #f49209;
}
.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;
  }
}

.person-list-page {
  margin-top: 24px;
  margin: 0 -1.5%;
}
.person-list-page a {
  position: relative;
  display: block;
  height: 370px;
  border: 2px solid #f2f2f2;
  padding: 25px;
  width: 22%;
  float: left;
  margin: 1.5%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}
.person-list-page a .img {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 250px;
  overflow: hidden;
  display: block;
}
.person-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.person-list-page a .title-box {
  padding-top: 30px;
}
.person-list-page a .title-box span {
  display: block;
  text-align: center;
}
.person-list-page a .title-box .title {
  font-size: 1.8em;
  color: #666666;
}
.person-list-page a .title-box .ftitle {
  font-size: 1.8em;
  color: #666666;
}
.person-list-page a:hover {
  border-bottom: 2px solid #f49209;
}
.person-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.person-list-page a:hover .title-box .title,
.person-list-page a:hover .title-box .ftitle {
  color: #f49209;
}
@media only screen and (max-width: 1366px) {
  .person-list-page a {
    padding: 10px;
    height: 340px;
  }
  .person-list-page a .title-box {
    padding-top: 15px;
  }
  .person-list-page a .title-box .title,
  .person-list-page a .title-box .ftitle {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 1199px) {
  .person-list-page {
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .person-list-page a {
    height: 290px;
  }
  .person-list-page a .img {
    height: 200px;
  }
  .person-list-page a .title-box .title,
  .person-list-page a .title-box .ftitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 767px) {
  .person-list-page a {
    height: 240px;
  }
  .person-list-page a .img {
    height: 155px;
  }
}
@media only screen and (max-width: 639px) {
  .person-list-page a {
    margin-bottom: 10px;
    width: 47%;
    height: 325px;
  }
  .person-list-page a .img {
    height: 240px;
  }
}
@media only screen and (max-width: 479px) {
  .person-list-page a {
    height: 270px;
  }
  .person-list-page a .img {
    height: 185px;
  }
}

.riqi-list-page {
  margin-top: 24px;
}
.riqi-list-page li a {
  display: block;
  background: #fff;
  height: 60px;
  padding-left: 120px;
  margin-top: 35px;
  position: relative;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.riqi-list-page li a .time-box {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 70px;
}
.riqi-list-page li a .time-box::after {
  content: '';
  width: 1px;
  height: 50px;
  background-color: #dddddd;
  position: absolute;
  right: -23px;
  top: -2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.riqi-list-page li a .time-box .day {
  font-size: 2em;
  color: #666666;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 3px;
}
.riqi-list-page li a .time-box .month {
  text-align: center;
  display: block;
  font-size: 1.4em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #666666;
}
.riqi-list-page li a h3 {
  font-size: 1.8em;
  color: #333;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.riqi-list-page li a p {
  font-size: 1.4em;
  color: #777777;
  line-height: 1.6;
}
.riqi-list-page li a:hover {
  border-color: #f49209;
}
.riqi-list-page li a:hover h3 {
  color: #f49209;
}
.riqi-list-page li a:hover .time-box .day,
.riqi-list-page li a:hover .time-box .month {
  color: #f49209;
}
.riqi-list-page li a:hover .time-box::after {
  background-color: #f49209;
}
.riqi-list-page li:first-child > a {
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .riqi-list-page li a {
    height: auto;
    padding: 0 10px 10px 100px;
    margin-top: 12px;
  }
  .riqi-list-page li a .time-box::after {
    right: -13px;
  }
  .riqi-list-page li a h3 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 767px) {
  .riqi-list-page li a {
    height: 60px;
    padding: 0 10px 10px 80px;
  }
  .riqi-list-page li a .time-box {
    width: 70px;
  }
  .riqi-list-page li a .time-box::after {
    right: 0;
  }
}
@media only screen and (max-width: 639px) {
  .riqi-list-page li a p {
    display: none;
  }
}

.tupian-list-page {
  margin-left: -2%;
  margin-right: -2%;
}
.tupian-list-page a {
  width: 29%;
  margin: 0 2% 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 1px 1px 1px #f4f4f4;
  box-shadow: 0 1px 1px 1px #f4f4f4;
  border-bottom: 2px solid transparent;
}
.tupian-list-page a .img {
  position: relative;
  height: 192px;
  overflow: hidden;
}
.tupian-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tupian-list-page a .title {
  display: block;
  height: 45px;
  width: 100%;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
  font-size: 1.6em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tupian-list-page a:hover {
  border-color: #f49209;
}
.tupian-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tupian-list-page a:hover .title {
  color: #f49209;
  border-color: #f49209;
}
@media only screen and (max-width: 1366px) {
  .tupian-list-page a .img {
    height: 141px;
  }
}
@media only screen and (max-width: 1199px) {
  .tupian-list-page {
    margin-left: 0;
    margin-right: 0;
  }
  .tupian-list-page a {
    width: 31.33333%;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1023px) {
  .tupian-list-page a .img {
    height: 120px;
  }
  .tupian-list-page a .title {
    height: auto;
    line-height: 1;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tupian-list-page a .img {
    height: 100px;
  }
}
@media only screen and (max-width: 639px) {
  .tupian-list-page a {
    width: 48%;
    margin: 0 1% 20px;
  }
  .tupian-list-page a .img {
    height: 110px;
  }
}
@media only screen and (max-width: 479px) {
  .tupian-list-page a {
    width: 98%;
  }
  .tupian-list-page a .img {
    height: auto;
  }
}

.tuwen-list-page a {
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 20px;
  display: block;
  border-bottom: 1px solid #dddddd;
}
.tuwen-list-page a .img {
  display: block;
  width: 256px;
  height: 144px;
  overflow: hidden;
  float: left;
}
.tuwen-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page a .txt {
  float: right;
  width: calc(100% - 275px);
  position: relative;
  padding-top: 0;
  height: 145px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page a .title {
  font-size: 2em;
  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: 20px;
}
.tuwen-list-page a .intro {
  font-size: 1.6em;
  color: #777777;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.tuwen-list-page a .intro .text-detail {
  color: #0b5eb2;
}
.tuwen-list-page a .time {
  font-size: 1.4em;
  color: #a7a7a7;
  display: block;
}
.tuwen-list-page a:hover {
  border-color: #f49209;
}
.tuwen-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tuwen-list-page a:hover .title {
  color: #f49209;
}
.tuwen-list-page a:hover .txt {
  border-color: #0b5eb2;
}
@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;
    height: auto;
  }
  .tuwen-list-page a .title {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.6em;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: normal;
  }
  .tuwen-list-page a .intro {
    display: none;
  }
}

.video-list-page {
  margin-left: -2%;
  margin-right: -2%;
}
.video-list-page a {
  width: 29%;
  margin: 0 1% 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 1px 1px 1px #f4f4f4;
  box-shadow: 0 1px 1px 1px #f4f4f4;
  border-bottom: 2px solid transparent;
}
.video-list-page a .img {
  position: relative;
  height: 192px;
  overflow: hidden;
}
.video-list-page a .img::after {
  content: '';
  width: 46px;
  height: 46px;
  background: url('/static/img/play_btn.png') no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -24px;
}
.video-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-list-page a .title {
  display: block;
  height: 45px;
  width: 100%;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
  font-size: 1.6em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-list-page a:hover {
  border-color: #f49209;
}
.video-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.video-list-page a:hover .title {
  color: #f49209;
  border-color: #f49209;
}
@media only screen and (max-width: 1366px) {
  .video-list-page a .img {
    height: 141px;
  }
}
@media only screen and (max-width: 1199px) {
  .video-list-page {
    margin-left: 0;
    margin-right: 0;
  }
  .video-list-page a {
    width: 31.33333%;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1023px) {
  .video-list-page a .img {
    height: 120px;
  }
  .video-list-page a .title {
    height: auto;
    line-height: 1;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .video-list-page a .img {
    height: 100px;
  }
}
@media only screen and (max-width: 639px) {
  .video-list-page a {
    width: 48%;
    margin: 0 1% 20px;
  }
  .video-list-page a .img {
    height: 110px;
  }
}
@media only screen and (max-width: 479px) {
  .video-list-page a {
    width: 98%;
  }
  .video-list-page a .img {
    height: auto;
  }
}

.wenzi-list-page a {
  display: block;
  height: 45px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-list-page a:first-child {
  margin-top: 5px;
}
.wenzi-list-page a .title {
  font-size: 1.8em;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% - 110px);
  padding-left: 1px;
}
.wenzi-list-page a .title:before {
  content: '';
  width: 6px;
  height: 6px;
  background: url(../img/list.png) no-repeat center;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.wenzi-list-page a .time {
  float: right;
  font-size: 1.6em;
  line-height: 45px;
  text-align: center;
  color: #999999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 22px;
  background: url(../img/time.png) no-repeat left 14px;
}
.wenzi-list-page a:hover {
  border-color: #0b5eb2;
}
.wenzi-list-page a:hover .title {
  color: #f49209;
}
.wenzi-list-page a:hover .title::before {
  background: url(../img/list_on.png) no-repeat center;
}
@media only screen and (max-width: 1199px) {
  .wenzi-list-page a .title {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 639px) {
  .wenzi-list-page a {
    margin-top: 5px;
  }
}

.xiazai-list-page a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 50px;
  height: 50px;
  margin-top: 12px;
  padding-right: 45px;
  border-bottom: 1px solid #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;
  background: url('/static/img/download.png') no-repeat 80% center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.xiazai-list-page a .title {
  color: #333;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.xiazai-list-page a:hover {
  border-color: #f49209;
}
.xiazai-list-page a:hover .title {
  color: #f49209;
}
.xiazai-list-page a:hover .btn {
  background: url('/static/img/download_on.png') no-repeat 80% center;
}
body{
  margin:0 auto
}
body[data-page-type='index'] {
  background: url(../img/index_bg.png) no-repeat center 2270px;
}
@media (max-width: 1480px) {
  body[data-page-type='index'] {
    background: url(../img/index_bg.png) no-repeat left 2210px;
  }
}
@media (max-width: 1366px) {
  body[data-page-type='index'] {
    background: url(../img/index_bg.png) no-repeat left 2150px;
  }
}
.module {
  margin: 0 5px;
}
.module .module-name {
  margin-bottom: 30px;
  height: 47px;
  position: relative;
}
.module .module-name span {
  display: inline-block;
  font-size: 3em;
  font-weight: 600;
  position: relative;
  color: #333333;
}
.module .module-name a {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 15px;
  font-size: 1.6em;
  padding-left: 36px;
  background: url(../img/more.png) no-repeat left 4px;
  display: block;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  color: #999999;
}
.module .module-name a:hover {
  color: #f49209;
  background: url(../img/more_on.png) no-repeat left 4px;
}
.module .center-module-name {
  text-align: center;
}
.full-module {
  margin: 0;
}
.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 {
  display:none
}
.hot-news .hot-title {
  font-size: 1.8em;
  background-color: #0b5eb2;
  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: #0b5eb2;
}
.sidebar-title {
  height: 104px;
  font-size: 3em;
  position: relative;
  color: #fff;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 100px;
  text-align: center;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  background-color: #004098;
}
.sidebar-title::after {
  content: '';
  width: 100%;
  height: 4px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a722),
    color-stop(#00a566),
    color-stop(#00a4ad),
    to(#00a3e7)
  );
  background: linear-gradient(to right, #00a722, #00a566, #00a4ad, #00a3e7);
  position: absolute;
  left: 0;
  bottom: 0;
}
.sidebar-title span {
  display: inline-block;
}
.sidebar-menu {
  background-color: #f8fafd;
  position: relative;
  margin-bottom: 24px;
  padding: 20px;
}
.sidebar-menu > li {
  position: relative;
  overflow: hidden;
  background-color: #f7f7f7;
  margin-bottom: 5px;
}
.sidebar-menu > li > a {
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 2em;
  background: #e4edfa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333333;
  text-indent: 60px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.sidebar-menu > li > a::after {
  content: '';
  width: 20px;
  height: 9px;
  background: url(../img/level1.png) no-repeat center;
  position: absolute;
  right: 12%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 20px;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: #fff;
  background: url(../img/sidebar_on.png) no-repeat center;
}
.sidebar-menu > li:hover > a::after,
.sidebar-menu > li.active > a::after {
  background: url(../img/level1_on.png) no-repeat 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.8em;
  white-space: nowrap;
  text-indent: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #414141;
  background: url(../img/level2.png) no-repeat 50px center;
}
.sidebar-menu ul > li:hover > a,
.sidebar-menu ul > li.active > a {
  color: #1b69b7;
  background: url(../img/level2_on.png) no-repeat 50px 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: #0b5eb2;
}
.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 0.3s ease;
  transition: all 0.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 0.3s ease;
  transition: all 0.3s ease;
}
.frame-location {
  position: relative;
  white-space: nowrap;
  line-height: 45px;
  margin-top: 5px;
  text-overflow: ellipsis;
  border-bottom: 2px solid #dedede;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.frame-location .now span {
  font-size: 2em;
  color: #333333;
  display: none;
}
.frame-location .now span:last-child {
  display: inline-block;
  padding-left: 25px;
  background: url(../img/location.png) no-repeat left center;
}
.frame-location .location-path {
  color: #666666;
  font-size: 1.4em;
}
.frame-location .location-path span a {
  color: #707070;
}
.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: #0b5eb2;
}
@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: #f49209;
  border-color: #f49209;
  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: #f49209;
  border-color: #f49209;
  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: 1480px) {
  .module .module-name {
    margin-bottom: 20px;
  }
  .module .module-name span {
    font-size: 2.6em;
  }
}
@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;
  }
  .frame-location .location-path {
    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 */
