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

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

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

.article-head .article-info {
  font-size: 1.4em;
  color: #8C8C8C;
  text-align: center;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 15px;
  position: relative
}

.article-head .article-info::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FF1502;
  position: absolute;
  left: 0;
  bottom: 2px
}

.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;
  font-size: 1.6em;
  color: #242424
}

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

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

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

.article-content>img {
  display: block;
  margin: 18px auto
}

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

.article-jump>div {
  width: 50%;
  float: left;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333
}

.article-jump>div a {
  font-size: 1em;
  color: #6A6A6A
}

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

.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 .article-title {
    font-size: 2.2em
  }
}

.header-top {
  background: url(../img/header_bg.png) no-repeat 75% center
}

.header-top>.content-box {
  height: 144px;
  position: relative
}

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

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

.header-top .search-box {
  width: 290px;
  position: absolute;
  right: 0;
  top: 30%;
  overflow: hidden;
  padding-right: 50px;
  background-color: #fff
}

.header-top .search-box input {
  display: block;
  width: 100%;
  height: 30px;
  border: none;
  line-height: 30px;
  color: #333;
  background-color: transparent;
  padding-left: 15px;
  font-size: 1.4em;
  outline: none;
  z-index: 11
}

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

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

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

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

.header-top .search-box a {
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  background: #FFD200 url(../img/search_btn.png) center center no-repeat;
  z-index: 10;
  outline: none
}

.header-top .welcome {
  position: absolute;
  right: 0;
  top: 60%;
  font-size: 1.4em;
  color: #fff
}

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

@media only screen and (min-width: 1200px) {
  .nav-bar {
    text-align: center;
    position: relative;
    z-index: 99
  }

  .nav-bar>li {
    display: inline-block;
    position: relative;
    height: 55px;
    width: 12.5%
  }

  .nav-bar>li:hover {
    background-color: #FF1502
  }

  .nav-bar>li:hover>a {
    color: #fff
  }

  .nav-bar>li.active {
    background-color: #FF1502
  }

  .nav-bar>li.active>a {
    color: #fff
  }

  .nav-bar>li>a {
    display: block;
    font-size: 1.6em;
    color: #333;
    position: relative;
    line-height: 55px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-position: right center;
    background-repeat: no-repeat
  }

  .nav-bar>li>ul {
    width: 100%;
    position: absolute;
    top: 55px;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    z-index: 1000
  }

  .nav-bar>li>ul>li>a {
    display: block;
    font-size: 1.4em;
    text-align: center;
    line-height: 25px;
    margin-bottom: 5px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .nav-bar>li:hover>ul {
    padding: 10px 15px;
    max-height: 200px
  }

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

@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 .logo img {
    margin-top: 5px;
    height: 70px
  }

  .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.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 - 100px);
    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: #FF1502;
    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: #FF1502;
    white-space: nowrap
  }

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

  .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
  }
  .nav-bar>li>ul>li{
    margin: 0;
  }
  .nav-bar>li>ul>li>a{
    margin: 10px 5px 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
  }
}

.footer-wrap {
  border-top: 2px solid #FF1502
}

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

.footer-wrap .footer-info {
  height: 144px;
  padding-top: 40px
}

.footer-wrap .footer-info span,
.footer-wrap .footer-info a {
  font-size: 1.4em;
  display: inline-block;
  color: #333333;
  margin-bottom: 10px
}

.footer-wrap .footer-info .address {
  padding-right: 20px
}

.footer-wrap .footer-info .copyright {
  padding-right: 20px
}

.footer-wrap .footer-info .postal {
  padding-right: 20px
}

.footer-wrap .footer-info .beian {
  padding-right: 20px
}

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

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

.footer-wrap .code-box .footer-code {
  border: 1px solid #CCCCCC;
  position: relative
}

.footer-wrap .code-box .footer-code img {
  display: inline-block;
  padding: 3px;
  border: 1px solid #F0F1F2
}

.footer-wrap .code-box .org-code {
  text-align: center;
  margin-right: 10px
}

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

.footer-wrap .code-box .footer-code {
  margin-right: 10px;
  position: relative
}

.footer-wrap .code-box .footer-code::after {
  content: "扫一扫";
  color: #333;
  position: absolute;
  width: 100%;
  left: 0;
  height: 14px;
  text-align: center;
  bottom: -18px
}

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

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

