.article-head {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
  padding-top: 4px;
}
.article-head .article-title {
  font-size: 2.2em;
  text-align: center;
  color: #333;
  margin: 10px auto 15px;
  padding: 0 15px;
}
.article-head .article-ftitle {
  font-size: 1.8em;
  text-align: center;
  color: #888;
  margin: 10px auto;
  padding: 0 15px;
}
.article-head .article-info {
  font-size: 1.4em;
  color: #8c8c8c;
  text-align: center;
  margin-top: 24px;
  padding: 10px;
  background-color: #eeeeee;
}
.article-head .article-info span {
  display: inline-block;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
  white-space: nowrap;
}
.article-content {
  padding: 12px;
  font-size: 1.6em;
  color: #242424;
}
.article-content > p {
  text-indent: 2em;
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 12px;
}
.article-content > p[align='center'],
.article-content > p.center {
  text-indent: 0;
}
.article-content img {
  max-width: 100%;
}
.article-content > img {
  display: block;
  margin: 18px auto;
}
.article-jump {
  border-top: 1px solid #eeeeee;
  padding: 10px 5px;
  margin-bottom: 12px;
}
.article-jump > div {
  width: 50%;
  float: left;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.article-jump > div a {
  font-size: 1em;
  color: #333;
}
.article-jump > div a:hover {
  color: #226be4;
}
.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;
  }
}

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

