.article-head {
  width: 100%;
  padding: 20px 10px 5px;
  margin: 24px auto 10px;
  background-color: #f1f6ff;
}
.article-head .article-title {
  font-size: 2.6em;
  text-align: center;
  color: #333333;
  padding-bottom: 5px;
}
.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.6em;
  color: #333333;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.article-head .article-info span {
  display: inline-block;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
  color: #666666;
}
.article-content {
  padding: 12px;
  color: #4e4e4e;
}
.article-content > p {
  text-indent: 2em;
  font-size: 1.6em;
  margin-bottom: 12px;
  line-height: 2;
}
.article-content > p[align='center'],
.article-content > p.center {
  text-indent: 0;
}
.article-content img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.article-jump {
  border-top: 1px dashed #cac9c6;
  padding: 15px 0;
  margin-bottom: 12px;
}
.article-jump > div {
  width: 49%;
  float: left;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.article-jump > div a {
  color: #333333;
}
.article-jump > div a:hover {
  color: #aa1b1f;
}
.article-jump > div:first-child {
  margin-right: 2%;
}
.article-jump .prev {
  text-align: left;
}
.article-jump .next {
  text-align: right;
}
@media (max-width: 991px) {
  .article-jump > div {
    width: 100%;
    float: none;
  }
  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0;
  }
}
@media (max-width: 991px) {
  .article-head {
    padding-bottom: 5px;
  }
  .article-head .article-title {
    font-size: 2em;
  }
  .article-head .article-info {
    height: auto;
    line-height: 1.6;
    padding: 5px 0;
  }
  .article-jump > div {
    font-size: 1.4em;
  }
}