.scroll-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 5px;
  bottom: 48px;
  z-index: 1000;
  cursor: pointer;
  background: #ff4435 url("../img/gotop.png") center center no-repeat;
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.scroll-top:hover {
  background-color: #FF1502
}

@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-info {
    padding-left: 50px
  }

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

  .footer-copyright {
    display: none
  }
}

@media only screen and (max-width: 1023px) {
  .footer-wrap .footer-info .footer-info-item {
    width: 100%;
    float: none
  }

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

  .footer-wrap .footer-info span,
  .footer-wrap .footer-info a {
    display: none;
    margin-bottom: 0
  }

  .footer-wrap .footer-info span.copyright {
    display: block;
    text-align: center
  }
}

@media only screen and (max-width: 767px) {
  .footer-copyright span {
    display: none
  }
}

.first-news {
  position: relative;
  padding-left: 195px;
  height: 110px;
  border-bottom: 1px solid #EDEDED
}

.first-news .img {
  width: 180px;
  height: 100px;
  position: absolute;
  left: 0
}

.first-news .img img {
  display: block;
  width: 100%;
  height: 100%
}

.first-news .text h3 {
  font-size: 1.6em;
  color: #333333;
  padding-bottom: 8px;
  line-height: 1.6
}

.first-news .text p {
  font-size: 1.4em;
  color: #777777
}

.first-news .text span {
  display: inline-block;
  font-size: 1.6em;
  line-height: 1.8;
  color: #777777
}

@media only screen and (max-width: 639px) {
  .first-news {
    height: 75px !important;
    padding-left: 130px !important
  }

  .first-news p {
    display: none
  }

  .first-news h3 {
    padding-bottom: 0
  }

  .first-news span {
    font-size: 1.4em !important;
    line-height: 1 !important
  }

  .first-news .img {
    width: 120px !important;
    height: 65px !important
  }
  .first-news .text h3 {
    padding-bottom: 0 !important;
  }
}

.wenzi-module li {
  margin-top: 10px
}

.wenzi-module li a {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 100px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #DDDDDD;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module li a h3 {
  font-size: 1.4em;
  color: #777777;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.wenzi-module li a span {
  font-size: 1.4em;
  color: #777777;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module li a:hover::before {
  background-color: #FF1502
}

.wenzi-module li a:hover h3 {
  color: #FF1502
}

.wenzi-module li a:hover span {
  color: #FF1502
}

@media only screen and (max-width: 1023px) {
  .first-news .text h3 {
    padding-bottom: 0
  }
}

.full-pic {
  display: block;
  overflow: hidden
}

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

.notice-box {
  position: relative;
  border: 1px dashed #DADADA;
  padding: 10px
}

.notice-box .content {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto
}

.notice-box .notice-news {
  position: relative;
  height: 40px;
  padding-left: 120px;
  margin-bottom: 0 !important;
  padding-right: 70px
}

.notice-box .notice-module-name {
  width: 100px;
  height: 40px;
  position: absolute;
  left: 0;
  line-height: 40px;
  font-size: 1.6em;
  background: #FF1502;
  color: #FFF;
  text-align: center
}

.notice-box .notice-module-name span {
  color: #FFF
}