.header-top > .content-box {
  height: 130px;
  position: relative;
}
.header-top .slogan {
  font-family: '思源黑体';
  font-size: 3.6em;
  font-weight: bold;
  letter-spacing: 2px;
  color: #2b52af;
  display: inline-block;
  padding-top: 40px;
  padding-left: 50px;
}
.header-top .logo {
  display: block;
  float: left;
}
.header-top .logo img {
  display: block;
  max-width: 100%;
  margin-top: 25px;
}
.header-top .search-box {
  position: absolute;
  right: 0;
  width: 325px;
  height: 42px;
  border: 2px solid #2b52af;
  background-color: #fff;
  top: 40px;
  overflow: hidden;
  padding-right: 40px;
}
.header-top .search-box input {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  line-height: 40px;
  padding-left: 15px;
  color: #a0a0a0;
  font-size: 1.6rem;
  outline: none;
  background-color: transparent;
  z-index: 11;
}
.header-top .search-box ::-webkit-input-placeholder {
  color: #a0a0a0;
}
.header-top .search-box ::-moz-placeholder {
  color: #a0a0a0;
}
.header-top .search-box :-ms-input-placeholder {
  color: #a0a0a0;
}
.header-top .search-box :-moz-placeholder {
  color: #a0a0a0;
}
.header-top .search-box a {
  display: block;
  width: 80px;
  text-align: center;
  height: 100%;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #2b52af;
  outline: none;
}
.header-nav {
  background-color: #2b52af;
}
.header-wrap .nav-open,
.header-nav .nav-close {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .nav-bar {
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 99;
  }
  .nav-bar > li {
    display: inline-block;
    height: 50px;
    position: relative;
  }
  .nav-bar > li > a {
    display: block;
    font-size: 1.8em;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    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 {
    background-color: #ff8803;
  }
  .nav-bar > li > ul {
    width: 120%;
    position: absolute;
    top: 100%;
    left: -10%;
    overflow: hidden;
    max-height: 0;
    text-align: left;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  .nav-bar > li:last-child>a{
    padding-left: 40px;
    padding-right: 15px;
    background: url(../img/nav_home.png) 10px center no-repeat;
  }
  .nav-bar > li:last-child.active > a,
  .nav-bar > li:last-child:hover > a {
    background: #ff8803 url(../img/nav_home.png) 10px center no-repeat;
  }
/*   .nav-bar > li > ul > li > a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 32px;
    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: 10px;
  }
  .nav-bar > li > ul > li > a:hover,
  .nav-bar > li > ul > li.active > a {
    background-color: #226be4;
    color: #fff;
  } */
}
@media (max-width: 1199px) {
  .header-top .go-home {
    display: none;
  }
  .header-top .slogan {
    display: none;
  }
  .header-top .content-box {
    height: 80px;
  }
  .header-top .search-box {
    right: 100px;
    top: 50%;
    margin-top: -20px;
  }
  .header-top .header-middle {
    height: 80px;
  }
  .header-top .welcome {
    display: none;
  }
  .header-top .logo img {
    height: 60px;
    margin: 10px 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: #226be4;
    background: url('../img/nav_open.png') right center no-repeat;
  }
  .header-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #f1f1f1;
  }
  .header-nav.show {
    right: 0;
  }
  .header-nav .nav-close {
    padding: 0 20px 0 10px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #c8c8c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 2px #ccc;
    box-shadow: 0 2px 2px #ccc;
    font-size: 1.4rem;
  }
  .header-nav .back-home {
    font-size: 1.4rem;
    background: url(../img/nav_back.png) left center no-repeat;
    padding-left: 20px;
    color: #333;
  }
  .header-nav .nav-close .close-nav-btn {
    width: 24px;
    height: 24px;
    background: url('../img/nav_close.png') center no-repeat;
  }
  .nav-bar {
    padding: 1px 15px 15px;
    height: calc(100vh - 56px);
    overflow-y: auto;
  }
  .nav-bar > li {
    background: #fff;
    -webkit-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .nav-bar > li > a {
    font-size: 1.6rem;
    display: block;
    background: #226be4;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
  }
  .nav-bar > li:first-child > a {
    display: none;
  }
  .nav-bar > li > ul {
    padding: 0 0 10px;
    background: #fff;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left;
  }
  .nav-bar > li > ul > li {
    display: inline-block;
    margin: 10px;
  }
  .nav-bar > li > ul > li > a {
    font-size: 1.6rem;
    padding: 5px 10px;
    border: 1px solid #e7eefc;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 5px 1%;
    color: #226be4;
    white-space: nowrap;
  }
  .nav-bar > li > ul > li.active > a {
    background: #2b52af;
    color: #fff;
    border-color: #2b52af;
  }
  .nav-bar > li > ul > li > ul {
    display: block;
    background: #f3f3f3;
  }
  .nav-bar > li > ul > li > ul > li > a {
    padding: 13px 10px;
    font-size: 2.2em;
    display: block;
    border-radius: 3px;
    text-indent: 50px;
  }
  .nav-bar > li > ul > li > ul > li.active > a {
    background: #4890ea;
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .header-top .search-box {
    display: none;
  }
  .header-top {
    height: 80px;
  }
  .header-top .content-box {
    height: 80px;
  }
  .header-top .slogan {
    display: none;
  }
  .header-top .logo img {
    height: 60px;
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 639px) {
  .header-top .logo {
    margin-left: 5px;
  }
  .header-top .logo img {
    height: 45px;
    margin: 18px auto 0;
  }
}
@media only screen and (max-width: 479px) {
  .header-top {
    height: 65px;
  }
  .header-top > .content-box {
    height: 65px;
  }
  .header-top .header-middle {
    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;
  }
}

.first-module {
  height: 237px;
}
.first-module-list {
  position: relative;
  padding-left: 320px;
  padding-right: 10px;
}
.first-module-list a {
  display: block;
}
.first-module-list a:hover p {
  color: #226be4;
}
.first-module-list .img {
  width: 298px;
  height: 165px;
  position: absolute;
  left: 10px;
  top: 3px;
}
.first-module-list .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.first-module-list h3 {
  display: none;
}
.first-module-list p {
  font-size: 1.4em;
  text-indent: 2em;
  color: #333333;
  line-height: 2;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1023px) {
  .first-module {
    height: auto;
  }
  .first-module-list {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .first-module-list a {
    height: auto;
  }
  .first-module-list .img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    text-align: center;
  }
  .first-module-list .img img {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }
}

.focus-module {
  margin-top: 20px;
}
.focus-module .focus-content {
  padding: 0 15px 10px;
}
.focus-module .focus-content .focus-container {
  width: 40%;
  height: 300px;
  float: left;
  position: relative;
  margin-bottom: 0;
}
.focus-module .focus-content .focus-container .focus-slide {
  width: 100%;
  height: 300px;
  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: 40px;
  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: 4px;
  right: 0;
  width: 100px;
  line-height: 30px;
}
.focus-module .focus-content .focus-container .slick-dots li {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  line-height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 0;
  background: #928b89;
}
.focus-module .focus-content .focus-container .slick-dots li button {
  display: none;
}
.focus-module .focus-content .focus-container .slick-dots li.slick-active {
  background: #ff8803;
  border-color: #ff8803;
}
.focus-module .focus-content .focus-container .slick-next,
.focus-module .focus-content .focus-container .slick-prev {
  top: auto;
  bottom: -50px;
}
.focus-module .focus-content .focus-container .slick-prev {
  left: 10px;
  background: url(../img/focus_left.png) no-repeat center;
}
.focus-module .focus-content .focus-container .slick-prev:hover {
  background: url(../img/focus_left_on.png) no-repeat center;
}
.focus-module .focus-content .focus-container .slick-next {
  right: auto;
  left: 115px;
  background: url(../img/focus_right.png) no-repeat center;
}
.focus-module .focus-content .focus-container .slick-next:hover {
  background: url(../img/focus_right_on.png) no-repeat center;
}
.focus-module .focus-content .focus-container .slick-next:before,
.focus-module .focus-content .focus-container .slick-prev:before {
  display: none;
}
.focus-module .focus-right {
  float: right;
  width: 59%;
}
@media only screen and (max-width: 1367px) {
  .focus-module .focus-content .focus-container {
    width: 48%;
  }
  .focus-module .focus-content .focus-right {
    width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .focus-module {
    margin-bottom: 50px;
  }
  .focus-module .focus-wenzi-list li {
    margin-top: 15px;
  }
  .focus-module .focus-content .focus-container {
    display: none;
  }
  .focus-module .focus-content .focus-right {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .focus-module {
    margin-bottom: 40px;
  }
}

.full-pic,
.full-pic img {
  width: 100%;
  display: block;
}
.full-pic {
  padding-left: 6px;
  padding-right: 6px;
}

.text-module {
  height: 237px;
}
.text-module-list {
  padding: 0 10px;
}
.text-module-list li {
  position: relative;
}
.text-module-list li a {
  display: block;
  height: 36px;
  line-height: 36px;
  position: relative;
  padding-left: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url('../img/list2.png') no-repeat left center;
  padding-right: 100px;
}
.text-module-list li a h3 {
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333;
}
.text-module-list li a span {
  display: inline-block;
  font-size: 1.4em;
  color: #999999;
  position: absolute;
  right: 0;
  top: 0;
}
.text-module-list li a:hover {
  background: url('../img/list2_on.png') no-repeat left center;
}
.text-module-list li a:hover h3,
.text-module-list li a:hover span {
  color: #226be4;
}
@media only screen and (max-width: 1199px) {
  .text-module {
    height: auto;
    margin-bottom: 20px;
  }
  .text-module-list li a {
    padding-left: 0;
    margin-bottom: 0;
  }
}

.wenzi-module-list li {
  position: relative;
}
.wenzi-module-list li a {
  display: block;
  height: 42px;
  line-height: 42px;
  position: relative;
  padding-left: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  padding-right: 100px;
  border-bottom: 1px dashed #dddddd;
  background: url('../img/list.png') no-repeat left center;
}
.wenzi-module-list li a h3 {
  font-size: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333;
}
.wenzi-module-list li a span {
  display: inline-block;
  font-size: 1.4em;
  color: #999999;
  position: absolute;
  right: 0;
  top: 0;
}
.wenzi-module-list li a:hover {
  background: url('../img/list_on.png') no-repeat left center;
}
.wenzi-module-list li a:hover h3,
.wenzi-module-list li a:hover span {
  color: #226be4;
}
.wenzi-module-list.wenzi-module-other {
  margin-bottom: 10px;
}
.wenzi-module-list.wenzi-module-other li a {
  border-bottom: none;
  padding-left: 20px;
  background: #fff url(../img/list.png) no-repeat 10px center;
}
.wenzi-module-list.wenzi-module-other li a span {
  right: 10px;
}
.wenzi-module-list.wenzi-module-other li a:hover {
  background: #f6f6f6 url(../img/list_on.png) no-repeat 10px center;
}
.toutiao-module .head-line {
  display: block;
  position: relative;
  padding-left: 160px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 96px;
}
.toutiao-module .head-line .img {
  overflow: hidden;
  height: 96px;
  position: absolute;
  left: 0;
  top: 0;
  width: 146px;
}
.toutiao-module .head-line .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toutiao-module .head-line h3 {
  font-size: 1.6em;
  text-align: left;
  color: #333333;
  line-height: 1.6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 4px;
  overflow: hidden;
}
.toutiao-module .head-line p {
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #999999;
  text-indent: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toutiao-module .head-line .head-line-date {
  font-size: 1.4em;
  text-align: left;
  color: #999999;
  font-weight: lighter;
}
.toutiao-module .head-line:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.toutiao-module .head-line:hover h3 {
  color: #226be4;
}
.toutiao-module .head-line:hover p {
  color: #333;
}
.toutiao-news-list li {
  margin-top: 18px;
}
.toutiao-news-list a {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 80px;
}
.toutiao-news-list a h3 {
  font-size: 1.6em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #444444;
}
.toutiao-news-list a span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.6em;
  color: #999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toutiao-news-list a:hover h3,
.toutiao-news-list a:hover span {
  color: #2b52af;
}
@media only screen and (max-width: 1199px) {
  .wenzi-module {
    height: auto;
    margin-bottom: 20px;
  }
  .wenzi-module-list li a {
    padding-left: 0;
    margin-bottom: 0;
  }
  .toutiao-module .head-line p {
    margin: 8px 0 10px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .toutiao-module .head-line p {
    margin: 0px 0 0 0;
  }
}
@media only screen and (max-width: 639px) {
  .toutiao-module .head-line {
    min-height: 100px;
    padding-left: 170px;
  }
  .toutiao-module .head-line .img {
    height: 100px;
    width: 160px;
  }
  .toutiao-module .head-line p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media only screen and (max-width: 479px) {
  .toutiao-module .head-line {
    min-height: 80px;
    padding-left: 130px;
  }
  .toutiao-module .head-line .img {
    height: 80px;
    width: 120px;
  }
  .toutiao-module .head-line p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.tuwen-module .module-content {
  padding: 0 10px;
}
.tuwen-module-list li {
  margin: 0 6px;
}
.tuwen-module-list li a {
  display: block;
}
.tuwen-module-list li a .img {
  overflow: hidden;
  height: 134px;
}
.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 .txt {
  position: relative;
}
.tuwen-module-list li a .txt h3 {
  font-size: 1.6em;
  color: #333;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.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: #226be4;
}
.tuwen-module-list .slick-prev {
  left: -26px;
  z-index: 1;
  width: 26px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3) url(../img/sub_left.png) no-repeat center;
}
.tuwen-module-list .slick-prev:hover {
  background: #cb0a00 url(../img/sub_left.png) no-repeat center;
}
.tuwen-module-list .slick-prev::before {
  display: none;
}
.tuwen-module-list .slick-next {
  right: -26px;
  z-index: 1;
  width: 26px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3) url(../img/sub_right.png) no-repeat center;
}
.tuwen-module-list .slick-next:hover {
  background: #cb0a00 url(../img/sub_right.png) no-repeat center;
}
.tuwen-module-list .slick-next::before {
  display: none;
}
@media only screen and (max-width: 1366px) {
  .tuwen-module-list li a .img {
    height: 160px;
  }
}
@media only screen and (max-width: 1199px) {
  .tuwen-module-list li a .img {
    height: 140px;
  }
}
@media only screen and (max-width: 1023px) {
  .tuwen-module-list li a .img {
    height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .tuwen-module-list li a .img {
    height: 180px;
  }
}
@media only screen and (max-width: 639px) {
  .tuwen-module-list li a .img {
    height: 135px;
  }
}
@media only screen and (max-width: 479px) {
  .tuwen-module-list li a .img {
    height: 150px;
  }
}

.wenzi-toutiao-module .head-line {
  display: block;
  position: relative;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 96px;
}
.wenzi-toutiao-module .head-line h3 {
  font-size: 1.6em;
  text-align: left;
  color: #333333;
  line-height: 1.6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 4px;
  padding-left: 12px;
  background: url('../img/list.png') no-repeat left center;
  overflow: hidden;
}
.wenzi-toutiao-module .head-line p {
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #999999;
  text-indent: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-toutiao-module .head-line .head-line-date {
  font-size: 1.4em;
  text-align: left;
  color: #999999;
  font-weight: lighter;
}
.wenzi-toutiao-module .head-line:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.wenzi-toutiao-module .head-line:hover h3 {
  color: #226be4;
}
.wenzi-toutiao-module .head-line:hover p {
  color: #333;
}
.wenzi-toutiao-news-list li {
  margin-top: 18px;
}
.wenzi-toutiao-news-list a {
  display: block;
  position: relative;
  padding-left: 25px;
  padding-right: 80px;
}
.wenzi-toutiao-news-list a h3 {
  font-size: 1.6em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #444444;
}
.wenzi-toutiao-news-list a span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.6em;
  color: #999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-toutiao-news-list a:hover h3,
.wenzi-toutiao-news-list a:hover span {
  color: #2b52af;
}

.notfind-module.frame-wrap {
  background-color: #fff;
}
.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;
}

.video-module .video-list-wrap {
  position: relative;
  height: 278px;
}
.video-module .video-list-wrap .video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
}
.video-module .video-list-wrap .play-box {
  display: block;
  height: 278px;
  position: relative;
}
.video-module .video-list-wrap .play-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.video-module .video-list-wrap .play-box .video-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  display: none;
}
.video-module .video-list-wrap .btn-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/play.png') center 50% no-repeat;
  display: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
.video-module .video-list-wrap:hover .video-mask {
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  .video-module {
    margin-bottom: 20px;
  }
  .video-module .video-list-wrap {
    height: 400px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .video-module .video-list-wrap .play-box {
    height: 400px;
  }
  .video-module .video-list-wrap .play-box .video-mask {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .video-module .video-list-wrap {
    height: 360px;
  }
  .video-module .video-list-wrap .play-box {
    height: 360px;
  }
}
@media only screen and (max-width: 639px) {
  .video-module .video-list-wrap {
    height: 300px;
  }
  .video-module .video-list-wrap .play-box {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .video-module .video-list-wrap {
    height: 220px;
  }
  .video-module .video-list-wrap .play-box {
    height: 220px;
  }
}

.tupian-list-page {
  margin-left: -1%;
  margin-right: -1%;
}
.tupian-list-page a {
  width: 23%;
  margin: 0 1% 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 210px;
  background-color: #fff;
}
.tupian-list-page a .img {
  position: relative;
  height: 134px;
  overflow: hidden;
}
.tupian-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tupian-list-page a .title {
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
  font-size: 1.6em;
  /* text-align: center; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tupian-list-page a .intro {
  font-size: 1.4em;
  color: #777777;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tupian-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tupian-list-page a:hover .title {
  color: #226be4;
}
.tupian-list-page a:hover .intro {
  color: #333;
}
@media only screen and (max-width: 1023px) {
  .tupian-list-page a {
    width: 31.33%;
  }
}
@media only screen and (max-width: 767px) {
  .tupian-list-page a {
    width: 48%;
    height: 245px;
  }
  .tupian-list-page a .img {
    height: 170px;
  }
}
@media only screen and (max-width: 639px) {
  .tupian-list-page a {
    height: 205px;
  }
  .tupian-list-page a .title {
    padding-top: 5px;
  }
  .tupian-list-page a .img {
    height: 130px;
  }
}
@media only screen and (max-width: 479px) {
  .tupian-list-page a {
    width: 98%;
    height: auto;
    margin-bottom: 10px;
  }
  .tupian-list-page a .title {
    padding-top: 10px;
  }
  .tupian-list-page a .img {
    height: auto;
  }
}

.tuwen-list-page a {
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  border-bottom: 1px dashed #dddddd;
}
.tuwen-list-page a:first-child {
  padding-top: 0;
}
.tuwen-list-page a .img {
  display: block;
  width: 270px;
  height: 144px;
  overflow: hidden;
  float: left;
}
.tuwen-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page a .txt {
  float: left;
  width: calc(100% - 270px);
  position: relative;
  padding-left: 14px;
}
.tuwen-list-page a .title {
  font-size: 1.8em;
  color: #333333;
  padding-bottom: 15px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page a .time {
  font-size: 1.4em;
  color: #999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page a .intro {
  font-size: 1.4em;
  color: #777777;
  line-height: 1.8;
  margin: 6px 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tuwen-list-page a .intro span {
  color: #cba471;
}
.tuwen-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tuwen-list-page a:hover .title {
  color: #226be4;
}
.tuwen-list-page a:hover .intro {
  color: #333;
}
.tuwen-list-page a:hover .time {
  color: #333;
}
@media only screen and (max-width: 1023px) {
  .tuwen-list-page a .img {
    width: 200px;
  }
  .tuwen-list-page a .txt {
    width: calc(100% - 200px);
  }
  .tuwen-list-page a h6 {
    padding-bottom: 5px;
  }
  .tuwen-list-page a .intro {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tuwen-list-page a .title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .tuwen-list-page a .txt {
    width: calc(100% - 120px);
    padding: 0 0 0 10px;
  }
  .tuwen-list-page a .img {
    width: 120px;
    height: 80px;
  }
  .tuwen-list-page a .title {
    border-bottom: none;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;
    font-size: 1.6em;
    margin-top: 10px;
  }
  .tuwen-list-page a .intro {
    display: none;
  }
}

.wenzi-list-page a {
  display: block;
  border-bottom: 1px dashed #dddddd;
  line-height: 42px;
}
.wenzi-list-page a .title {
  font-size: 1.6em;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: calc(100% - 100px);
}
.wenzi-list-page a .title:before {
  content: '';
  width: 15px;
  height: 17px;
  background: url('../img/list.png') no-repeat center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-list-page a .time {
  float: right;
  font-size: 1.4em;
  padding-right: 5px;
  text-align: center;
  color: #999999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-list-page a:hover {
  background-color: #f6f6f6;
}
.wenzi-list-page a:hover .title,
.wenzi-list-page a:hover .time {
  color: #226be4;
}
.wenzi-list-page a:hover .title:before {
  background: url('../img/list_on.png') no-repeat center;
}
@media only screen and (max-width: 479px) {
  .wenzi-list-page a .title {
    width: calc(100% - 80px);
  }
}

.banner-box {
  width: 100%;
  max-height: 320px;
  overflow: hidden;
  position: relative;
}
.banner-box .banner-content {
  width: 100%;
}
.banner-box .banner-item {
  height: 320px;
  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 .banner-item.slick-active::after {
  display: none;
}
.banner-box .slick-dots {
  position: absolute;
  width: auto;
  text-align: center;
  bottom: 10px;
  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 3px;
  cursor: pointer;
  vertical-align: middle;
  width: 20px;
  height: 6px;
  background-color: #c1c4cd;
  opacity: 1;
  border: 1px solid transparent;
}
.banner-box .slick-dots li.slick-active {
  background-color: #fe9c1d;
  opacity: 1;
  width: 23px;
  height: 8px;
  border-color: #fff;
}
.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: 27px;
  height: 54px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
  opacity: 0.9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-box .slick-arrow:before {
  display: none;
}
.banner-box .slick-arrow.slick-prev {
  left: 30px;
  background-image: url('../img/banner_left.png');
}
.banner-box .slick-arrow.slick-next {
  right: 30px;
  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 .banner-item::after {
    display: none;
  }
  .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;
  }
}

.frame-banner-box {
  width: 100%;
  max-height: 320px;
  overflow: hidden;
  position: relative;
}
.frame-banner-box .banner-content {
  width: 100%;
}
.frame-banner-box .banner-item {
  height: 320px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.frame-banner-box .banner-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.frame-banner-box .slick-dots {
  position: absolute;
  width: auto;
  text-align: center;
  bottom: 10px;
  padding: 5px 10px;
  border-radius: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.frame-banner-box .slick-dots li button {
  display: none;
}
.frame-banner-box .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
.frame-banner-box .slick-dots li.slick-active {
  background: #2b52af;
}
.frame-banner-box .slick-arrow {
  width: 27px;
  height: 54px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
  border-radius: 50%;
  opacity: 0.9;
  -webkit-transition: left 0.5s ease, right 0.5s ease;
  transition: left 0.5s ease, right 0.5s ease;
}
.frame-banner-box .slick-arrow:before {
  display: none;
}
.frame-banner-box .slick-arrow.slick-prev {
  left: 30px;
  background-image: url('../img/banner_left.png');
}
.frame-banner-box .slick-arrow.slick-next {
  right: 30px;
  background-image: url('../img/banner_right.png');
}
.frame-banner-box .slick-arrow.slick-prev:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: url('../img/banner_left_on.png');
}
.frame-banner-box .slick-arrow.slick-next:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: url('../img/banner_right_on.png');
}
.frame-banner-box:hover .slick-arrow {
  opacity: 0.9;
}
@media only screen and (max-width: 1023px) {
  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 150px;
  }
  .frame-banner-box .slick-arrow {
    height: 40px;
    width: 40px;
    background-size: 35%;
    display: none !important;
  }
  .frame-banner-box .slick-dots {
    bottom: 5px;
  }
  .frame-banner-box .slick-dots li {
    width: 9px;
    height: 9px;
  }
}
@media only screen and (max-width: 479px) {
  .frame-banner-box,
  .frame-banner-box .banner-item {
    height: 130px;
  }
}

body[data-page-type='index'] {
  margin: 0 auto !important;
  /* background: url('../img/index_bg.png') no-repeat left 1330px; */
}
.module {
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.module .module-name {
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.module .module-name span {
  display: inline-block;
  font-size: 2em;
  padding: 4px 0;
  position: relative;
}
.module .module-name span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 18px;
  background-color: #226be4;
  margin-right: 6px;
}
.module .module-name a {
  float: right;
  color: #226be4;
  background: url('../img/more.png') no-repeat center;
  display: inline-block;
  font-size: 0;
  width: 18px;
  height: 18px;
  margin-top: 10px;
  margin-right: 10px;
}
.module .module-name a:hover {
  background: url('../img/more_on.png') no-repeat center;
}
.full-module {
  margin: 0;
}
.frame-wrap.full {
  max-width: 100%;
}
.frame-wrap .frame-left {
  float: left;
  width: 250px;
  margin-bottom: 10px;
  position: relative;
}
.frame-wrap .frame-right {
  float: right;
  width: calc(100% - 270px);
  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 {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.hot-news .hot-title {
  font-size: 1.6em;
  color: #ff6c11;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-left: 12px;
  background: url('../img/fire.png') no-repeat left center;
  margin-bottom: 3px;
}
.hot-news a {
  display: block;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  height: 34px;
  line-height: 34px;
}
.hot-news a p {
  color: #6b6d77;
  font-size: 1.4em;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hot-news a span {
  display: inline-block;
  font-size: 12px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  background-color: #c3dafa;
  color: #fff;
  margin-right: 10px;
}
.hot-news a:hover p {
  color: #226be4;
}
.hot-news .hot1 .num {
  background-color: #f54545;
}
.hot-news .hot2 .num {
  background-color: #ff8547;
}
.hot-news .hot3 .num {
  background-color: #ffac38;
}
.hot-news .slick-dots {
  text-align: right;
  bottom: -25px;
}
.hot-news .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #d2d2d2;
}
.hot-news .slick-dots li button {
  display: none;
}
.hot-news .slick-dots li button::before {
  display: none;
}
.hot-news .slick-dots li.slick-active {
  background-color: #2b52af;
}
.sidebar-title {
  height: 100px;
  font-size: 3em;
  background-color: #c80703;
  position: relative;
  color: #fff;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  line-height: 100px;
  letter-spacing: 1px;
  text-align: center;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sidebar-title::after {
  content: '';
  width: 100%;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fef360),
    color-stop(#f5bc2f),
    to(#f09b17)
  );
  background: linear-gradient(to right, #fef360, #f5bc2f, #f09b17);
  position: absolute;
  left: 0;
  bottom: 0;
}
.sidebar-title span {
  display: inline-block;
  position: relative;
}
.sidebar-menu {
  display: none;
  background-color: #fef1f4;
  position: relative;
  margin-bottom: 24px;
  padding: 20px;
}
.sidebar-menu > li {
  position: relative;
  overflow: hidden;
}
.sidebar-menu > li > a {
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 1.6em;
  background: #ffd9d8 url(../img/level1.png) no-repeat 90% center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #333333;
  text-indent: 20px;
  position: relative;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: #fff;
  background: #ff920b url(../img/level1_on.png) no-repeat 90% 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: #fff;
}
.sidebar-menu ul > li > a {
  display: block;
  line-height: 46px;
  font-size: 1.6em;
  white-space: nowrap;
  text-indent: 50px;
  -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 35px center;
}
.sidebar-menu ul > li:hover > a,
.sidebar-menu ul > li.active > a {
  color: #226be4;
  background: url(../img/level2_on.png) no-repeat 35px 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: #226be4;
}
.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;
  text-overflow: ellipsis;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
.frame-location .location-path {
  padding-left: 20px;
  background: url('../img/location.png') no-repeat left center;
  color: #707070;
  font-size: 1.6em;
  display: inline-block;
  position: relative;
}
.frame-location .location-path::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #226be4;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 2;
}
.frame-location .location-path span a {
  color: #707070;
}
.frame-location .location-path span:last-child em {
  display: none;
}
.frame-location .location-path em {
  display: inline-block;
  margin: 0 3px;
  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: #226be4;
}
@media (max-width: 767px) {
  .frame-location span {
    display: none;
  }
  .frame-location span:last-child {
    display: inline-block;
  }
}
.empty-list-info {
  text-align: center;
  line-height: 3;
}
.yn-pagination {
  margin: 24px auto;
  text-align: center;
}
.yn-pagination a,
.yn-pagination span {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 9px 10px;
  color: #767676;
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 1px;
  background: #fff;
  line-height: 1.4em;
}
.yn-pagination a:hover {
  background: #2b52af;
  border-color: #2b52af;
  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: #2b52af;
  border-color: #2b52af;
  color: #fff;
}
.yn-pagination span {
  margin: 0 5px;
}
.yn-pagination .total-page-num {
  cursor: default;
}
.yn-pagination .go-page {
  cursor: default;
}
.yn-pagination .go-page:hover {
  cursor: default;
  background: #1469bc;
  border-color: #1469bc;
  color: #fff;
}
.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border: 10px solid #e2f5ff;
  text-indent: 0;
}
.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.video .alt {
  padding-top: 56.25%;
  height: 0 !important;
}
.edui-pdf {
  min-height: 800px;
}
.mapBg {
  padding: 10px;
  border: 1px solid #eeeeee;
}
.BMap_omCtrl,
.anchorBL,
.BMap_stdMpCtrl {
  display: none !important;
}
#dituContent {
  width: 100%;
  height: 382px;
  border: none !important;
}
#dituContent img {
  max-width: none !important;
}
.BMapLabel {
  color: #f54336 !important;
  font-size: 1.8em !important;
  border: none !important;
  -webkit-box-shadow: 0 0 2px #fcd6c6;
  box-shadow: 0 0 2px #fcd6c6;
  padding: 2px 5px !important;
  top: -50px !important;
}
@media only screen and (max-width: 1199px) {
  .module {
    margin-left: 0;
    margin-right: 0;
  }
  body[data-page-type='index'] {
    background: none;
  }
  body {
    background: none;
  }
  .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;
  }
  .module .module-name span::after {
    font-size: 18px;
    top: 8px;
  }
}

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