.article-content.article-img-content-wrap {
  width: 867px;
  margin: 0 auto;
  min-height: 600px;
}
.article-content.article-img-content-wrap .article-img-content {
  text-align: center;
  position: relative;
}
.article-content.article-img-content-wrap .article-img-content .img {
  width: 100%;
  height: 567px;
  margin: 0 auto;
}
.article-content.article-img-content-wrap .article-img-content img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}
.article-content.article-img-content-wrap .article-img-content .text {
  height: 80px;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.article-content.article-img-content-wrap .article-img-content .text span {
  font-size: 2em;
  color: #fff;
}
.article-content.article-img-content-wrap .article-img-content .slick-next,
.article-content.article-img-content-wrap .article-img-content .slick-prev {
  top: 93%;
  width: 15px;
  height: 21px;
}
.article-content.article-img-content-wrap .article-img-content .slick-next {
  right: 10px;
  background: url(../img/next1.png);
}
.article-content.article-img-content-wrap .article-img-content .slick-prev {
  left: 10px;
  z-index: 1;
  background: url(../img/prev1.png);
}
.article-content.article-img-content-wrap
  .article-img-content
  .slick-next:before,
.article-content.article-img-content-wrap
  .article-img-content
  .slick-prev:before {
  display: none;
}
.article-content.article-img-content-wrap .article-img-content .custom_paging {
  position: absolute;
  left: 50px;
  bottom: 8px;
  z-index: 1;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li {
  display: none;
  color: #fff;
  font: 400 1em/1.8 'SimSun', '宋体', 'PingFang SC', 'Microsoft YaHei',
    \5fae\8f6f\96c5\9ed1, Helvetica, Arial, sans-serif;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li.slick-active {
  display: inline-block;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li
  .active-index {
  font-size: 38px;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li
  .separator {
  font-size: 24px;
}
.article-content.article-img-content-wrap
  .article-img-content
  .custom_paging
  li
  .slide-count {
  margin-left: 2px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .article-content.article-img-content-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    min-height: auto;
    height: auto;
  }
  .article-content.article-img-content-wrap .article-img-content .img {
    height: 450px;
  }
  .article-content.article-img-content-wrap .article-img-content .text {
    height: 50px;
    line-height: 50px;
  }
  .article-content.article-img-content-wrap .article-img-content .text span {
    font-size: 1.6em;
  }
  .article-content.article-img-content-wrap .article-img-content .slick-prev,
  .article-content.article-img-content-wrap .article-img-content .slick-next {
    top: auto;
    bottom: 3px;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging {
    bottom: 2px;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging
    li
    .active-index {
    font-size: 24px;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging
    li
    .separator {
    font-size: 18px;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging
    li
    .slide-count {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .article-content.article-img-content-wrap .article-img-content .img {
    height: 400px;
  }
  .article-content.article-img-content-wrap .article-img-content .text span {
    display: block;
    padding-left: 90px;
    padding-right: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .article-content.article-img-content-wrap
    .article-img-content
    .custom_paging {
    left: 40px;
  }
}
@media (max-width: 639px) {
  .article-content.article-img-content-wrap .article-img-content .img {
    height: 320px;
  }
}
@media (max-width: 479px) {
  .article-content.article-img-content-wrap .article-img-content .img {
    height: 240px;
  }
}

.footer-wrap .footer-content {
  background-color: #302a29;
}
.footer-wrap .footer-info {
  height: 120px;
  background: url(../img/org.png) no-repeat 90% center;
}
.footer-wrap .footer-info p {
  text-align: center;
  margin-top: 20px;
}
.footer-wrap .footer-info p span,
.footer-wrap .footer-info p a {
  font-size: 1.6em;
  color: #fff;
  margin-left: 30px;
  position: relative;
}
.footer-wrap .footer-info p .address {
  content: '|';
}
.footer-wrap .footer-info .police {
  padding-left: 20px;
  margin-left: 20px;
  background: url(../img/beian.png) no-repeat left center;
}
.scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 5px;
  bottom: 48px;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
  background: #fc940c url('../img/gotop.png') center center no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1480px) {
  .footer-wrap .footer-info .footer-info-item2 {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-info {
    height: auto;
    background: none;
  }
  .footer-wrap .footer-info p span,
  .footer-wrap .footer-info p a {
    display: none;
  }
  .footer-wrap .footer-info p .copyright-info {
    display: inline-block;
    margin-left: 0;
  }
}

.header-top {
  background: url(../img/header_bg.png) no-repeat left top;
}
.header-top > .content-box {
  height: 100px;
  position: relative;
}
.header-top .logo {
  display: block;
  float: left;
}
.header-top .logo img {
  display: block;
  max-width: 100%;
  margin-top: 10px;
}
.header-top .slogan {
  display: inline-block;
  font-size: 3em;
  color: #fff;
  margin-left: 40px;
  margin-top: 25px;
  letter-spacing: 2px;
  position: relative;
}
.header-top .slogan::after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: -15px;
  top: 12px;
}
.header-top .go-back {
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #f17c58;
  float: right;
  margin-top: 30px;
  font-size: 1.6em;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-top .go-back:hover {
  color: #fff;
  background-color: #aa1b1f;
}
.header-wrap .nav-open,
.header-nav .nav-close {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .nav-bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-bar > li {
    display: inline-block;
    height: 52px;
    position: relative;
  }
  .nav-bar > li > a {
    display: block;
    font-size: 2em;
    color: #333;
    display: block;
    padding: 0 30px;
    line-height: 52px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-bar > li.active > a,
  .nav-bar > li:hover > a {
    color: #e3230e;
  }
  .nav-bar > li > ul {
    width: 100%;
    position: absolute;
    top: 52px;
    left: 0;
    overflow: hidden;
    max-height: 0;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
  }
  .nav-bar > li > ul > li > a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 40px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-overflow: ellipsis;
    position: relative;
  }
  .nav-bar > li:hover > ul {
    max-height: 400px;
    padding: 6px 0;
  }
  .nav-bar > li > ul > li > a:hover,
  .nav-bar > li > ul > li.active > a {
    color: #aa1b1f;
  }
}
@media (max-width: 1480px) {
  .header-top .header-link {
    display: none;
  }
  .nav-bar > li > a {
    font-size: 1.8em;
  }
}
@media (max-width: 1199px) {
  .header-top .go-back {
    display: none;
  }
  .header-top .content-box {
    height: 120px;
  }
  .header-top .logo img {
    height: 70px;
    margin: 25px auto 0;
  }
  .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 - 56px);
    overflow-y: auto;
  }
  .nav-bar > li {
    background: #fff;
    -webkit-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .nav-bar > li > a {
    font-size: 1.6rem;
    display: block;
    color: #333;
    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: #666;
    white-space: nowrap;
  }
  .nav-bar > li > ul > li.active > a {
    background: #fc940c;
    color: #fff;
    border-color: #fc940c;
  }
  .nav-bar > li > ul > li > ul {
    display: block;
    background: #f3f3f3;
  }
  .nav-bar > li > ul > li > ul > li > a {
    padding: 13px 10px;
    font-size: 2.2em;
    display: block;
    border-radius: 3px;
    text-indent: 50px;
  }
  .nav-bar > li > ul > li > ul > li.active > a {
    background: #4890ea;
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .header-top {
    height: 80px;
  }
  .header-top .content-box {
    height: 80px;
  }
  .header-top .slogan {
    display: none;
  }
  .header-top .logo img {
    height: 60px;
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 639px) {
  .header-top .logo {
    margin-left: 5px;
  }
  .header-top .logo img {
    height: 45px;
    margin: 18px auto 0;
  }
}
@media only screen and (max-width: 479px) {
  .header-top {
    height: 65px;
  }
  .header-top > .content-box {
    height: 65px;
  }
  .header-top .logo img {
    height: 35px;
    margin: 15px auto 0;
  }
  .header-top .nav-open {
    font-size: 0;
  }
}
@media only screen and (max-width: 359px) {
  .header-top .logo img {
    height: 32px;
    margin: 18px auto 0;
  }
}

.module.date-module {
  background-color: #f7f7f7;
  padding-top: 30px;
  padding-bottom: 30px;
}
.date-module-list li {
  position: relative;
  -webkit-box-shadow: 0 0 4px 1px #eee;
  box-shadow: 0 0 4px 1px #eee;
  width: 31.3333%;
  float: left;
  margin: 0 1% 24px;
}
.date-module-list li a {
  display: block;
  height: 120px;
  padding-left: 110px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  background-color: #fff;
  padding-right: 20px;
  padding-top: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.date-module-list li a .date-wrap {
  position: absolute;
  width: 80px;
  height: 50px;
  border-right: 1px solid #bababa;
  top: 40px;
  left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.date-module-list li a .date-wrap span {
  font-size: 1.4em;
  color: #666666;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.date-module-list li a .date-wrap .day {
  font-size: 2.4em;
}
.date-module-list li a h3 {
  font-size: 1.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
}
.date-module-list li a:hover {
  background-color: #aa1b1f;
}
.date-module-list li a:hover .date-wrap {
  border-color: #fff;
}
.date-module-list li a:hover h3,
.date-module-list li a:hover span {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .date-module-list li a h3 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 1023px) {
  .date-module-list li {
    width: 48%;
    margin: 0 1% 10px;
  }
  .date-module-list li a {
    height: 89px;
    padding-top: 20px;
  }
  .date-module-list li a .date-wrap {
    top: 20px;
  }
}
@media only screen and (max-width: 609px) {
  .date-module-list li {
    width: 96%;
    float: none;
    margin: 0 auto 10px;
  }
}

.focus-module {
  padding-top: 35px;
  margin-bottom: 50px;
}
.focus-module .focus-content {
  padding: 10px;
  -webkit-box-shadow: 0 1px 3px 1px #f2f2f2;
  box-shadow: 0 1px 3px 1px #f2f2f2;
  border: 2px solid #f2f2f2;
}
.focus-module .focus-content .focus-container {
  width: 49%;
  height: 392px;
  float: left;
  position: relative;
  margin-bottom: 0;
}
.focus-module .focus-content .focus-container .focus-slide {
  width: 100%;
  height: 392px;
  position: relative;
}
.focus-module .focus-content .focus-container .focus-slide img {
  width: 100%;
  height: 100%;
}
.focus-module .focus-content .focus-container .focus-slide span.title {
  display: block;
  width: 100%;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 120px 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.6em;
  position: absolute;
  bottom: 0;
}
.focus-module .focus-content .focus-container .slick-dots {
  bottom: 10px;
  right: 5px;
  width: 100px;
  line-height: 30px;
}
.focus-module .focus-content .focus-container .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  line-height: 16px;
  font-size: 0;
  background: #fff;
  border-radius: 50%;
}
.focus-module .focus-content .focus-container .slick-dots li button {
  display: none;
}
.focus-module .focus-content .focus-container .slick-dots li.slick-active {
  background: #fc940c;
  color: #fff;
}
.focus-module .focus-right {
  float: right;
  width: 49%;
}
.wenzi-module-list li {
  padding-bottom: 13px;
  margin-top: 20px;
}
.wenzi-module-list li:first-child {
  margin-top: 15px;
}
.wenzi-module-list li a {
  display: block;
  padding-right: 100px;
  position: relative;
}
.wenzi-module-list li a span {
  font-size: 1.6em;
  color: #333333;
  position: absolute;
  right: 0;
  top: 7px;
}
.wenzi-module-list li a h3 {
  font-size: 1.8em;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wenzi-module-list li a:hover h3,
.wenzi-module-list li a:hover span {
  color: #aa1b1f;
}
@media only screen and (max-width: 1199px) {
  .focus-module {
    margin-bottom: 40px;
  }
  .focus-module .focus-content .focus-container {
    height: 310px;
  }
  .focus-module .focus-content .focus-container .focus-slide {
    height: 310px;
  }
  .focus-module .focus-content .focus-container .slick-dots {
    bottom: 10px;
  }
  .wenzi-module-list li a h3 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 1023px) {
  .focus-module .focus-content .focus-container {
    width: 100%;
    height: auto;
  }
  .focus-module .focus-content .focus-container .focus-slide {
    width: 100%;
    height: 403px;
  }
  .focus-module .focus-content .focus-container .focus-slide img {
    height: 403px;
  }
  .focus-module .focus-right {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .focus-module .focus-content .focus-container .focus-slide {
    height: 350px;
  }
  .focus-module .focus-content .focus-container .focus-slide img {
    height: 350px;
  }
}
@media only screen and (max-width: 639px) {
  .focus-module .focus-content .focus-container .focus-slide {
    height: 260px;
  }
  .focus-module .focus-content .focus-container .focus-slide img {
    height: 260px;
  }
}
@media only screen and (max-width: 479px) {
  .focus-module .focus-content .focus-container .focus-slide {
    height: 200px;
  }
  .focus-module .focus-content .focus-container .focus-slide img {
    height: 200px;
  }
}
.module.tuwen-module {
  margin-top: 10px;
  margin-bottom: 40px;
}
.tuwen-module-list li {
  width: 344px;
  margin: 10px;
}
.tuwen-module-list li a {
  display: block;
  height: 336px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  -webkit-box-shadow: 0 0 4px 1px #eee;
  box-shadow: 0 0 4px 1px #eee;
  border-bottom: 2px solid transparent;
}
.tuwen-module-list li a .img {
  height: 194px;
  overflow: hidden;
}
.tuwen-module-list li a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-module-list li a span {
  display: block;
  font-size: 1.6em;
  padding-top: 20px;
  color: #333333;
  padding-bottom: 20px;
}
.tuwen-module-list li a h3 {
  font-size: 1.6em;
  color: #333333;
  line-height: 1.8;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: 10px;
}
.tuwen-module-list li a:hover {
  -webkit-box-shadow: 0 0 4px 1px #f8eced;
  box-shadow: 0 0 4px 1px #f8eced;
  border-color: #aa1b1f;
}
.tuwen-module-list li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tuwen-module-list li a:hover h3 {
  color: #aa1b1f;
}
@media only screen and (max-width: 1366px) {
  .tuwen-module-list li a {
    height: 300px;
  }
  .tuwen-module-list li a .img {
    height: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .module.tuwen-module {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .tuwen-module-list li a {
    height: 330px;
  }
  .tuwen-module-list li a .img {
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .tuwen-module-list li a {
    height: 300px;
  }
  .tuwen-module-list li a .img {
    height: 150px;
  }
}
@media only screen and (max-width: 639px) {
  .tuwen-module-list li a {
    height: auto;
  }
  .tuwen-module-list li a .img {
    height: auto;
  }
}

.blogroll-box {
  height: 60px;
  line-height: 60px;
  background-color: #aa1b1f;
}
.blogroll-box .content-box {
  padding-left: 140px;
  position: relative;
}
.blogroll-box .content-box .title {
  font-size: 2em;
  padding-left: 30px;
  line-height: 60px;
  background: url(../img/link_icon.png) no-repeat left center;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
}
.blogroll-box .content-box .link-content {
  padding-right: 70px;
}
.blogroll-box .content-box .link-content a {
  display: block;
  font-size: 1.6em;
  color: #fff;
  white-space: nowrap;
  margin: 0 10px;
  line-height: 60px;
  height: 60px;
  padding-left: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
}
.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: #e3230e;
}
.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: 27px;
  height: 27px;
  border-radius: 2px;
  border: 1px solid #3468cc;
  background-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-repeat: no-repeat;
}
.blogroll-box .content-box .link-content .slick-next {
  right: 0;
  background-image: url(../img/link_right.png);
  background-color: #1b3b88;
}
.blogroll-box .content-box .link-content .slick-next:hover {
  background-color: #fe9c1d;
  border-color: #fe9c1d;
}
.blogroll-box .content-box .link-content .slick-prev {
  left: auto;
  right: 28px;
  background-image: url(../img/link_left.png);
  background-color: #1b3b88;
}
.blogroll-box .content-box .link-content .slick-prev:hover {
  background-color: #fe9c1d;
  border-color: #fe9c1d;
}
@media only screen and (max-width: 1199px) {
  .link-module {
    display: none;
  }
}

.riqi-list-page {
  margin-top: 10px;
}
.riqi-list-page li a {
  display: block;
  height: 40px;
  padding-left: 125px;
  margin-top: 35px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.riqi-list-page li a span {
  display: inline-block;
  font-size: 1.8em;
  color: #999999;
  font-weight: lighter;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 12px;
  border-right: 1px solid #e5e5e5;
}
.riqi-list-page li a h3 {
  font-size: 1.8em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.riqi-list-page li a:hover h3,
.riqi-list-page li a:hover span {
  color: #aa1b1f;
}
.riqi-list-page li a:hover span {
  border-color: #aa1b1f;
}
.riqi-list-page li:first-child > a {
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .riqi-list-page li a {
    height: 35px;
    margin-top: 20px;
    padding-left: 105px;
  }
  .riqi-list-page li a h3,
  .riqi-list-page li a span {
    font-size: 1.6em;
  }
}

.tuwen-list-page a {
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 20px;
  display: block;
  border-bottom: 1px solid #dddddd;
}
.tuwen-list-page a .img {
  display: block;
  width: 256px;
  height: 144px;
  overflow: hidden;
  float: left;
}
.tuwen-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page a .txt {
  float: right;
  width: calc(100% - 275px);
  position: relative;
  padding-top: 0;
  height: 145px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page a .title {
  font-size: 2em;
  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: 20px;
}
.tuwen-list-page a .intro {
  font-size: 1.6em;
  color: #777777;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.tuwen-list-page a .intro .text-detail {
  color: #aa1b1f;
}
.tuwen-list-page a .time {
  font-size: 1.4em;
  color: #a7a7a7;
  display: block;
}
.tuwen-list-page a:hover {
  border-color: #e3230e;
}
.tuwen-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tuwen-list-page a:hover .title {
  color: #e3230e;
}
.tuwen-list-page a:hover .txt {
  border-color: #aa1b1f;
}
@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;
    height: auto;
  }
  .tuwen-list-page a .title {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.6em;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: normal;
  }
  .tuwen-list-page a .intro {
    display: none;
  }
}

.wenzi-list-page a {
  display: block;
  height: 45px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #dddddd;
}
.wenzi-list-page a:first-child {
  margin-top: 5px;
}
.wenzi-list-page a .title {
  font-size: 1.8em;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% - 120px);
}
.wenzi-list-page a .time {
  float: right;
  font-size: 1.6em;
  line-height: 45px;
  text-align: center;
  color: #999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-list-page a:hover {
  border-color: #aa1b1f;
}
.wenzi-list-page a:hover .title {
  color: #aa1b1f;
}
.wenzi-list-page a:hover .time {
  color: #aa1b1f;
}
@media only screen and (max-width: 1199px) {
  .wenzi-list-page a .title {
    font-size: 1.6em;
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 639px) {
  .wenzi-list-page a {
    margin-top: 5px;
  }
}

.xiazai-list-page a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 50px;
  height: 50px;
  margin-top: 12px;
  padding-right: 45px;
  border-bottom: 1px solid #e5e5e5;
}
.xiazai-list-page a:first-child {
  margin-top: 0;
}
.xiazai-list-page a .btn {
  position: absolute;
  right: 0;
  top: 10px;
  width: 60px;
  height: 22px;
  line-height: 22px;
  text-indent: 12px;
  border-radius: 4px;
  color: #333333;
  background: url('/static/img/download.png') no-repeat 80% center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.xiazai-list-page a .title {
  color: #333;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.xiazai-list-page a:hover {
  background-color: #fffbf6;
  border-color: #aa1b1f;
}
.xiazai-list-page a:hover .title {
  color: #aa1b1f;
}
.xiazai-list-page a:hover .btn {
  background: url('/static/img/download_on.png') no-repeat 80% center;
}

.notfind {
  position: relative;
  margin-bottom: 24px;
  padding: 48px;
  text-align: center;
  background-color: #fff;
}
.notfind img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.notfind .notfind-btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  font-size: 2.4rem;
  color: #fff;
  background-color: #80c023;
  padding: 0 48px;
  border-radius: 3px;
  display: inline-block;
  margin: 20px auto;
}

.banner-box {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
.banner-box .banner-content {
  width: 100%;
}
.banner-box .banner-item {
  height: 400px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  outline: none;
  background-size: cover;
}
.banner-box .banner-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-box .slick-dots {
  position: absolute;
  width: auto;
  text-align: center;
  bottom: 20px;
  padding: 5px 10px;
  border-radius: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner-box .slick-dots li button {
  display: none;
}
.banner-box .slick-dots li {
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(102, 102, 102, 0.8);
}
.banner-box .slick-dots li.slick-active {
  background-color: #fe9c1d;
  opacity: 1;
  height: 6px;
  border-radius: 6px;
  width: 60px;
}
.banner-box .slick-dots li:last-child.slick-active {
  margin-right: 7px;
}
.banner-box .slick-dots li:last-child.slick-active::after {
  display: none;
}
.banner-box .slick-arrow {
  width: 58px;
  height: 58px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
  opacity: 0.9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: 100%;
}
.banner-box .slick-arrow:before {
  display: none;
}
.banner-box .slick-arrow.slick-prev {
  left: 100px;
  background-image: url('../img/banner_left.png');
}
.banner-box .slick-arrow.slick-next {
  right: 100px;
  background-image: url('../img/banner_right.png');
}
.banner-box .slick-arrow.slick-prev:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../img/banner_left_on.png);
}
.banner-box .slick-arrow.slick-next:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url(../img/banner_right_on.png);
}
.banner-box:hover .slick-arrow {
  opacity: 0.9;
}
@media only screen and (max-width: 1199px) {
  .banner-box,
  .banner-box .banner-item {
    height: 300px;
  }
  .banner-box .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .banner-box .slick-arrow:hover {
    width: 45px;
    height: 45px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-box,
  .banner-box .banner-item {
    height: 220px;
  }
}
@media only screen and (max-width: 639px) {
  .banner-box,
  .banner-box .banner-item {
    height: 160px;
  }
  .banner-box .slick-arrow {
    height: 40px;
    width: 40px;
    background-size: 35%;
    display: none !important;
  }
  .banner-box .slick-dots {
    bottom: 5px;
  }
  .banner-box .slick-dots li {
    width: 9px;
    height: 9px;
  }
}

/* body[data-page-type='index'] {
  background: url(../img/index_bg.png) no-repeat left 1470px;
}
@media (max-width: 1480px) {
  body[data-page-type='index'] {
    background: url(../img/index_bg.png) no-repeat left 1470px;
  }
} */
.module {
  overflow: hidden;
}
.module .module-name {
  margin-bottom: 30px;
  height: 47px;
  text-align: center;
  position: relative;
}
.module .module-name span {
  display: inline-block;
  font-size: 3em;
  position: relative;
  color: #333;
}
.module .module-name span::before,
.module .module-name span::after {
  content: '';
  width: 75px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.module .module-name span::before {
  background: url(../img/name_left.png) no-repeat center;
  left: -90px;
}
.module .module-name span::after {
  background: url(../img/name_right.png) no-repeat center;
  right: -90px;
}
.module .module-name a {
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 15px;
  font-size: 1.4em;
  padding-right: 20px;
  background: url(../img/more.png) no-repeat right center;
  display: block;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  color: #999999;
  display: none;
}
.module .module-name a:hover {
  color: #aa1b1f;
  background: url(../img/more_on.png) no-repeat right center;
}
.module .center-module-name {
  text-align: center;
}
.full-module {
  margin: 0;
}
.frame-wrap.full {
  max-width: 100%;
}
.frame-wrap .frame-left {
  float: left;
  width: 280px;
  margin-bottom: 10px;
  position: relative;
}
.frame-wrap .frame-right {
  float: right;
  width: calc(100% - 300px);
  min-height: 400px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .frame-wrap .frame-left {
    display: none;
  }
  .frame-wrap .frame-right {
    width: 100%;
    font: none;
    padding-left: 0;
    margin-left: 0;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .frame-wrap .frame-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.hot-news {
  /* display: none; */
  margin-bottom: 50px
}
.hot-news .hot-title {
  font-size: 1.8em;
  background-color: #aa1b1f;
  text-align: center;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.hot-news a {
  display: block;
  height: 60px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  margin-top: 20px;
}
.hot-news a p {
  width: calc(100% - 50px);
  color: #777777;
  font-size: 1.6em;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
.hot-news a p::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #777777;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 8px;
}
.hot-news a span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 1.4em;
  color: #999;
}
.hot-news a:hover p {
  color: #aa1b1f;
}
.sidebar-title {
  height: 110px;
  font-size: 2.4em;
  position: relative;
  color: #fff;
  letter-spacing: 2px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 110px;
  text-indent: 60px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  background: #aa1b1f url(../img/sidebar_title.png) no-repeat 92% center;
}
.sidebar-menu {
  position: relative;
  margin-bottom: 24px;
  /* padding: 20px; */
  background-color: #fffdf9;
  /* border-bottom: 5px solid #f16d11; */
}
.sidebar-menu > li {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.sidebar-menu > li > a {
  display: block;
  line-height: 49px;
  height: 49px;
  margin-top: 10px;
  font-size: 1.8em;
  border-bottom: 1px solid #ffdfbe;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333333;
  text-indent: 20px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: #c95809;
  background: #ffdfbe url(../img/level1_on.png) no-repeat 92% center;
}
.sidebar-menu > li:hover ul,
.sidebar-menu > li.active ul {
  max-height: 1000px;
  overflow: auto;
}
.sidebar-menu ul {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fefefe;
}
.sidebar-menu ul > li > a {
  display: block;
  line-height: 50px;
  font-size: 1.8em;
  white-space: nowrap;
  text-indent: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #414141;
  background: url(../img/level2.png) no-repeat 50px center;
}
.sidebar-menu ul > li:hover > a,
.sidebar-menu ul > li.active > a {
  color: #1b69b7;
  background: url(../img/level2_on.png) no-repeat 50px center;
}
.news-list li {
  position: relative;
}
.news-list li a {
  display: block;
  height: 35px;
  line-height: 35px;
  padding-right: 95px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news-list li a:hover p,
.news-list li a:hover span {
  color: #aa1b1f;
}
.news-list li p {
  font-size: 1.6em;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list li span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 35px;
  font-size: 1.4em;
  color: #999999;
  text-align: right;
  vertical-align: middle;
  font-family: Arial;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.frame-location {
  position: relative;
  white-space: nowrap;
  line-height: 45px;
  margin-top: 5px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.frame-location .location-path {
  color: #666666;
  font-size: 1.6em;
  padding-left: 20px;
  background: url(../img/location.png) no-repeat left 16px;
}
.frame-location .location-path span:last-child em {
  display: none;
}
.frame-location .location-path span,
.frame-location .location-path a {
  color: #666;
}
.frame-location .location-path 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: #aa1b1f;
}
@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: #aa1b1f;
  border-color: #aa1b1f;
  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: #aa1b1f;
  border-color: #aa1b1f;
  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: 1480px) {
  .module .module-name {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .module {
    margin: 0;
  }
  .frame-wrap {
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 0;
  }
  body[data-page-type='index']::before {
    display: none;
  }
  body[data-page-type='index']::after {
    display: none;
  }
  .frame-location .location-path {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .module .module-name {
    height: 40px;
  }
  .module .module-name span {
    font-size: 2em;
  }
  .module .module-name a {
    top: 5px;
  }
}
@media only screen and (max-width: 639px) {
  .yn-pagination span {
    display: none;
  }
  .yn-pagination .page-num {
    display: none;
  }
  .yn-pagination .page-num.active {
    display: inline-block;
  }
}
@media only screen and (max-width: 479px) {
  .yn-pagination .first-page,
  .yn-pagination .last-page {
    display: none;
  }
  .module .module-name span::after {
    font-size: 18px;
    top: 8px;
  }
}

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