/* 网站置灰 */
/* html {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
} */
.article-head {
  width: 100%;
  margin: 0 auto 20px;
  padding-bottom: 0;
}
.article-head .article-title {
  font-size: 28px;
  text-align: center;
  color: #333333;
  margin: 10px auto;
  padding: 0 15px 0 15px;
}
.article-head .article-ftitle {
  font-size: 1.6em;
  text-align: center;
  color: #666666;
  margin: 10px auto;
  padding: 0 15px;
}
.article-head .article-info {
  font-size: 16px;
  color: #777777;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dotted #d3b364;
}
.article-head .article-info span {
  display: inline-block;
  margin: 2px 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
}
.style2 .article-head .article-ftitle {
  display: none;
}
.article-content {
  padding: 12px;
  font-size: 16px;
  color: #333333;
}
.article-content > p {
  text-indent: 2em;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 12px;
}
.article-content > p[align="center"],
.article-content > p.center {
  text-indent: 0;
}
.article-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.article-jump {
  border-top: 1px solid #005bac;
  padding: 15px 0 0;
}
.article-jump > div {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}
.article-jump > div.prev {
  margin-bottom: 15px;
}
.article-jump > div a {
  font-size: 1em;
  color: #333333;
}
.article-jump > div a:hover {
  color: #005bac;
}
@media (max-width: 991px) {
  .article-jump > div {
    width: 100%;
    float: none;
  }
  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 639px) {

}
@media only screen and (max-width: 479px) {
  .article-content {
    padding: 12px 0;
  }
}

