.article-head {
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 0;
}
.article-head .article-title {
  font-size: 28px;
  text-align: center;
  color: #333333;
  margin: 10px auto;
  padding: 0 15px 0 15px;
}
.article-head .article-ftitle {
  font-size: 16px;
  text-align: center;
  color: #666666;
  margin: 10px auto;
  padding: 0 15px;
}
.article-head .article-info {
  font-size: 16px;
  color: #666666;
  text-align: center;
  padding: 7px 0;
  background-color: #f5f5f5;
}
.article-head .article-info span {
  display: inline-block;
  margin: 2px 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
}
.article-content {
  padding: 12px;
  color: #333333;
}
.article-content > p {
  text-indent: 2em;
  font-size: 18px;
  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%;
  display: block;
  margin: 0 auto;
}
.article-jump {
  border-top: 1px solid #f5f5f5;
  padding-top: 15px;
  margin-bottom: 12px;
}
.article-jump .prev {
  margin-bottom: 10px;
}
.article-jump a {
  font-size: 18px;
  padding-left: 15px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block;
}
.article-jump a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ecad52;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.article-jump a:hover {
  color: #ecad52;
}
@media (max-width: 991px) {
  .article-jump > div {
    width: 100%;
    float: none;
  }
  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .article-head .article-info {
    font-size: 14px;
  }
  .article-content p {
    font-size: 16px;
  }
  .article-jump a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 639px) {
  .article-head .article-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .article-content {
    padding: 12px 0;
  }
}