.notice-box .notice-module li a {
  display: block;
  font-size: 16px;
  color: #393939;
  line-height: 40px;
  padding-left: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.notice-box .notice-module li a .time {
  display: inline-block;
  color: #808080;
  font-size: 14px;
  padding-left: 15px
}

.notice-box .notice-module li:hover {
  color: #FF1502
}

.notice-box .notice-module .slick-slide {
  text-align: left
}

.notice-box .more {
  position: absolute;
  right: 0;
  color: #fff;
  line-height: 20px;
  width: 55px;
  text-align: center;
  font-size: 1.4em;
  background-color: #FF1502;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.notice-box .more:hover {
  background-color: #FF1502;
  clear: #fff;
  border-color: #FF1502
}

@media only screen and (max-width: 639px) {
  .notice-box .notice-news {
    padding-right: 60px
  }

  .notice-box .notice-module li a {
    padding-left: 0
  }

  .notice-box .notice-module li a .time {
    display: none
  }
}

@media only screen and (max-width: 479px) {
  .notice-box .notice-module li a .title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
}

.img-box {
  width: 100%;
  height: 188px;
  overflow: hidden;
  position: relative
}

.img-box ul {
  display: block;
  position: absolute;
  left: 0;
  top: 0
}

.img-box ul li {
  width: 223px;
  margin: 0 6px;
  display: inline-block;
  position: relative
}

.img-box ul li a {
  display: block
}

.img-box ul li a .img {
  position: relative
}

.img-box ul li a .img img {
  display: block;
  width: 100%;
  height: 148px
}

.img-box ul li a h3 {
  font-size: 1.6em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #666666;
  line-height: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #F6F6F4
}

.img-box ul li a:hover h3 {
  background-color: #FF1502;
  color: #fff
}

.first-news {
  position: relative;
  padding-left: 195px;
  height: 110px;
  border-bottom: 1px solid #EDEDED
}

.first-news .img {
  width: 180px;
  height: 100px;
  position: absolute;
  left: 0
}

.first-news .img img {
  display: block;
  width: 100%;
  height: 100%
}

.first-news .text h3 {
  font-size: 1.6em;
  color: #333333;
  padding-bottom: 8px;
  line-height: 1.6
}

.first-news .text p {
  font-size: 1.4em;
  color: #777777
}

.first-news .text span {
  display: inline-block;
  font-size: 1.6em;
  line-height: 1.8;
  color: #777777
}

.wenzi-module li {
  margin-top: 13px
}

.wenzi-module li a {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 100px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #DDDDDD;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module li a h3 {
  font-size: 1.4em;
  color: #777777;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module li a span {
  font-size: 1.4em;
  color: #777777;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module li a:hover::before {
  background-color: #FF1502
}

.wenzi-module li a:hover h3 {
  color: #FF1502
}

.wenzi-module li a:hover span {
  color: #FF1502
}

.time-txt-list li a {
  display: block;
  position: relative;
  padding-left: 80px;
  margin-top: 13px;
  padding-bottom: 10PX;
  border-bottom: 1px solid #EDEDED
}

.time-txt-list li a .news-time {
  width: 70px;
  height: 50px;
  background-color: #EBEBEB;
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  left: 0
}

.time-txt-list li a .news-time .day {
  text-align: center;
  width: 100%;
  font-size: 2em;
  color: #777777;
  padding-top: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block
}

.time-txt-list li a .news-time .year {
  width: 100%;
  height: 22px;
  color: #777777;
  text-align: center;
  font-size: 1.2em;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.time-txt-list li a .info h3 {
  color: #777777;
  font-size: 1.6em;
  line-height: 25px;
  margin-bottom: 3px
}

.time-txt-list li a .info p {
  color: #A7A7A7;
  line-height: 21px;
  font-size: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.time-txt-list li a:hover .news-time {
  background-color: #FF1502
}

.time-txt-list li a:hover .news-time .day {
  color: #fff
}

.time-txt-list li a:hover .news-time .year {
  color: #fff
}

.time-txt-list li a:hover .info h3 {
  color: #FF1502
}

.time-txt-list li a:hover .info p {
  color: #414141
}

.time-txt-list li:first-child>a {
  margin-top: 0
}

@media (max-width: 1023px) {
  .time-txt-list {
    height: auto
  }
}

@media (max-width: 639px) {
  .time-txt-list li a .info p {
    display: none
  }

  .time-txt-list li a {
    height: 55px;
    margin-top: 10px
  }
}

.wenzi-module-list li a {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 100px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: url(../img/list.png) no-repeat left center;
  border-bottom: 1px dashed #DCDCDC
}

.wenzi-module-list li a h3 {
  font-size: 1.6em;
  color: #333333;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.wenzi-module-list li a span {
  font-size: 1.4em;
  color: #999999;
  position: absolute;
  font-family: "Arial";
  right: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module-list li a:hover h3 {
  color: #FF1502
}

.wenzi-module-list li a:hover span {
  color: #FF1502
}

.blogroll-box {
  height: 50px;
  background-color: #EEF5FF;
  padding-right: 10px;
  margin-right: 10px
}

.blogroll-box .content-box {
  width: 100%;
  display: table
}

.blogroll-box .title {
  font-size: 1.8em;
  display: table-cell;
  white-space: nowrap;
  width: 120px;
  padding-left: 35px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #FF1502 url("../img/link_ico.png") 10px center no-repeat
}

.blogroll-box .blogroll-group {
  display: table-cell;
  width: 184px;
  padding-left: 14px;
  position: relative
}

.blogroll-box .blogroll-group .group-name {
  height: 30px;
  background-color: #fff;
  border: 1px solid #D6E7CD;
  border-bottom: none;
  display: block;
  padding: 0 26px 0 8px;
  font-size: 1.4em;
  line-height: 30px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #444444
}

.blogroll-box .blogroll-group .group-name:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #B7B7B7;
  position: absolute;
  display: block;
  right: 8px;
  top: 50%;
  margin-top: -3px
}

.blogroll-box .blogroll-group .blogroll-list {
  border: 1px solid #DBDBDB;
  border-top: none;
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  right: 0;
  left: 14px;
  max-height: 0;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99
}

.blogroll-box .blogroll-group .blogroll-list a {
  display: block;
  font-size: 1.4em;
  line-height: 1.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogroll-box .blogroll-group .blogroll-list a:hover {
  color: #FF1502
}

.blogroll-box .blogroll-group:hover .blogroll-list {
  display: block;
  max-height: 200px;
  border: 1px solid #DBDBDB
}

@media only screen and (max-width: 1023px) {
  .blogroll-box {
    display: none
  }
}

.cunzhao-list-page a {
  display: block;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.cunzhao-list-page a .img {
  width: 130px;
  height: 165px;
  display: table-cell;
  font-size: 0;
  overflow: hidden
}

.cunzhao-list-page a .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cunzhao-list-page a h3 {
  border-bottom: 1px solid #CDCDCD;
  line-height: 30px;
  padding-left: 30px;
  padding-bottom: 3px;
  background: url("../img/leader_title.png") left 2px no-repeat;
  font-size: 2em;
  color: #FF1502;
  margin-bottom: 12px
}

.cunzhao-list-page a .txt {
  display: table-cell;
  vertical-align: top;
  padding-left: 12px;
  position: relative
}

.cunzhao-list-page a .txt p {
  font-size: 1.4em;
  line-height: 1.8;
  color: #666666
}

.cunzhao-list-page a .txt span {
  display: inline-block;
  padding: 4px 15px;
  position: absolute;
  bottom: 0;
  color: #9B9B9B;
  font-size: 1.4em;
  border: 1px solid #E0E0E0
}

.cunzhao-list-page a:hover span {
  background-color: #FF1502;
  color: #fff;
  border-color: #FF1502
}

.cunzhao-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

@media only screen and (max-width: 1199px) {
  .cunzhao-list-page a h3 {
    font-size: 1.8em
  }
}

@media only screen and (max-width: 1023px) {
  .cunzhao-list-page a img {
    height: 220px
  }
}

@media only screen and (max-width: 767px) {
  .cunzhao-list-page a img {
    height: 180px
  }
}

@media only screen and (max-width: 639px) {
  .cunzhao-list-page a .img {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    height: auto
  }

  .cunzhao-list-page a .img img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto
  }

  .cunzhao-list-page a .txt span {
    position: relative;
    margin-top: 5px
  }
}

.renwu-list-page a {
  display: block;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.renwu-list-page a .img {
  width: 190px;
  height: 142px;
  display: table-cell;
  font-size: 0;
  overflow: hidden
}

.renwu-list-page a .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.renwu-list-page a h3 {
  border-bottom: 1px solid #CDCDCD;
  line-height: 30px;
  padding-left: 30px;
  padding-bottom: 3px;
  background: url("../img/leader_title.png") left 2px no-repeat;
  font-size: 2em;
  color: #FF1502;
  margin-bottom: 12px
}

.renwu-list-page a .txt {
  display: table-cell;
  vertical-align: top;
  padding-left: 12px;
  position: relative
}

.renwu-list-page a .txt p {
  font-size: 1.4em;
  line-height: 1.8;
  color: #666666
}

.renwu-list-page a .txt span {
  display: inline-block;
  padding: 4px 15px;
  position: absolute;
  bottom: 0;
  color: #9B9B9B;
  font-size: 1.4em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #E0E0E0
}

.renwu-list-page a:hover span {
  background-color: #FF1502;
  color: #fff;
  border-color: #FF1502
}

.renwu-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

@media only screen and (max-width: 1199px) {
  .renwu-list-page a h3 {
    font-size: 1.8em
  }
}

@media only screen and (max-width: 1023px) {
  .renwu-list-page a img {
    height: 220px
  }
}

@media only screen and (max-width: 767px) {
  .renwu-list-page a img {
    height: 180px
  }
}

@media only screen and (max-width: 639px) {
  .renwu-list-page a .img {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    height: auto
  }

  .renwu-list-page a .img img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto
  }

  .renwu-list-page a .txt span {
    position: relative;
    margin-top: 5px
  }
}

.shipin-list-page {
  margin-left: -1%;
  margin-right: -1%
}

.shipin-list-page a {
  width: 31.33%;
  margin: 0 1% 20px 1%;
  display: inline-block;
  border: 1px solid #999999;
  position: relative;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.shipin-list-page a .img {
  position: relative
}

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

.shipin-list-page a .img .ico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: url("../img/play_btn.png") center 50% no-repeat
}

.shipin-list-page a h3 {
  padding: 0 1em;
  font-size: 1.6em;
  color: #666666;
  font-family: "思源黑体";
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-top: 10px
}

.shipin-list-page a:hover {
  border-color: #FF1502
}

.shipin-list-page a:hover h3 {
  color: #FF1502
}

@media only screen and (max-width: 1023px) {
  .shipin-list-page a .img img {
    height: 150px
  }
}

@media only screen and (max-width: 767px) {
  .shipin-list-page a .img img {
    height: 130px
  }
}

@media only screen and (max-width: 639px) {
  .shipin-list-page a {
    width: 48%
  }

  .shipin-list-page a .img img {
    height: 140px
  }
}

@media only screen and (max-width: 479px) {
  .shipin-list-page a .img img {
    height: 100px
  }
}

@media only screen and (max-width: 359px) {
  .shipin-list-page a {
    width: 98%
  }

  .shipin-list-page a .img img {
    height: auto
  }
}

.riqi-list-page li a {
  display: block;
  background: #fff;
  height: 80px;
  padding-left: 80px;
  margin-top: 15px;
  position: relative;
  border-bottom: 1px dotted #C9C9C9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.riqi-list-page li a .time-box {
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  left: 0;
  top: 0;
  border: 1px solid #eaeaee;
  width: 66px
}

.riqi-list-page li a .time-box .day {
  font-size: 2em;
  color: #777777;
  display: block;
  line-height: 31px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.riqi-list-page li a .time-box .month {
  text-align: center;
  display: block;
  font-size: 1.6em;
  background-color: #EEEEEE;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 26px;
  color: #999999
}

.riqi-list-page li a h3 {
  font-size: 1.6em;
  color: #414141;
  line-height: 1.6
}

.riqi-list-page li a p {
  font-size: 1.4em;
  color: #777777;
  line-height: 1.6
}

.riqi-list-page li a:hover .time-box {
  border-color: #FF1502
}

.riqi-list-page li a:hover .time-box .day {
  color: #FF1502
}

.riqi-list-page li a:hover .time-box .month {
  color: #fff;
  background-color: #FF1502
}

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

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

@media only screen and (max-width: 1199px) {
  .riqi-list-page li a {
    height: auto;
    padding: 0 10px 10px 100px;
    margin-top: 12px
  }

  .riqi-list-page li a .time-box {
    width: 80px
  }
}

@media only screen and (max-width: 1023px) {
  .riqi-list-page li a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
}

@media only screen and (max-width: 639px) {
  .riqi-list-page li a {
    min-height:70px;
    padding: 10px 10px 10px 85px
  }

  .riqi-list-page li a p {
    display: none
  }

  .riqi-list-page li a .time-box {
    width: 70px;
    top: 10px;
  }
}

.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 {
  display: block;
  width: 100%;
  height: 193px
}

.tupian-list-page a .img {
  position: relative
}

.tupian-list-page a .ico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: rgba(0, 0, 0, 0.6) url("../img/view.png") center 80% no-repeat
}

.tupian-list-page a h3 {
  font-size: 1.6em;
  color: #fff;
  font-family: "思源黑体";
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}

.tupian-list-page a:hover h3 {
  background-color: #FF1502;
  color: #fff
}

.tupian-list-page a:hover .ico {
  opacity: 1;
  background-position: center 50%
}

@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 img {
    height: 130px
  }
}

@media only screen and (max-width: 359px) {
  .tupian-list-page a {
    width: 98%
  }

  .tupian-list-page a img {
    height: auto
  }
}

.tuwen-list-page a {
  padding: 12px 0;
  display: table;
  height: 132px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.tuwen-list-page a>div {
  display: table-cell;
  vertical-align: top
}

.tuwen-list-page a:first-child {
  padding-top: 0
}

.tuwen-list-page a .img {
  display: block;
  width: 200px;
  height: 120px;
  overflow: hidden
}

.tuwen-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.tuwen-list-page a .txt {
  padding-top: 20px;
  position: relative;
  padding-left: 20px
}

.tuwen-list-page a .title {
  font-size: 1.8em;
  color: #444444;
  line-height: 180%;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.tuwen-list-page a .time {
  position: absolute;
  right: 0;
  font-family: "Arial";
  font-size: 1.4em;
  color: #8B8C91;
  top: 25px
}

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

.tuwen-list-page a:hover {
  border-color: #FF1502
}

.tuwen-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

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

@media only screen and (max-width: 1199px) {
  .tuwen-list-page a {
    padding-left: 210px;
    display: block;
    position: relative;
    height: 150px
  }

  .tuwen-list-page a .img {
    position: absolute;
    width: 220px;
    height: 130px;
    left: 0
  }

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

  .tuwen-list-page a .time {
    position: relative;
    top: 0
  }

  .tuwen-list-page a .txt {
    display: block;
    padding-top: 0
  }

  .tuwen-list-page a .title {
    font-size: 1.6em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
}

@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: 767px) {
  .tuwen-list-page a {
    padding-left: 190px;
    height: 140px
  }

  .tuwen-list-page>a:first-child {
    height: 130px
  }

  .tuwen-list-page a .img {
    width: 180px;
    height: 115px
  }

  .tuwen-list-page a .txt {
    padding-left: 0
  }
}

@media only screen and (max-width: 479px) {
  .tuwen-list-page a {
    padding-left: 130px;
    height: 100px
  }

  .tuwen-list-page a .title {
    white-space: normal
  }

  .tuwen-list-page>a:first-child {
    height: 90px
  }

  .tuwen-list-page a .img {
    width: 120px;
    height: 80px
  }

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

.tuwen-small-list-page a {
  padding: 12px 0;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block
}

.tuwen-small-list-page a:first-child {
  padding-top: 0
}

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

.tuwen-small-list-page a .img img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 100%
}

.tuwen-small-list-page a .txt {
  float: left;
  width: calc(100% - 140px);
  position: relative;
  padding-left: 10px
}

.tuwen-small-list-page a .title {
  font-size: 1.8em;
  color: #444444;
  line-height: 180%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.tuwen-small-list-page a .time {
  font-family: "Arial";
  font-size: 1.4em;
  color: #8B8C91
}

.tuwen-small-list-page a .intro {
  font-size: 1.4em;
  color: #999999;
  line-height: 1.5;
  margin: 6px 0 6px
}

.tuwen-small-list-page a:hover {
  border-color: #FF1502
}

.tuwen-small-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

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

@media only screen and (max-width: 1199px) {
  .tuwen-small-list-page a .txt {
    padding: 10px
  }

  .tuwen-small-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-small-list-page a .img {
    width: 120px;
    height: 80px
  }

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

  .tuwen-small-list-page a .title {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }

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

  .tuwen-small-list-page a .title {
    line-height: 1.3;
    margin-bottom: 6px
  }
}

.wenzi-list-page a {
  display: block;
  border-bottom: 1px dashed #999999;
  line-height: 55px
}

.wenzi-list-page a .title {
  font-size: 1.6em;
  color: #60636D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: calc(100% - 100px)
}

.wenzi-list-page a .title:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #C0C0C0;
  display: inline-block;
  margin-right: 6px
}

.wenzi-list-page a .time {
  float: right;
  font-size: 1.6em;
  text-align: center;
  font-family: "Arial";
  color: #A4A4A4;
  margin-left: -100px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

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

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

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

.xiazai-list-page a {
  display: block;
  border-bottom: 1px solid #CAD0E0;
  margin-bottom: 20px;
  padding: 0 90px 10px 50px;
  position: relative;
  min-height: 57px;
  background: url(../img/file_zip.png) 0 0 no-repeat
}

.xiazai-list-page a.doc {
  background-image: url(../img/file_doc.png)
}

.xiazai-list-page a.ppt {
  background-image: url(../img/file_ppt.png)
}

.xiazai-list-page a.xls {
  background-image: url(../img/file_xls.png)
}

.xiazai-list-page a.pdf {
  background-image: url(../img/file_pdf.png)
}

.xiazai-list-page a.txt {
  background-image: url(../img/file_txt.png)
}

.xiazai-list-page a.img {
  background-image: url(../img/file_img.png)
}

.xiazai-list-page a .btn {
  position: absolute;
  right: 0;
  top: 12px;
  width: 62px;
  height: 25px;
  border: 1px solid #DADADA;
  line-height: 25px;
  text-align: center;
  color: #333333;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.xiazai-list-page a .btn:hover {
  background-color: #FF1502;
  border-color: #FF1502;
  color: #fff
}

.xiazai-list-page a .title {
  color: #666666;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.xiazai-list-page a .info-txt {
  font-size: 1.4em;
  font-family: Arial;
  color: #777777;
  margin-top: 5px
}

.xiazai-list-page a .info-txt>span {
  margin-right: 20px;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 15px
}

.xiazai-list-page a .info-txt>span.time {
  padding-left: 20px;
  background-image: url(../img/date.png)
}

.xiazai-list-page a .info-txt>span.count {
  background-image: url(../img/download.png)
}

.xiazai-list-page a .info-txt>span.author {
  background-image: url(../img/author.png)
}

.xiazai-list-page a:hover {
  border-color: #FF1502
}

.xiazai-list-page a:hover .title {
  color: #FF1502
}

@media (max-width: 479px) {
  .xiazai-list-page a {
    background-size: 30px 40px;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: auto
  }

  .xiazai-list-page a .info-txt {
    display: none
  }

  .xiazai-list-page a .btn {
    position: static;
    float: right;
    display: none
  }
}

.notfind {
  position: relative;
  margin-bottom: 24px;
  padding: 48px;
  text-align: center
}

.notfind img {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

.notfind .notfind-btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  font-size: 2.4em;
  color: #fff;
  background-color: #80C023;
  padding: 0 48px;
  border-radius: 3px;
  display: inline-block;
  margin: 20px auto
}

.banner-box {
  width: 100%;
  max-height: 380px;
  position: relative;
  overflow: hidden
}

.banner-box .banner-content {
  width: 100%
}

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

.banner-box .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px
}

.banner-box .slick-next,
.banner-box .slick-prev {
  width: 88px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  z-index: 9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.banner-box .slick-next {
  right: 2%;
  background-image: url(../img/right.png)
}

.banner-box .slick-next:hover {
  background-image: url(../img/right_on.png)
}

.banner-box .slick-prev {
  left: 2%;
  background-image: url(../img/left.png)
}

.banner-box .slick-prev:hover {
  background-image: url(../img/left_on.png)
}

.banner-box .slick-next:before,
.banner-box .slick-prev:before {
  display: none
}

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

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

.banner-box .slick-dots li.slick-active {
  background: #FFD200;
  opacity: 1
}

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

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

  .banner-box .slick-next,
  .banner-box .slick-prev {
    width: 68px;
    height: 60px
  }
}

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

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

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

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

  .banner-box .slick-next,
  .banner-box .slick-prev {
    width: 50px;
    height: 40px
  }
}

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

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

body {
  background: none
}

.module {
  padding: 10px;
  border: 1px solid #DADADA
}

.module .module-name {
  margin-bottom: 12px;
  position: relative;
  border-bottom: 1px dashed #DADADA;
  padding-bottom: 10px
}

.module .module-name span {
  display: inline-block;
  padding-left: 30px;
  background: url(../img/module_title.png) no-repeat left 6px;
  font-size: 1.8em;
  position: relative;
  color: #FF1502
}

.module .module-name span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #FF1502;
  position: absolute;
  left: 0;
  bottom: -12px
}

.module .module-name a {
  position: absolute;
  right: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 4px;
  background-color: #FFE1DF;
  color: #FF1502;
  font-size: 1.4em;
  padding: 3px 15px;
  display: block
}

.module .module-name a:hover {
  color: #fff;
  background-color: #FF1502
}

.link-module .module-name {
  margin-bottom: 0
}

.link-module .module-name span {
  background: url(../img/link_ico.png) no-repeat left center
}

.frame-wrap {
  margin-top: 18px;
  max-width: 1188px;
  padding: 0 10px 10px
}

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

.frame-wrap .frame-left {
  float: left;
  width: 252px;
  margin-bottom: 24px
}

.frame-wrap .frame-right {
  float: right;
  width: 915px;
  min-height: 400px;
  margin-bottom: 25px;
  padding-left: 16px;
  margin-left: -100%
}

@media (max-width: 1199px) {
  .frame-wrap body[data-page-type="index"] {
    background: none
  }

  .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 {
  margin-top: 30px;
  border: 1px solid #ffa39b
}

.hot-news .title {
  font-size: 1.8em;
  color: #FF1502;
  margin-bottom: 4px;
  border-bottom: 2px solid #FF1502;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 47px;
  background: url(../img/fire.png) no-repeat 30% center
}

.hot-news .hot-list {
  padding: 5px 10px
}

.hot-news a {
  display: block;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #60636D;
  font-size: 1.4em;
  border-bottom: 1px solid #F3F3F3
}

.hot-news a:before {
  content: "";
  width: 14px;
  text-align: center;
  line-height: 14px;
  color: #fff;
  font-size: 1rem;
  height: 14px;
  background-color: #8EB9F5;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle
}

.hot-news a:hover {
  color: #FF1502
}

.hot-news a:hover:before {
  background-color: #FF1502
}

.hot-news .hot1::before {
  content: "1";
  background-color: #F54545
}

.hot-news .hot2::before {
  content: "2";
  background-color: #FF8547
}

.hot-news .hot3::before {
  content: "3";
  background-color: #FFAC38
}

.hot-news .hot4::before {
  content: "4"
}

.hot-news .hot5::before {
  content: "5"
}

.hot-news .hot6::before {
  content: "6"
}

.hot-news .hot7::before {
  content: "7"
}

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

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

.sidebar-menu {
  margin: 0 auto;
  background-color: #F7EAEA;
  padding: 10px
}

.sidebar-menu>li:first-child>a {
  margin-top: 0
}

.sidebar-menu>li>a {
  display: block;
  line-height: 46px;
  height: 46px;
  font-size: 1.8em;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
  margin-top: 10px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333333;
  background: #fff url(../img/sidebar_un.png) 20px center no-repeat
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
  background: #FF1502 url(../img/sidebar_on.png) 20px center no-repeat;
  color: #fff
}

.sidebar-menu>li:hover ul,
.sidebar-menu>li.active ul {
  max-height: 1000px;
  overflow: auto;
  background-color: #fff;
  width: 94%;
  margin: 0 auto
}

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

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

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

.frame-location {
  position: relative;
  font-size: 1.6em;
  color: #666666;
  white-space: nowrap;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #E1E1E1
}

.frame-location::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #FF1502;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 9
}

.frame-location a {
  font-size: 1em;
  color: #666666
}

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

.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 .frame-location-path {
  padding-left: 26px;
  background: url("../img/ico_path.png") 0 top no-repeat;
  line-height: 22px;
  padding-bottom: 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: #FF1502
}

.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: #FF1502;
  border-color: #FF1502;
  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: #FF1502;
  border-color: #FF1502;
  color: #fff
}

.yn-pagination span {
  margin: 0 5px
}

.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  border: 10px solid #E2F5FF;
  text-indent: 0
}

.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000
}

.video .alt {
  padding-top: 56.25%;
  height: 0 !important
}

.edui-pdf {
  min-height: 800px
}

.mapBg {
  padding: 10px;
  border: 1px solid #EEEEEE
}

.BMap_omCtrl,
.anchorBL,
.BMap_stdMpCtrl {
  display: none !important
}

#dituContent {
  width: 100%;
  height: 382px;
  border: none !important
}

#dituContent img {
  max-width: none !important
}

.BMapLabel {
  color: #F54336 !important;
  font-size: 1.8em !important;
  border: none !important;
  -webkit-box-shadow: 0 0 2px #FCD6C6;
  box-shadow: 0 0 2px #FCD6C6;
  padding: 2px 5px !important;
  top: -50px !important
}

@media only screen and (max-width: 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 */
