.article-head {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 24px
}

.article-head .article-title {
  font-size: 2.6em;
  text-align: center;
  color: #333333;
  margin: 15px auto;
  padding: 0 15px
}

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

.article-head .article-info {
  font-size: 1.4em;
  color: #747474;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #C5C5C5;
  position: relative
}

.article-head .article-info span {
  display: inline-block;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
  color: #666666
}

.article-content {
  padding: 12px;
  color: #4E4E4E
}

.article-content>p {
  text-indent: 2em;
  font-size: 1.6em;
  margin-bottom: 12px;
  line-height: 2
}

.article-content>p[align='center'],
.article-content>p.center {
  text-indent: 0
}

.article-content img {
  max-width: 100%;
  display: block;
  margin: 10px auto
}

.article-jump {
  border-top: 1px dashed #DADADA;
  padding: 10px 0;
  margin-bottom: 12px
}

.article-jump>div {
  width: 49%;
  float: left;
  font-size: 1.6em;
  padding: 15px 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #EFEFEF;
  position: relative;
  color: #333333
}

.article-jump>div a {
  color: #414141;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  white-space: nowrap;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 10px 15px 85px;
  top: 0;
}

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

.article-jump>div:first-child {
  margin-right: 2%
}

.article-jump>div:hover {
  background-color: #FFE4E4
}





@media (max-width: 991px) {
  .article-jump>div {
    width: 100%;
    float: none
  }

  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0
  }
}

@media (max-width: 991px) {
  .article-head {
    padding-bottom: 5px
  }

  .article-head .article-title {
    font-size: 2em
  }

  .article-head .article-info {
    height: auto;
    line-height: 1.6;
    padding: 5px 0
  }

  .article-jump>div {
    font-size: 1.4em
  }
}

.footer-wrap {
  background-color: #2B303B
}

.footer-wrap .footer-content {
  max-width: 1180px;
  width: 100%;
  height: 165px;
  margin: 0 auto;
  position: relative
}

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

.footer-wrap .footer-info .footer-info-item {
  width: 38%;
  float: left;
  padding-top: 35px
}

.footer-wrap .footer-info .footer-info-item span,
.footer-wrap .footer-info .footer-info-item a {
  font-size: 1.6em;
  display: block;
  color: #CFD6E7;
  margin-bottom: 15px
}

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

.footer-wrap .code-box {
  position: absolute;
  right: 0;
  top: 30px;
  text-align: right
}

.footer-wrap .code-box span {
  display: inline-block;
  position: relative;
  vertical-align: top
}

.footer-wrap .code-box .org-code {
  background-color: #343943;
  text-align: center;
  margin-right: 10px;
  width: 96px;
  height: 96px
}

.footer-wrap .code-box .org-code img {
  display: inline-block;
  padding-top: 15px
}

.footer-wrap .code-box .footer-code {
  position: relative
}

.footer-wrap .code-box .footer-code::after {
  content: "微信公众号";
  color: #fff;
  display: block;
  text-align: center
}

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

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

.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: #f60 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 {
    background-color: #275296
  }

  .footer-wrap .footer-info {
    background: none;
    padding: 10px 0;
    height: auto
  }

  .footer-wrap .footer-content {
    height: auto
  }

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

  .footer-wrap .footer-content .footer-info-item {
    width: 100%;
    float: none;
    padding: 0
  }

  .footer-wrap .footer-content .footer-info-item span,
  .footer-wrap .footer-content .footer-info-item a {
    display: none
  }

  .footer-wrap .footer-content .footer-info-item .copyright-info {
    display: block;
    text-align: center;
    margin-bottom: 0
  }

  .footer-wrap .footer-content .footer-info-item:last-child {
    display: none
  }

  .footer-copyright {
    display: none
  }
}

.header-top>.content-box {
  height: 300px;
  position: relative;
  background: url(../img/slogan.png) no-repeat center 80%
}

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

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

.header-top .search-box {
  width: 310px;
  position: absolute;
  right: 0;
  top: 40px;
  overflow: hidden;
  padding-right: 50px;
  border-radius: 1px
}