.header-wrap {
  height: 140px;
}
.header-wrap > .content-box {
  padding: 28px 0 0 0;
  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;
}
.header-wrap .logo {
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-wrap .logo::after {
  content: '';
  width: 142px;
  height: 78px;
  display: inline-block;
  background: url('../img/slogan.png') no-repeat center;
  position: absolute;
  right: -160px;
  top: 5px;
}
.header-wrap .logo img {
  display: block;
  max-width: 100%;
  width: auto;
  outline: none;
}
.header-right {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.header-right .top-link a {
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  position: relative;
}
.header-right .top-link a::after {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 28%;
}
.header-right .top-link a:last-child::after {
  display: none;
}
.search-box {
  width: 223px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #61709a;
  overflow: hidden;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search-box a {
  display: block;
  width: 50px;
  text-align: center;
  height: 100%;
  line-height: 35px;
  top: 0;
  z-index: 10;
  background: url('../img/search_icon.png') no-repeat center;
  outline: none;
}
.search-box input {
  display: block;
  width: 100%;
  height: 36px;
  border: none;
  line-height: 36px;
  padding-left: 15px;
  color: #fff;
  font-size: 1.4rem;
  outline: none;
  background-color: transparent;
  z-index: 11;
}
.search-box ::-webkit-input-placeholder {
  color: #fff;
}
.search-box ::-moz-placeholder {
  color: #fff;
}
.search-box :-ms-input-placeholder {
  color: #fff;
}
.search-box :-moz-placeholder {
  color: #fff;
}
.nav-switch-bar {
  display: none;
}
.nav-switch-bar .nav-open,
.nav-switch-bar .nav-close {
  display: none;
}
.nav-switch-bar .nshow,
.nav-switch-bar .nhide {
  display: none;
}
.header-nav .nav-close,
.header-nav .mobile-search-box {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-wrap {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
  }
  .header-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2.1rem;
    background: url('../img/header_bg.png') center top no-repeat;
    width: 100%;
    z-index: -1;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: 100% 100% !important;
    pointer-events: none;
  }
}
.nav-bar {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.nav-bar > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
}
.nav-bar > li:hover > a,
.nav-bar > li.active > a {
  color: #fff;
}
.nav-bar > li:hover > a:before,
.nav-bar > li.active > a:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.nav-bar > li > a {
  display: block;
  font-size: 2em;
  color: #fff;
  position: relative;
  line-height: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  padding: 0 20px;
  white-space: nowrap;
}
.nav-bar > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.nav-bar > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(1, 99, 172, 0.8);
  z-index: -1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nav-bar > li > ul .submenu-list {
  position: relative;
  width: 100%;
}
.nav-bar > li > ul li {
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.nav-bar > li > ul li > a {
  font-size: 1.6em;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-bar > li > ul li > ul {
  display: inline;
}
.nav-bar > li > ul li > ul li {
  display: inline-block;
  margin: 5px 12px 5px 0;
}
.nav-bar > li > ul li > ul li > a {
  border: none;
  font-size: 1.4em;
  color: #909090;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 8px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-bar > li:hover > ul {
  max-height: 300px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 3px solid #ecad52;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}
.nav-bar > li > ul > div > li > a:hover,
.nav-bar > li > ul > div > li.active > a {
  color: #ecad52;
}
@media only screen and (max-width: 1199px) {
  .logo {
    display: none;
  }
  .header-right {
    display: none;
  }
  .nav-switch-bar {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
  }
  .nav-switch-bar .nav-open,
  .nav-switch-bar .nav-close {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 22px;
    padding-right: 35px;
    z-index: 9999;
    font-size: 2.2em;
    line-height: 50px;
    color: #fff;
  }
  .nav-switch-bar .nav-open {
    background: url('../img/btn_nav_open.png') right center no-repeat;
    display: block;
  }
  .nav-switch-bar .nav-close {
    background: url('../img/btn_nav_close.png') right center no-repeat;
  }
  .nav-switch-bar .nhide {
    display: none;
  }
  .nav-switch-bar .nshow {
    display: block;
  }
  .nav-switch-bar .btn-home {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 20px;
    top: 50%;
    margin-top: -17.5px;
    background: url('../img/btn_home.png') center bottom no-repeat;
    z-index: 9999;
  }
  .header-wrap {
    padding: 0 10px;
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9998;
    background-color: #0163ac;
  }
  .header-wrap .mobile-logo {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
  }
  .header-wrap .mobile-logo img {
    height: 60px;
  }
  .header-wrap > .content-box {
    height: 80px;
  }
  .header-wrap .header-extend {
    display: none;
  }
  .header-wrap .search-box {
    right: 0;
    top: 60px;
  }
  .header-nav {
    width: 100%;
    position: fixed;
    top: 80px;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    overflow-y: scroll;
  }
  .header-nav .mobile-search-box {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    display: block;
    height: 60px;
    position: relative;
  }
  .header-nav .mobile-search-box input {
    font-size: 14px;
    color: #646464;
    height: 44px;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 66px);
    border: #fba33e 1px solid;
    border-radius: 50vw 0 0 50vw;
    background: #fff;
  }
  .header-nav .mobile-search-box a {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 22px;
    width: 66px;
    height: 44px;
    line-height: 44px;
    border: 0;
    background: url('../img/search_icon.png') center no-repeat #fba33e;
    border-radius: 0 50vw 50vw 0;
  }
  .header-nav.show {
    right: 0;
  }
  .nav-bar {
    padding: 0;
    height: calc(100vh - 170px);
    width: 100%;
    display: block;
  }
  .nav-bar > li {
    margin-bottom: 18px;
    position: relative;
    z-index: 0;
    display: block;
  }
  .nav-bar > li:first-child {
    margin-top: 18px;
  }
  .nav-bar > li > a {
    width: 95%;
    margin: 0 auto;
    font-size: 20px;
    display: block;
    background: #fff1eb;
    color: #333333;
    line-height: 70px;
    height: auto;
    border: none;
    text-align: left;
    padding-left: 24px;
    font-weight: bold;
    border-radius: 2px;
    letter-spacing: 1px;
  }
  .nav-bar > li > ul {
    display: block;
    top: 0;
    width: 95%;
    left: 2.5%;
    position: relative;
    background-color: #f5f5f5;
  }
  .nav-bar > li > ul .img {
    display: none;
  }
  .nav-bar > li > ul > .submenu-list {
    max-height: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .nav-bar > li > ul > .submenu-list > li {
    display: none;
  }
  .nav-bar > li > ul > .submenu-list > li > a {
    display: none;
  }
  .nav-bar > li:hover > ul,
  .nav-bar > li.hover > ul,
  .nav-bar > li.active > ul {
    max-height: 1000px;
    padding: 20px 0;
    z-index: 1;
  }
  .nav-bar > li:hover > a,
  .nav-bar > li.hover > a,
  .nav-bar > li.active > a {
    background: #ecad52;
    color: #fff;
    border: none;
  }
  .nav-bar > li:hover > ul > .submenu-list,
  .nav-bar > li.hover > ul > .submenu-list,
  .nav-bar > li.active > ul > .submenu-list {
    background: none;
    max-height: 400px;
    overflow: auto;
    text-align: left;
    background-color: #fff;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-bar > li:hover > ul > .submenu-list > li,
  .nav-bar > li.hover > ul > .submenu-list > li,
  .nav-bar > li.active > ul > .submenu-list > li {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
    padding-bottom: 0;
  }
  .nav-bar > li:hover > ul > .submenu-list > li:last-child > a,
  .nav-bar > li.hover > ul > .submenu-list > li:last-child > a,
  .nav-bar > li.active > ul > .submenu-list > li:last-child > a {
    border-bottom: none;
  }
  .nav-bar > li:hover > ul > .submenu-list > li > a,
  .nav-bar > li.hover > ul > .submenu-list > li > a,
  .nav-bar > li.active > ul > .submenu-list > li > a {
    display: block;
    width: 100%;
    text-indent: 60px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #333333;
    white-space: nowrap;
    background: #fff;
  }
  .nav-bar > li:hover > ul > .submenu-list > li.active > a,
  .nav-bar > li.hover > ul > .submenu-list > li.active > a,
  .nav-bar > li.active > ul > .submenu-list > li.active > a {
    color: #ecad52;
    background: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .header-wrap {
    height: 60px;
  }
  .header-wrap > .content-box {
    height: auto;
  }
  .header-wrap .mobile-logo img {
    height: 40px;
  }
  .header-nav {
    top: 60px;
  }
  .nav-switch-bar {
    height: 60px;
  }
  .nav-switch-bar .nav-open {
    top: 15px;
    right: 12px;
  }
  .nav-switch-bar .nav-close {
    top: 15px;
    right: 12px;
  }
  .nav-bar {
    height: calc(100vh - 70px);
  }
}
@media only screen and (max-width: 767px) {
  .header-top .logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .header-top .search-box {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .header-top {
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 479px) {
  .header-top .logo {
    width: 340px;
  }
  .header-top .logo img {
    margin-top: 5px;
  }
}

.footer-wrap {
  background: #016bb5 url('../img/footer_bg.png') no-repeat left center;
}
.footer-wrap > .content-box {
  height: 290px;
  padding-top: 30px;
  position: relative;
}
.footer-wrap .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #1b79bd;
  padding-bottom: 30px;
}
.footer-wrap .link-wrap .link-title {
  padding-left: 35px;
  background: url('../img/link_icon.png') no-repeat left center;
  font-size: 20px;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
}
.footer-wrap .link-wrap .link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 45px;
}
.footer-wrap .link-wrap .link-content .dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #80b4da;
}
.footer-wrap .link-wrap .link-content .dropdown .dropdown-title {
  height: 45px;
  line-height: 45px;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-indent: 2em;
  background: url('../img/dropdown.png') no-repeat 95% center;
}
.footer-wrap .link-wrap .link-content .dropdown .dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: 100%;
}
.footer-wrap .link-wrap .link-content .dropdown .dropdown-content .info-item {
  text-decoration: none;
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-indent: 2em;
}
.footer-wrap .link-wrap .link-content .dropdown .dropdown-content .info-item:hover {
  background-color: #ecad52;
}
.footer-wrap .link-wrap .link-content .dropdown:hover .dropdown-content {
  max-height: 300px;
}
.footer-wrap .footer-info {
  padding-left: 580px;
  background: url('../img/footer_logo.png') no-repeat left center;
  height: 182px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-wrap .footer-info .footer-info-item {
  padding-top: 10px;
}
.footer-wrap .footer-info .footer-info-item span,
.footer-wrap .footer-info .footer-info-item a {
  font-size: 1.6rem;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 28px;
}
.footer-wrap .footer-info .footer-info-item .address {
  background: url(../img/ico_address.png) no-repeat 4px center;
}
.footer-wrap .footer-info .footer-info-item .tel {
  background: url(../img/ico_tel.png) no-repeat 4px center;
}
.footer-wrap .footer-info .footer-info-item a {
  display: inline-block;
}
.footer-wrap .code-box .org-code img {
  display: inline-block;
}
.footer-copyright {
  line-height: 60px;
  background-color: #003882;
  text-align: center;
  position: relative;
}
.footer-copyright .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-copyright .content-box p {
  display: inline-block;
}
.footer-copyright a,
.footer-copyright span {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 10px;
}
.footer-copyright .police {
  background: url('../img/police.png') no-repeat left center;
  padding-left: 28px;
}
.footer-copyright .beian {
  background: url(../img/org.png) no-repeat left center;
  padding-left: 35px;
}
.footer-copyright span {
  margin: 0 50px 0 10px;
}
.scroll-top {
  position: fixed;
  width: 52px;
  height: 52px;
  right: 5px;
  bottom: 48px;
  z-index: 1000;
  cursor: pointer;
  background: #fda42f url('../img/gotop.png') center center no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 3px;
}
.scroll-top:hover {
  border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
  .footer-wrap > .content-box {
    display: none;
  }
  .footer-wrap .footer-copyright {
    text-align: center;
  }
  .footer-wrap .footer-copyright .content-box {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-wrap .footer-copyright span {
    margin: 0;
  }
  .footer-wrap .footer-copyright p,
  .footer-wrap .footer-copyright .company {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-wrap .footer-copyright .beian,
  .footer-wrap .footer-copyright .police {
    display: none;
  }
}

.date-module li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #e2e2e2;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.date-module li a .time {
  font-size: 20px;
  font-weight: bold;
  padding-right: 20px;
  border-right: 1px solid #c9cdd6;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #666666;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.date-module li a .title {
  width: 100%;
  color: #666666;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 10px;
}
.date-module li:hover {
  border-color: #ecad52;
}
.date-module li:hover .time {
  color: #ecad52;
}
.date-module li:hover .title {
  font-weight: bold;
  color: #ecad52;
}
@media only screen and (max-width: 1199px) {
  .date-module {
    margin-bottom: 40px;
  }
  .date-module li a {
    height: 50px;
  }
  .date-module li a .time {
    font-size: 16px;
  }
  .date-module li a .title {
    font-size: 16px;
  }
}

.focus-module {
  padding-top: 24px;
  margin-bottom: 120px;
  min-height: 452px;
  background: url('../img/focus_module_bg.png') no-repeat center top;
}
.focus-module::after {
  content: '';
  width: 100%;
  height: 700px;
  background: url('../img/index_bg.png') repeat-x left center;
  position: absolute;
  left: 0;
  bottom: -760px;
}
.focus-module .focus-content .focus-container {
  width: 49%;
  height: 452px;
  float: left;
  position: relative;
  margin-bottom: 0;
}
.focus-module .focus-content .focus-container .focus-slide {
  width: 100%;
  height: 452px;
  position: relative;
}
.focus-module .focus-content .focus-container .focus-slide .img {
  height: 100%;
}
.focus-module .focus-content .focus-container .focus-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.focus-module .focus-content .focus-container .focus-slide a {
  display: block;
  height: 100%;
}
.focus-module .focus-content .focus-container .focus-slide .txt {
  background: url('../img/focus_bottom.png') repeat-x left 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 97px;
  padding-left: 20px;
  padding-right: 120px;
  color: #fff;
}
.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;
  font-size: 18px;
}
.focus-module .focus-content .focus-container .focus-slide span.date {
  padding-left: 30px;
  background: url('../img/focus_time.png') no-repeat left center;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
}
.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%;
  background-color: rgba(255, 255, 255, 0.5);
}
.focus-module .focus-content .focus-container .slick-dots li.slick-active {
  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 .slick-next:before,
.focus-module .slick-prev:before {
  display: none;
}
.focus-module .riqi-list {
  float: right;
  width: 51%;
  padding-left: 20px;
  position: relative;
}
.focus-module .riqi-list .riqi-item {
  margin-top: 14px;
}
.focus-module .riqi-list .riqi-item:first-child {
  margin-top: 0;
}
.focus-module .riqi-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dotted #b5b5b5;
  padding: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.focus-module .riqi-list a .date {
  min-width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  color: #4b4b4b;
  background-color: #f1f1f1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.focus-module .riqi-list a .title {
  padding-left: 30px;
  font-size: 18px;
  color: #4b4b4b;
  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;
}
.focus-module .riqi-list a:hover {
  border-color: #ecad52;
}
.focus-module .riqi-list a:hover .date {
  background-color: #ecad52;
  color: #fff;
}
.focus-module .riqi-list a:hover .title {
  color: #ecad52;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .focus-module {
    background: none;
    margin-bottom: 10px;
  }
  .focus-module::after {
    display: none;
  }
  .focus-module .focus-content .focus-container {
    width: 100%;
    float: none;
    margin-bottom: 24px;
  }
  .focus-module .riqi-list {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .focus-module .riqi-list a .date {
    font-size: 14px;
  }
  .focus-module .riqi-list a .title {
    font-size: 16px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .focus-module .focus-content .focus-container {
    height: 380px;
  }
  .focus-module .focus-content .focus-container .focus-slide {
    height: 380px;
  }
}
@media only screen and (max-width: 639px) {
  .focus-module .focus-content .focus-container {
    height: 280px;
  }
  .focus-module .focus-content .focus-container .focus-slide {
    height: 280px;
  }
}

.img-module {
  background: url('../img/fg_bottom.png') no-repeat center bottom;
  padding-bottom: 50px;
}
.img-module .img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img-module .img-content .first {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.img-module .img-content .first a {
  display: block;
  height: 408px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.img-module .img-content .first a .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-module .img-content .first a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-module .img-content .first a .title {
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  background: url('../img/img_title_bg.png') repeat-x left bottom;
  height: 40px;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.img-module .img-content .first a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.img-module .img-content .first a:hover .title {
  bottom: 0;
}
.img-module .img-content .second {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.img-module .img-content .second .wrap {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
.img-module .img-content .second .wrap:nth-child(1),
.img-module .img-content .second .wrap:nth-child(2) {
  margin-bottom: 22px;
}
.img-module .img-content .second a {
  display: block;
  position: relative;
  overflow: hidden;
}
.img-module .img-content .second a .img {
  width: 100%;
  height: 192px;
  overflow: hidden;
}
.img-module .img-content .second a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-module .img-content .second a .title {
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  background: url('../img/img_title_bg.png') repeat-x left bottom;
  height: 40px;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
  text-align: center;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-module .img-content .second a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.img-module .img-content .second a:hover .title {
  bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .img-module .img-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img-module .img-content .first {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .img-module .img-content .second {
    margin-left: -1%;
    margin-right: -1%;
  }
}
@media only screen and (max-width: 767px) {
  .img-module .img-content .first a {
    height: 336px;
  }
}
@media only screen and (max-width: 639px) {
  .img-module .img-content .first a {
    height: 260px;
  }
  .img-module .img-content .second a .img {
    height: 120px;
  }
}

.notice-module {
  background-color: #fff;
  padding: 30px;
}
.notice-list li {
  border-bottom: 1px dotted #b5b5b5;
  padding-left: 30px;
  background: url('../img/notice_icon.png') no-repeat left center;
}
.notice-list li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  line-height: 60px;
}
.notice-list li .txt .time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  color: #666;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notice-list li .txt .title {
  width: 100%;
  color: #444;
  font-size: 18px;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notice-list li:hover {
  border-color: #ecad52;
}
.notice-list li:hover .time {
  color: #ecad52;
}
.notice-list li:hover .title {
  color: #ecad52;
}
@media only screen and (max-width: 1199px) {
  .notice-module {
    margin-top: 30px;
    padding: 0;
  }
  .notice-list li .txt .time {
    font-size: 14px;
  }
  .notice-list li .txt .title {
    font-size: 16px;
  }
}

.sub-config-module {
  margin-top: 100px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  position: relative;
}
.sub-config-module::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #e5e5e5;
}
.sub-config-module .sub-config-list {
  margin-left: -10px;
  margin-right: -10px;
}
.sub-config-module .sub-config-list li {
  width: 23%;
  margin: 0 10px;
}
.sub-config-module .sub-config-list li a {
  display: block;
}
.sub-config-module .sub-config-list li a .img {
  width: 100%;
  height: 204px;
  overflow: hidden;
}
.sub-config-module .sub-config-list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-config-module .sub-config-list li a .title {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 49px;
  line-height: 49px;
  background-color: #eaf6ff;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-config-module .sub-config-list li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.sub-config-module .sub-config-list li a:hover .title {
  background-color: #ecad52;
  color: #fff;
}
.sub-config-module .sub-config-list .slick-next,
.sub-config-module .sub-config-list .slick-prev {
  width: 40px;
  height: 40px;
  background-color: #0163ac;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: auto;
  bottom: -80px;
  z-index: 1;
}
.sub-config-module .sub-config-list .slick-next:hover,
.sub-config-module .sub-config-list .slick-prev:hover {
  background-color: #ecad52;
}
.sub-config-module .sub-config-list .slick-next {
  background-image: url('../img/zt_right.png');
  right: calc(50% - 50px);
}
.sub-config-module .sub-config-list .slick-next::before {
  display: none;
}
.sub-config-module .sub-config-list .slick-prev {
  background-image: url('../img/zt_left.png');
  left: calc(50% - 50px);
}
.sub-config-module .sub-config-list .slick-prev::before {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .sub-config-module {
    margin-top: 40px;
  }
  .sub-config-module .sub-config-list li a .title {
    font-size: 16px;
  }
}

.toutiao-module {
  background-color: #fff;
  padding: 30px;
}
.cloumn-img a {
  display: block;
  border-bottom: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.cloumn-img a .txt {
  font-size: 18px;
  line-height: 26px;
  margin-left: 20px;
}
.cloumn-img a .txt .title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  margin-bottom: 10px;
}
.cloumn-img a .txt .intro {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}
.cloumn-img a .txt .time {
  color: #333333;
  font-size: 16px;
}
.cloumn-img a .img {
  width: 220px;
  height: 139px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cloumn-img a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cloumn-img a:hover .title {
  color: #ecad52;
}
.cloumn-img a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.wenzi-module li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 55px;
}
.wenzi-module li .txt .title {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 15px;
  position: relative;
}
.wenzi-module li .txt .title:after {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #ecad52;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wenzi-module li .txt .time {
  color: #666;
  font-size: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.wenzi-module li:hover .title {
  color: #ecad52;
}
@media only screen and (max-width: 1199px) {
  .toutiao-module {
    padding: 0;
    margin-top: 30px;
  }
  .wenzi-module li .txt .title {
    font-size: 16px;
  }
  .wenzi-module li .txt .time {
    font-size: 14px;
  }
}

.sub-module {
  margin-top: 100px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  position: relative;
}
.sub-module::before {
  content: '';
  width: 100%;
  height: 435px;
  position: absolute;
  bottom: -475px;
  left: 0;
  background-color: #f7faff;
}
.sub-module::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #e5e5e5;
}
.sub-module .sub-list {
  margin-left: -10px;
  margin-right: -10px;
}
.sub-module .sub-list li {
  width: 23%;
  margin: 0 10px;
}
.sub-module .sub-list li a {
  display: block;
}
.sub-module .sub-list li a .img {
  width: 100%;
  height: 204px;
  overflow: hidden;
}
.sub-module .sub-list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-module .sub-list li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.sub-module .sub-list .slick-next,
.sub-module .sub-list .slick-prev {
  width: 40px;
  height: 40px;
  background-color: #0163ac;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: auto;
  bottom: -80px;
  z-index: 1;
}
.sub-module .sub-list .slick-next:hover,
.sub-module .sub-list .slick-prev:hover {
  background-color: #ecad52;
}
.sub-module .sub-list .slick-next {
  background-image: url('../img/zt_right.png');
  right: calc(50% - 50px);
}
.sub-module .sub-list .slick-next::before {
  display: none;
}
.sub-module .sub-list .slick-prev {
  background-image: url('../img/zt_left.png');
  left: calc(50% - 50px);
}
.sub-module .sub-list .slick-prev::before {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .sub-module {
    margin-top: 30px;
  }
  .sub-module::before {
    display: none;
  }
}

.tuwen-img {
  margin-top: 20px;
}
.tuwen-img:first-child {
  margin-top: 0;
}
.tuwen-img a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tuwen-img a .txt {
  font-size: 18px;
  line-height: 26px;
  margin-left: 20px;
}
.tuwen-img a .txt .title {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  margin-bottom: 5px;
}
.tuwen-img a .txt .intro {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.tuwen-img a .txt .time {
  color: #333333;
  font-size: 16px;
}
.tuwen-img a .img {
  width: 220px;
  height: 139px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tuwen-img a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tuwen-img a:hover .title {
  color: #ecad52;
}
.tuwen-img a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.wenzi-module li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  line-height: 55px;
}
.wenzi-module li .txt .title {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 15px;
  position: relative;
}
.wenzi-module li .txt .title:after {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #ecad52;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wenzi-module li .txt .time {
  color: #666;
  font-size: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.wenzi-module li:hover .title {
  color: #ecad52;
}
@media only screen and (max-width: 1199px) {
  .tuwen-img a .txt .title {
    font-size: 16px;
  }
  .tuwen-img a .txt .time {
    font-size: 14px;
  }
}

.web-map {
  margin-top: 20px;
  margin-bottom: 80px;
}
.web-map .level-one {
  margin-top: 40px;
}
.web-map .level-one .web-title {
  border-bottom: 1px solid #9f0505;
}
.web-map .level-one .web-title > a {
  font-size: 24px;
  color: #ffff;
  display: inline-block;
  background-color: #9f0505;
  height: 50px;
  line-height: 50px;
  padding-left: 35px;
  padding-right: 35px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.web-map .level-two {
  margin-left: -1%;
  margin-right: -1%;
}
.web-map .level-two li {
  display: inline-block;
  width: 23%;
  float: left;
  margin-top: 24px;
  margin-left: 1%;
  margin-right: 1%;
}
.web-map .level-two li a {
  display: block;
  background-color: #f2f2f2;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  overflow: hidden;
  text-indent: 2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-position: 90% center;
  background-repeat: no-repeat;
}
.web-map .level-two li a:hover {
  color: #fff;
  background-color: #0163ac;
  background-image: url('../img/org_icon.png');
}

.tupian-list-page {
  margin-left: -1%;
  margin-right: -1%;
  margin-top: -1%;
}
.tupian-list-page a {
  width: 31.33%;
  margin: 10px 1% 10px 1%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.tupian-list-page a .img {
  overflow: hidden;
  height: 240px;
}
.tupian-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tupian-list-page a:hover .title {
  color: #ecad52;
}
.tupian-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tupian-list-page a .img {
  position: relative;
}
.tupian-list-page a .title {
  display: block;
  font-size: 18px;
  color: #222222;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 42px;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1366px) {
  .tupian-list-page a .img {
    height: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .tupian-list-page a .img {
    height: 180px;
  }
  .tupian-list-page a .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .tupian-list-page a .img {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .tupian-list-page a .img {
    height: 130px;
  }
}
@media only screen and (max-width: 639px) {
  .tupian-list-page a {
    width: 48%;
  }
  .tupian-list-page a .img {
    height: 140px;
  }
}
@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: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 12px;
}
.tuwen-list-page a .img {
  display: block;
  width: 260px;
  height: 167px;
  overflow: hidden;
  float: left;
}
.tuwen-list-page a .img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
}
.tuwen-list-page a .txt {
  float: left;
  width: calc(100% - 260px);
  position: relative;
  padding-left: 20px;
}
.tuwen-list-page a .title {
  font-size: 20px;
  color: #333333;
  line-height: 140%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 12px;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.tuwen-list-page a .intro {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.tuwen-list-page a .time {
  font-size: 16px;
  color: #333333;
}
.tuwen-list-page a:hover {
  border-color: #f07200;
}
.tuwen-list-page a:hover .title {
  color: #f07200;
}
.tuwen-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 1199px) {
  .tuwen-list-page a .txt .title {
    font-size: 16px;
  }
  .tuwen-list-page a .txt .intro {
    font-size: 14px;
  }
  .tuwen-list-page a .txt .time {
    font-size: 14px;
  }
}
@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;
  }
}

.wenzi-list-page a {
  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;
  padding: 0 20px;
  line-height: 80px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
}
.wenzi-list-page a .title {
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-list-page a .time {
  width: 60px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  background-color: #f1f1f1;
  font-size: 16px;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-list-page a:hover {
  border-color: #f07200;
}
.wenzi-list-page a:hover .title {
  color: #f07200;
}
.wenzi-list-page a:hover .time {
  background-color: #f07200;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .wenzi-list-page a {
    padding: 0 15px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  .wenzi-list-page a .title {
    font-size: 16px;
  }
  .wenzi-list-page a .time {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

.banner-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.banner-box .banner-content {
  width: 100%;
}
.banner-box .banner-item {
  width: 100%;
  opacity: 0.5;
}
.banner-box .banner-item a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.banner-box .banner-item a .img {
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0s ease;
  transition: -webkit-transform 0s ease;
  transition: transform 0s ease;
  transition: transform 0s ease, -webkit-transform 0s ease;
}
.banner-box .banner-item a .animate-banner {
  padding-bottom: 100vh;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease;
  background-size: 100% 100%;
  background-position: center;
}
.banner-box .banner-item.swiper-slide-active a .img .animate-banner {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-position: center top;
}
.banner-box .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.banner-box .swiper-pagination span {
  display: inline-block;
  width: 12px;
  height: 12px;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #3e0202;
  margin: 0 10px;
}
.banner-box .swiper-pagination span.active,
.banner-box .swiper-pagination span:hover {
  width: 36px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 1;
}
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
  width: 46px;
  height: 84px;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-box .swiper-button-next:hover,
.banner-box .swiper-button-prev:hover {
  background-color: #ecad52;
}
.banner-box .swiper-button-next {
  background-image: url('../img/right.png');
  right: 100px;
}
.banner-box .swiper-button-prev {
  background-image: url('../img/left.png');
  left: 100px;
}
@media only screen and (max-width: 1366px) {
  .banner-box {
    height: 680px;
  }
  .banner-box .banner-item {
    height: 680px;
  }
  .banner-box .banner-item a .animate-banner {
    background-position: center bottom;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-box {
    height: 500px;
  }
  .banner-box .banner-item {
    height: 500px;
  }
  .banner-box .banner-item a .img {
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
  }
  .banner-box .banner-item a .animate-banner {
    background-position: center bottom;
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    padding-bottom: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-box {
    height: 300px;
    margin-bottom: 20px;
  }
  .banner-box .swiper-button-next,
  .banner-box .swiper-button-prev {
    display: none;
  }
  .banner-box .banner-item {
    height: 300px;
  }
  .banner-box .banner-item a .animate-banner {
    padding-bottom: 300px;
  }
}

.frame-banner-box {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
.frame-banner-box .banner-content {
  width: 100%;
}
.frame-banner-box .banner-item {
  height: 500px;
  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: #0163ac;
}
.frame-banner-box .slick-arrow {
  width: 27px;
  height: 54px;
  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;
}
.frame-banner-box .slick-arrow:before {
  display: none;
}
.frame-banner-box .slick-arrow.slick-prev {
  left: 30px;
  background-image: url('../img/banner_left.png');
}
.frame-banner-box .slick-arrow.slick-next {
  right: 30px;
  background-image: url('../img/banner_right.png');
}
.frame-banner-box .slick-arrow.slick-prev:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: url('../img/banner_left_on.png');
}
.frame-banner-box .slick-arrow.slick-next:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: url('../img/banner_right_on.png');
}
.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: 300px;
  }
  .frame-banner-box .slick-arrow {
    display: none !important;
  }
}

@import url(./animate.css);
.module .module-name {
  margin-bottom: 50px;
}
.module .module-name span {
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
.module .module-name span::after {
  content: '';
  width: 50%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#0163ac), to(#b2ddfe));
  background: linear-gradient(to right, #0163ac, #b2ddfe);
  position: absolute;
  left: 0;
  bottom: -10px;
}
.module .module-name a {
  float: right;
  display: inline-block;
  font-size: 14px;
  color: #0163ac;
  height: 56px;
  line-height: 56px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 25px;
  position: relative;
  background: url('../img/view_more.png') no-repeat right center;
}
.module .module-name a:hover {
  color: #ecad52;
  background: url('../img/view_more_on.png') no-repeat right center;
}
.frame-wrap {
  margin: 24px auto 0 auto;
  width: 100%;
  padding-bottom: 20px;
}
.frame-wrap.full {
  max-width: 100%;
}
.frame-wrap .frame-left {
  float: left;
  width: 318px;
}
.frame-wrap .frame-right {
  float: right;
  width: calc(100% - 340px);
  min-height: 400px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .frame-wrap .frame-left {
    display: none;
  }
  .frame-wrap .frame-right {
    width: 100%;
    float: none;
    min-height: 0;
  }
  .frame-wrap .frame-location .now {
    font-size: 16px;
  }
  .frame-wrap .frame-location .now .ico {
    background-size: 20px;
    min-height: 20px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .frame-wrap .frame-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar-title {
  height: 86px;
  background: #004097 url('../img/sidebar_icon.png') no-repeat 30px center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-top: 0;
  text-align: center;
  text-indent: 3em;
}
.sidebar-title span {
  display: inline-block;
  position: relative;
  line-height: 86px;
  letter-spacing: 2px;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.sidebar-menu {
  margin: 0 auto;
}
.sidebar-menu > li > a {
  display: block;
  line-height: 60px;
  font-size: 20px;
  text-indent: 80px;
  padding: 0 0 0 0;
  color: #333333;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-position: 50px center;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-image: url('../img/level1.png');
  position: relative;
  margin-bottom: 2px;
  background-color: #f5f5f5;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  background-image: url('../img/level1_on.png');
  background-color: #ecad52;
  color: #fff;
}
.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 {
  margin-left: auto;
  margin-right: auto;
}
.sidebar-menu ul > li > a {
  display: block;
  text-align: left;
  padding-left: 80px;
  line-height: 50px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-position: 54px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: url('../img/level2.png');
  background-color: #ffffff;
}
.sidebar-menu ul > li:hover > a,
.sidebar-menu ul > li.active > a {
  color: #f17b11;
  background-image: url('../img/level2_on.png');
}
.hot-news {
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  display: none;
}
.hot-news .hot-title {
  font-size: 1.8em;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.hot-news a {
  display: block;
  height: 227px;
  position: relative;
}
.hot-news a .img {
  height: 170px;
  overflow: hidden;
}
.hot-news a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hot-news a p {
  color: #333333;
  font-size: 1.6em;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  margin-top: 10px;
}
.hot-news a span {
  display: inline-block;
  font-size: 1.4em;
  color: #6b6d77;
  display: none;
}
.hot-news a:hover p {
  color: #ecad52;
}
.hot-news .slick-dots {
  text-align: right;
  bottom: -25px;
}
.hot-news .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #d2d2d2;
}
.hot-news .slick-dots li button {
  display: none;
}
.hot-news .slick-dots li button::before {
  display: none;
}
.hot-news .slick-dots li.slick-active {
  background-color: #ecad52;
}
.sidebar-link {
  margin-top: 10px;
}
.sidebar-link a {
  display: block;
}
.sidebar-link img {
  display: block;
  width: 100%;
  max-width: 250px;
}
.frame-location {
  width: 100%;
  position: relative;
  text-align: right;
}
.frame-location .now {
  padding: 18px 0;
  font-size: 18px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frame-location .ico {
  background: url('../img/location.png') no-repeat left center;
  padding-left: 30px;
  min-height: 25px;
  display: inline-block;
}
.frame-location a {
  color: #666666;
}
.frame-location span:last-child a {
  color: #f07200;
}
.frame-location span:last-child em {
  display: none;
}
.frame-location em {
  display: inline-block;
  margin: 0 10px;
  width: 9px;
  height: 10px;
  background: url(../img/ico_split.png) 0 center no-repeat;
}
.frame-content {
  padding: 0 10px 10px 10px;
}
.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: 9px 15px;
  color: #333333;
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 1px;
}
.yn-pagination a:hover {
  background: #ecad52;
  border-color: #ecad52;
  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: #ecad52;
  border-color: #ecad52;
  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: #ecad52;
  border-color: #ecad52;
  color: #fff;
}
.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border: 10px solid #e2f5ff;
  text-indent: 0;
}
.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.video .alt {
  padding-top: 56.25%;
  height: 0 !important;
}
.edui-pdf {
  min-height: 800px;
}
.mapBg {
  padding: 10px;
  border: 1px solid #eeeeee;
}
.BMap_omCtrl,
.anchorBL,
.BMap_stdMpCtrl {
  display: none !important;
}
#dituContent {
  width: 100%;
  height: 382px;
  border: none !important;
}
#dituContent img {
  max-width: none !important;
}
.BMapLabel {
  color: #f54336 !important;
  font-size: 1.8em !important;
  border: none !important;
  -webkit-box-shadow: 0 0 2px #fcd6c6;
  box-shadow: 0 0 2px #fcd6c6;
  padding: 2px 5px !important;
  top: -50px !important;
}
@media only screen and (max-width: 1199px) {
  .module .module-name {
    margin-bottom: 20px;
  }
  .module .module-name span {
    font-size: 22px;
  }
  .module .module-name a {
    background: none;
    padding-right: 0;
    font-size: 16px;
    height: auto;
    line-height: 2;
  }
}
@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) {
  .frame-content {
    padding: 10px 0;
  }
  .yn-pagination .first-page,
  .yn-pagination .last-page {
    display: none;
  }
}

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