.article-head {
  width: 100%;
  margin: 14px auto 10px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e9e9e9;
}
.article-head .article-title {
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  color: #333333;
  margin-bottom: 16px;
}
.article-head .article-ftitle {
  font-size: 1.8em;
  text-align: center;
  color: #6e6e6e;
  margin: 10px auto;
  padding: 0 15px;
}
.article-head .article-info {
  font-size: 1.4em;
  color: #666;
  text-align: center;
  height: 40px;
  line-height: 44px;
  position: relative;
}
.article-head .article-info span {
  display: inline-block;
  margin: 0 15px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
  color: #666666;
}
.article-head .article-info .befrom {
  background-image: url(../img/icon_befrom.png);
}
.article-head .article-info .time {
  background-image: url(../img/icon_time.png);
}
.article-head .article-info .view {
  background-image: url(../img/icon_view.png);
  padding-left: 24px;
}
.article-head .article-info .author {
  background-image: url(../img/icon_author.png);
}
.article-content {
  padding: 12px;
  color: #333333;
}
.article-content > p {
  text-indent: 2em;
  text-align: justify;
  font-size: 1.8em;
  color: #666;
  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 #777777;
  padding-top: 15px;
  margin-bottom: 12px;
}
.article-jump > div {
  width: 49%;
  float: left;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  height: 35px;
  line-height: 35px;
}
.article-jump > div a {
  color: #333333;
}
.article-jump > div a:hover {
  color: #247fea;
}
.article-jump > div:first-child {
  margin-right: 2%;
}
.article-jump .prev {
  text-align: left;
}
.article-jump .next {
  text-align: right;
}
@media (max-width: 991px) {
  .article-jump > div {
    width: 100%;
    float: none;
  }
  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0;
  }
}
@media (max-width: 991px) {
  .article-head {
    padding-bottom: 5px;
  }
  .article-head .article-title {
    font-size: 2em;
  }
  .article-head .article-info {
    height: auto;
    line-height: 1.6;
    padding: 5px 0;
  }
  .article-jump > div {
    font-size: 1.4em;
  }
}

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

