body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
}
a:focus, a:hover {color: #1958af;}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
.webheader {background: url(topbg.jpg) no-repeat bottom center #d8e8fd;}
/*shortcut-line*/
.shortcut-line {
  padding-top: 7px;
  padding-bottom: 20px;
  text-align: right;overflow: hidden;
}
.shortcut-line .container > div {
  display: inline-block;
}
.shortcut-line input::-webkit-input-placeholder {
  color: #fff;
}
.shortcut-line input::-moz-input-placeholder {
  color: #fff;
}
.shortcut-line input::-ms-input-placeholder {
  color: #fff;
}
.header-line {
  color: #fff;
  font-size: 0;
  margin-right: 20px;
  line-height: 1;
}
.header-line span,
.header-line a,
.header-line div {
  font-size: 14px;
  display: inline-block;
  color: #a8c3e6;
  line-height: 26px;
}
.header-line span {
  margin-left: 10px;
  margin-right: 10px;
}
.header-line a {
  color: #1754a9;
}
.header-line a:hover {
  text-decoration: underline;
}
.tools {
  position: relative;
  z-index: 1;
}
.tools .search-trigger {
  height: 26px;
  width: 26px;
  line-height: 26px;
  background: url("search-a.png") no-repeat center center #82a6d4;
  background-size: 15px 15px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.search-box {
  position: relative;
  width: 170px;
}
.search-box .s-inp {
  background-color: #1754a9;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  width: 100%;
  padding-left: 15px;
  padding-right: 35px;
  color: #fff;
}
.search-box .s-btn {
  background: url("search-a.png") no-repeat;
  width: 16px;
  height: 16px;
  border: none;
  position: absolute;
  right: 10px;
  top: 5px;
}
@media (max-width: 1440px) {
	.webheader {background-size: cover;}
}
@media (max-width: 1199px) {
	.search-box {width: 120px;}
	.shortcut-line {padding-top: 4px;padding-bottom: 8px;}
}
@media (max-width: 991px) {
	.search-box {width: 170px;}
	.shortcut-line {padding-top: 8px;padding-bottom: 8px;}
}
/*header*/
.header { }
.header img {
  display: block;float: right;
}
.header .h-logo {
  float: left;
  padding-top: 32px;
  padding-bottom: 31px;
}
.header .h-culture {
  float: right;
  padding-top: 38px;
}
nav.navbar.bootsnav {
  min-height: 56px;
  border: none;
  background-color: #1958af;
  z-index: 999;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav .navbar-brand {
  height: auto;
}
nav.navbar.bootsnav .navbar-brand .logo-s {
  display: none;
}
nav.navbar.bootsnav ul.nav {
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li {
  position: relative;
  width: 12.5%;
}
nav.navbar.bootsnav ul.nav > li:last-child:after {
  display: none;
}
nav.navbar.bootsnav ul.nav > li a {
  text-align: center;
  font-weight: normal;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li > a:hover,
nav.navbar.bootsnav ul.nav li > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a,
nav.navbar.bootsnav ul.nav li.dropdown.on > a {
  background-color: #10458e !important;
  color: #fff !important;
}
@media (min-width: 993px) {
  nav.navbar.bootsnav ul.nav > li:first-child {
    margin-left: 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 13px 10px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 100%;
    border-top: 3px solid #1958af;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 5px 10px;
    line-height: 34px;
    font-size: 14px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #1958af;
  }
}
@media (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav {
    min-height: 0px;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 9999;
    background-color: #1958af;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-bottom: 2px;
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child a {
    border-bottom: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
  nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
  nav.navbar.bootsnav ul.nav li > a:hover,
  nav.navbar.bootsnav ul.nav li > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a:hover,
  nav.navbar.bootsnav ul.nav li.active > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a {
    background-color: rgba(16, 69, 142, 0.4) !important;
    color: #1958af;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 5px 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    margin-bottom: 2px;
  }
  nav.navbar.bootsnav ul.nav > li:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child a {
    border-bottom: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
  }
}
/*footer*/
.footer {
  background: #154891;
  position: relative;
}
.footer .footer-info {
  background: url("img-02.png") repeat-x left bottom;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .footer-info .info-logo img {
  display: block;
}
.footer .footer-info .info-links {
  position: relative;
  min-height: 48px;
  padding-left: 75px;
  padding-top: 5px;
}
.footer .footer-info .info-links .title-s {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  text-align: center;
  padding: 5px 8px;
  font-weight: bold;
  position: absolute;
  margin-left: -75px;
  line-height: 1.2;
  width: 48px;
}
.footer .footer-info .info-links .a-s {
  position: relative;
  padding-left: 8px;
  line-height: 24px;
  color: #fff;
  margin-right: 20px;
  display: inline-block;
}
.footer .footer-info .info-links .a-s:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  top: 10px;
}
.footer .footer-copy {
  text-align: center;
  line-height: 24px;
}
.footer .footer-copy .copy-main {
  padding: 15px 105px;
  min-height: 100px;
  position: relative;
}
.footer .footer-copy span,
.footer .footer-copy a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 8px;
  margin-right: 8px;
}
.footer .footer-copy .copy-txt {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .footer-copy .copy-img {
  position: absolute;
  right: 0;
  top: 15px;
  width: 100px;
}
.footer .footer-copy .copy-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page-main {
  background: url("img-07.png") no-repeat top center;
  background-size: 100% auto;
  min-height: 500px;
  padding-top: 30px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .index-main {
    margin-left: -20px;
    margin-right: -20px;
  }
  .index-main .main-left,
  .index-main .main-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.public-box {
  padding-bottom: 30px;
  overflow: hidden;
}
.public-title {
  border-bottom: 2px solid #cbd4ed;
  padding-bottom: 12px;
  line-height: 30px;
  margin-bottom: 24px;
}
.public-title .title-groups a {
  float: left;
}
.public-title .title-a {
  color: #404040;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.public-title .title-a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 22px;
  background-color: #b9c6d9;
  right: 0;
  top: 5px;
}
.public-title .title-a:first-child {
  padding-left: 0;
}
.public-title .title-a:last-child {
  padding-right: 0;
}
.public-title .title-a:last-child:after {
  display: none;
}
.public-title .title-a:hover,
.public-title .title-a.active {
  color: #1958af;
}
.public-title .title-more a {
  color: #8c8c8c;
  display: none;
}
.public-title .title-more a:hover {
  color: #1958af;
  text-decoration: underline;
}
.tabs-cont > div {
  display: none;
}
.groups-cont {
  position: relative;
  padding-left: 280px;
  min-height: 272px;
}
.groups-cont .news-hot {
  position: absolute;
  left: 0;
  top: 0;
}
.news-hot {
  width: 260px;
}
.news-hot .box-img {
  height: 165px;
}
.news-hot .box-info {
  padding: 15px;
  height: 107px;
  background: #f1f3fa;
}
.news-hot .box-info .date-s {
  color: #cdcdcd;
  margin-bottom: 8px;
  line-height: 1;
}
.news-hot .box-info .date-s span {
  color: #2063ac;
  font-weight: bold;
}
.news-hot .box-info .title-s {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #4d4d4d;
}
.news-hot:hover .box-info .title-s {
  color: #2063ac;
}
.news-list .box-s {
  position: relative;
  padding-right: 100px;
  line-height: 35px;
  color: #333333;
}
.news-list .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #9aa1b2;
}
.news-list .box-s .box-title {
  background: url("img-08.png") no-repeat 0 13px;
  padding-left: 18px;
  padding-right: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 35px;
  color: #333333;
}
.news-list .box-s .box-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  height: 35px;
}
.news-list .box-s .box-title.new-tip span {
  max-width: 92%;
}
.news-list .box-s .box-title.new-tip:after {
  content: '';
  float: left;
  background: url("img-10.png") no-repeat;
  width: 22px;
  height: 10px;
  margin-top: 10px;
}
.news-list .box-s:hover .box-title {
  text-decoration: underline;
  color: #1958af;
}
.info-groups .row {
  margin-left: -14px;
  margin-right: -14px;
}
.info-groups .row .box-w {
  padding-left: 14px;
  padding-right: 14px;
}
.info-groups .box-s {
  position: relative;
}
.info-groups .box-s .box-img {
  height: 162px;
}
.info-groups .box-s .box-img i {
    display: block;
    position: absolute;
    opacity: 1;
    text-align: center;
    color: inherit;
    font-size: 50px;
    width: 50px;
    height: 50px;
    top: 46%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;z-index: 1;color: #fff;
}
.info-groups .box-s .box-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("img-15.png") no-repeat bottom center;
  background-size: 100% auto;
}
.info-groups .box-s .box-title span {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 8px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.public-groups .public-title {
  margin-bottom: 0;
  border-bottom-color: #1958af;
}
.public-groups .public-cont {
  background-color: #f1f3fa;
  padding: 20px;
}
.news-list-02 {
  overflow: hidden;
}
.news-list-02 .box-s {
  background: url("img-16.png") no-repeat 0 8px;
  line-height: 22px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.news-list-02 .box-s .title-s {
  color: #333333;font-size: 15px;
}
.news-list-02 .box-s .date-s {
  color: #1d529d;
}
.news-list-02 .box-s:hover .title-s {
  text-decoration: underline;
  color: #1d529d;
}
/*滚动样式*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  transition-timing-function: ease;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.scroll-news {
  margin-bottom: 20px;
}
.other-groups .row {
  margin-left: -3px;
  margin-right: -3px;
}
.other-groups .row .box-w {
  padding-left: 3px;
  padding-right: 3px;
}
.other-groups .box-s {
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  display: block;
  margin-bottom: 6px;
  color: #fff;
  text-align: center;
}
.other-groups .box-s span {
  display: block;
}
.other-groups .box-s .title-s {
  font-weight: bold;
}
.other-groups .box-s.box-01 span {
  display: inline-block;
}
.mod-01 .a-box {
  width: 48%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
  display: block;
  color: #366fc5;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.5s;
  float: left;
}
.mod-01 .a-box:nth-last-child(-n +2) {
  margin-bottom: 0;
}
.mod-01 .a-box:hover {
  background-color: #1d529d;
  color: #fff;
}
.mod-01 .a-box:nth-child(2n) {
  float: right;
}
.mod-02 .box-s {
  position: relative;
  padding-left: 130px;
  min-height: 146px;
}
.mod-02 .box-s[data-v-wx] {padding-left: 0px;}
.mod-02 .box-s .box-img {
  position: absolute;
  width: 113px;
  margin-left: -130px;
}
.mod-02 .box-s .box-img img {
  display: block;
  max-height: 146px;
  width: 100%;
}
.mod-02 .box-s .a-box {
  background: url("img-16.png") no-repeat 0 12px;
  padding-left: 15px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  display: block;
}
.index-top-news .row {
  margin-left: 0;
  margin-right: 0;
}
.index-top-news .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.index-top-news .news-banner .banner-box .box-img,
.index-top-news .new-list {
  height: 475px;
}
.index-top-news .news-banner {
  overflow: hidden;
}
.index-top-news .news-banner .banner-box {
  position: relative;
  overflow: hidden;
}
.index-top-news .news-banner .banner-box .box-img {
  overflow: hidden;
}
.index-top-news .news-banner .banner-box .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.index-top-news .news-banner .banner-box .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("img-19.png") no-repeat left bottom;
  background-size: 100% 100%;
  height: 110px;
}
.index-top-news .news-banner .banner-box .box-title span {
  display: block;
  line-height: 30px;
  height: 30px;
  color: #ffffff;
  position: absolute;
  left: 25px;
  right: 100px;
  bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-top-news .news-banner .slick-dots {
  bottom: 20px;
  left: auto;
  width: auto;
  right: 15px;
  z-index: 99;
}
.index-top-news .news-banner .slick-dots .slick-dot {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 7px;
  margin: 0 4px;
}
.index-top-news .news-banner .slick-dots .slick-dot.slick-active {
  background-color: #c00f0f;
  width: 50px;
}
.index-top-news .new-list {
  background: url("img-21.png") no-repeat top center;
  background-size: cover;
  padding: 30px;
}
.index-top-news .new-list .box-top {
  min-height: 80px;
  padding-left: 85px;
  position: relative;
  overflow: hidden;
}
.index-top-news .new-list .box-top .date-s {
  background: url("img-22.png") no-repeat;
  width: 66px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #1958af;
}
.index-top-news .new-list .box-top .date-s span {
  display: block;
}
.index-top-news .new-list .box-top .date-s span.s-1 {
  line-height: 50px;
  font-weight: bold;
}
.index-top-news .new-list .box-top .date-s span.s-2 {
  line-height: 26px;
  margin-top: 4px;
}
.index-top-news .new-list .box-top .title-s {
  display: block;
  line-height: 34px;
  color: #ffffff;
  height: 68px;
  overflow: hidden;
  font-weight: bold;
  margin-top: 6px;
}
.index-top-news .new-list .box-list {
  border-top: 1px dotted rgba(255, 255, 255, 0.6);
  margin-top: 35px;
  padding-top: 20px;
}
.index-top-news .new-list .box-list .box-s {
  position: relative;
  padding-right: 70px;
  line-height: 34px;
  color: #333333;
}
.index-top-news .new-list .box-list .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.6);
}
.index-top-news .new-list .box-list .box-s .box-title {
  background: url("img-23.png") no-repeat 0 12px;
  padding-left: 18px;
  padding-right: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 34px;
  color: #fff;
}
.index-top-news .new-list .box-list .box-s .box-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  float: left;
}
.index-top-news .new-list .box-list .box-s .box-title.new-tip span {
  max-width: 90%;
}
.index-top-news .new-list .box-list .box-s .box-title.new-tip:after {
  content: '';
  float: left;
  background: url("img-10.png") no-repeat;
  width: 22px;
  height: 10px;
  margin-top: 10px;
}
.index-top-news .new-list .box-list .box-s:hover .box-title {
  text-decoration: underline;
}
.index-top-news .new-list .box-more {
  text-align: right;
  margin-top: 15px;
}
.index-top-news .new-list .box-more a {
  display: inline-block;
  color: #fff;
}
/*专题*/
.special-mod .main-cont {
  margin-left: -9px;
  margin-right: -9px;
}
.special-mod .main-cont .box-w {
  padding-left: 9px;
  padding-right: 9px;
}
.special-mod .box-s {
  display: block;
  margin-bottom: 10px;
}
.special-mod .box-s .box-img {
  height: 80px;
}
/*快速通道*/
.fast-track {
  background-color: #e6edf5;
  padding-top: 35px;
  padding-bottom: 20px;
  overflow: hidden;
}
.fast-track .m-title {
  position: relative;
  line-height: 30px;
  margin-bottom: 15px;
  padding-left: 15px ;
}
.fast-track .m-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 20px;
  background-color: #1958af;
}
.fast-track .m-title .title-txt {
  font-weight: bold;
  color: #404040;
}
.fast-track .m-title .title-more {
  color: #8c8c8c;
}
.fast-track .m-title .title-more:hover {
  color: #1958af;
  text-decoration: underline;
}
.fast-track .row {
  margin-left: -9px;
  margin-right: -9px;
}
.fast-track .row .box-w {
  padding-left: 9px;
  padding-right: 9px;
}
.fast-track .a-box {
  height: 55px;
  background-color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  line-height: 22px;
  color: #404040;
  display: block;
  margin-bottom: 18px;
  transition: all 0.5s;
}
.fast-track .a-box:hover {
  background-color: #1958af;
  color: #fff;
}
.fast-track .a-box:hover a {color: #fff;}
.fast-track .a-box:hover a:hover {color: #b5d4ff;}
/*page-main*/
.page-main {
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: -moz-calc(100vh - 434px);
    min-height: -webkit-calc(100vh - 434px);
    min-height: calc(100vh - 434px);
}
/*---------- side-menu  ----------*/
.side-menu .menu-title {
  background: url("img-25.png") no-repeat right bottom #1958af;
  background-size: cover;
  height: 90px;
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 25px;
  position: relative;
}
.side-menu .menu-title span {
  display: inline-block;
  position: relative;
  padding-top: 14px;
  line-height: 1;
}
.side-menu .menu-title span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 4px;
  background-color: #ca000e;
}
.side-menu .menu-title .side-menu-bar {
  position: absolute;
  right: 20px;
  top: 25px;
  display: none;
}
.side-menu .menu-title .side-menu-bar a:active,
.side-menu .menu-title .side-menu-bar a:focus,
.side-menu .menu-title .side-menu-bar a:hover {
  color: #fff;
}
.side-menu .menu-groups {
  /*overflow: hidden;*/
  padding-bottom: 20px;
}
.side-menu .menu-groups .menu-box {
  border-bottom: 1px solid #e0e8f4;
}
.side-menu .menu-groups .menu-box .a-title {
  min-height: 50px;
  line-height: 30px;
  background: url("img-27.png") no-repeat right 15px center #fff;
  position: relative;
  padding: 10px 30px 10px 35px;
  color: #3b4461;
  display: block;
}
.side-menu .menu-groups .menu-box .a-title:after {
  content: '';
  width: 5px;
  height: 16px;
  background-color: #c8cddf;
  border-radius: 3px;
  position: absolute;
  left: 20px;
  top: 17px;
}
.side-menu .menu-groups .menu-box .a-title:hover,
.side-menu .menu-groups .menu-box .a-title.current {
  background: url("img-27.png") no-repeat right 15px center #1958af;
  color: #fff;
}
.side-menu .menu-groups .menu-box .down-menu {
  padding: 0 15px 15px 35px;
}
.side-menu .menu-groups .menu-box .down-menu a {
  display: block;
  background: url("img-29.png") no-repeat left center;
  padding-left: 18px;
  height: 36px;
  line-height: 36px;
  color: #fff;
}
.side-menu .menu-groups .menu-box.active {
  background-image: linear-gradient(-90deg, #39b1e9 0%, #1e66c9 100%);
}
.side-menu .menu-groups .menu-box.active .a-title {
  background: url("img-28.png") no-repeat right 15px center;
  color: #fff;
}
.side-menu .menu-groups .menu-box.active .a-title:after {
  background-color: #fff;
}
.side-menu-groups .close-side {
  display: none;
}
/*content-main*/
.container-main {
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
  min-height: -moz-calc(100vh - 506px);
    min-height: -webkit-calc(100vh - 506px);
    min-height: calc(100vh - 506px);
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  margin-bottom: 25px;
  background: url("img-26.png") no-repeat right bottom;
  background-size: contain;
  min-height: 88px;
  border-bottom: 1px solid #e0e8f4;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bread-crumbs[data-v-xl] {min-height: 0px;}
.bread-crumbs .bread-title {
  color: #1958af;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}
.bread-crumbs .bread-item-groups {

}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item.cur {
  color: #1958af;
}
.bread-crumbs .bread-item + .bread-item:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 5px;
}
.bread-crumbs .bread-item + .bread-item:before a {
  color: #808080;
}
.bread-crumbs a:hover {
  color: #1958af;
}
/*page*/
.page {
  text-align: center;
  margin-top: 30px;
}
.page a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 2px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
}
.page a:hover,
.page a.active,
.page a.a-s {
  background-color: #1958af;
  color: #fff;
}
.page-phone {
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  background-color: #1958af;
  display: none;
}
.text-list .box-s {
  position: relative;
  line-height: 40px;
  margin-bottom: 10px;
  padding-right: 120px;
}
.text-list .box-s .a-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #7d8fa4;
}
.text-list .a-box {
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("img-12.png") no-repeat 0 16px;
  color: #404040;
  padding-left: 15px;
}
.text-list .a-box:hover {
  background: url("img-13.png") no-repeat 0 16px;
  color: #20573d;
  text-decoration: underline;
}
.single-page {
  color: #3b4461;
}
.single-page .m-title {
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #d9dfe7;
  padding-bottom: 15px;
}
.single-page .m-title h1 {
  margin-bottom: 30px;
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
}
.single-page .m-title .title-other {
  color: #7d8fa4;
  line-height: 26px;
}
.single-page .m-title .title-other span {
  display: inline-block;
}
.single-page .m-title .title-other .other-l {
  float: left;
}
.single-page .m-title .title-other .other-r {
  float: right;
}
.single-page .box-cont {
  color: #4d4d4d;
  text-align: justify;
  line-height: 2;
}
.mod-03 .box-img {
  margin-bottom: 20px;
}
.mod-03 .box-img img {
  display: block;
  width: 100%;
}
.mod-03 .box-info {
  line-height: 2;
  color: #4d4d4d;
}
.mod-03 .box-info .info-other {
  text-align: right;
  color: #154891;
}
.mod-04 .row {
  margin-left: -6.5%;
  margin-right: -6.5%;
}
.mod-04 .row .box-w {
  padding-left: 6.5%;
  padding-right: 6.5%;
}
.mod-04 .box-s {
  margin-bottom: 30px;
}
.mod-04 .box-s .box-img {
  height: 292px;
  margin-bottom: 10px;
}
.mod-04 .box-s .box-other {
  text-align: center;
}
.mod-04 .box-s .box-other .box-name {
  display: block;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  height: 30px;
}
.mod-04 .box-s .box-other .box-job {
  line-height: 24px;
  height: 24px;
  color: #1958af;
}
.public-title-02 {
  line-height: 1.2;
  background-color: #e6edf5;
  border-left: 5px solid #1958af;
  padding: 10px 15px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 30px;
}
.mod-05 .box-s {
  margin-bottom: 30px;
}
.mod-05 .box-s .box-img {
  margin-bottom: 10px;
}
.mod-05 .box-s .box-other {
  text-align: center;
}
.mod-05 .box-s .box-other .box-name {
  display: block;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  height: 30px;
}
.mod-05 .box-s .box-other .box-job {
  line-height: 24px;
  height: 24px;
  color: #1958af;
}
.mod-05 .box-list .row {
  margin-left: -2%;
  margin-right: -2%;
}
.mod-05 .box-list .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.mod-05 .box-list .box-s .box-img {
  height: 180px;
}
.mod-05 .box-list-02 .row {
  margin-left: -4%;
  margin-right: -4%;
}
.mod-05 .box-list-02 .row .box-w {
  padding-left: 4%;
  padding-right: 4%;
}
.mod-05 .box-list-02 .box-s .box-img {
  height: 230px;
}
.mod-06 .info-top {
  position: relative;
  padding-right: 165px;
  margin-bottom: 30px;
}
.mod-06 .info-top .box-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 146px;
}
.mod-06 .info-top .box-img img {
  display: block;
  width: 100%;
}
.mod-06 .info-top .box-info {
  background-color: #eff3f9;
  padding: 20px 30px;
  min-height: 195px;
}
.mod-06 .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
}
.mod-06 .info-top .box-info .info-title > div {
  display: inline-block;
  color: #737373;
  border-bottom: 4px solid #1958af;
  padding-bottom: 10px;
}
.mod-06 .info-top .box-info .info-title > div span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.mod-06 .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.mod-06 .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.mod-06 .info-top .box-info .info-table .table-call {
  display: table-cell;
  line-height: 22px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 50%;
  padding-right: 10px;
}
.mod-06 .info-top .box-info .info-table .title-s {
  color: #404040;
}
.mod-06 .info-top .box-info .info-table .txt-s {
  color: #1958af;
}
.mod-06 .info-groups {
  margin-bottom: 25px;
}
.mod-06 .info-groups:last-child {
  margin-bottom: 0;
}
.mod-06 .info-groups .info-txt {
  color: #4d4d4d;
  line-height: 2;
  text-align: justify;
}
.mod-07 .info-txt {
  color: #3d4756;
  margin-bottom: 30px;
}
.mod-07 .box-s {
  margin-bottom: 20px;
  background-color: #eff3f9;
  border-radius: 4px;
  padding: 15px 20px;
}
.mod-07 .box-s .box-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  color: #1958af;
  font-weight: bold;
}
.mod-07 .box-s .box-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 3px;
  background-color: #9fb3d0;
}
.mod-07 .box-s .box-txt {
  background: url("img-57.png") no-repeat 0 14px;
  padding-left: 15px;
  line-height: 32px;
  color: #404040;
}
.mod-08 .box-s {
  padding-bottom: 12px;
  border-bottom: 1px solid #d9dfe7;
  margin-bottom: 12px;
}
.mod-08 .box-s .box-title {
  display: block;
  line-height: 28px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 10px;
}
.mod-08 .box-s .box-txt {
  line-height: 24px;
  color: #595959;
  max-height: 48px;
  overflow: hidden;
}
.mod-08 .box-s .box-date {
  line-height: 28px;
  color: #a5aabd;
}
.mod-08 .box-s:hover .box-title {
  color: #1958af;
}
.mod-09 .box-s {
  position: relative;
  padding-left: 170px;
  border-bottom: 1px solid #d9dfe7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 116px;
}
.mod-09 .box-s.img-none {
  padding-left: 0;
}
.mod-09 .box-s .box-img {
  position: absolute;
  margin-left: -170px;
  width: 150px;
  overflow: hidden;
}
.mod-09 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.7s;
}
.mod-09 .box-s .box-info .box-title {
  display: block;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #262626;
  font-weight: bold;
  margin-bottom: 5px;
}
.mod-09 .box-s .box-info .box-txt {
  line-height: 24px;
  color: #595959;
  max-height: 48px;
  overflow: hidden;
}
.mod-09 .box-s .box-info .box-date {
  line-height: 24px;
  color: #a5aabd;
}
.mod-09 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.mod-09 .box-s:hover .box-info .box-title {
  color: #1958af;
}
.mod-10 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.mod-10 .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.mod-10 .box-s {
  margin-bottom: 20px;
}
.mod-10 .box-s .box-img {
  border-radius: 4px;
  height: 174px;
  margin-bottom: 15px;
}
.mod-10 .box-s .box-title {
  display: block;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #333333;
  margin-bottom: 5px;
}
.mod-10 .box-s .box-date {
  color: #9aa1b2;
  height: 24px;
  line-height: 24px;
}
.mod-10 .box-s:hover .box-title {
  color: #1958af;
}
.mod-11 .box-s {
  position: relative;
  padding-right: 100px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 18px;
}
.mod-11 .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #7d8fa4;
}
.mod-11 .box-s .box-title {
  background: url("img-57.png") no-repeat 0 8px;
  padding-left: 18px;
  padding-right: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mod-11 .box-s:hover .box-title {
  text-decoration: none;
  color: #1958af;
}
.mod-12 .info-table {
  background: url("img-68.png") no-repeat center center #f9fbfd;
  border-radius: 6px;
  border: solid 1px #ebebeb;
  padding: 30px 40px;
}
.mod-12 .info-table .table-title {
  /*border-bottom: 1px solid #d5deed;
  padding-bottom: 15px;*/
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
}
.mod-12 .info-table .table-info {
  line-height: 28px;
}
.mod-12 .info-table .table-info > div {
  padding-top: 3px;
  padding-bottom: 3px;
}
.mod-12 .info-table .table-info .table-row {
  display: table;
  width: 100%;
}
.mod-12 .info-table .table-info .table-call {
  display: table-cell;
  line-height: 26px;
  padding-right: 10px;
  width: 50%;
}
.mod-12 .info-table .table-info .title-s {
  color: #404040;
}
.mod-12 .info-table .table-info .txt-s {
  color: #1958af;
}

.info-table .box-table {
  overflow: hidden;
  overflow-x: auto;
}
.info-table .box-table .title {
  display: block;
  text-align: left;
  color: #333333;
}
.info-table .box-table .title:hover {
  color: #376bc2;
}
.info-table .box-table table {
  width: 100%;
  min-width: 600px;
  border: solid 1px #d7e4f7;
}
.info-table .box-table table tr td {
  border: solid 1px #d7e4f7;
  padding: 12px;
  color: #333333;
}
.info-table .box-table .table-bordered>tbody>tr>th {border: 1px solid #d7e4f7;}
.info-table .box-table table thead tr td {
  background-color: #f4f8ff;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.info-table .box-table table tbody tr td {
  line-height: 1.4;
  /*text-align: center;*/
}
.info-table .box-table table tbody tr:hover {
  background-color: #f4f8ff;
}
.info-table .box-table .title-s {
  display: block;
  color: #333;
}

.mod-12 .info-btn {
  text-align: center;
}
.mod-12 .info-btn .a-s {
  width: 120px;
  height: 45px;
  line-height: 45px;
  vertical-align: bottom;
  background-color: #1958af;
  border-radius: 4px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.mod-12 .info-btn .a-s.a-1 {
  background-color: #1958af;
}
.mod-12 .info-btn .a-s.a-2 {
  background-color: #91b0db;
}
.mod-table .box-search {
  margin-bottom: 15px;
}
.mod-table .box-search.search-other {
  position: relative;
  padding-right: 100px;
}
.mod-table .box-search.search-other .btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}
.mod-table .box-search.search-other .btn-wrap .btn-s {
  height: 100px;
}
.mod-table .box-search .box-s {
  float: left;
  width: 33.333333%;
  margin-bottom: 18px;
  padding-left: 100px;
  line-height: 40px;
}
.mod-table .box-search .box-s > div {
  float: left;
}
.mod-table .box-search .box-s .box-title {
  position: absolute;
  margin-left: -100px;
  text-align: right;
  line-height: 40px;
  width: 90px;
  color: #333333;
}
.mod-table .box-search .box-s .box-inp {
  width: 100%;
}
.mod-table .box-search .box-s .inp-s {
  height: 40px;
  padding: 5px 10px;
  line-height: 30px;
  box-shadow: none;
  border-radius: 4px;
}
.mod-table .box-search .btn-s {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #1958af;
  border-radius: 4px;
  display: block;
  width: 100%;
}
.mod-table .box-table {
  overflow: hidden;
  /*overflow-x: auto;*/
  border-bottom: solid 1px #e9ebf0;
}
.mod-table .box-table .t-title {
  display: block;
  text-align: left;
  color: #333333;
}
.mod-table .box-table .t-title:hover {
  color: #1958af;
}
.mod-table .box-table table {
  width: 100%;
  border: solid 1px #fff;
  /*min-width: 600px;*/
}
.mod-table .box-table table tr td {
  border: solid 1px #fff;
  padding: 12px 14px;
  color: #333333;word-break: break-all;
}
.mod-table .box-table table thead tr td {
  background-color: #e6edf5;
  line-height: 24px;
  color: #1958af;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
}
.mod-table .box-table table tbody tr td {
  line-height: 1.4;
}
.mod-table .box-table table tbody tr:nth-child(2n) {
  background-color: #f7f8fa;
}
.mod-table .box-table .title-s {
  display: block;
  color: #333;
}
.tdw1 {width: 13%;}
.tdw2 {width: 20%;}
.hjtdw1 {width: 22%;}
.hjtdw2 {width: 13%;}
.lwtdw1 {width: 28%;}
.lwtdw2 {width: 13%;}
.zltdw1 {width: 20%;}
.zltdw2 {width: 13%;}
@media (max-width: 1199px) {
    .hjtdw2 {width: 16%;}
    .lwtdw2 {width: 16%;}
    .zltdw2 {width: 16%;}
}
@media (max-width: 767px) {
    .hjtdw2 {width: 37%;}
    .lwtdw2 {width: 37%;}
    .zltdw1 {width: 37%;}
}
/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 38px;
	height: 38px;
	text-align: center;
	cursor: pointer;
	background-color: #154891;
	z-index: 1005;
	display: none;
}
.scrollToTop i {
	line-height: 38px;
	font-size: 13px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.scrollToTop i {
		line-height: 40px;
		font-size: 20px;
	}
}

/*------------------------------------------*/
.marquee-1{ width:100%; height:250px; overflow:hidden; margin: 0;}
@media (max-width: 1199px) {
.marquee-1{ height:194px;}
}

/*-----------------文字列表---------------------*/
.list-tab { overflow:hidden; display:block;}
.list-tab ul li {overflow:hidden;width:100%; text-align:left;margin-bottom: 14px;}
.list-tab ul li:last-child {margin-bottom: 0px;}
.list-tab ul li a{ float:left;max-width:83%;overflow:hidden;font-size:16px;line-height:1.4; color:#333;background-image: url(img-08.png);background-repeat: no-repeat;background-position: left 5px;padding:0 0 0 18px;text-overflow:ellipsis; white-space:nowrap; display:block; font-weight:500;}
.list-tab ul li a > img { display:inline-block; margin:0 0 0 6px;}
.list-tab ul li a:hover {color: #1958af; text-decoration: none;}
.list-tab i {float: left;margin: 0 0 0 8px;}
.list-tab span {line-height:1.4;color:#9aa1b2; font-size: 15px; font-family:Arial;}
.list-tab span.right {float: right;}
@media (max-width: 991px) {
.list-tab ul li a{ float:left;max-width:78%;}
}
@media (max-width: 767px){
.list-tab ul li a {max-width: 85%;white-space: normal;font-size: 15px;}
.list-tab span {font-size: 14px;}
}
@media (max-width: 320px){
.list-tab ul li a {max-width: 82%;font-size: 14px;}
}

.list-hot { overflow:hidden; display:block;border-top: 1px dotted rgba(255, 255, 255, 0.6);margin-top: 35px;padding-top: 20px;}
.list-hot ul li {overflow:hidden;width:100%; text-align:left;margin-bottom: 15px;}
.list-hot ul li:last-child {margin-bottom: 0px;}
.list-hot ul li a{ float:left;max-width:81%;overflow:hidden;font-size:16px;line-height:1.4; color:#fff;background-image: url(img-23.png);background-repeat: no-repeat;background-position: left 5px;padding:0 0 0 16px;text-overflow:ellipsis; white-space:nowrap; display:block; font-weight:500;}
.list-hot ul li a > img { display:inline-block; margin:0 0 0 6px;}
.list-hot ul li a:hover {color: #deecff; text-decoration: none;}
.list-hot i {float: left;margin: 0 0 0 8px;}
.list-hot span {line-height:1.4;color:rgba(255, 255, 255, 0.6); font-size: 15px; font-family:Arial;}
.list-hot span.right {float: right;}
@media (max-width: 1199px) {
.list-hot ul li a{ max-width:75%;font-size: 15px;}
.list-hot span {font-size: 14px;}
}
@media (max-width: 767px){
.list-hot ul li a {max-width: 85%;white-space: normal;}
}
@media (max-width: 320px){
.list-hot ul li a {max-width: 82%;font-size: 14px;}
}

.list-event { overflow:hidden; display:block;}
.list-event ul li {overflow:hidden;width:100%; text-align:left;margin-bottom: 13px;}
.list-event ul li:last-child {margin-bottom: 0px;}
.list-event ul li a{ float:left;max-width:83%;overflow:hidden;font-size:16px;line-height:1.4; color:#333;background-image: url(img-08.png);background-repeat: no-repeat;background-position: left 5px;padding:0 0 0 18px;text-overflow:ellipsis; white-space:nowrap; display:block; font-weight:500;}
.list-event ul li a > img { display:inline-block; margin:0 0 0 6px;}
.list-event ul li a:hover {color: #1958af; text-decoration: none;}
.list-event i {float: left;margin: 0 0 0 8px;}
.list-event span {line-height:1.4;color:#9aa1b2; font-size: 15px; font-family:Arial;}
.list-event span.right {float: right;}
@media (max-width: 991px) {
.list-event ul li a{ float:left;max-width:78%;}
}
@media (max-width: 767px){
.list-event ul li a {max-width: 85%;white-space: normal;font-size: 15px;}
.list-event span {font-size: 14px;}
}
@media (max-width: 320px){
.list-event ul li a {max-width: 82%;font-size: 14px;}
}

.list-url { overflow:hidden; display:block;}
.list-url ul li {overflow:hidden;width:100%; text-align:left;margin-bottom: 12px;}
.list-url ul li:last-child {margin-bottom: 0px;}
.list-url ul li a{ float:left;max-width:100%;overflow:hidden;font-size:15px;line-height:1.4; color:#333;background-image: url(img-16.png);background-repeat: no-repeat;background-position: left 6px;padding:0 0 0 18px;text-overflow:ellipsis; white-space:nowrap; display:block; font-weight:500;}
.list-url ul li a > img { display:inline-block; margin:0 0 0 6px;}
.list-url ul li a:hover {color: #1958af; text-decoration: none;}
@media (max-width: 1199px) {
    .list-url ul li {width: 50%;float: left;}
}

.list-article { overflow:hidden; display:block;}
.list-article li{overflow:hidden;margin-bottom: 20px;}
.list-article li a{ float:left;width: 100%;overflow:hidden;font-size:16px;line-height:150%; color:#383838;background-image: url(img-57.png);background-repeat: no-repeat;background-position: left 7px;padding-left: 18px;text-overflow:ellipsis; white-space:nowrap;text-align: justify; }
.list-article li a > img {display: inline-block;margin: 0 0 0 6px;}
.list-article li a:hover {color: #1958af;}
@media (max-width: 991px){
	.list-article li a{white-space: normal;}
}
/*------------------Team----------------------*/
.rcphotobox {width: 100%;height: 260px;display: table;padding: 22px;}
.rcphotobox span {display: table-cell;vertical-align: middle;}
.rcphotobox span img {max-height: 220px;border: #efefef solid 0px;}
.module{ margin:0px auto; overflow:hidden; width:100%;border-radius: 3px;background: #eff3f9;}
.module-a {float:right;padding-bottom:200em;margin-bottom:-200em;}
.module-b,.module-c,.module-d{float:left;padding-bottom:200em;margin-bottom:-200em;}
.module-a{width:25%;}
.module-a img {border-radius: 5px;}
.module-b{width:75%;}
.module-b .jbinfo {padding: 26px 30px 0 30px;}
.module-b .jbinfo h2 { font-size:26px; line-height:1; margin:2px 0 15px 0;overflow: hidden;color:#1f1f1f;/*text-overflow: ellipsis;white-space: nowrap;*/display: block;background: url(lmbg01.png) repeat-x bottom;padding-bottom: 12px;font-weight: 700;}
.module-b .jbinfo h2:after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 28px;
    height: 4px;
    background: #4c63b6;
}
.module-b .table > tbody {background-color: transparent;} 
.module-b .table:not(.table-bordered) {border-bottom: 0px solid #c1e8d3;}
.module-b .table {margin: 0 0 26px 0;}
.module-b .table > tbody > tr > td { word-break:normal;padding: 3px 0px 3px 3px;font-size: 15px;border: 0;}
.module-b .table > tbody > tr > th { padding: 3px 0px;border-top: 0px solid #c1e8d3;font-size: 15px;width: 87px;text-align: right;}
.bl { border-left:#c1e8d3 solid 1px;}
@media screen and (max-width: 1199px){
	.module-a{width:33%;}
    .module-b{width:67%;}
}
@media screen and (max-width: 991px){
.module-a{width:100%;}
.module-b{width:100%;}
.module-b .table > tbody > tr > th { padding: 7px 0px;}
.module-b .table > tbody > tr > td { word-break:break-all;padding: 7px 0px;}
}
@media screen and (max-width: 767px){
	.module-b .jbinfo {padding: 16px 18px 0 18px;}
}
/*--------------Viode--------------------*/
.picvid {margin: 2px 0 0 0;}
.videobox {overflow: hidden;display: block;margin: 0 0 20px 0;}
.videobox .txtinfo {overflow: hidden;padding: 10px 0 0 0;}
.videobox .txtinfo h4 { color: #333;font-size: 15px;line-height: 140%;font-weight: 500;margin: 0;overflow: hidden;text-decoration: none;word-break: break-all;}
.videobox .txtinfo h4 a { color: #333;border: 0;display: block;overflow: hidden;height: 42px;}
.videobox .txtinfo h4 a:hover { color: #0851b7;text-decoration: none;}
.video-container {
	/*border:#f7d4c1 solid 6px;*/
	position: relative;
	overflow: hidden;
	/*display: inline-block;*/
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;border-radius: 2px;
	
}/*width:173px; height:116px; */
.video-container:hover .headline {
    background: white;z-index: 2;
}
.video-container i {
    display: block;
    position: absolute;
    opacity: 1;
    text-align: center;
    color: inherit;
    font-size: 50px;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
.video-container:hover a {
    opacity: .9;
    /*top: 0;*/ 
    z-index: 2;
}

.video-container img {
	width:100%;height:183px;
	display: block;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}/*width: 100%;height: auto;*/
.video-container .video-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
	color: #fff;
}
.video-container .video-caption span{background-color: #FD0005;position:absolute;top: 0;padding: 0px 7px;font-weight: bold;font-size: 13px;}
.video-container .video-caption p{position: absolute;bottom: 0;left:0; right: 0;text-align: center;font-size: 12px; background: rgba(0, 0, 0, .6);margin:0;padding: 6px;}
.video-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}
.video-container:hover .video-caption {
	background: rgba(0, 0, 0, .3);
}
@media (max-width: 1199px) {
    .picvid .row {margin-left: -10px;margin-right: -10px;}
    .picvid .row > [class^='col'] {padding-left: 10px;padding-right: 10px;}
	.video-container img {height:135px;}
    .videobox .txtinfo h4 {font-size: 14px;}
    .videobox .txtinfo h4 a {height: 56px;}
}
@media (max-width: 991px) {
	.video-container img {height:140px;}
}
@media (max-width: 767px) {
	.videobox .txtinfo h4 a {height:auto;}
	.video-container img {height:auto;max-height: 240px;}
}
/*--------------LeftNav------------------*/
.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
    -ms-box-shadow: 0px 0px 3px 0px rgb(55, 74, 151, .1);
    -o-box-shadow: 0px 0px 3px 0px rgb(55, 74, 151, .1);
    -moz-box-shadow: 0px 0px 3px 0px rgb(55, 74, 151, .1);
    -webkit-box-shadow: 0px 0px 3px 0px rgb(55, 74, 151, .1);
    box-shadow: 0px 0px 3px 0px rgb(55, 74, 151, .1);
}
.contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}
.deg90 {-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);}

.leftNavigation {
  margin: 0rem 0;
}
.leftNavigation, .leftNavigation li ul {
  list-style: none;
  padding: 0;
}
.leftNavigation li a {
  font-size: 17px;
  display: block;
  padding: 16px 32px 16px 34px;
  color: #3b4461;
  border-bottom: solid 1px #d4d8e6;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;
}
.leftNavigation li a:after {
	content: "";
	position: absolute;
	left: 18px;
	top: 18px;
	width: 5px;height: 16px; background-image: url(navicon01.png);background-repeat: no-repeat;
}
.leftNavigation li ul li a {
  font-size: 15px;
  display: block;
  padding: 6px 1rem 6px 50px !important;
  color: #bfdaff;line-height: 1.3;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-weight:400;border-bottom: solid 0px #fff;
}
.leftNavigation li ul li a:after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #bfdaff;
    position: absolute;
    top: 15px;
    left: 36px;
    margin-top: -2px;
    background-image: none !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.leftNavigation li a, .leftNavigation li a .leftNavIcon {
  line-height: 130%;
}
.leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.6rem;
  padding: 16px 0;
  text-align: center;
  font-weight: 600;color: #c0c7e0;
}
.leftNavigation li.active a .leftNavIcon {color: #fff;}
.leftNavigation li a .leftNavIcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  padding: 16px 0 0 0;
  text-align: center;font-size: 12px;color: #f67400;
}
.leftNavigation li a:hover {
  color: #fff; text-decoration:none; background-color: #1e66c9;font-weight: 500;background-image: linear-gradient(-90deg, #39b1e9 0%, #1e66c9 100%);
}
.leftNavigation li a:hover:after {
  background-image:url(navicon02.png);background-repeat: no-repeat;
}
.leftNavigation li a:hover .leftNavIcon {color: #fff;}
.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #1e66c9;border-bottom: solid 1px #e5e5e5;background-image: linear-gradient(-90deg, #39b1e9 0%, #1e66c9 100%);
}
.leftNavigation li ul li { border-bottom: solid 0px #e5e5e5;}
.leftNavigation li ul li a:hover {
  color: #fff; text-decoration:none;background: transparent;font-weight: 500;
}
.leftNavigation li ul li a:hover:after {background-color: #fff;}
/*#

 li ul li:last-child a {
  border-bottom: none;
}*/
.leftNavigation li ul li.active a {
  color: #fff; text-decoration:none;font-weight: 500;
}
.leftNavigation li ul li.active a:after {background-color: #fff;font-weight: 500;}
.leftNavigation li.active > a {
  color: #fff; text-decoration:none;font-weight: 500;border: 0;/*padding: 18px 40px 12px 34px;*/
}
.leftNavigation li.clickable.active > a {
      border-bottom: solid 1px #d4d8e6;
}
.leftNavigation li.active > a:after {
	background-image:url(navicon02.png);background-repeat: no-repeat;
}
.leftNavigation li.active ul {
  display: block;padding: 0 0 15px 0;border-bottom: solid 1px #d4d8e6;
}
.leftNavigation > li {background-color: #fff;}
.leftNavigation > li.active {
  background-color: #1e66c9;/*border-bottom: solid 1px #d4d8e6;*/background-image: linear-gradient(-90deg, #39b1e9 0%, #1e66c9 100%);
}
.leftNavigation li ul li .level4 {border-top: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li a {
  border-bottom: solid 0px #D0E9F3; font-size:13px; color:#535353; margin-left:30px; padding-left:12px;background: transparent;
}
.leftNavigation li ul li .level4 li a:hover {color: #006bb1;}
.leftNavigation li ul li .level4 li {border-bottom: solid 1px #D0E9F3;}
.leftNavigation li ul li .level4 li:last-child {border-bottom: solid 0px #D0E9F3;}
@media (max-width: 767px) {
    .leftNavigation li.active ul {border-bottom: solid 0px #d4d8e6;}
}
/* Breadcrumb
---------------------------------- */
.pr-10 {
    padding-right: 10px;
}
.breadcrumb { background: transparent;
	margin-bottom: 0;
	font-size: 14px;
	border-radius: 0px;padding: 10px 0 12px 0;
}
.breadcrumb > li { color:#545454;}
.breadcrumb > li > a { color:#545454;}
.breadcrumb > li > a:hover { color:#1958af;}
.breadcrumb > li > a:last-child {color: #1958af;}
.bread-crumbs[data-v-xl] .breadcrumb {padding: 7px 0 6px 0;}
/*---------------Lrld---------------------*/
.cleader {}
.cleader[data-v-ld] {padding: 0 16%;}
.cleader .boxstyle{ text-align:center; margin-bottom:30px;}
.cleader .boxstyle img{ width:120px; height:160px;border: #efefef solid 1px;border-radius: 4px;}
.cleader .boxstyle .txtinfo {}
.cleader .boxstyle .txtinfo p {color:#777;font-size: 15px;margin: 6px 0 6px 0 !important;font-weight: 500;line-height: 1.4;}
.cleader .boxstyle .txtinfo h4 { color:#460000;font-size: 17px;margin: 18px 0 0 0;font-weight: 700;}
/*.cleader .boxstyle:hover .txtinfo h4 {color:#c70000;}*/
@media (max-width: 1199px) {
	.cleader[data-v-ld] {padding: 0 12%;}
    .cleader .boxstyle .txtinfo p {height: 38px;}
}
@media (max-width: 991px) {
	.cleader .boxstyle .txtinfo p {font-size: 14px;}
}
@media (max-width: 767px) {
    .cleader[data-v-ld] {padding: 0;}
}
@media (max-width: 380px) {
    
}
@media (max-width: 320px) {
    .cleader .boxstyle img{  width:103px; height:146px;}
    .cleader .boxstyle .txtinfo p {font-size: 13px;}
}
/*-------------Staff-------------*/
.staff { margin-top: 30px;}
.staff li {margin-bottom: 25px;float: left;}
.staff li .boxstyle {overflow: hidden;}
.staff li .boxstyle .hover-bg {
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}
.staff li .boxstyle .hover-bg img {width: 120px;height: 160px;
-webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
	
-webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.staff li .boxstyle .hover-bg:hover img {transform: scale(1.15);}
.staff li .boxstyle .txtinfo {margin: 10px 0 2px;overflow: hidden;}
.staff li .boxstyle .txtinfo h4 { color: #333;font-size: 15px;font-weight: 500;margin: 0 0 3px 0;line-height: 20px; text-align: center;}
.staff li .boxstyle .txtinfo h4 a { color: #333;word-break:break-all;}
.staff li .boxstyle .txtinfo h4 a:hover { color: #0869be;}
.staff li .boxstyle .txtinfo p {font-size: 13px;color: #808080;line-height: 18px;margin: 0 0 3px 0;word-break: break-all;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
@media (max-width: 1199px) {
    .staff {margin-top: 25px;}
    .staff .col-md-2 {width: 25%;}
}
@media (max-width: 991px) {
    .staff .row {margin-left: -12px;margin-right: -12px;}
    .staff .row > [class^='col'] {padding-left: 12px;padding-right: 12px;}
}
@media (max-width: 767px) {
    .staff .row {margin-left: -8px;margin-right: -8px;}
    .staff .row > [class^='col'] {padding-left: 8px;padding-right: 8px;}
    .staff .col-md-2 {width: 33.333333%;}
    .staff li .boxstyle .hover-bg img {width: 111px;height: 148px;}
}
@media (max-width: 380px) {
    .staff .col-md-2 {width: 50%;}
    .staff li .boxstyle .hover-bg img {width: 120px;height: 160px;}
}
/*---------------Details---------------------*/
.nrhei {font-size: 16px; line-height: 180%; color: #333;word-wrap: break-word;}
.nrhei1 {font-size: 15px; line-height: 180%; color: #333;word-wrap: break-word;}

.staffinfo {overflow: hidden;margin-top: 8px;margin-bottom: 30px;}
.staffinfo li{margin-bottom: 22px; display: block; overflow: hidden; }
.staffinfo li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.staffinfo li h2 { font-size:32px;line-height:1.2; margin:5px 0 15px 0;display: block;color: #272727;font-weight: 700;}/*text-overflow: ellipsis;white-space: nowrap;*/
.staffinfo li h2 a { color:#292929;}
.staffinfo li h2 a:hover { color:#045d00; text-decoration:none;}
.staffinfo .news-img{}
.staffinfo .news-img img{ border:#e4e4e4 solid 0px;max-width: 300px;}
.staffinfo .news-txt {padding-top: 16px;}
.staffinfo .news-txt p { line-height: 25px; font-size: 15px; margin: 0px; color:#333333;font-weight: 700;}
.staffinfo .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.staffinfo .news-txt p a:hover { color:#15549a;}
@media (max-width: 767px) {
.staffinfo .news-img{ margin-right: 0px;width: 100%;margin-bottom: 15px;}
    .staffinfo .news-img img{ margin: 0 auto;}
}

.xlmain {display: block;margin:0;}
.xlmain hr {border-top: 1px solid #e1e5f3;}
.xlmain .wztitle {color: #333;line-height:140%; font-size: 28px;margin: 46px 0 36px 0;font-weight: 700;text-align: center;/*word-break: break-all;*/}
.xlmain .dptitle {color: #354a96;line-height:130%; font-size: 28px;margin: 0 0 16px 0;font-weight: 700;/*word-break: break-all;*/}
.xlmain .lwtitle {color: #354a96;line-height:130%; font-size: 26px;margin: 15px 0 24px 0;font-weight: 700;/*word-break: break-all;*/}
.xlmain .basicinfo {overflow: hidden; border-bottom: solid 1px #e2e2e2; padding: 0px 0px 3px 0px;}
.xlmain .basicinfo .qtinfo {color:#777; font-size: 14px;margin: 0 0 10px 0;}
.xlmain .basicinfo .qtinfo a {color:#777; text-decoration: none;}
.xlmain .basicinfo .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
.xlmain .basicinfo .share {overflow: hidden;float: right;}
.xlmain .basicinfo .ot-socials {text-align: right;}
.xlmain .basicinfo .ot-socials a {display: inline-block;height: 16px;width: 20px;text-align: center;line-height: 30px;margin-right: 8px;font-size: 14px;padding: 0;text-decoration: none;}
.xlmain .basicinfo .ot-socials .share-wx {background-image: url(fx-wx.png);background-repeat: no-repeat;background-position: 50% 50%;}
.xlmain .basicinfo .ot-socials .share-wx:hover {opacity: .6;}
.xlmain .basicinfo .ot-socials .share-qq {background-image: url(fx-qq.png);background-repeat: no-repeat;background-position: 50% 50%;}
.xlmain .basicinfo .ot-socials .share-qq:hover {opacity: .6;}
.xlmain .basicinfo .ot-socials .share-wb {background-image: url(fx-wb.png);background-repeat: no-repeat;background-position: 50% 50%;}
.xlmain .basicinfo .ot-socials .share-wb:hover {opacity: .6;}
.xlmain .text { margin:28px 0 0 0; overflow:hidden; display:block;}
.xlmain .text p {margin: 0 0 18px 0;}
.xlmain .text p:last-child {margin: 0 0 0 0;}
.xlmain .text img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .text video {object-fit: fill;width: 100% !important;height: 100% !important;}

.xlmain .text .sz {width: 244px;margin-left: 80px;float: right;}
.xlmain .text .sz img {width: 244px;}
.xlmain .text .szzc {overflow: hidden;}

.xlmain .textxl { margin:26px 0 0 0; overflow:hidden; display:block;}
.xlmain .textxl p {margin: 0 0 18px 0;}
.xlmain .textxl p:last-child {margin: 0;}
.xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .textxl table {margin: 0 0 15px 0;}
.xlmain .textxl td {text-align: center;}
.xlmain .textxl video {border: #eff1f7 solid 6px;border-radius: 5px;width: 66% !important;height: 100% !important;margin-bottom: 16px;margin-top: 10px;object-fit: fill;}
.xlmain .textld {margin: 32px 0 30px 0;}
.xlmain .textld .photo {float: left;position: relative;margin: 0 26px 0px 26px;}
.xlmain .textld .photo img {border-radius: 4px;margin: 0 0 15px 0 !important;display: block;margin-right: auto !important;margin-left: auto !important;max-width: 200px;
-ms-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
-o-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
-moz-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
-webkit-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
}
.xlmain .textsp { margin:38px auto 0 auto; overflow:hidden; display:block;width: 66%;position: relative;}
.xlmain .textsp .txsp {position: absolute;bottom: 0;left: 0;width: 100%;height: 50px;background: #fff;z-index: 1;}
.xlmain .textsp video {border: #eff1f7 solid 6px;border-radius: 5px;width: 100% !important;height: 100% !important;}

.xlmain .table-bordered > tbody > tr > th, .xlmain .table-bordered > tbody > tr > td {vertical-align: middle;letter-spacing: 0px;}
.xlmain .table-bordered > tbody > tr > td {font-size: 15px;}
.xlmain .table-bordered > tbody > tr > th {font-size: 15px;color: #282828;background-color: #f3f3f3;}

.rylanmu { overflow: hidden;background: #f0f3fa;border-left: 5px solid #1958af;padding: 0 12px 0 17px;margin: 18px 0 16px 0;}
.rylanmu_l { color:#1958af;float:left;font-weight: 700;font-size:20px;line-height: 140%;padding: 7px 0;}
.rylanmu_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}
.xlmain .textry {overflow: hidden;}
.xlmain .textry .mt {margin-top: 288px;}
.xlmain .textry h3 { font-size:32px;line-height:1.2; margin:0 0 30px 0;display: block;color: #272727;font-weight: 700;}
.xlmain .textry h3 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry h4 { font-size:28px;line-height:1.2; margin:5px 0 20px 0;display: block;color: #31373f;font-weight: 700;}
.xlmain .textry h4 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry p {margin: 0 0 18px 0;}
.xlmain .textry p a {color: #333;}
.xlmain .textry p a:hover {color: #005bac;}
.xlmain .textry th {color: #333;font-size: 16px;}
.xlmain .textry .ryname {overflow: hidden;border-left: 10px #FF9800 solid;padding-left: 20px;margin: 24px 0 40px 0;}
.xlmain .textry .ryname h4 {font-size: 20px;font-weight: 500;color: #333;margin: 0 0 12px 0;}
.xlmain .textry .ryname h4 b {font-size: 32px;color: #004098;font-weight: 700;}

.xlmain .textry .ryinfo {overflow: hidden;background: #e6f3fc;}
.xlmain .textry .ryinfo .ryimg { margin-right: 30px;background: #c1dced;padding: 30px 50px;}
.xlmain .textry .ryinfo .ryimg img{ border-radius: 5px;width: 180px;height: 240px;}
.xlmain .textry .ryinfo .rytxt p { line-height: 220%; font-size: 17px; margin: 30px 0 0 0; color:#222;}
.xlmain .textry .ryinfo .rytxt p a {color:#222;font-size: 17px;text-decoration: none;font-style: normal;}
.xlmain .textry .ryinfo .rytxt p a:hover {color:#ff7300;}
.xlmain .textry .rydetail {overflow: hidden;padding: 8px 0 0 0;}
.xlmain .textry .rydetail .detail {padding-left: 2px;font-size: 15px !important;line-height: 1.7 !important;}
.xlmain .textry .rydetail table {border: transparent;}
.xlmain .textry .rydetail tbody {background-color: transparent;}
.xlmain .textry .fl {margin-right: 28px;margin-bottom: 12px;}
.xlmain .textry .fl img {max-width: 198px;}
.xlmain .textry .fl h4 {font-size: 15px;line-height: 1.5;margin: 15px 0;text-align: center;font-weight: 500;color: #3157bb;}

.xlmain .textqk {overflow: hidden;font-size: 15px;line-height: 160%;color: #333;margin-top: 11px;}
.xlmain .textqk p {margin: 0;}

.platformbox {display:block;overflow:hidden;text-align: center;margin: 0 0 68px 0;}
.xlmain .platforminfo { margin:0 auto; overflow:hidden; display:block;min-height: 1000px;}
.xlmain .platforminfo p {margin: 0 0 16px 0;}
.xlmain .platforminfo p:last-child {margin: 0 0 0 0;}
.xlmain .platforminfo img {display: block;margin: 0 auto 70px auto;}

@media (min-width: 992px) {
	.xlmain .platforminfo { width: 876px;}
}
@media (min-width: 767px) {
	.xlmain .textxl img {max-width: 640px;}
}
@media (max-width: 1199px) {
	.xlmain .textsp { width: 64%;}
    .xlmain .text .sz {margin-left: 40px;}
    .xlmain .textxl video {width: 76% !important;}
}
@media (max-width: 991px) {
	.xlmain .wztitle {font-size: 24px;}
	.xlmain .textsp { width: 80%;}
	.xlmain .textld .photo {width: 100%;margin: 0 0 18px 0;}
    .xlmain .text .szzc {overflow: initial;}
}
@media (max-width: 800px) {
	.platformbox {margin: 32px 0 48px 0;}
	.xlmain .platforminfo { min-height: 800px;}
	.xlmain .platforminfo img {margin: 0 auto 60px auto;}
}
@media (max-width: 767px) {
	.xlmain .wztitle { margin: 0 0 18px 0;font-size: 18px;}
	.xlmain .basicinfo .qtinfo {margin: 0 0 8px 0;}
	.xlmain .text { margin:18px 0 12px 0;}
    .xlmain .text .sz {margin-left: 0px;width: 100%;float: inherit;margin-bottom: 20px;}
	.xlmain .textxl { margin:20px 2px 0 2px;}
    .xlmain .textxl video {width: 100% !important;}
	.xlmain .textsp { width: 100%;margin:20px auto 4px auto;}
	.xlmain .platforminfo {width: 100%;}
	.xlmain .platforminfo img {margin: 0 auto 40px auto;}
    .xlmain .textry .fl {width: 100%;}
    .xlmain .textry .fl img {margin-left: auto;margin-right: auto;margin-bottom: 20px;display: block;}
    .xlmain .textry h3 span {display: block;margin-top: 8px;margin-left: 0;}
}
.rcxl {overflow: hidden;}
.rcxl ol, .rcxl li {list-style-type: decimal;}
.rcxl ol {padding-left: 17px;}
.rcxl li {margin-bottom: 12px;line-height: 21px;}
.rcxl p {margin: 0 0 6px 0 !important;}
/*page*/
.pmt1 {margin-top: 30px;}
.page {
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
}
.page a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 0 14px;
  margin: 2px 1px;
}
.page a:hover,
.page a.current,
.page a.a-s {
  background-color: #508ded;
  color: #fff;
}

.pagefrm1 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    height: 24px; width: 36px;
    line-height: 22px;
    text-align:center; margin-right: 8px; float: left;
}
.pagefrm2 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    font-family: \5FAE\8F6F\96C5\9ED1;
    height: 24px; width: 46px;
    line-height: 22px;
    border: 1px solid #CCCCCC;
}
.pageline { border-bottom: dotted 1px #cccccc; height:4px; margin-top:20px;float: left;width: 100%;}
.pageline1 { border-bottom: dotted 1px #cccccc; height:4px; margin-top:20px; width:95%; display:block; overflow:hidden;}
#pages {
    width:100%; FONT-SIZE: 14px; TEXT-ALIGN: center; CLEAR: both; border-top: dotted 0px #cccccc; overflow: hidden; PADDING-TOP: 0px;float: left;
}
#pages A {
    BORDER: #dedede 0px solid; HEIGHT: 36px; BACKGROUND: #f5f5f5; COLOR: #333; PADDING: 0 15px; TEXT-DECORATION: none; MARGIN: 0px 5px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 3px;
}
#pages A:visited {
    BORDER: #dedede 0px solid; HEIGHT: 36px; BACKGROUND: #f5f5f5; COLOR: #333; PADDING: 0 15px; TEXT-DECORATION: none; MARGIN: 0px 5px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 3px;
}
#pages A:hover {
    BORDER: #dedede 0px solid; HEIGHT: 36px; BACKGROUND: #f5f5f5; COLOR: #333; PADDING: 0 15px; TEXT-DECORATION: none; MARGIN: 0px 5px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 3px;
}
#pages SPAN {
    HEIGHT: 36px;
    COLOR: #333;
    PADDING: 0 15px;
    TEXT-DECORATION: none;
    MARGIN: 0px 5px 6px 0;
    DISPLAY: inline-block;
    LINE-HEIGHT: 36px;
    font-size: 14px;border-radius: 3px;
}
/*#pages input {height: 24px; width: 36px;LINE-HEIGHT: 16px; float: left; margin-top: 0px; margin-left: 3px;}*/
#pages A:hover {
    BORDER: #ec3d2c 0px solid; BACKGROUND: #508ded; COLOR: #fff;
}
#pages A.curr {
    BORDER: #ec3d2c 0px solid; BACKGROUND: #508ded; COLOR: #fff;
}
#pages A.curr:visited {
    BORDER: #ec3d2c 0px solid; BACKGROUND: #508ded; COLOR: #fff;
}
#pages A:hover {
    BORDER: #ec3d2c 0px solid; BACKGROUND: #508ded; COLOR: #fff;
}
/*-------------Topic------------------*/
.linkspic {margin-top: 18px;}
.linkspic li {margin-bottom: 28px;}
.linkspic li img {width: 100%;height: 99px;border: #e6e6e6 solid 1px;}
.linkspic li a p {font-size: 15px;text-align: center;line-height: 1.3;margin: 10px 0 0 0;color: #333;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.linkspic li a:hover p {color: #DC0509;}
@media (max-width: 1199px){
    .linkspic li img {height: 73px;}
}
@media (max-width: 991px){
    .linkspic li img {height: 84px;}
}
@media (max-width: 767px){
    .linkspic li img {height: auto;}
    .linkspic li a p {white-space: initial;}
    .linkspic li {margin-bottom: 18px;}
}
/*-------------Picture album------------------*/
.picalbum {margin-top: 38px;}
.picalbum .col-md-3 {width: 20%;}
.picalbum li {margin-bottom: 28px;float: left;}
.picalbum li img {width: 180px;height: 234px;border: #e6e6e6 solid 1px;}
.picalbum li a p {font-size: 15px;text-align: center;line-height: 1.3;margin: 10px 0 0 0;color: #333;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.picalbum li a:hover p {color: #DC0509;}
@media (max-width: 1199px){
    .picalbum li img {height: 73px;}
}
@media (max-width: 991px){
    .picalbum li img {height: 84px;}
}
@media (max-width: 767px){
    .picalbum .row {margin-left: -10px;margin-right: -10px;}
    .picalbum .row > [class^='col'] {padding-left: 10px;padding-right: 10px;}
    .picalbum .col-md-3 {width: 50%;}
    .picalbum li img {width: 100%;height: 224px;}
    .picalbum li a p {white-space: initial;height: 38px;}
    .picalbum li {margin-bottom: 18px;}
}
@media (max-width: 380px){
    .picalbum li img {height: 205px;}
}
@media (max-width: 320px){
    .picalbum li img {height: 168px;}
}
/*-------------Picture News------------------*/
.graphiclist {overflow: hidden;}
.graphiclist li{margin-bottom: 16px;padding-bottom: 16px; display: block; overflow: hidden;border-bottom: #ccc dotted 1px; }
.graphiclist li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.graphiclist li h2 { font-size:17px;line-height:1.5; margin:0 0 10px 0;font-weight: 700;}
.graphiclist li h2 a { color:#2d2d2d;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.graphiclist li h2 a:hover { color:#0b58c3; text-decoration:none;}
.graphiclist .news-img { margin-right: 20px;}
.graphiclist .news-img img{ border:#e4e4e4 solid 1px;width: 226px; height: auto;max-height: 150px;}
.graphiclist .news-txt p { line-height: 1.5; font-size: 14px; overflow:hidden; margin: 0px; color:#737373;}
.graphiclist .news-txt i { font-family: Arial;font-size: 15px; margin: 4px 0 0 0; color:#106ece; display:block;text-align: right;padding: 0 5px 0 0;font-style: normal;}
.graphiclist .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.graphiclist .news-txt p a:hover { color:#004ea2;}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.graphiclist .news-txt p {overflow: initial;}
	.graphiclist li h2 a {white-space:normal;overflow: inherit;}
}
@media (max-width: 767px) {
	.graphiclist .news-img{ margin-bottom:14px;margin-right: 0px;width: 100%;}
	.graphiclist .news-img img{ width: 100%;height: auto;max-height: initial;}
    .graphiclist .news-txt p {display: none;}
    .graphiclist .news-txt i {text-align: left;}
	
	}

.sortlist {overflow: hidden;}
.sortlist li{margin-bottom: 26px;display: block; overflow: hidden; }
.sortlist li:last-child {margin-bottom: 0px;border-bottom:#ccc dashed 0px; }
.sortlist li h2 { font-size:17px;line-height:1.5; margin:0 0 10px 0;font-weight: 700;}
.sortlist li h2 a { color:#2d2d2d;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.sortlist li h2 a:hover { color:#0b58c3; text-decoration:none;}
.sortlist .news-img { margin-right: 20px;}
.sortlist .news-img img{ width: 207px; height: 122px;max-height: 150px;}
.sortlist .news-txt p { line-height: 1.5; font-size: 14px; overflow:hidden; margin: 0px; color:#737373;}
.sortlist .news-txt p a { overflow:hidden; color:#f08519; font-size:12px; text-decoration:underline; font-style:italic; display:block;}
.sortlist .news-txt p a:hover { color:#004ea2;}
.sortlist .news-txt i { font-family: Arial;font-size: 14px; margin: 4px 0 0 0; color:#106ece; display:block;text-align: right;padding: 0 5px 0 0;font-style: normal;}
.sortlist .news-txt i a {color:#106ece;}
.sortlist .news-txt i a:hover {color:#E80C10;}
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.sortlist .news-txt p {overflow: initial;}
	.sortlist li h2 a {white-space:normal;overflow: inherit;}
}
@media (max-width: 767px) {
	.sortlist .news-img{ margin-bottom:14px;margin-right: 0px;width: 100%;}
	.sortlist .news-img img{ width: 100%;height: auto;max-height: initial;}
}

.lanmu { overflow: hidden;margin-bottom: 14px;}
.lanmu_l{ color:#333; font-weight:700; float:left; font-size:18px; padding: 0 0 0 15px;position: relative;}
.lanmu_l:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: 18px;
    background-color: #1958af;
}
.lanmu_r{ float:right; color:#bddcff; font-family: Arial; font-size:14px;}
.lanmu_r a{ color:#0080da; text-decoration:none;line-height: 1;}
.lanmu_r a:hover{ color:#cd3c2e; text-decoration:none;}

.lanmu2 { overflow: hidden;margin: 20px 0 0 0;border-bottom: #dddddd solid 1px;}
.lanmu2_l { color:#333936;float:left;font-weight: 700;font-size:18px;padding: 0 0 9px 0;}
.lanmu2_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}
.lanmu2_r { line-height:32px; float:right; font-size:12px;font-family: Arial;}
.lanmu2_r a{ color:#bfcddd; text-decoration:none;}
.lanmu2_r a:hover{ color:#ffffff; text-decoration:none;}

.textlink {
    width: 100%;
    float: left;
    word-break: break-all;
    line-height: 26px;
}
.textlink .gao1 {
    height: 118px;
    overflow: hidden;
}
.textlink ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.textlink ul li {
    display: block;
}
.textlink ul li a {
    font-size: 15px;
    color: #454545;
    line-height: 30px;
    background-image: url(ico_05.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 10px;
}
.textlink ul li a:hover{ color:#d61300;}

/*网站地图*/
.webmap { overflow:hidden;}
.webmap .btn {min-width: 106px;padding: 4px 13px;font-size: 13px;}
.webmap hr { margin:5px 0;}
.webmap .rlink { padding:0; overflow:hidden;}
.webmap .rlink a { display: inline-block; overflow:hidden; margin:3px 15px 0 15px;color: #333;font-size: 15px;}
.webmap .rlink a:hover {color: #17318b;}
.webmap .tabh { min-height:42px; border-bottom:#dedede solid 1px;}
.webmap td {padding: 3px 0 6px 0;}
@media (max-width: 992px){
.webmap .rlink { padding:0;}
}
@media (max-width: 767px){
.webmap .rlink { margin:10px 0 0 0;}
.webmap .tabh {margin: 0 0 8px 0;}
}

.list-link { overflow:hidden; display:block;margin-top: 30px;}
.list-link li {overflow:hidden;clear:both;padding: 20px 18px;}
.list-link li:nth-child(odd) {background: #f5f7fb;}
.list-link li a{ float:left;overflow:hidden;font-size:16px;line-height:1.4; color:#333;background-image: url(img-08.png);background-repeat: no-repeat;background-position: left 6px;padding-left: 20px; }
.list-link li a:hover {color: #334ca6;}
.list-link span {line-height:1.5;color:#9b9b9b; font-size: 15px;position: absolute;top:2px;right: 0;}
@media (max-width: 767px){
	.list-link {margin-top: 26px;}
    .list-link li a {padding-right: 0px;}
    .list-link span {position: initial;margin-left: 17px;}
}
/*---------------姓名列表--------------------*/
.namelist{overflow: hidden;}
.namelist li {margin: 18px 0 0 0;text-align: center;}
.namelist li a {font-size: 16px;color: #333;line-height: 18px;}
.namelist li a:hover {color: #002e80;text-decoration: none;}