.header-top {
  background: #005bac url("../img/top_1985.png") no-repeat 33% center;
}
.header-top > .content-box {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header-top .logo img {
  display: block;
  max-width: 100%;
}
.header-top .header-link {
  margin-left: 260px;
  width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-top .header-link a {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  margin-bottom: 5px;
}
.header-top .header-link a span {
  display: block;
  font-size: 16px;
  color: #eaf5ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-top .header-link a:hover span {
  color: #008dd2;
}
.header-top .header-link a:nth-child(2),
.header-top .header-link a:nth-child(4) {
  padding-left: 50px;
}
.header-top .search-box {
  position: absolute;
  right: 0;
  width: 224px;
  border-radius: 4px;
  height: 38px;
  background-color: #006ab7;
  top: 32%;
  border: 1px solid #4f8dc5;
  overflow: hidden;
  padding-right: 40px;
}
.header-top .search-box input {
  display: block;
  width: 100%;
  height: 38px;
  border: none;
  line-height: 38px;
  padding-left: 15px;
  color: #fff;
  font-size: 1.4rem;
  outline: none;
  background-color: transparent;
  z-index: 11;
}
.header-top .search-box ::-webkit-input-placeholder {
  color: #fff;
}
.header-top .search-box ::-moz-placeholder {
  color: #fff;
}
.header-top .search-box :-ms-input-placeholder {
  color: #fff;
}
.header-top .search-box :-moz-placeholder {
  color: #fff;
}
.header-top .search-box a {
  display: block;
  width: 40px;
  text-align: center;
  height: 38px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: url(../img/search_btn.png) no-repeat center;
  outline: none;
}
.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: 60px;
    position: relative;
  }
  .nav-bar > li::after {
    content: "";
    width: 70%;
    height: 3px;
    background: #008dd2;
    position: absolute;
    bottom: 0;
    left: 15%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-bar > li:hover::after {
    opacity: 1;
  }
  .nav-bar > li > a {
    display: block;
    font-size: 2em;
    color: #333333;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-top: 10px;
    border-radius: 5px;
    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: #008dd2;
  }
  .nav-bar > li > ul {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    overflow: hidden;
    max-height: 0;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #005bac;
    z-index: 1000;
    border-top: 3px solid transparent;
    opacity: 0;
  }
  .nav-bar > li > ul > li > a {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    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;
    border-color: #008dd2;
    opacity: 1;
  }
  .nav-bar > li > ul > li > a:hover,
  .nav-bar > li > ul > li.active > a {
    background: #008dd2;
  }
}
@media (max-width: 1480px) {
  .header-top .header-link {
    margin-left: 160px;
  }
  .nav-bar > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .header-top .header-link {
    display: none;
  }
  .header-top .search-box {
    right: 100px;
    top: 50%;
    margin-top: -20px;
  }
  .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;
    background: #005bac;
    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: #005bac;
    white-space: nowrap;
  }
  .nav-bar > li > ul > li.active > a {
    background: #008dd2;
    color: #fff;
    border-color: #008dd2;
  }
  .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;
    background: #005bac;
  }
  .header-top .content-box {
    height: 80px;
  }
  .header-top .slogan {
    display: none;
  }
  .header-top .logo img {
    height: 60px;
  }
}
@media only screen and (max-width: 639px) {
  .header-top .logo img {
    height: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .header-top {
    height: 65px;
  }
  .header-top > .content-box {
    height: 65px;
  }
  .header-top .logo img {
    height: 35px;
  }
  .header-top .nav-open {
    font-size: 0;
  }
}
@media only screen and (max-width: 359px) {
  .header-top .logo img {
    height: 32px;
    margin: 18px auto 0;
  }
}

.footer-wrap {
  background-color: #005bac;
}
.footer-wrap > .content-box {
  height: 180px;
  background: url(../img/footer_logo.png) no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
}
.footer-wrap > .content-box .footer-info-item {
  padding-top: 12px;
}
.footer-wrap > .content-box .footer-info-item span,
.footer-wrap > .content-box .footer-info-item a {
  font-size: 16px;
  display: block;
  color: #fff;
  margin-bottom: 15px;
  padding-left: 24px;
}
.footer-wrap > .content-box .footer-info-item .address {
  background: url(../img/address.png) no-repeat left center;
}
.footer-wrap > .content-box .footer-info-item .tel {
  background: url(../img/tel.png) no-repeat left center;
}
.footer-wrap > .content-box .footer-info-item .email {
  background: url(../img/email.png) no-repeat left center;
}
.footer-wrap > .content-box .footer-info-item a {
  display: inline-block;
}
.footer-wrap > .content-box .code-box span {
  width: 112px;
  height: 112px;
  display: inline-block;
  position: relative;
  margin-left: 12px;
}
.footer-wrap > .content-box .code-box span::after {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: -22px;
  width: 100%;
}
.footer-wrap > .content-box .code-box .dy {
  background: url("../img/sp.png") no-repeat left center;
}
.footer-wrap > .content-box .code-box .dy::after {
  content: "视频号";
}
.footer-wrap > .content-box .code-box .sp {
  background: url("../img/dy.png") no-repeat left center;
}
.footer-wrap > .content-box .code-box .sp::after {
  content: "抖音";
}
.footer-wrap > .content-box .code-box .vx::after {
  content: "微信公众号";
}
.footer-wrap > .content-box .code-box .vx img {
  display: inline-block;
}
.footer-copyright {
  line-height: 40px;
  background-color: #004078;
  text-align: center;
  position: relative;
}
.footer-copyright .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-copyright .content-box p {
  display: inline-block;
}
.footer-copyright a,
.footer-copyright span {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 50px;
}
.footer-copyright .police {
  background: url("../img/police.png") no-repeat left center;
  padding-left: 28px;
}
.scroll-top {
  position: fixed;
  width: 52px;
  height: 52px;
  right: 5px;
  bottom: 48px;
  z-index: 1000;
  cursor: pointer;
  background: #d7b96c url("../img/gotop.png") center center no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 3px;
}
.scroll-top:hover {
  border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
  .footer-wrap > .content-box {
    display: none;
  }
  .footer-wrap .footer-copyright {
    text-align: center;
  }
  .footer-wrap .footer-copyright .beian,
  .footer-wrap .footer-copyright .police {
    display: none;
  }
  .footer-wrap .footer-copyright span {
    margin: 0;
  }
}

.date-module.module {
  padding-bottom: 80px;
  min-height: 300px;
  background-image: url("../img/index_book.png") !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  background-size: 450px 71px !important;
}
.date-module-list {
  margin-left: -1%;
  margin-right: -1%;
}
.date-module-list li {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
}
.date-module-list li a {
  display: block;
  position: relative;
  background-color: #fff;
  border-bottom: 3px solid #005bac;
  height: 170px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.date-module-list li a::after {
  content: "";
  width:90px;
  height:90px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/notice_logo.png") no-repeat center;
  position: absolute;
  background-size: 100% 100%;
  right: 12px;
  top: 100%;
  opacity: 0;
}
.date-module-list li a h3 {
  font-size: 18px;
  line-height: 1.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.date-module-list li a span {
  display: block;
  padding-left: 20px;
  background: url("../img/time.png") no-repeat left center;
  font-size: 16px;
  color: #777777;
}
.date-module-list li a:hover {
  border-bottom: 3px solid #d7b96c;
}
.date-module-list li a:hover .title {
  color: #005bac;
  font-weight: 600;
}
.date-module-list li a:hover::after {
  top: 70px;
  opacity: 0.8;
}
@media only screen and (max-width: 1199px) {
  .date-module-list li a {
    height: 180px;
  }
  .date-module-list li a h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .date-module-list {
    margin-left: 0;
    margin-right: 0;
  }
  .date-module-list li {
    width: 100%;
    float: none;
    margin: 0 0 12px;
  }
  .date-module-list li a {
    height: auto;
    padding-bottom: 12px;
  }
  .date-module-list li a h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .date-module.module{
    background-image: none !important;
    padding-bottom: 20px;
  }
}
.focus-module .focus-content .focus-container {
  width: 49%;
  height: 460px;
  float: left;
  position: relative;
  margin-bottom: 0;
}
.focus-module .focus-content .focus-container .focus-slide {
  width: 100%;
  height: 460px;
  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: 16px;
  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: #008dd2;
  color: #fff;
}
.focus-module .focus-right {
  float: right;
  width: 49%;
}
.focus-wenzi-list li {
  position: relative;
}
.focus-wenzi-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #eeeeee;
  height: 65px;
  line-height: 65px;
}
.focus-wenzi-list li a span {
  font-size: 18px;
  color: #666666;
  white-space: nowrap;
}
.focus-wenzi-list li a h3 {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
  padding-right: 30px;
  margin-bottom: 0;
}
.focus-wenzi-list li a:hover h3 {
  color: #005bac;
  font-weight: bold;
}
@media only screen and (max-width: 1199px) {
  .focus-module .focus-content .focus-container {
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
  }
  .focus-module .focus-content .focus-container .focus-slide {
    width: 100%;
    height: 500px;
  }
  .focus-module .focus-wenzi-list li {
    width: 100%;
    float: none;
  }
  .focus-module .focus-wenzi-list li a {
    height: 50px;
    line-height: 50px;
  }
  .focus-module .focus-wenzi-list li a h3,
  .focus-module .focus-wenzi-list li a span {
    font-size: 16px;
  }
  .focus-module .focus-right {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .focus-module .focus-content .focus-container {
    height: 400px;
  }
  .focus-module .focus-content .focus-container .focus-slide {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .focus-module .focus-content .focus-container {
    height: 350px;
  }
  .focus-module .focus-content .focus-container .focus-slide {
    height: 350px;
  }
}
@media only screen and (max-width: 639px) {
  .focus-module .focus-content .focus-container {
    height: 250px;
  }
  .focus-module .focus-content .focus-container .focus-slide {
    height: 250px;
  }
}
@media only screen and (max-width: 479px) {
  .focus-module .focus-content .focus-container {
    height: 200px;
  }
  .focus-module .focus-content .focus-container .focus-slide {
    height: 200px;
  }
}

.icon-link {
  margin-top: 10px;
}
.icon-link .title {
  text-align: center;
}
.icon-link .title span {
  background: url("../img/link_title.png") no-repeat center bottom;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  width: 262px;
  height: 89px;
  color: #005bac;
  padding-top: 40px;
}
.icon-link .sub-list {
  margin-left: -1%;
  margin-right: -1%;
}
.icon-link .sub-list a {
  display: inline-block;
  width: 31.3333%;
  float: left;
  text-align: center;
  background: #e9eef3;
  height: 60px;
  line-height: 60px;
  margin: 0 1% 2%;
  position: relative;
  overflow: hidden;
}
.icon-link .sub-list a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url("../img/link_icon.png") no-repeat center center;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-link .sub-list a span {
  font-size: 20px;
  color: #3f3f40;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-link .sub-list a:hover::after {
  top: 0;
  opacity: 1;
}
.icon-link .sub-list a:hover span {
  color: #fff;
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .icon-link .title span {
    padding-top: 45px;
    font-size: 24px;
  }
  .icon-link .sub-list a span {
    font-size: 18px;
  }
}

.module.notice-module {
  padding-top: 35px;
}
.module.notice-module .module-name span {
  background-color: #e9eef3;
}
.module.notice-module .module-name a {
  background: #e9eef3 url("../img/more.png") no-repeat right center;
}
.notice-module-list {
  margin-left: -2%;
  margin-right: -2%;
}
.notice-module-list li {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  margin-bottom: 4%;
  position: relative;
}
.notice-module-list li::after {
  content: "";
  width: 90px;
  height: 90px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../img/notice_logo.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 12px;
  top: 100%;
  opacity: 0;
}
.notice-module-list li:hover::after {
  top: 40px;
  opacity: 0.8;
}
.notice-module-list li a {
  display: block;
  position: relative;
  background-color: #fff;
  height: 145px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notice-module-list li a::before {
  content: "";
  position: absolute;
  right: -4px;
  top: 4px;
  bottom: 0;
  width: 4px;
  height: 100%;
  z-index: -1;
  background-color: #cfdeeb;
}
.notice-module-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 0;
  width: 100%;
  height: 4px;
  z-index: -1;
  background-color: #cfdeeb;
}
.notice-module-list li a h3 {
  font-size: 18px;
  line-height: 1.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice-module-list li a span {
  display: block;
  padding-left: 20px;
  background: url("../img/time.png") no-repeat left center;
  font-size: 16px;
  color: #777777;
}
.notice-module-list li a:hover {
  border-left: 4px solid #d7b96c;
}
.notice-module-list li a:hover .title {
  color: #005bac;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .module.notice-module .content-box{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .notice-module-list {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 36px;
  }
  .notice-module-list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
    margin-bottom: 12px;
  }
  .notice-module-list li a {
    height: auto;
    padding: 12px 12px 15px;
  }
  .notice-module-list li a h3 {
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
  }
}

.subject-module.module {
  background: url("../img/sub_bg.png") no-repeat left top;
  min-height: 600px;
    background-size: cover;
}
.subject-module.module .module-name::after {
  border-bottom: 1px dashed #fff;
}
.subject-module.module .module-name span {
  background-color: #4079ac !important;
  color: #fff;
}
.subject-module.module .module-name a {
  color: #fff;
  background: #4079ac url("../img/sub_more.png") no-repeat right center !important;
}
.subject-module {
  padding-top: 40px;
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.subject-module .subject-list {
  margin-left: -48px;
  padding-right: 170px;
}
.subject-module .subject-list li {
  float: left;
  margin-left: 48px;
}
.subject-module .subject-list li a {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
  height: 440px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  border-bottom: 3px solid transparent;
}
.subject-module .subject-list li a .img {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.subject-module .subject-list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subject-module .subject-list li a .txt {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.subject-module .subject-list li a .txt .title {
  padding-top: 16px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.subject-module .subject-list li a .txt .intro {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  color: #909090;
  line-height: 2;
}
.subject-module .subject-list li a:hover {
  border-color: #d7b96c;
}
.subject-module .subject-list li a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.subject-module .subject-list li a:hover .txt .title {
  color: #005bac;
  font-weight: bold;
}
.subject-module .subject-list li a:hover .txt .intro {
  color: #888888;
}
.subject-module .subject-list .slick-next,
.subject-module .subject-list .slick-prev {
  width: 90px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #005bac;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subject-module .subject-list .slick-next::before,
.subject-module .subject-list .slick-prev::before {
  display: none;
}
.subject-module .subject-list .slick-next:hover,
.subject-module .subject-list .slick-prev:hover {
  background-color: #d7b96c;
}
.subject-module .subject-list .slick-next {
  right: 0;
  background-image: url("../img/sub_right.png");
  top: calc(50% + 30px);
}
.subject-module .subject-list .slick-prev {
  left: auto;
  right: 0;
  top: calc(50% - 50px);
  background-image: url("../img/sub_left.png");
}
@media only screen and (max-width: 1199px) {
  .subject-module .subject-list li a .txt .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .subject-module .subject-list {
    padding-right: 80px;
    margin-left: -20px;
  }
  .subject-module .subject-list li {
    margin-left: 20px;
  }
  .subject-module .subject-list li a .txt .title {
    font-size: 16px;
  }
  .subject-module .subject-list .slick-next,
  .subject-module .subject-list .slick-prev {
    width: 60px;
    height: 40px;
  }
  .subject-module .subject-list .slick-next {
    top: calc(50% + 10px);
  }
  .subject-module .subject-list .slick-prev {
    top: calc(50% - 50px);
  }
}

.tuwen-module {
  padding-top: 40px;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  min-height: 480px;
}
.tuwen-module .tuwen-list {
  margin-left: -1%;
  margin-right: -1%;
}
.tuwen-module .tuwen-list li {
  height: 360px;
  width: 23%;
  margin-left: 1%;
  float: left;
  margin-right: 1%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.tuwen-module .tuwen-list li a {
  display: block;
  width: 100%;
  float: left;
  position: relative;
}
.tuwen-module .tuwen-list li a .img {
  position: relative;
  width: 100%;
  height: 224px;
  overflow: hidden;
}
.tuwen-module .tuwen-list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tuwen-module .tuwen-list li a .txt {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.tuwen-module .tuwen-list li a .txt .title {
  padding-top: 16px;
  font-size: 1.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 5px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.tuwen-module .tuwen-list li a .txt .intro {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 14px;
  color: #909090;
  line-height: 1.8;
}
.tuwen-module .tuwen-list li a .time {
  display: inline-block;
  width: 80px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tuwen-module .tuwen-list li a .time span {
  display: block;
  color: #fff;
  text-align: center;
}
.tuwen-module .tuwen-list li a .time .day {
  font-size: 24px;
  padding-top: 8px;
  line-height: 25px;
}
.tuwen-module .tuwen-list li a .time .month {
  font-size: 14px;
}
.tuwen-module .tuwen-list li:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.tuwen-module .tuwen-list li:hover .txt .title {
  color: #005bac;
  font-weight: bold;
}
.tuwen-module .tuwen-list li:hover .txt .intro {
  color: #888888;
}
.tuwen-module .tuwen-list li:hover .time {
  background: rgba(215, 185, 108, 0.6);
}
@media only screen and (max-width: 1199px) {
  .tuwen-module .tuwen-list li {
    height: 300px;
  }
  .tuwen-module .tuwen-list li a .img {
    height: 160px;
  }
  .tuwen-module .tuwen-list li a .txt .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .tuwen-module .tuwen-list li {
    height: 360px;
    width: 48%;
    margin-bottom: 2%;
  }
  .tuwen-module .tuwen-list li a .img {
    height: 220px;
  }
  .tuwen-module .tuwen-list li a .txt .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tuwen-module .tuwen-list li {
    height: 320px;
  }
  .tuwen-module .tuwen-list li a .img {
    height: 180px;
  }
}
@media only screen and (max-width: 639px) {
  .tuwen-module .tuwen-list li {
    height: 280px;
  }
  .tuwen-module .tuwen-list li a .img {
    height: 140px;
  }
}
@media only screen and (max-width: 639px) {
  .tuwen-module .tuwen-list {
    margin-left: 0;
    margin-right: 0;
  }
  .tuwen-module .tuwen-list li {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 12px;
  }
  .tuwen-module .tuwen-list li a {
    padding-bottom: 10px;
  }
  .tuwen-module .tuwen-list li a .img {
    height: auto;
  }
}

.module.cjrh-module {
  padding-top: 35px;
  min-height: 490px;
}
.module.cjrh-module .module-name span {
  background-color: #e9eef3;
}
.module.cjrh-module .module-name a {
  background: #e9eef3 url("../img/more.png") no-repeat right center;
}
.cjrh-module {
  overflow: hidden;
  position: relative;
}
.cjrh-module .tuwen-list {
  margin-left: -24px;
}
.cjrh-module .tuwen-list .item {
  float: left;
  margin-left: 24px;
}
.cjrh-module .tuwen-list .item a {
  display: block;
  width: 100%;
  float: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
  padding: 12px 20px;
  height: 320px;
  position: relative;
}
.cjrh-module .tuwen-list .item a .img {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.cjrh-module .tuwen-list .item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cjrh-module .tuwen-list .item a h3 {
  padding-top: 16px;
  font-size: 18px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cjrh-module .tuwen-list .item a span {
  display: block;
  padding-left: 18px;
  background: url("../img/theme_time.png") no-repeat left center;
  color: #005bac;
  font-size: 16px;
}
.cjrh-module .tuwen-list .item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cjrh-module .tuwen-list .item:hover h3 {
  color: #005bac;
  font-weight: bold;
}
.cjrh-module .tuwen-list .slick-dots {
  bottom: -40px;
}
.cjrh-module .tuwen-list .slick-dots li {
  height: 6px;
  width: 40px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  margin-right: 12px;
}
.cjrh-module .tuwen-list .slick-dots li.slick-active {
  background-color: #d7b96c;
}
.cjrh-module .tuwen-list .slick-dots li button {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .module.cjrh-module {
    min-height: auto;
  }
  .module.cjrh-module .content-box{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .cjrh-module .tuwen-list .item a {
    height: 250px;
  }
  .cjrh-module .tuwen-list .item a h3 {
    padding-top: 10px;
    font-size: 16px;
    -webkit-line-clamp: 1;
  }
  .cjrh-module .tuwen-list .item a .img {
    height: 150px;
  }
  .cjrh-module .tuwen-list .slick-dots {
    bottom: -28px;
  }
  .cjrh-module .tuwen-list .slick-dots li {
    background-color: #005bac;
  }
}
@media only screen and (max-width: 479px) {
  .cjrh-module .tuwen-list .slick-dots {
    display: none !important;
  }
}

.wenzi-module.module {
  margin-top: 40px;
  padding-bottom: 10px;
  min-height: 430px;
}
.wenzi-module li a {
  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;
  margin-bottom: 20px;
}
.wenzi-module li a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  padding-left: 18px;
  position: relative;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wenzi-module li a p::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #005bac;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wenzi-module li a .time {
  font-size: 16px;
  color: #bbbbbb;
  white-space: nowrap;
}
.wenzi-module li:hover a p {
  color: #005bac;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .wenzi-module.module {
    min-height: auto;
    padding-bottom: 0;
  }
  .wenzi-module li a p {
    font-size: 16px;
  }
}

.blogroll-box {
  height: 50px;
  line-height: 50px;
  background-color: #196ec9;
}
.blogroll-box .content-box {
  padding-left: 150px;
  position: relative;
}
.blogroll-box .content-box .title {
  font-size: 2em;
  line-height: 50px;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 25px;
}
.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 30px;
  line-height: 50px;
  height: 50px;
  padding-left: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-overflow: ellipsis;
  padding-left: 10px;
  background: url("../img/link_item.png") no-repeat left center;
}
.blogroll-box .content-box .link-content a span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blogroll-box .content-box .link-content a:hover {
  background: url("../img/link_item_on.png") no-repeat left center;
}
.blogroll-box .content-box .link-content a:hover span {
  color: #d7b96c;
}
.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: 30px;
  height: 20px;
  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/main_link_right.png);
  background-color: #005bac;
}
.blogroll-box .content-box .link-content .slick-next:hover {
  background-color: #d7b96c;
}
.blogroll-box .content-box .link-content .slick-prev {
  left: auto;
  right: 28px;
  background-image: url(../img/main_link_left.png);
  background-color: #005bac;
}
.blogroll-box .content-box .link-content .slick-prev:hover {
  background-color: #d7b96c;
}
@media only screen and (max-width: 1199px) {
  .link-module {
    display: none;
  }
}

.video-little-module {
  position: relative;
  z-index: 1;
}
.video-little-module .video-list-wrap {
  position: relative;
  height: 470px;
  overflow: hidden;
}
.video-little-module .video-list-wrap img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-little-module .video-list-wrap .video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  max-width: 900px;
}
.video-little-module .video-list-wrap .play-box {
  display: block;
  height: 470px;
  position: relative;
}
.video-little-module .video-list-wrap .play-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.video-little-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;
}
.video-little-module .video-list-wrap .btn-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/play_btn.png") center 50% no-repeat;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer;
  -webkit-animation: pulse 2.5s infinite;
  animation: pulse 2.5s infinite;
}
.video-little-module .video-list-wrap:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.video-little-module .video-list-wrap:hover .video-mask {
  opacity: 0;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 1199px) {
  .video-little-module .video-list-wrap {
    height: auto;
  }
  .video-little-module .video-list-wrap .play-box {
    height: auto;
  }
}

.person-list-page1 {
  margin-top: 24px;
  margin-left: -1%;
  margin-right: -1%;
}
.person-list-page1 a {
  position: relative;
  width: 23%;
  height: 370px;
  float: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 1% 2%;
}
.person-list-page1 a .img {
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.person-list-page1 a .img img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.person-list-page1 a span {
  display: block;
  position: absolute;
  height: 55px;
  line-height: 55px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1.8em;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
}
.person-list-page1 a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.person-list-page1 a:hover span {
  background: #005bac;
}
@media only screen and (max-width: 1366px) {
  .person-list-page1 a {
    height: 333px;
  }
}
@media only screen and (max-width: 1199px) {
  .person-list-page1 a {
    height: 280px;
  }
  .person-list-page1 a span {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1023px) {
  .person-list-page1 a {
    height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .person-list-page1 a {
    height: 280px;
    width: 31.3333%;
  }
}
@media only screen and (max-width: 639px) {
  .person-list-page1 a {
    height: 185px;
  }
}
@media only screen and (max-width: 479px) {
  .person-list-page1 a {
    width: 48%;
  }
}

.tuwen-list-page a {
  padding: 12px 20px;
  cursor: pointer;
  height: 135px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.tuwen-list-page a .img {
  display: block;
  width: 184px;
  height: 109px;
  overflow: hidden;
  float: left;
}
.tuwen-list-page a .img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
}
.tuwen-list-page a .txt {
  float: left;
  width: calc(100% - 184px);
  position: relative;
  padding-left: 20px;
  padding-top: 0;
}
.tuwen-list-page a .title {
  font-size: 18px;
  color: #333333;
  line-height: 140%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 0;
  margin-bottom: 5px;
  font-weight: bold;
}
.tuwen-list-page a .intro {
  font-size: 16px;
  color: #777777;
  line-height: 1.6;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tuwen-list-page a .intro .text-detail {
  color: #00366f;
}
.tuwen-list-page a .time {
  font-family: "Arial";
  font-size: 16px;
  color: #777777;
}
.tuwen-list-page a:hover {
  background-color: #005bac;
}
.tuwen-list-page a:hover .title,
.tuwen-list-page a:hover .intro,
.tuwen-list-page a:hover .time {
  color: #fff;
}
.tuwen-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 1199px) {
  .tuwen-list-page a {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    height: 109px;
  }
  .tuwen-list-page a:hover {
    background-color: #fff;
  }
  .tuwen-list-page a:hover .title,
  .tuwen-list-page a:hover .intro,
  .tuwen-list-page a:hover .time {
    color: #005bac;
  }
  .tuwen-list-page a .title {
    font-size: 16px;
  }
  .tuwen-list-page a .intro,
  .tuwen-list-page a .time {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .tuwen-list-page a {
    height: 80px;
  }
  .tuwen-list-page a .img {
    width: 120px;
    height: 80px;
  }
  .tuwen-list-page a .txt {
    width: calc(100% - 120px);
    padding-left: 10px;
  }
  .tuwen-list-page a .title {
    white-space: normal;
    verflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .tuwen-list-page a .intro {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .tuwen-list-page a .title {
    font-size: 16px;
  }
  .tuwen-list-page a .intro,
  .tuwen-list-page a .time {
    font-size: 14px;
  }
}

.wenzi-list-page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dotted #c2c2c2;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-left: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../img/ico_newslist.png") no-repeat left 15px;
}
.wenzi-list-page a .title {
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wenzi-list-page a .time {
  font-size: 16px;
  color: #999;
  text-align: right;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wenzi-list-page a:hover .time,
.wenzi-list-page a:hover .title {
  color: #005bac;
}

.xiazai-list-page a {
  display: block;
  border-bottom: 1px solid #efeeee;
  margin-bottom: 20px;
  padding: 0 110px 0 25px;
  position: relative;
  min-height: 52px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #efeeee url(../img/ico_downloadlist_un.png) 10px center no-repeat;
}
.xiazai-list-page a.doc {
  background-image: url(../img/file_doc.png);
}
.xiazai-list-page a.ppt {
  background-image: url(../img/file_ppt.png);
}
.xiazai-list-page a.xls {
  background-image: url(../img/file_xls.png);
}
.xiazai-list-page a.pdf {
  background-image: url(../img/file_pdf.png);
}
.xiazai-list-page a.txt {
  background-image: url(../img/file_txt.png);
}
.xiazai-list-page a.img {
  background-image: url(../img/file_img.png);
}
.xiazai-list-page a .btn {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 74px;
  height: 30px;
  background: #63b2ff url(../img/btn_download.png) 12px center no-repeat;
  line-height: 30px;
  text-indent: 28px;
  color: #fff;
  font-size: 1.6em;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.xiazai-list-page a .title {
  color: #222222;
  font-size: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 52px;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.xiazai-list-page a .info-txt {
  display: none;
  font-size: 1.4em;
  font-family: "宋体", Arial;
  color: #60636d;
  margin-top: 5px;
}
.xiazai-list-page a .info-txt > span {
  margin-right: 20px;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.xiazai-list-page a .info-txt > span.time {
  padding-left: 20px;
  background-image: url(../img/date.png);
}
.xiazai-list-page a .info-txt > span.count {
  background-image: url(../img/download.png);
}
.xiazai-list-page a .info-txt > span.author {
  background-image: url(../img/author.png);
}
.xiazai-list-page a:hover {
  background-color: #e8f3fe;
  border-color: #005bac;
}
.xiazai-list-page a:hover .title {
  color: #005bac;
}
.xiazai-list-page a:hover .btn {
  background-color: #005bac;
}
.banner-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.banner-box .banner-content {
  width: 100%;
}
.banner-box .banner-item {
  width: 100%;
  opacity: 0.5;
}
.banner-box .banner-item a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.banner-box .banner-item a .img {
  overflow: hidden;
  height: 100%;
}
.banner-box .banner-item a .img .animate-banner {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  width: 100%;
  height: 100%;
  transition: all 6s ease;
  background-size: 100% 100%;
  background-position: center;
  display: block;
}
.banner-box .banner-item.swiper-slide {
  transition-duration: 6s;
}
.banner-box .banner-item.swiper-slide-active a .img .animate-banner {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-duration: 6s;
  transition: all 6s ease;
}
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
  width: 66px;
  height: 96px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: center center no-repeat;
}
.banner-box .swiper-button-next {
  right: 120px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../img/banner_next.png");
}
.banner-box .swiper-button-next:hover {
  background-color: rgba(215, 185, 108, 0.4);
}
.banner-box .swiper-button-prev {
  left: 120px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../img/banner_prev.png");
}
.banner-box .swiper-button-prev:hover {
  background-color: rgba(215, 185, 108, 0.4);
}
@media only screen and (max-width: 1366px) {
  .banner-box {
    height: 580px;
  }
  .banner-box .banner-item {
    height: 580px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-box {
    height: 500px;
  }
  .banner-box .banner-item {
    height: 500px;
  }
  .banner-box .swiper-button-next,
  .banner-box .swiper-button-prev {
    width: 40px;
    top: 45%;
  }
  .banner-box .swiper-button-next {
    right: 30px;
  }
  .banner-box .swiper-button-prev {
    left: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-box {
    height: 300px;
    margin-bottom: 20px;
  }
  .banner-box .banner-item {
    height: 300px;
  }
}
@media only screen and (max-width: 639px) {
  .banner-box {
    height: 240px;
  }
  .banner-box .banner-item {
    height: 240px;
  }
  .banner-box .swiper-button-next,
  .banner-box .swiper-button-prev {
    display: none;
  }
}

.frame-banner-box {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.frame-banner-box .banner-content {
  width: 100%;
}
.frame-banner-box .banner-item {
  height: 300px;
  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-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: 300px;
  }
  .frame-banner-box .slick-arrow {
    display: none !important;
  }
}

body[data-page-type="index"] {
  position: relative;
}
body[data-page-type="index"]::after {
  content: "";
  width: 100%;
  height: 490px;
  background-color: #e9eef3;
  position: absolute;
  left: 0;
  bottom: 1265px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  body[data-page-type="index"]::after {
    height:830px;
    bottom: 1000px;
  }
}
@media only screen and (max-width: 1023px) {
  body[data-page-type="index"]::after {
    height: 810px;
    bottom: 980px;
  }
}
@media only screen and (max-width: 767px) {
  body[data-page-type="index"]::after {
    height: 850px;
  }
}
@media only screen and (max-width: 639px) {
  body[data-page-type="index"]::after {
    bottom: 960px;
  }
}
.module .module-name {
  margin-bottom: 25px;
  position: relative;
}
.module .module-name::after {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #005bac;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.module .module-name span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #005bac;
  background-color: #fff;
  padding-right: 10px;
}
.module .module-name a {
  float: right;
  display: inline-block;
  background: #fff url("../img/more.png") no-repeat right center;
  font-size: 18px;
  line-height: 20px;
  color: #005bac;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-right: 25px;
  margin-top: 12px;
  position: relative;
  padding-left: 10px;
}
.module .module-name a:hover {
  color: #D7B96C;
  background: #fff url("../img/more_on.png") no-repeat right center;
}
@media only screen and (max-width: 1023px) {
  .module .module-name a {
    margin-top: 15px;
  }
}
.module.plain-module {
  background-color: #e9eef3;
  position: relative;
  overflow: hidden;
}
.module.plain-module .module-name span {
  background: #e9eef3;
}
.module.plain-module .module-name a {
  background: #e9eef3 url(../img/more.png) right center no-repeat;
}
.module.plain-module .module-name a:hover {
  color: #D7B96C;
  background: #e9eef3 url(../img/more_on.png) right center no-repeat;
}
.news-list li {
  position: relative;
  padding-right: 84px;
  border-bottom: 1px dashed #c1c1c1;
  margin-bottom: 1px;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list li a {
  display: block;
  font-size: 1.6em;
  color: #222222;
  line-height: 38px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.news-list li a:before {
  content: "";
  width: 4px;
  height: 7px;
  background-image: url(../img/ico_newslist.png);
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 7px;
}
.news-list li span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 38px;
  font-size: 1.4em;
  color: #999999;
  text-align: right;
  vertical-align: middle;
}
.news-list li:hover a,
.news-list li:hover span {
  color: #003670;
}
.frame-wrap {
  margin: 0 auto 0 auto;
  width: 100%;
  padding-bottom: 20px;
}
.frame-wrap.full {
  max-width: 100%;
}
.frame-wrap .frame-left {
  float: left;
  width: 276px;
}
.frame-wrap .frame-right {
  float: right;
  width: calc(100% - 296px);
  min-height: 400px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .frame-wrap .frame-left {
    display: none;
  }
  .frame-wrap .frame-right {
    width: 100%;
    font: none;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .frame-wrap .frame-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar-title {
  height: 60px;
  background: #0065b4 url("../img/sidebar_title.png") no-repeat 15px center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-top: 0;
  text-align: center;
}
.sidebar-title span {
  display: inline-block;
  position: relative;
  line-height: 60px;
  letter-spacing: 2px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.sidebar-menu {
  margin: 0 auto;
  background-color: #1c9ad7;
}
.sidebar-menu > li > a {
  display: block;
  line-height: 50px;
  font-size: 18px;
  text-indent: 50px;
  padding: 0 0 0 0;
  color: #fff;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-position: 30px center;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-image: url("../img/level1.png");
  position: relative;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  background-image: url("../img/level1_on.png");
  background-color: #d3b364;
  color: #fff;
}
.sidebar-menu > li:hover ul,
.sidebar-menu > li.active ul {
  max-height: 1000px;
  overflow: auto;
  background-color: #f9f3e5;
}
.sidebar-menu ul {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-menu ul > li {
  margin-left: auto;
  margin-right: auto;
}
.sidebar-menu ul > li > a {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-position: 54px center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333333;
}
.sidebar-menu ul > li:hover > a,
.sidebar-menu ul > li.active > a {
  color: #d3b364;
  background-color: #fff;
}
.hot-news {
  margin-top: 16px;
  background-color: #f4f9ff;
}
.hot-news .hot-title {
  font-size: 16px;
  color: #fff;
  background: #005bac url("../img/sidebar_title.png") no-repeat 15px center;
  height: 45px;
  line-height: 45px;
  background-size: 20px auto;
  padding-left: 42px;
}
.hot-news .hot-list {
  padding: 0 10px 20px;
}
.hot-news .hot-list a {
  display: block;
  position: relative;
  margin-top: 15px;
}
.hot-news .hot-list a p {
  font-size: 14px;
  padding-left: 14px;
  background: url("../img/ico_newslist.png") no-repeat left 6px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hot-news .hot-list a:hover p {
  color: #005bac;
}
.sidebar-link {
  margin-top: 16px;
}
.sidebar-link a {
  display: block;
}
.sidebar-link img {
  display: block;
  width: 100%;
}
.frame-location {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #d3b364;
  padding-bottom: 10px;
}
.frame-location .now span {
  display: none;
  font-size: 18px;
  color: #005bac;
  padding-left: 15px;
  background: url("../img/location_icon.png") no-repeat left center;
  position: relative;
}
.frame-location .now span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #005bac;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.frame-location .now span:last-child {
  display: inline-block;
}
.frame-location .bread a {
  color: #333333;
  font-size: 18px;
}
.frame-location .bread span:last-child em {
  display: none;
}
.frame-location .bread em {
  display: inline-block;
  margin: 0 10px;
  width: 9px;
  height: 10px;
  background: url(../img/ico_split.png) 0 center no-repeat;
}
.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 15px;
  color: #333333;
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 1px;
}
.yn-pagination a:hover {
  background: #005bac;
  border-color: #005bac;
  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: #005bac;
  border-color: #005bac;
  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: #005bac;
  border-color: #005bac;
  color: #fff;
}
.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border: 10px solid #e2f5ff;
  text-indent: 0;
}
.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
.video .alt {
  padding-top: 56.25%;
  height: 0 !important;
}
.edui-pdf {
  min-height: 800px;
}
.mapBg {
  padding: 10px;
  border: 1px solid #eeeeee;
}
.BMap_omCtrl,
.anchorBL,
.BMap_stdMpCtrl {
  display: none !important;
}
#dituContent {
  width: 100%;
  height: 382px;
  border: none !important;
}
#dituContent img {
  max-width: none !important;
}
.BMapLabel {
  color: #f54336 !important;
  font-size: 1.8em !important;
  border: none !important;
  -webkit-box-shadow: 0 0 2px #fcd6c6;
  box-shadow: 0 0 2px #fcd6c6;
  padding: 2px 5px !important;
  top: -50px !important;
}
@media only screen and (max-width: 1199px) {
  .frame-content {
    min-height: 450px;
  }
  .frame-location .bread {
    display: none;
  }
  .module .module-name {
    margin-bottom: 20px;
  }
  .module .module-name span {
    font-size: 22px;
  }
  .module .module-name a {
    font-size: 16px;
    margin-top: 6px;
  }
}
@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) {
  .frame-content {
    padding: 10px 0;
  }
  .yn-pagination .first-page,
  .yn-pagination .last-page {
    display: none;
  }
}

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