.header-top {
  background-color: #0c458f;
  position: relative;
}
.header-top > .content-box {
  height: 110px;
  position: relative;
}
.header-top::before {
  position: absolute;
  content: '';
  height: 4px;
  width: 100%;
  bottom: 0;
  background-color: #e7ba5a;
}
.header-top .logo {
  display: block;
  float: left;
}
.header-top .logo img {
  display: block;
  max-width: 100%;
  margin-top: 14px;
}
.header-top .search-box {
  position: absolute;
  right: 0;
  top: 33px;
  width: 240px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  padding-right: 40px;
}
.header-top .search-box input {
  display: block;
  width: calc(100% - 2px);
  height: 36px;
  border: none;
  line-height: 36px;
  padding-left: 9px;
  color: #a0a0a0;
  font-size: 1.4rem;
  outline: none;
  background-color: transparent;
  z-index: 11;
}
.header-top .search-box ::-webkit-input-placeholder {
  color: #a0a0a0;
}
.header-top .search-box ::-moz-placeholder {
  color: #a0a0a0;
}
.header-top .search-box :-ms-input-placeholder {
  color: #a0a0a0;
}
.header-top .search-box :-moz-placeholder {
  color: #a0a0a0;
}
.header-top .search-box a {
  display: block;
  width: 40px;
  text-align: center;
  height: 100%;
  line-height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: url(../img/search_btn.png) no-repeat center;
  outline: none;
}
.header-wrap .nav-open,
.header-nav .nav-close {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .nav-bar {
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 99;
  }
  .nav-bar > li {
    display: inline-block;
    height: 50px;
    position: relative;
  }
  .nav-bar > li > a {
    display: block;
    font-size: 1.8em;
    color: #333333;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-bar > li > a img {
    margin-right: 3px;
    vertical-align: middle;
  }
  .nav-bar > li > a::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-size: 20px;
    width: 0;
    bottom: 0;
    height: 4px;
  }
  .nav-bar > li.active > a,
  .nav-bar > li:hover > a {
    color: #fff;
    background-color: #e7ba5a;
  }
  .nav-bar > li > ul {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    overflow: hidden;
    max-height: 0;
    text-align: left;
    background-color: #ffffff;
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-bar > li > ul > li > a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 30px;
    margin: 6px 0;
    color: #333333;
    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;
  }
  .nav-bar > li > ul > li > a:hover,
  .nav-bar > li > ul > li.active > a {
    background-color: #e7ba5a;
    color: #fff;
  }
}
@media (max-width: 1199px) {
  .header-top .go-back {
    display: none;
  }
  .header-top .content-box {
    height: 100px;
  }
  .header-top .search-box {
    right: 100px;
    top: 50%;
    margin-top: -15px;
  }
  .header-top .slogan {
    display: none;
  }
  .header-top .home {
    display: none;
  }
  .header-top .welcome {
    display: none;
  }
  .header-top .logo img {
    height: 70px;
  }
  .header-top .nav-open {
    display: block;
    position: absolute;
    width: auto;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    right: 10px;
    top: 50%;
    padding-right: 40px;
    z-index: 9999;
    font-size: 1.4em;
    color: #fff;
    background: url('../img/nav_open.png') right center no-repeat;
  }
  .header-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #f1f1f1;
  }
  .header-nav.show {
    right: 0;
  }
  .header-nav .nav-close {
    padding: 0 20px 0 10px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #c8c8c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 2px #ccc;
    box-shadow: 0 2px 2px #ccc;
    font-size: 1.4rem;
  }
  .header-nav .back-home {
    font-size: 1.4rem;
    background: url(../img/nav_back.png) left center no-repeat;
    padding-left: 20px;
    color: #333;
  }
  .header-nav .nav-close .close-nav-btn {
    width: 24px;
    height: 24px;
    background: url('../img/nav_close.png') center no-repeat;
  }
  .nav-bar {
    padding: 1px 15px 15px;
    height: calc(100vh - 56px);
    overflow-y: auto;
  }
  .nav-bar > li {
    background: #fff;
    -webkit-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .nav-bar > li > a {
    font-size: 1.6rem;
    display: block;
    background: #0c458f;
    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: #0c458f;
    white-space: nowrap;
  }
  .nav-bar > li > ul > li.active > a {
    background: #e7ba5a;
    color: #fff;
    border-color: #e7ba5a;
  }
  .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;
  }
}