.header-top .search-box input {
  display: block;
  width: 100%;
  height: 42px;
  border: none;
  line-height: 42px;
  color: #A7A7A7;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4em;
  outline: none;
  z-index: 11
}

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

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

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

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

.header-top .search-box a {
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #275296 url(../img/search_btn.png) center no-repeat;
  z-index: 10;
  outline: none
}

.header-wrap .nav-open,
.header-nav .nav-close {
  display: none
}

@media only screen and (min-width: 1200px) {
  .header-nav {
    margin-bottom: 10px
  }

  .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;
    background-color: #275296
  }

  .nav-bar>li {
    display: inline-block;
    height: 50px;
    position: relative
  }

  .nav-bar>li::after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #5980BE;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -12px
  }

  .nav-bar>li>a {
    display: block;
    font-size: 1.8em;
    color: #fff;
    padding: 0 40px;
    position: relative;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }

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

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

  .nav-bar>li>ul>li>a {
    display: block;
    font-size: 1.6em;
    text-align: center;
    line-height: 30px;
    margin: 0 8px;
    border-radius: 2px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .nav-bar>li:hover>ul {
    padding: 8px 0;
    max-height: 200px;
    border-top: 2px solid #F2CBCE
  }

  .nav-bar>li:last-child::after {
    display: none
  }

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

@media (max-width: 1199px) {
  .header-top {
    padding: 10px;
    height: 100px
  }

  .header-top>.content-box {
    padding-top: 0;
    height: 80px;
    background: none
  }

  .header-top>.content-box .ynedut-box {
    display: none
  }

  .header-top .slogan {
    display: none
  }

  .header-top .home {
    display: none
  }

  .header-top .logo img {
    margin-top: 5px;
    height: 65px
  }

  .header-top .search-box {
    right: 100px;
    top: 50%;
    margin-top: -20px
  }

  .header-top .welcome {
    display: none
  }

  .header-top .nav-open {
    display: block;
    position: absolute;
    width: auto;
    height: 24px;
    margin-top: -12px;
    right: 10px;
    top: 50%;
    padding-right: 40px;
    z-index: 9999;
    font-size: 1.4em;
    color: #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.4em
  }

  .header-nav .back-home {
    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.6em;
    display: block;
    background: #275296;
    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.6em;
    padding: 5px 10px;
    border: 1px solid #E7EEFC;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 5px 1%;
    color: #275296;
    white-space: nowrap
  }

  .nav-bar>li>ul>li.active>a {
    background: #DA251D;
    color: #fff;
    border-color: #DA251D
  }

  .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: 767px) {
  .header-top {
    height: 80px
  }

  .header-top>.content-box {
    height: 60px
  }

  .header-top .logo img {
    height: 55px;
    margin-top: 3px
  }

  .header-top .search-box {
    display: none
  }
}

@media (max-width: 479px) {
  .header-top .nav-open {
    font-size: 0
  }

  .header-top .nav-open {
    right: 0
  }
}

@media only screen and (max-width: 479px) {
  .header-top {
    height: 65px
  }

  .header-top>.content-box {
    height: 40px
  }

  .header-top .logo img {
    height: 45px;
    margin-top: 0
  }

  .header-top .nav-open {
    margin-top: -8px
  }
}

.colimg-module .module-content {
  padding-top: 75px !important;
}

@media only screen and (max-width: 1199px) {
  .colimg-module .module-content {
    padding-top: 145px
  }
}

@media only screen and (max-width: 1023px) {
  .colimg-module .module-content {
    padding-top: 110px
  }
}

@media only screen and (max-width: 639px) {
  .colimg-module .module-content {
    padding-top: 75px
  }
}

@media only screen and (max-width: 479px) {
  .colimg-module .module-content {
    padding-top: 60px
  }
}

.focus-content {
  padding: 0 10px 10px 410px;
  position: relative;
  height: 270px
}

.focus-module {
  position: relative
}

.focus-container {
  width: 390px;
  height: 260px;
  left: 10px;
  top: 0;
  position: absolute !important;
  overflow: hidden
}

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

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

.focus-container h3 {
  width: 100%;
  display: block;
  line-height: 35px;
  font-size: 1.4rem;
  text-indent: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  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 .slick-dots {
  width: auto;
  position: absolute;
  right: 6px;
  bottom: 9px;
  z-index: 10;
  text-align: right
}

.focus-container .slick-dots li {
  width: 16px;
  height: 16px;
  background-color: #fff;
  display: inline-block;
  color: #727272;
  text-align: center;
  line-height: 16px;
  margin: 0 1px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.focus-container .slick-dots li:hover,
.focus-container .slick-dots li.slick-active {
  background: #DA251D;
  color: #fff
}

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

.focus-container .focus-slide a {
  display: block
}

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

  .focus-content {
    padding-left: 10px
  }

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

.full-content {
  padding: 10px;
  background-color: #fff
}

.full-pic,
.full-pic img {
  width: 100%;
  display: block
}

.blogroll-box {
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-top: 1px solid #275296
}

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

.blogroll-box .content-box .title {
  font-size: 1.8em;
  white-space: nowrap;
  color: #275296;
  position: absolute;
  left: 0;
  padding-left: 30px;
  background: url(../img/link_ico.png) no-repeat left center
}

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

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

.blogroll-box .content-box .link-content a::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #B0BCCF;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 10
}

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

.blogroll-box .content-box .link-content a:hover>span::after {
  left: 0;
  right: 0
}

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

.blogroll-box .content-box .link-content .slick-next,
.blogroll-box .content-box .link-content .slick-prev {
  width: 26px;
  height: 22px;
  background-position: left top;
  background-size: 100%
}

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

.blogroll-box .content-box .link-content .slick-next:hover {
  background-image: url(../img/right_on_f.png)
}

.blogroll-box .content-box .link-content .slick-prev {
  left: auto;
  right: 30px;
  background-image: url(../img/left_f.png)
}

.blogroll-box .content-box .link-content .slick-prev:hover {
  background-image: url(../img/left_on_f.png)
}

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

.riqi-list-page {
  padding: 10px 0 10px 10px
}

.riqi-list-page li a {
  display: block;
  height: 62px;
  padding-left: 70px;
  margin-top: 15px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.riqi-list-page li a .time-box {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 62px
}

.riqi-list-page li a .time-box .day {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  line-height: 26px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #275296
}

.riqi-list-page li a .time-box .month {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  background-color: #f1f8ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 24px;
  color: #666666
}

.riqi-list-page li a h3 {
  font-size: 1.6em;
  color: #505050;
  line-height: 26px;
  margin: 0
}

.riqi-list-page li a .intro {
  color: #777777;
  line-height: 24px;
  height: 24px;
  font-size: 1.4em;
  overflow: hidden
}

.riqi-list-page li a:hover {
  border-bottom: 1px solid #275296
}

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

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

@media only screen and (max-width: 639px) {
  .riqi-list-page li a {
    display: block;
    height: auto;
    padding-bottom: 5px;
    margin-top: 10px
  }

  .riqi-list-page li .intro {
    display: none
  }
}

.tuwen-list-page {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px
}

.tuwen-list-page a {
  margin-bottom: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  border-bottom: 1px dashed #DADADA
}

.tuwen-list-page a .img {
  display: block;
  width: 180px;
  height: 100px;
  overflow: hidden;
  float: left
}

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

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

.tuwen-list-page a .title {
  font-size: 1.8em;
  color: #333333;
  line-height: 140%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 0;
  margin-bottom: 5px
}

.tuwen-list-page a .intro {
  font-size: 1.4em;
  color: #777777;
  line-height: 1.6;
  margin: 0 0 5px
}

.tuwen-list-page a .intro .text-detail {
  color: #275296
}

.tuwen-list-page a .time {
  font-family: 'Arial';
  font-size: 1.4em;
  color: #777777
}

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

.tuwen-list-page a:hover .intro {
  color: #333333
}

.tuwen-list-page a:hover .time {
  color: #333333
}

@media only screen and (max-width: 1023px) {
  .tuwen-list-page a .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }
}

@media only screen and (max-width: 639px) {
  .tuwen-list-page a .img {
    width: 120px;
    height: 80px
  }

  .tuwen-list-page a .txt {
    width: calc(100% - 120px);
    padding: 0 0 0 10px
  }

  .tuwen-list-page a .title {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 6px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: normal
  }

  .tuwen-list-page a .intro {
    display: none
  }
}

.wenzi-list-page {
  padding: 0 10px
}

.wenzi-list-page a {
  display: block;
  border-bottom: 1px dashed #DADADA;
  line-height: 54px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-list-page a .title {
  font-size: 1.6em;
  color: #444444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: calc(100% - 110px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-list-page a .title:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #999999;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 8px
}

.wenzi-list-page a .time {
  float: right;
  width: 100px;
  height: 54px;
  font-size: 1.6em;
  text-align: right;
  font-family: 'Arial';
  color: #999999;
  margin-left: -100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.wenzi-list-page a:hover {
  border-color: #275296
}

.wenzi-list-page a:hover .time,
.wenzi-list-page a:hover .title {
  color: #275296
}

.wenzi-list-page a:hover .title:before {
  background-color: #275296
}

@media only screen and (max-width: 479px) {
  .wenzi-list-page a .title {
    width: calc(100% - 80px)
  }
}

.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: 320px;
  overflow: hidden;
  position: relative
}

.banner-box .banner-item {
  height: 320px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  outline: none
}

.banner-box .banner-item a {
  display: block;
  width: 100%;
  height: 100%
}

.banner-box .banner-content {
  text-align: center
}

.banner-box .slick-dots {
  position: absolute;
  width: auto;
  text-align: center;
  bottom: 10px;
  height: 14px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 8px
}

.banner-box .slick-dots li button {
  display: none
}

.banner-box .slick-dots li {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: -2px 4px 0;
  cursor: pointer;
  background-color: #fff;
  vertical-align: middle
}

.banner-box .slick-dots li.slick-active {
  background-color: #DA251D
}

.banner-box .slick-arrow {
  width: 45px;
  height: 70px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
  opacity: 1;
  -webkit-transition: left 0.5s ease, right 0.5s ease;
  transition: left 0.5s ease, right 0.5s ease
}

.banner-box .slick-arrow:before {
  display: none
}

.banner-box .slick-arrow.slick-prev {
  left: 50px;
  background-image: url("../img/left.png");
  background-color: rgba(0, 0, 0, 0.6)
}

.banner-box .slick-arrow.slick-next {
  right: 50px;
  background-image: url("../img/right.png");
  background-color: rgba(0, 0, 0, 0.6)
}

.banner-box .slick-arrow.slick-prev:hover {
  background-color: rgba(253, 180, 75, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.banner-box .slick-arrow.slick-next:hover {
  background-color: rgba(253, 180, 75, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.banner-box:hover .slick-arrow {
  opacity: 0.9
}

@media only screen and (max-width: 1199px) {

  .banner-box,
  .banner-box .banner-item {
    height: 220px;
    background-position: center center;
    background-size: cover
  }
}

@media only screen and (max-width: 1023px) {

  .banner-box,
  .banner-box .banner-item {
    height: 160px
  }
}

@media only screen and (max-width: 767px) {

  .banner-box,
  .banner-box .banner-item {
    height: 140px
  }
}

@media only screen and (max-width: 639px) {

  .banner-box,
  .banner-box .banner-item {
    height: 120px
  }
}

@media only screen and (max-width: 479px) {

  .banner-box,
  .banner-box .banner-item {
    height: 100px;
    background-position: 60% center
  }
}

body {
  max-width: 100%;
  background: #D3E9F9 url(../img/body_bg.png) no-repeat left top
}

.module {
  background-color: #fff;
  border-top: 2px solid #275296;
  border-left: #E1E1E1;
  border-right: #E1E1E1;
  border-bottom: #E1E1E1
}

.module .module-name {
  margin-bottom: 12px;
  position: relative;
  height: 48px;
  border-bottom: 1px solid #E8E8E8
}

.module .module-name span {
  display: inline-block;
  font-size: 2em;
  position: relative;
  color: #333333;
  padding-left: 20px;
  height: 48px;
  line-height: 48px
}

.module .module-name span::before {
  content: "";
  width: 4px;
  height: 16px;
  background-color: #275296;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  border-radius: 2px
}

.module .module-name a {
  position: absolute;
  font-size: 1.4em;
  color: #999999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 16px;
  right: 10px;
  display: block
}

.module .module-name a:hover {
  color: #275296
}

.module .module-content {
  padding: 10px
}

.frame-wrap {
  margin-top: 18px
}

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

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

.frame-wrap .frame-right {
  float: right;
  width: 900px;
  min-height: 400px;
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid #E1E1E1
}

@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 {
  border: 1px solid #E1E1E1;
  background-color: #fff;
  padding: 10px
}

.hot-news .hot-title {
  font-size: 1.8em;
  color: #275296;
  margin-bottom: 4px;
  border-bottom: 2px solid #275296;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-bottom: 8px
}

.hot-news a {
  display: block;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 1.6em;
  position: relative
}
.hot-news a span{
  display: inline-block;
  position: relative;
  padding-left: 10px;
  display: none;
}
.hot-news a h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 10px;
}
.hot-news a h3::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #E1E1E1;
  position: absolute;
  left: 0;
  top:50%;
  margin-top: -2px;
}

.hot-news a:hover h3{
  color: #275296
}

.hot-news a:hover span::before {
  color: #275296
}

.sidebar-title {
  height: 130px;
  font-size: 2.6em;
  background: url(../img/sidebar_title.png) no-repeat left top;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  line-height: 190px;
  letter-spacing: 1px;
  text-align: center;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.sidebar-title span {
  display: inline-block;
  position: relative;
  line-height: 2
}

.sidebar-menu {
  padding: 0 20px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
  /* padding-bottom: 20px */
}

.sidebar-menu>li {
  margin-top: 20px
}

.sidebar-menu>li>a {
  display: block;
  line-height: 48px;
  background-color: #275296;
  height: 48px;
  font-size: 1.8em;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
  background-color: #DA251D
}

.sidebar-menu>li:hover ul,
.sidebar-menu>li.active ul {
  max-height: 1000px;
  overflow: auto;
  margin: 0 auto
}

.sidebar-menu ul {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff
}

.sidebar-menu ul>li>a {
  display: block;
  line-height: 40px;
  font-size: 1.6rem;
  white-space: nowrap;
  text-indent: 6rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  background: url(../img/level2.png) no-repeat 25% center;
  text-overflow: ellipsis;
  color: #888888
}

.sidebar-menu ul>li:hover>a,
.sidebar-menu ul>li.active>a {
  color: #DA251D;
  border-color: #DA251D;
  background: url(../img/level2_on.png) no-repeat 25% center
}

.news-list li {
  position: relative
}

.news-list li a {
  display: block;
  height: 37px;
  line-height: 40px;
  padding-right: 95px;
  border-bottom: 1px dashed #CDCDCD;
  position: relative;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.news-list li a::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #BFBFBF;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: -1px
}

.news-list li a:hover::after {
  background-color: #275296
}

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

.news-list li p {
  font-size: 1.6em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

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

.frame-location {
  position: relative;
  color: #666666;
  white-space: nowrap;
  line-height: 47px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #E1E1E1;
  font-size: 1.6em;
  padding-left: 30px;
  background: url(../img/location_ico.png) no-repeat 10px center
}

.frame-location::before {
  content: "";
  width: 95px;
  height: 2px;
  background-color: #275296;
  position: absolute;
  left: 10px;
  bottom: -1px
}

.frame-location span:last-child a {
  color: #275296
}

.frame-location span:last-child a {
  color: #275296
}

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

@media (max-width: 767px) {
  .frame-location span {
    display: none
  }

  .frame-location span:last-child {
    display: inline-block
  }
}

.empty-list-info {
  text-align: center;
  line-height: 3
}

.yn-pagination {
  margin: 24px auto;
  text-align: center
}

.yn-pagination a,
.yn-pagination span {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 6px 12px;
  color: #767676;
  display: inline-block;
  border: 1px solid #F0F0F0;
  border-radius: 1px;
  line-height: 1.4em
}

.yn-pagination a:hover {
  background: #275296;
  border-color: #275296;
  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: #275296;
  border-color: #275296;
  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) {
  .frame-wrap {
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 0
  }
}

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

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