.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;
  height: auto !important;
  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: #BC0B03
}

.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: #C2C9D9;
  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: #22262F;
  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: #343943;
  text-align: center
}

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

.footer-copyright span {
  margin: 0 50px 0 10px
}
.footer-copyright a p{
  padding-left: 25px;
  background: url("../img/d2023.png") left center no-repeat;
}

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

  .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;
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 0
  }

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

  .footer-copyright {
    display: none
  }
}

.header-wrap {
  background: url(../img/header_bg.png) no-repeat left top
}

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

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

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

.header-top .search-box {
  width: 384px;
  position: absolute;
  right: 0;
  top: 40%;
  overflow: hidden;
  padding-right: 50px;
  border-radius: 10px;
  border: 1px solid #71849C
}

.header-top .search-box input {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  line-height: 50px;
  color: #A7A7A7;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6em;
  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;
  font-size: 0;
  color: #fff;
  text-align: center;
  line-height: 43px;
  background-color: #FF9000;
  background: #fff url(../img/search_btn.png) 10px 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;
    background-color: #BC0B03;
    position: relative
  }
  .nav-bar {
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .nav-bar.nav-bar-ie{
    position: relative;
  }
  .nav-bar>li {
    display: flex;
    z-index: 2;
    height: 55px
  }

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

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

  .nav-bar>li>ul {
    position: absolute;
    top: 55px;
    left: 0;
    overflow-y: hidden;
    max-height: 0;
    /* -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    background-color: #fff;
    -webkit-box-shadow: 0 0 -1px 1px #B8B8B8;
    box-shadow: 0 0 -1px 1px #B8B8B8;
    z-index: -1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .nav-bar>li>ul .content-box {
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    height: 282px
  }

  .nav-bar>li>ul .col-img {
    display: inline-block;
    width: 282px;
    height: 158px;
    position: absolute;
    left: 0
  }
  .nav-bar.nav-bar-ie>li>ul .col-img{
    left: 10px;
  }
  .nav-bar>li>ul .submenu-list {
    padding-left: 300px;
    padding-top: 5px;
    position: relative
  }

  .nav-bar>li>ul .submenu-list:before {
    content: '';
    width: 1px;
    height: 170px;
    background: #fff;
    left: 40px;
    top: -25px;
    position: absolute
  }

  .nav-bar>li>ul li {
    display: inline-block;
    margin: 0 6px 16px 6px
  }

  .nav-bar>li>ul li>a {
    font-size: 1.6em;
    line-height: 36px;
    height: 36px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
  }







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

  .nav-bar>li:hover>ul {
    max-height: 200px;
    padding: 10px 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1
  }
}

@media (max-width: 1199px) {
  .header-top {
    padding: 10px;
    height: 100px;
    margin-bottom: 20px;
    background-color: #FDF8EF
  }

  .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: -5px;
    right: 10px;
    top: 50%;
    padding-right: 40px;
    z-index: 9999;
    font-size: 1.4em;
    color: #BC0B03;
    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: #fff
  }

  .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 .col-img {
    display: none
  }

  .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: #BC0B03;
    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 .submenu-list {
    padding: 0 0 10px;
    background: #fff;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left
  }

  .nav-bar>li .submenu-list li {
    display: inline-block;
    margin: 10px
  }

  .nav-bar>li .submenu-list 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: #666;
    white-space: nowrap
  }

  .nav-bar>li .submenu-list li.active>a {
    background: #FF9000;
    color: #fff;
    border-color: #FF9000
  }
}

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

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

@media (max-width: 767px) {
  .header-top {
    height: 80px
  }

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

  .header-top .logo img {
    height: 55px;
    margin-top: 3px
  }
  .nav-bar>li .submenu-list li{
    margin:0 5px;
  }
}

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

  .header-top .nav-open {
    font-size: 0;
    right: 0;
    margin-top: -12px
  }

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

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

.fast-nav .fast-title {
  height: 49px;
  line-height: 49px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #D8B6B6
}

.fast-nav .fast-title::before {
  content: "";
  width: 40px;
  height: 36px;
  background: url(../img/star.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0
}

.fast-nav .fast-title span {
  font-size: 2em;
  color: #BC0B03
}
.fast2-nav .fast-title {
  height: 48px !important;
  line-height: 48px !important;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #D8B6B6
}

.fast2-nav .fast-title::before {
  content: "";
  width: 40px;
  height: 36px;
  background: url(../img/star.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0
}

.fast2-nav .fast-title span {
  font-size: 2em;
  color: #BC0B03
}
.fast-nav a {
  width: 31.33333%;
  float: left;
  margin: 16px 1%;
  text-align: center;
  display: block
}

.fast-nav a .fast-icon {
  display: inline-block;
  width: 49px;
  height: 49px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.fast-nav a .fast1 {
  background-image: url(../img/icon1.png)
}

.fast-nav a .fast2 {
  background-image: url(../img/icon2.png)
}

.fast-nav a .fast5 {
  background-image: url(../img/icon5.png)
}

.fast-nav a .fast3 {
  background-image: url(../img/icon3.png)
}

.fast-nav a .fast4 {
  background-image: url(../img/icon4.png)
}

.fast-nav a .fast6 {
  background-image: url(../img/icon6.png)
}

.fast-nav a .fast7 {
  background-image: url(../img/icon7.png)
}

.fast-nav a .fast8 {
  background-image: url(../img/icon8.png)
}

.fast-nav a .fast9 {
  background-image: url(../img/icon9.png)
}

.fast-nav a p {
  font-size: 1.4em;
  color: #333333;
  padding-top: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.fast-nav a:hover .fast1 {
  background-image: url(../img/icon1_on.png)
}

.fast-nav a:hover .fast2 {
  background-image: url(../img/icon2_on.png)
}

.fast-nav a:hover .fast5 {
  background-image: url(../img/icon5_on.png)
}

.fast-nav a:hover .fast3 {
  background-image: url(../img/icon3_on.png)
}

.fast-nav a:hover .fast4 {
  background-image: url(../img/icon4_on.png)
}

.fast-nav a:hover .fast6 {
  background-image: url(../img/icon6_on.png)
}

.fast-nav a:hover .fast7 {
  background-image: url(../img/icon7_on.png)
}

.fast-nav a:hover .fast8 {
  background-image: url(../img/icon8_on.png)
}

.fast-nav a:hover .fast9 {
  background-image: url(../img/icon9_on.png)
}

.fast-nav a:hover p {
  color: #BC0B03
}

.fast2-nav .fast-title {
  height: 49px;
  line-height: 49px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #D8B6B6
}

.fast2-nav .fast-link {
  padding: 0 10px 10px
}

.fast2-nav a {
  width: 31.333%;
  float: left;
  margin: 12px 1% 0;
  text-align: center;
  display: block
}

.fast2-nav a p {
  font-size: 1.4em;
  color: #333333;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 43px;
  height: 43px;
  border: 1px solid #D8B6B6;
  border-radius: 3px
}

.fast2-nav a:hover p {
  background-color: #BC0B03;
  border-color: #BC0B03;
  color: #fff
}

.fast2-nav a:nth-last-child(2),
.fast2-nav a:nth-last-child(1) {
  width: 48%
}

.fast2-nav a:nth-last-child(2) p,
.fast2-nav a:nth-last-child(1) p {
  line-height: 20px;
  padding: 0 5px
}

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

  .fast2-nav a:nth-last-child(2) p,
  .fast2-nav a:nth-last-child(1) p {
    line-height: 43px
  }
}

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

  .fast2-nav a:nth-last-child(2) p,
  .fast2-nav a:nth-last-child(1) p {
    line-height: 20px
  }

  .fast2-nav a {
    width: 48%
  }
}

.focus-content {
  position: relative;
  height: 330px
}

.focus-module {
  position: relative
}

.focus-container {
  height: 330px;
  overflow: hidden
}

.focus-container .focus-slide {
  height: 330px;
  position: relative;
  padding: 0px 15px
}

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

.focus-container h3 {
  width: 100%;
  display: block;
  line-height: 50px;
  font-size: 1.6em;
  text-indent: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  background-color: #BC0B03;
  padding-right: 100px
}

.focus-container .slick-dots {
  width: auto;
  position: absolute;
  right: 6px;
  bottom: 15px;
  z-index: 10;
  text-align: right
}

.focus-container .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: #FFE3E2;
  border: 1px solid #830600;
  display: inline-block;
  color: #727272;
  text-align: center;
  line-height: 16px;
  margin: 0 3px;
  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: #FF9000;
  border-color: #fff
}

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

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

.first-list a {
  display: block;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px
}

.first-list a h3 {
  font-size: 1.8em;
  color: #BC0B03;
  margin-bottom: 10px
}

.first-list a p {
  font-size: 1.6em;
  color: #303133;
  line-height: 1.6;
  margin-bottom: 5px
}

.first-list a span {
  font-size: 1.4em;
  color: #303133
}

@media (max-width: 1199px) {
  .focus-container .focus-slide {
    height: auto
  }

  .focus-container {
    height: auto
  }

  .focus-content {
    height: auto
  }

  .focus-content .slick-dotted.slick-slider {
    margin-bottom: 0
  }
}

.img-module-list {
  margin-left: -1%;
  margin-right: -1%;
  padding-bottom: 11px
}

.img-module-list a {
  display: block;
  width: 48%;
  float: left;
  margin: 1%;
  position: relative;
  overflow: hidden;
  height: 100px
}

.img-module-list a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.img-module-list a .img {
  height: 100%
}

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

.img-module-list a span {
  display: inline-block;
  font-size: 1.6em;
  width: 95px;
  height: 35px;
  background-color: #BC0B03;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -48px;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.img-module-list a:hover::after {
  top: 0
}

.img-module-list a:hover span {
  top: 50%;
  margin-top: -18px
}

@media only screen and (max-width: 1199px) {
  .img-module-list a {
    width: 23%;
    height: 110px
  }
}

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

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

@media only screen and (max-width: 639px) {
  .img-module-list a {
    width: 48%;
    height: 110px
  }
}

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

.notice-module {
  padding-left: 150px;
  position: relative;
  height: 52px
}

.notice-module .notice-title {
  position: absolute;
  left: 10px;
  display: inline-block;
  padding-left: 25px;
  background: url(../img/notice.png) no-repeat left center;
  font-size: 2em;
  color: #BC0B03;
  height: 50px;
  line-height: 50px
}

.notice-module .notice-title::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #B9C3D4;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -8px
}

.notice-module .scroll-info {
  height: 50px;
  position: relative;
  overflow: hidden
}

.notice-module .scroll-info .notice-list {
  position: absolute;
  left: 0;
  width: 100%
}

.notice-module .scroll-info .notice-list a {
  display: block;
  position: relative;
  line-height: 50px;
  padding-right: 120px
}

.notice-module .scroll-info .notice-list a p {
  font-size: 1.8em;
  color: #222222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.notice-module .scroll-info .notice-list a span {
  font-size: 1.6em;
  color: #666666;
  position: absolute;
  right: 20px;
  line-height: 50px;
  top: 0
}

@media only screen and (max-width: 1199px) {
  .notice-module {
    padding-left: 170px
  }

  .notice-module .scroll-info .notice-list a p {
    font-size: 1.6em
  }
}

@media only screen and (max-width: 767px) {
  .notice-module {
    padding-left: 150px
  }
}

.toutiao-module-list {
  padding-bottom: 8px
}

.toutiao-module-list .tuwen-item {
  position: relative;
  padding-left: 210px;
  min-height: 112px;
  display: block;
  margin-top: 19px
}

.toutiao-module-list .tuwen-item:first-child {
  margin-top: 0
}

.toutiao-module-list .tuwen-item .img {
  position: absolute;
  width: 200px;
  height: 112px;
  top: 0;
  left: 0;
  overflow: hidden
}

.toutiao-module-list .tuwen-item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.toutiao-module-list .tuwen-item .title {
  font-size: 1.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 7px;
  color: #333333
}

.toutiao-module-list .tuwen-item .intro {
  font-size: 1.4em;
  color: #777777;
  margin-bottom: 15px;
  line-height: 1.8
}

.toutiao-module-list .tuwen-item .time {
  font-size: 1.4em;
  color: #777777
}

.toutiao-module-list .tuwen-item:hover .title {
  color: #BC0B03
}

.toutiao-module-list .tuwen-item:hover .intro {
  color: #333333
}

.toutiao-module-list .tuwen-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.text-list li {
  position: relative
}

.text-list li a {
  display: block;
  height: 35px;
  line-height: 35px;
  padding-right: 95px;
  position: relative;
  padding-left: 13px;
  background: url(../img/list.png) no-repeat left center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.text-list li a:hover {
  background: url(../img/list_on.png) no-repeat left center
}

.text-list li a:hover p,
.text-list li a:hover span {
  color: #BC0B03
}

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

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

@media only screen and (max-width: 1199px) {
  .toutiao-module-list .tuwen-item .title {
    font-size: 1.6em
  }

  .toutiao-module-list .tuwen-item .intro {
    margin-bottom: 0
  }
}

@media only screen and (max-width: 639px) {
  .toutiao-module-list .tuwen-item {
    padding-left: 130px;
    min-height: 70px
  }

  .toutiao-module-list .tuwen-item .img {
    width: 120px;
    height: 70px
  }

  .toutiao-module-list .tuwen-item .intro {
    display: none
  }

  .toutiao-module-list .tuwen-item .title {
    white-space: normal
  }
}

.tuwen-module-list {
  padding-bottom: 10px
}

.tuwen-module-list .tuwen-item {
  position: relative;
  padding-left: 130px;
  min-height: 70px;
  display: block;
  margin-top: 10px
}

.tuwen-module-list .tuwen-item:first-child {
  margin-top: 0
}

.tuwen-module-list .tuwen-item .img {
  position: absolute;
  width: 120px;
  height: 70px;
  top: 0;
  left: 0;
  overflow: hidden
}

.tuwen-module-list .tuwen-item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.tuwen-module-list .tuwen-item .title {
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #333333;
  padding-bottom: 0
}

.tuwen-module-list .tuwen-item .intro {
  font-size: 1.4em;
  color: #666666;
  line-height: 1.5
}

.tuwen-module-list .tuwen-item:hover .title {
  color: #BC0B03
}

.tuwen-module-list .tuwen-item:hover .intro {
  color: #333333
}

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

@media only screen and (max-width: 1199px) {
  .tuwen-module-list .tuwen-item .title {
    font-size: 1.6em
  }

  .tuwen-module-list .tuwen-item .intro {
    margin-bottom: 0
  }
}

@media only screen and (max-width: 479px) {
  .tuwen-module-list .tuwen-item .title {
    white-space: normal;
    line-height: 1.6
  }

  .tuwen-module-list .tuwen-item .intro {
    display: none
  }
}

.video-module-list {
  margin-left: -1%;
  margin-right: -1%;
  padding-bottom: 10px
}

.video-module-list a {
  display: block;
  width: 48%;
  height: 216px;
  float: left;
  margin: 0 1%;
  position: relative;
  overflow: hidden
}

.video-module-list a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.video-module-list a::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/play_btn.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.video-module-list a .img {
  height: 100%
}

.video-module-list a .img img {
  display: block;
  width: 100%;
  height: 100%
}

.video-module-list a:hover::before {
  top: 0
}

.video-module-list a:hover::after {
  top: 50%;
  margin-top: -20px
}

@media only screen and (max-width: 1199px) {
  .video-module-list a {
    height: 250px
  }
}

@media only screen and (max-width: 1023px) {
  .video-module-list a {
    height: 210px
  }
}

@media only screen and (max-width: 767px) {
  .video-module-list a {
    height: 170px
  }
}

@media only screen and (max-width: 639px) {
  .video-module-list a {
    height: 130px
  }
}

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

@media only screen and (max-width: 359px) {
  .video-module-list a {
    height: 80px
  }
}


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

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

.blogroll-box .content-box .title {
  font-size: 1.8em;
  white-space: nowrap;
  color: #BC0B03;
  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 {
  color: #BC0B03
}

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

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

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

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

.shipin-list-page {
  padding-top: 10px
}

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

.shipin-list-page a .img {
  position: relative;
  height: 180px;
  overflow: hidden
}

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

.shipin-list-page a .img .ico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  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: #444444;
  font-family: "思源黑体";
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  height: 60px;
  line-height: 60px;
  background-color: #F2E8E8
}

.shipin-list-page a:hover h3 {
  color: #fff;
  background-color: #BC0B03
}

.shipin-list-page a:hover .ico {
  top: 0
}

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

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

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

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

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

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

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

.tupian-list-page a {
  width: 31.33%;
  margin: 10px 1% 10px 1%;
  display: inline-block;
  position: relative;
  overflow: hidden
}

.tupian-list-page a .img {
  position: relative;
  height: 180px;
  overflow: hidden
}

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

.tupian-list-page a .title {
  display: block;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #222222;
  font-size: 1.6em;
  text-align: center;
  background-color: #F2E8E8
}

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

.tupian-list-page a:hover .title {
  color: #fff;
  background-color: #BC0B03
}

@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: 110px
  }
}

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

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

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

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

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

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

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

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

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

.xiazai-list-page {
  padding: 20px 10px 0
}

.xiazai-list-page a {
  display: block;
  border-bottom: 1px dashed #EEEEEE;
  margin-bottom: 20px;
  padding: 0 90px 10px 60px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  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;
  line-height: 25px;
  text-align: center;
  color: #666666;
  font-size: 1.4em;
  background-color: #F9F9F9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

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

.xiazai-list-page a .title {
  color: #666666;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 10px;
  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 .title {
  color: #BC0B03
}

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

body {
  max-width: 100%;
  background-color: #F2E8E8;
}
body[data-page-type="index"]{
  position: relative;
}
body[data-page-type="index"]::after{
  content: "";
  width: 100%;
  height: 304px;
  background-color: #E5D2D2;
  position: absolute;
  left: 0;
  top: 1238px;
  z-index:-1;
}
.module {
  border: 1px solid #D8B6B6;
  background-color: #fff
}

.module .module-name {
  margin-bottom: 12px;
  position: relative;
  border-bottom: 1px solid #D8B6B6;
  padding: 0 10px
}

.module .module-name span {
  display: inline-block;
  font-size: 2em;
  position: relative;
  color: #BC0B03;
  height: 40px;
  line-height: 40px
}

.module .module-name a {
  position: absolute;
  font-size: 1.6em;
  color: #666666;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 8px;
  right: 10px;
  display: block;
  padding-right: 15px;
  background: url(../img/more.png) no-repeat right center
}

.module .module-name a:hover {
  color: #BC0B03;
  background: url(../img/more_on.png) no-repeat right center
}

.module .module-content {
  padding: 0 15px
}

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

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

.frame-wrap .frame-left {
  float: left;
  width: 280px;
  padding-left: 10px;
  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 #D8B6B6
}

@media (max-width: 1199px) {
  body[data-page-type="index"]::after{
    display: 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 {
  border: 1px solid #E1E1E1;
  background-color: #fff;
  display: none;
  padding: 10px
}

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

.hot-news a {
  display: block;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 1.6em;
  padding-left: 10px;
  position: relative
}

.hot-news a::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #E1E1E1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px
}

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

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

.sidebar-title {
  height: 130px;
  font-size: 2.6em;
  background: url(../img/sidebar_title.png) no-repeat left top;
  background-size: 100%;
  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: 20px 10px 0;
  border-left: 1px solid #D8B6B6;
  border-right: 1px solid #D8B6B6;
  border-bottom: 1px solid #D8B6B6;
  margin-bottom: 10px;
  background-color: #fff;
  padding-bottom: 10px
}

.sidebar-menu>li {
  margin-bottom: 10px;
  position: relative
}

.sidebar-menu>li::before {
  content: "";
  width: 24px;
  height: 53px;
  position: absolute;
  left: -23px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: -11px
}

.sidebar-menu>li>a {
  display: block;
  line-height: 42px;
  height: 42px;
  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: #333333
}

.sidebar-menu>li:hover::before,
.sidebar-menu>li.active::before {
  background: url(../img/sidebar_before.png) no-repeat center
}

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

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

.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.6em;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  background: #F2E8E8 url(../img/level2.png) no-repeat 25% center;
  text-overflow: ellipsis;
  color: #333333;
  border-bottom: 2px solid #fff
}

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

.news-list li {
  position: relative
}

.news-list li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-right: 95px;
  position: relative;
  padding-left: 13px;
  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: -3px
}

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

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

.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 .3s ease;
  transition: all .3s ease
}

.news-list li span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  font-size: 1.4em;
  color: #999999;
  text-align: right;
  vertical-align: middle;
  font-family: Arial;
  -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 #D8B6B6;
  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: #BC0B03;
  position: absolute;
  left: 10px;
  bottom: -1px
}

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

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

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

@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: #BC0B03;
  border-color: #BC0B03;
  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: #BC0B03;
  border-color: #BC0B03;
  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) {
  body {
    background: #fff
  }

  .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 */