.focus-content {
  padding-left: 500px;
  position: relative;
  min-height: 344px;
}
.focus-module {
  position: relative;
}
.focus-container {
  width: 480px;
  left: 0;
  top: 0;
  position: absolute !important;
  padding-bottom: 30px;
}
.focus-container a {
  height: 344px;
}
.focus-container .focus-slide {
  height: 344px;
  position: relative;
}
.focus-container .focus-slide img {
  display: block;
  width: 100%;
  height: calc(100% - 62px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.focus-container h3 {
  width: 100%;
  display: block;
  line-height: 35px;
  height: 35px;
  font-size: 1.4em;
  text-indent: 10px;
  position: absolute;
  left: 0;
  bottom: 62px;
  z-index: 9;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
}
.focus-container .intro {
  color: #666;
  position: absolute;
  bottom: 0;
  font-size: 1.4em;
  line-height: 26px;
}
.focus-container .slick-dots {
  width: auto;
  position: absolute;
  right: 8px;
  bottom: 102px;
  z-index: 10;
  text-align: right;
}
.focus-container .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.focus-container .slick-dots li:hover,
.focus-container .slick-dots li.slick-active {
  background: #e7ba5a;
  border-color: #e7ba5a;
}
.focus-container .slick-dots li button {
  display: none;
}
.focus-container .focus-slide a {
  display: block;
}
.focus-container a:hover p {
  color: #247fea;
}
.focus-news-list li {
  position: relative;
}
.focus-news-list li a {
  display: block;
  height: 43px;
  line-height: 43px;
  padding-right: 95px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px dashed #dbdbdb;
}
.focus-news-list li a h3 {
  font-size: 1.6em;
  color: #666;
  padding-bottom: 5px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.focus-news-list li a span {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.4em;
  color: #999;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.focus-news-list li a:hover {
  border-bottom: 1px dashed #247fea;
}
.focus-news-list li a:hover h3,
.focus-news-list li a:hover span {
  color: #247fea;
}
@media (max-width: 1199px) {
  .focus-box .content-box {
    max-width: 952px;
  }
  .focus-content {
    padding-left: 0;
  }
  .focus-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .focus-box .content-box {
    max-width: 732px;
  }
}
@media (max-width: 767px) {
  .focus-box .content-box {
    padding: 0 10px;
  }
}

.wenzi-module li {
  margin-top: 12px;
  border-bottom: dashed 1px #e9e9e9;
}
.wenzi-module li:first-child {
  margin-top: 0;
}
.wenzi-module li .txt {
  font-size: 1.6em;
  line-height: 26px;
  display: block;
}
.wenzi-module li .txt .title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% - 80px);
}
.wenzi-module li .txt .time {
  color: #999;
  float: right;
  font-size: 14px;
}
.wenzi-module li:hover .title,
.wenzi-module li:hover .time {
  color: #247fea;
}
@media only screen and (max-width: 1199px) {
  .wenzi-module-list2 {
    margin-left: 0;
    margin-right: 0;
  }
  .wenzi-module-list2 li {
    width: 100%;
    float: none;
  }
  .wenzi-module-list2 li a {
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .wenzi-module-list {
    margin-left: 0;
    margin-right: 0;
  }
  .wenzi-module-list li {
    width: 100%;
    float: none;
    margin: 10px 0 0 0;
  }
  .wenzi-module-list li:first-child {
    margin: 0;
  }
}

.wenzi-module.zjcg-module {
  padding-left: 140px;
}
.wenzi-module.zjcg-module li {
  margin-top: 12px;
  border-bottom: dashed 1px #e9e9e9;
}
.wenzi-module.zjcg-module li:first-child {
  margin-top: 0;
}
.wenzi-module.zjcg-module li .txt {
  font-size: 1.6em;
  line-height: 26px;
  display: block;
}
.wenzi-module.zjcg-module li .txt .title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% - 80px);
}
.wenzi-module.zjcg-module li .txt .time {
  color: #999;
  float: right;
  font-size: 14px;
}
.wenzi-module.zjcg-module li:hover .title,
.wenzi-module.zjcg-module li:hover .time {
  color: #247fea;
}
@media only screen and (max-width: 1199px) {
  .wenzi-module-list2 {
    margin-left: 0;
    margin-right: 0;
  }
  .wenzi-module-list2 li {
    width: 100%;
    float: none;
  }
  .wenzi-module-list2 li a {
    height: 35px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .wenzi-module-list {
    margin-left: 0;
    margin-right: 0;
  }
  .wenzi-module-list li {
    width: 100%;
    float: none;
    margin: 10px 0 0 0;
  }
  .wenzi-module-list li:first-child {
    margin: 0;
  }
}

.tuwen-list-page {
  margin-top: 24px;
}
.tuwen-list-page a {
  margin-bottom: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 14px;
  display: block;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.tuwen-list-page a .time {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border: solid 1px #e5e5e5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.tuwen-list-page a .time .day {
  font-size: 2.2em;
  color: #333;
  line-height: 33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page a .time .year {
  font-size: 1.2em;
  color: #999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page a .img {
  margin-left: 80px;
  display: block;
  width: 240px;
  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: left;
  width: calc(100% - 240px - 80px);
  position: relative;
  padding-left: 20px;
  padding-top: 0;
}
.tuwen-list-page a .title {
  font-size: 1.8em;
  font-weight: 600;
  color: #333333;
  line-height: 140%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tuwen-list-page a .ftitle {
  font-size: 1.6em;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tuwen-list-page a .intro {
  font-size: 1.6em;
  color: #777777;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page a .intro .text-detail {
  color: #247fea;
}
.tuwen-list-page a:hover {
  border-color: #247fea;
}
.tuwen-list-page a:hover .time {
  background-color: #247fea;
}
.tuwen-list-page a:hover .time .day,
.tuwen-list-page a:hover .time .year {
  color: #fff;
}
.tuwen-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tuwen-list-page a:hover .title {
  color: #247fea;
}
.tuwen-list-page a:hover .intro,
.tuwen-list-page a:hover .time {
  color: #333333;
}
@media only screen and (max-width: 639px) {
  .tuwen-list-page a .time {
    display: none;
  }
  .tuwen-list-page a .img {
    width: 120px;
    height: 80px;
    margin-left: 0;
  }
  .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;
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight: normal;
  }
  .tuwen-list-page a .intro {
    display: none;
  }
}

.wenzi-list-page {
  padding-top: 10px;
}
.wenzi-list-page a {
  display: block;
  border-bottom: 1px dashed #cccccc;
  height: 55px;
  line-height: 54px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 20px;
  position: relative;
}
.wenzi-list-page a .title {
  font-size: 1.8em;
  color: #444444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: calc(100% - 110px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-list-page a .title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-list-page a .time {
  float: right;
  width: 100px;
  line-height: 54px;
  font-size: 1.6em;
  text-align: right;
  color: #666666;
  margin-left: -100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wenzi-list-page a:hover {
  border-color: #247fea;
}
.wenzi-list-page a:hover .time,
.wenzi-list-page a:hover .title {
  color: #247fea;
}
.wenzi-list-page a:hover .title:before {
  background-color: #247fea;
}
@media only screen and (max-width: 479px) {
  .wenzi-list-page a .title {
    width: calc(100% - 80px);
  }
}

.xiazai-list-page a {
  display: block;
  margin-bottom: 12px;
  padding: 0 60px 0 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #bfbfbf;
}
.xiazai-list-page a .btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 22px;
  line-height: 22px;
  padding-left: 10px;
  background: #f7f7f7 url(../img/down_icon.png) no-repeat 42px center;
  border-radius: 3px;
  color: #666666;
  font-size: 1.2em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.xiazai-list-page a .title {
  color: #666666;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xiazai-list-page a .title::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.xiazai-list-page a .info-txt {
  font-size: 1.4em;
  font-family: Arial;
  color: #777777;
  margin-top: 5px;
}
.xiazai-list-page a .info-txt > span {
  margin-right: 20px;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.xiazai-list-page a .info-txt > span.time {
  padding-left: 20px;
  background-image: url(../img/date.png);
}
.xiazai-list-page a .info-txt > span.count {
  background-image: url(../img/download.png);
}
.xiazai-list-page a .info-txt > span.author {
  background-image: url(../img/author.png);
}
.xiazai-list-page a:hover {
  border-bottom: 1px dashed #247fea;
}
.xiazai-list-page a:hover .title {
  color: #247fea;
}
.xiazai-list-page a:hover .title::before {
  background-color: #247fea;
}
.xiazai-list-page a:hover .btn {
  color: #fff;
  background: #247fea url(../img/down_icon_on.png) no-repeat 42px center;
}
@media only screen and (max-width: 479px) {
  .xiazai-list-page .xiazai-list-page a {
    padding: 0 40px 30px 55px;
  }
}

.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: 300px;
  overflow: hidden;
  position: relative;
}
.banner-box .banner-content {
  width: 100%;
}
.banner-box .banner-item {
  height: 300px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  outline: none;
  background-size: cover;
}
.banner-box .banner-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-box .slick-dots {
  position: absolute;
  width: auto;
  text-align: center;
  bottom: 10px;
  padding: 2px 5px;
  border-radius: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
}
.banner-box .slick-dots li button {
  display: none;
}
.banner-box .slick-dots li {
  display: inline-block;
  margin: -2px 7px 0;
  cursor: pointer;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.8;
}
.banner-box .slick-dots li.slick-active {
  background-color: #e7ba5a;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
}
.banner-box .slick-arrow {
  width: 48px;
  height: 48px;
  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;
}
.banner-box .slick-arrow:before {
  display: none;
}
.banner-box .slick-arrow.slick-prev {
  left: 65px;
  background-image: url('../img/banner_left.png');
}
.banner-box .slick-arrow.slick-next {
  right: 65px;
  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: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-box,
  .banner-box .banner-item {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-item {
    background-position-x: -100px;
  }
}
@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;
  }
}
@media only screen and (max-width: 417px) {
  .banner-box .banner-item {
    background-position-x: -150px;
  }
}

body {
  margin: 0 auto !important;
  font-family: 'Source Han Sans', 'Microsoft YaHei', Helvetica, Arial,
    'Segoe UI';
}
.module {
  margin: 0 5px;
}
.module .module-name {
  margin-bottom: 12px;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #247fea;
  position: relative;
  padding-left: 30px;
  background: url(../img/list-icon.png) no-repeat left center;
}
.module .module-name span {
  display: inline-block;
  font-size: 2em;
  position: relative;
  color: #333333;
}
.module .module-name a {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 8px;
  font-size: 1.4em;
  display: block;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  color: #7b7b7b;
}
.module .module-name a:hover {
  color: #0c458f;
}
.full-module {
  margin: 0;
}
.frame-wrap.full {
  max-width: 100%;
}
.frame-wrap .frame-left {
  float: left;
  width: 250px;
  margin-bottom: 10px;
  position: relative;
}
.frame-wrap .frame-left .sidebar-link .img {
  height: 100px;
  overflow: hidden;
}
.frame-wrap .frame-left .sidebar-link .img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.frame-wrap .frame-left .sidebar-link:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.frame-wrap .frame-right {
  background-color: #fff;
  padding: 0 12px;
  float: right;
  width: calc(100% - 260px);
  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 {
  background-color: #fff;
  margin-top: 12px;
  border: 1px solid #e5e5e5;
}
.hot-news .hot-title {
  height: 55px;
  line-height: 55px;
  font-size: 1.8em;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.hot-news .hot-list {
  margin: 10px 10px 0;
  padding-bottom: 14px;
}
.hot-news .hot-list .slick-dots {
  width: auto;
  position: absolute;
  right: 8px;
  bottom: 10px;
  z-index: 10;
  text-align: right;
}
.hot-news .hot-list .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #d2d2d2;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hot-news .hot-list .slick-dots li:hover,
.hot-news .hot-list .slick-dots li.slick-active {
  background: #e7ba5a;
  border-color: #e7ba5a;
}
.hot-news .hot-list .slick-dots li button {
  display: none;
}
.hot-news .hot-list .focus-slide a {
  display: block;
}
.hot-news .hot-list button {
  display: none !important;
}
.hot-news a {
  display: block;
  height: 240px;
  color: #666666;
  font-size: 1.6em;
  position: relative;
}
.hot-news a .img {
  width: 100%;
  height: 162px;
  overflow: hidden;
}
.hot-news a .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hot-news a > p {
  color: #777777;
  padding-top: 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 > span {
  display: block;
  color: #999;
  margin-top: 4px;
}
.hot-news a:hover p {
  color: #0c458f;
}
.sidebar-title {
  height: 80px;
  font-size: 2.4em;
  background: url(../img/sidebar_title.png) no-repeat left center;
  position: relative;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  line-height: 80px;
  letter-spacing: 1px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sidebar-title span {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.sidebar-menu {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.sidebar-menu > li {
  position: relative;
  background-color: #fff;
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-menu > li::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 24px;
  left: -20px;
  top: 10px;
  background-color: #b3b3b3;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-menu > li::after {
  content: '>';
  position: absolute;
  font-size: 1.6em;
  font-family: SimSun;
  line-height: 50px;
  color: #333;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar-menu > li > a {
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 1.8em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333333;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  text-align: center;
}
.sidebar-menu > li > ul li a {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.sidebar-menu > li:hover::before,
.sidebar-menu > li.active::before {
  background-color: #247fea;
}
.sidebar-menu > li:hover::after,
.sidebar-menu > li.active::after {
  color: #ff9c00;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: #ff9c00;
  border-bottom: 1px solid #e7ba5a;
}
.sidebar-menu > li:hover > ul,
.sidebar-menu > li.active > ul {
  max-height: 1000px;
  overflow: auto;
}
.sidebar-menu ul {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-menu ul > li > a {
  display: block;
  line-height: 40px;
  font-size: 1.6em;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333333;
}
.sidebar-menu ul > li:hover > a,
.sidebar-menu ul > li.active > a {
  color: #e7ba5a;
}
.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: #0c458f;
}
.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 {
  background-color: #fff;
  position: relative;
  white-space: nowrap;
  margin-bottom: 12px;
  line-height: 40px;
  text-overflow: ellipsis;
  border-bottom: 2px solid #247fea;
  overflow: hidden;
}
.frame-location .location-title {
  float: left;
  font-size: 2em;
  color: #247fea;
}
.frame-location .location-path {
  float: right;
  padding-left: 24px;
  color: #777777;
  font-size: 1.4em;
  background: url(../img/location_ico.png) no-repeat left center;
}
.frame-location .location-path span a {
  color: #777777;
}
.frame-location .location-path span:last-child em {
  display: none;
}
.frame-location .location-path em {
  display: inline-block;
  margin: 0 5px;
  width: 9px;
  height: 10px;
}
.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: #0c458f;
}
@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: 9px 10px;
  color: #767676;
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 1px;
  line-height: 1.4em;
}
.yn-pagination a:hover {
  background: #247fea;
  border-color: #247fea;
  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: #247fea;
  border-color: #247fea;
  color: #fff;
}
.yn-pagination span {
  margin: 0 5px;
}
.yn-pagination .total-page-num {
  cursor: default;
}
.yn-pagination .go-page {
  cursor: default;
}
.yn-pagination .go-page:hover {
  cursor: default;
  background: #1469bc;
  border-color: #1469bc;
  color: #fff;
}
.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border: 10px solid #e2f5ff;
  text-indent: 0;
}
.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.video .alt {
  padding-top: 56.25%;
  height: 0 !important;
}
.edui-pdf {
  min-height: 800px;
}
.mapBg {
  padding: 10px;
  border: 1px solid #eeeeee;
}
.BMap_omCtrl,
.anchorBL,
.BMap_stdMpCtrl {
  display: none !important;
}
#dituContent {
  width: 100%;
  height: 382px;
  border: none !important;
}
#dituContent img {
  max-width: none !important;
}
.BMapLabel {
  color: #f54336 !important;
  font-size: 1.8em !important;
  border: none !important;
  -webkit-box-shadow: 0 0 2px #fcd6c6;
  box-shadow: 0 0 2px #fcd6c6;
  padding: 2px 5px !important;
  top: -50px !important;
}
@media only screen and (max-width: 1199px) {
  .module {
    margin: 0;
  }
  .frame-wrap {
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 0;
  }
  body[data-page-type='index']::before {
    display: none;
  }
  body[data-page-type='index']::after {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .yn-pagination span {
    display: none;
  }
  .yn-pagination .page-num {
    display: none;
  }
  .yn-pagination .page-num.active {
    display: inline-block;
  }
}
@media only screen and (max-width: 479px) {
  .yn-pagination .first-page,
  .yn-pagination .last-page {
    display: none;
  }
  .module .module-name span::after {
    font-size: 18px;
    top: 8px;
  }
}

.go-page:hover{
    background: #247fea;
    border-color: #247fea;
    color: #fff;
}

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