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;
  }
}
hr {border-top: 1px solid #cfd8e4;}
nav.navbar.bootsnav {
  min-height: 50px;
  border: none;
  background-color: #076fbe;
  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;
}
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 {
    margin-left: 3px;
  }
  nav.navbar.bootsnav ul.nav > li:first-child {
    margin-left: 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 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 ul.dropdown-menu {
    top: -1px !important;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 8px 10px;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #1958af;
  }
}
@media (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li {
    width: 9.09%;
    margin-left: 0;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
}
@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 .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  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;
  }
}
/*header*/
.header {
  background: url("/images/wsw-header-bg.png") no-repeat bottom center;
  background-size: cover;
  min-height: 140px;
}
.header .container {
  position: relative;
}
.header .h-logo {
  float: left;
  padding-top: 28px;
  padding-bottom: 28px;
}
.header .h-logo img {
  display: block;
}
.header .header-line {
  position: absolute;
  right: 0;
  top: 10px;
}
.header .h-culture img {
  display: block;
}
.header .tools {
  margin-left: 65px;
}
.header .h-culture,
.header .tools {
  margin-top: 55px;
  float: right;
}
.header-line .link-btn {
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  box-shadow: none;
  color: #404040;
  padding: 0;
  margin: 0;
  border: none;
}
.header-line ul.dropdown-menu li {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  line-height: 24px;
}
.header-line ul.dropdown-menu li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  height: 14px;
  width: 1px;
  background-color: #809db3;
}
.header-line ul.dropdown-menu li:last-child {
  padding-right: 0;
}
.header-line ul.dropdown-menu li:last-child:after {
  display: none;
}
.header-line ul.dropdown-menu li a {
  color: #404040;
  line-height: 24px;
}
.header-line ul.dropdown-menu li:hover a {
  color: #404040;
  background-color: transparent;
  text-decoration: underline;
}
@media (min-width: 993px) {
  .header-line .link-btn {
    border: none;
    display: none;
  }
  .header-line ul.dropdown-menu {
    display: block;
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
  }
  .header-line ul.dropdown-menu li {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    line-height: 24px;
  }
  .header-line ul.dropdown-menu li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    height: 14px;
  }
  .header-line ul.dropdown-menu li:last-child {
    padding-right: 0;
  }
  .header-line ul.dropdown-menu li:last-child:after {
    display: none;
  }
  .header-line ul.dropdown-menu li a {
    padding: 0;
  }
}
.tools {
  position: relative;
  z-index: 999;
}
.tools .search-trigger {
  background: url("/images/wsw-search-a.png") no-repeat center center #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.tools .x-show {
  display: block;
  top: 35px;
  right: 0;
}
.search-box {
  position: relative;
  width: 205px;
}
.search-box .s-inp {
  height: 35px;
  background-color: #ffffff;
  border-radius: 18px;
  width: 100%;
  padding-left: 15px;
  padding-right: 35px;
  color: #8a93a3;
}
.search-box .s-btn {
  background: url("/images/wsw-search-a.png") no-repeat center center;
  width: 35px;
  height: 35px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
/*footer*/
.footer {
  background-color: #076fbe;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.footer .footer-info {
  position: relative;
  padding-left: 160px;
  padding-right: 70px;
}
.footer .footer-info img {
  display: block;
}
.footer .info-logo,
.footer .info-img {
  position: absolute;
  top: 5px;
}
.footer .info-logo {
  left: 0;
}
.footer .info-txt {
  position: relative;
  padding-left: 20px;
  line-height: 24px;
  color: #fff;
}
.footer .info-txt:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background-color: #529ad2;
}
.footer .info-txt span {margin-right: 15px;}
.footer .info-txt span:last-child {margin-right: 0;}
.footer .info-txt span a {color: #fff;}
.footer .info-txt span a:hover {color: #b8e0ff;}
.footer .info-txt span img {display: inherit;}
.footer .info-img {
  right: 0;
}
/*index*/
.index-news-top {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.index-news-top a {
  display: block;
  color: #095e9f;
  font-weight: bold;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news-top a:hover {
  color: #d41212;
}
.index-banner .banner-box {
  position: relative;
  overflow: hidden;
}
.index-banner .banner-box .box-img {
  overflow: hidden;
}
.index-banner .banner-box .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;height: 470px;
}
.index-banner .banner-box .box-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: rgba(5, 102, 193, 0.85);
  border-bottom: 4px solid #189dfb;
  padding: 20px;
  max-width: 500px;
}
.index-banner .banner-box .box-title span {
  display: block;
  line-height: 24px;
  height: 24px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-weight: bold;
}
.index-banner .banner-box:hover .box-img img {
  transform: scale(1.1);
}
.index-banner .swiper-pagination {
  left: auto;
  width: auto;
  right: 20px;
  bottom: 20px;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  border-radius: 7px;
  background-color: #ffffff;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c00f0f;
  width: 50px;
}
@media (max-width: 1199px) {
	.index-banner .banner-box .box-img img {height: 352px;}
}
@media (max-width: 991px) {
	.index-banner .banner-box .box-img img {height: 270px;}
}
@media (max-width: 767px) {
	.index-banner .banner-box .box-img img {height: 144px;}
}
@media (max-width: 380px) {
	.index-banner .banner-box .box-img img {height: 129px;}
}
@media (max-width: 320px) {
	.index-banner .banner-box .box-img img {height: 110px;}
}
/*public-box*/
.public-box,
.tabs-cont {
  margin-bottom: 35px;
}
/*public-title*/
.public-title {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.public-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d8dded;
  height: 2px;
  z-index: -1;
}
.public-title .title-name,
.public-title .title-more {
  line-height: 30px;
  padding-bottom: 10px;
}
.public-title .title-name {
  float: left;
  border-bottom: 4px solid #076fbe;
  font-weight: bold;
  color: #333;
}
.public-title .title-name span {
  display: inline-block;
}
.public-title .title-name img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
}
.public-title .title-more {
  float: right;
  color: #969bab;
}
.public-title .title-more:hover {
  color: #1958af;
}
.public-title-02 {
  height: 45px;
  line-height: 45px;
  background-color: #076fbe;
  margin-bottom: 20px;
}
.public-title-02 .title-name {
  float: left;
}
.public-title-02 .title-name a {
  float: left;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.public-title-02 .title-name a:after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: #076fbe;
  top: -4px;
  left: 50%;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.public-title-02 .title-name a span {
  display: inline-block;
  vertical-align: middle;
}
.public-title-02 .title-name a .icon-s {
  position: relative;
  margin-right: 8px;
}
.public-title-02 .title-name a .icon-s img {
  display: block;
}
.public-title-02 .title-name a .icon-s img.img-h {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.public-title-02 .title-name a.active,
.public-title-02 .title-name a:hover {
  background-color: #fff;
  color: #333333;
}
.public-title-02 .title-name a.active:after,
.public-title-02 .title-name a:hover:after {
  width: 100%;
  left: 0;
}
.public-title-02 .title-name a.active .icon-s img.img-h,
.public-title-02 .title-name a:hover .icon-s img.img-h {
  display: block;
}
.public-title-02 .title-more {
  float: right;
  margin-right: 15px;
}
.public-title-02 .title-more a {
  display: none;
  color: #fff;
}
.public-title-02 .title-more a:hover {
   color: #d0ebff;
}
.public-title-02 .title-more a:first-child {
  display: block;
}
.public-title-03 {
  position: relative;
  z-index: 1;
}
.public-title-03:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d8dded;
  height: 2px;
  z-index: -1;
}
.public-title-03 .title-name {
  float: left;
}
.public-title-03 .title-name a {
  float: left;
  margin-right: 30px;
  position: relative;
  color: #333333;
  font-weight: bold;
  height: 45px;
  line-height: 30px;
}
.public-title-03 .title-name a:after {
  content: '';
  position: absolute;
  height: 4px;
  background-color: #076fbe;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.public-title-03 .title-name a span {
  display: inline-block;
  vertical-align: middle;
}
.public-title-03 .title-name a .icon-s {
  position: relative;
  margin-right: 8px;
}
.public-title-03 .title-name a .icon-s img {
  display: block;
}
.public-title-03 .title-name a .icon-s img.img-h {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}
.public-title-03 .title-name a.active,
.public-title-03 .title-name a:hover {
  color: #0564ac;
}
.public-title-03 .title-name a.active:after,
.public-title-03 .title-name a:hover:after {
  width: 100%;
}
.public-title-03 .title-name a.active .icon-s img.img-h,
.public-title-03 .title-name a:hover .icon-s img.img-h {
  display: block;
}
.public-title-03 .title-more {
  float: right;
  line-height: 30px;
}
.public-title-03 .title-more a {
  display: none;
  color: #969bab;
}
.public-title-03 .title-more a:hover {
  color: #1958af;
}
.public-title-03 .title-more a:first-child {
  display: block;
}
/*tabs-cont*/
.tabs-cont.cont-02 {
  background-color: #f3f6fb;
  padding: 20px;
}
.tabs-cont > div {
  display: none;
}
.tabs-cont > div:first-child {
  display: block;
}
/*news-groups*/
.news-groups .groups-cont {
  position: relative;
  padding-left: 236px;
  min-height: 234px;
}
.news-groups .groups-cont .news-hot {
  position: absolute;
  left: 0;
  top: 0;
}
.news-groups .news-hot {
  width: 215px;
}
.news-groups .news-hot .box-img {
  height: 145px;
}
.news-groups .news-hot .box-info {
  padding: 10px;
  height: 88px;
  background: #f1f3fa;
}
.news-groups .news-hot .box-info .date-s {
  color: #076fbe;
  line-height: 24px;
  margin-bottom: 1px;
}
.news-groups .news-hot .box-info .title-s {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  font-size: 15px;
  color: #333333;display: block;
}
.news-groups .news-hot:hover .box-info .title-s {
  color: #1958af;
}
.news-groups .news-list .box-s {
  position: relative;
  padding-right: 80px;
  line-height: 34px;
  color: #333333;
  font-size: 15px;
}
.news-groups .news-list .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #9aa1b2;
}
.news-groups .news-list .box-s .box-title {
  background: url("/images/wsw-img-09.png") no-repeat 0 14px;
  padding-left: 18px;
  padding-right: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-groups .news-list .box-s .box-title:hover .box-title {
  text-decoration: underline;
  color: #1958af;
}
.news-list-02 {
  overflow: hidden;
}
.news-list-02 .box-s {
  background: url("/images/wsw-img-10.png") no-repeat 0 6px;
  line-height: 22px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 15px;
}
.news-list-02 .box-s .title-s {
  color: #333333;
}
.news-list-02 .box-s .date-s {
  color: #999999;
}
.news-list-02 .box-s:hover .title-s {
  color: #1958af;
}
@media (max-width: 767px) {
	.news-groups .news-hot .box-info {height: auto;}
	.news-groups .news-hot .box-info .title-s {height: auto;}
}
/*滚动样式*/
.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;
}
.news-list-03 .box-s {
  position: relative;
  padding-left: 68px;
  min-height: 55px;
  margin-bottom: 25px;
}
.news-list-03 .box-s:last-child {
  margin-bottom: 0;
}
.news-list-03 .box-s .box-date {
  background: url("/images/wsw-img-11.png") no-repeat;
  width: 57px;
  height: 55px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.news-list-03 .box-s .box-date .date-01 {
  line-height: 35px;
  text-align: center;
  color: #ff9000;
}
.news-list-03 .box-s .box-date .date-02 {
  line-height: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
}
.news-list-03 .box-s .box-title {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  height: 44px;
  overflow: hidden;
}
.news-list-03 .box-s .box-title:hover {color: #1958af;}
/*专题*/
.special-mod .box-s {
  display: block;
}
.special-mod .box-s .box-img {
  height: 85px;
}
.special-mod .swiper-button-prev,
.special-mod .swiper-button-next {
  width: 34px;
  height: 34px;
  margin-top: -17px;
}
.special-mod .swiper-button-prev:after,
.special-mod .swiper-button-next:after {
  display: none;
}
.special-mod .swiper-button-prev {
  background: url("/images/wsw-img-prev.png") no-repeat;
  left: -60px;
}
.special-mod .swiper-button-prev:hover {
  background: url("/images/wsw-img-prev-h.png");
}
.special-mod .swiper-button-next {
  background: url("/images/wsw-img-next.png") no-repeat;
  right: -60px;
}
.special-mod .swiper-button-next:hover {
  background: url("/images/wsw-img-next-h.png");
}
/*快速通道*/
.fast-track .a-box {
  display: block;
  background: url("/images/wsw-img-02.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 4px;
  height: 85px;
  line-height: 85px;
  color: #fff;
  position: relative;
  padding-left: 18px;
  padding-right: 36px;
  font-weight: bold;
  overflow: hidden;
  font-size: 0;
  transition: all 0.3s;
}
.fast-track .a-box:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -12px;
  background: url("/images/wsw-icon-06.png") no-repeat;
  width: 24px;
  height: 24px;
}
.fast-track .a-box span {
  vertical-align: middle;
}
.fast-track .a-box span.txt-s {font-size: 18px;}
.fast-track .a-box img {
  margin-right: 15px;
  transition: all 0.5s;
}
.fast-track .a-box:hover {
  background-size: 110% 110%;
}
.fast-track .a-box:hover img {
  transform: scale(1.1);
}
.fast-track .col-md-3 {margin-top: 26px;}
@media (max-width: 1199px) {
.fast-track .col-md-3 {width: 50%;}
}
@media (max-width: 991px) {
.fast-track .col-md-3 {float: left;}
}
@media (max-width: 767px) {
.fast-track .col-md-3 {width: 100%;}
}
/*友情链接*/
.page-link {
  background-color: #e6edf5;
  padding-top: 40px;
  padding-bottom: 20px;
}
.page-link .box-link {
  margin-bottom: 20px;
}
.page-link .ui-select-wrap {
  display: block;
  border: none;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  border-radius: 0;
  background-color: #fff;
}
.page-link .ui-select-input {
  text-align: center;
  font-size: 15px;
}
.page-link .ui-select-arrow {
  top: 17px;
  right: 15px;
  border-top-color: #c1c8dc;
}
.page-link .ui-select-list {
  background-color: #c1c8dc;
  border: none;
  overflow: auto;
  border-radius: 0;
  left: 0;
  top: 40px;
}
/*page-main*/
.page-main {
  padding-top: 30px;
  padding-bottom: 40px;
}

/* 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:218px; overflow:hidden; margin: 0;}
@media (max-width: 1199px) {
.marquee-1{ height:194px;}
}

.secondarybox { display:block; padding:36px 0 36px 0;
/*min-height: -moz-calc(100vh - 701px);
min-height: -webkit-calc(100vh - 701px);
min-height: calc(100vh - 701px);*/
}
.lbborderstyle {background:#ffffff; padding: 22px 30px 20px 30px;border-radius: 3px;overflow: hidden;}
.xlborderstyle {padding: 8px 54px 10px 54px;}
.dpborderstyle {background: url(/images/pagebg.jpg) repeat-x top center #fff;  padding: 20px 30px 0px 30px;border-radius: 3px;overflow: hidden;min-height: 406px;}
.dpborderstyle form {background: #f4f7fc; padding: 15px 13px 5px 10px; border-radius: 2px; border: #d6e2f2 solid 1px;}
.dpborderstyle .jsbox {padding-right: 6px; text-align: right; color: #1b1b1b; /* font-weight: 700; */ font-size: 13px; background: transparent; width:76px;}
.dpborderstyle .jsbox1 {padding-right: 6px; text-align: right; color: #1b1b1b; /* font-weight: 700; */ font-size: 13px; background: transparent; width:84px;}
.dpborderstyle select.form-control {padding: 0 5px;margin: 0;height: 30px; color: #454545;}
.dpborderstyle .form-control {border-color: #d6e2f2;background: #ffffff;height: 30px;color: #4e4e4e;}
.dpborderstyle .p0 { padding:0px;}
@media (max-width: 991px){
.xlborderstyle {padding: 8px 0px 10px 0px;}	
}
@media (max-width: 767px){
	.secondarybox {padding:16px 0 16px 0;}
	.dpborderstyle {padding: 11px 18px 0px 18px;}
}
.column { overflow:hidden;border-bottom: #cfd8e4 solid 1px;}
.column .column_l { width:auto;font-size:26px; font-weight:700; color:#1958af; float:left; display:inline-block; overflow:hidden;padding: 7px 22px 14px 0;line-height: 130%;}
.column .column_r {float: right;}
.column[data-v-xl] {border: 0;}
.column[data-v-xl] .column_r {width: 100%;}
.column[data-v-xl] .column_r .breadcrumb { padding: 0;}
@media (max-width: 991px){
	.column .column_r {width: 100%;display: block;}
	.breadcrumb {padding: 0 0 10px 0;}
}
.column1 { border-bottom: #cfd8e4 solid 1px; overflow:hidden;}
.column1_l { width:auto; font-size:26px; font-weight:500; color:#fff; float:left; display:inline-block; overflow:hidden;padding: 9px 15px;line-height: 130%;}
@media (max-width: 767px){
	.column_l{ font-size:22px;}
}
/*--------------LeftNav------------------*/
.sidebar {border-radius: 3px;overflow: hidden;margin-right: 10px;}
.sidebar .title {margin-bottom: 0px;position: relative;padding: 23px 20px 21px 20px; font-size: 24px;font-weight: 700; color:#ffffff;border-top: #f08519 solid 0px;text-transform:uppercase;line-height: 32px;background: url(/images/2021-lnavbg.jpg) no-repeat right top #1958af; }
@media (max-width:1199px) {
	.sidebar {margin-right: 0px;}
}

.contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentLeft {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f0f5fc;/*min-height: 436px;*/
}
.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: 16px;
  display: block;
  padding: 16px 42px 16px 34px;
  color: #3b4461;
  border-bottom: solid 1px #e0e8f4;
  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(/images/navicon01.png);background-repeat: no-repeat;
}
.leftNavigation li ul li a {
  font-size: 14px;
  display: block;
  padding: 5px 1rem 5px 50px !important;
  color: #73798f;line-height: 1.2;
  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: #9ca5c6;
    position: absolute;
    top: 13px;
    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: 4.8rem;
  padding: 13px 0;
  text-align: center;
  font-weight: 500;color: #c0c7e0;font-size: 20px;
}
.leftNavigation li.active a .leftNavIcon {color: #626981;}
.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: #3b4461; text-decoration:none; background-color: #dfe8f7;font-weight: 500;
}
.leftNavigation li a:hover:after {
  background-image:url(/images/navicon02.png);background-repeat: no-repeat;
}
.leftNavigation li a:hover .leftNavIcon {color: #626981;}
.leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #dfe8f7;border-bottom: solid 1px #e5e5e5;
}
.leftNavigation li ul li { border-bottom: solid 0px #e5e5e5;}
.leftNavigation li ul li a:hover {
  color: #2a45a6; text-decoration:none;background: transparent;font-weight: 500;
}
.leftNavigation li ul li a:hover:after {background-color: #02449e;}
/*#

 li ul li:last-child a {
  border-bottom: none;
}*/
.leftNavigation li ul li.active a {
  color: #2a45a6; text-decoration:none;font-weight: 500;
}
.leftNavigation li ul li.active a:after {background-color: #02449e;font-weight: 500;}
.leftNavigation li.active > a {
  color: #3b4461; text-decoration:none;font-weight: 500;border: 0;/*padding: 18px 40px 12px 34px;*/
}
.leftNavigation li.active > a:after {
	background-image:url(/images/navicon02.png);background-repeat: no-repeat;
}
.leftNavigation li.active ul {
  display: block;padding: 0 0 15px 0;border-bottom: solid 1px #fff;
}
.leftNavigation > li.active {
  background-color: #dfe8f7;border-bottom: solid 1px #e0e8f4;
}
.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;}

/* Breadcrumb
---------------------------------- */
.pr-10 {
    padding-right: 10px;
}
.breadcrumb { background: transparent;
	margin-bottom: 0;
	font-size: 14px;
	border-radius: 0px;padding: 16px 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;}
@media (max-width:1199px) {
	.breadcrumb {padding: 4px 0 12px 0;}
}
/*--------------------Personnel overview-------------------*/
.rcphotobox {width: 100%;display: table;padding: 0px;}
.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;}
.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: 0px;}
.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(/images/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;}
.module-b .table > tbody > tr > td { word-break:normal;padding: 3px 0px 3px 3px;font-size: 15px;border: 0;line-height: 1.9;}
.module-b .table > tbody > tr > th { padding: 3px 0px;border-top: 0px solid #c1e8d3;font-size: 14px;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;}
}
/*---------------Details---------------------*/
.nrhei {font-size: 16px; line-height: 190%; color: #333;word-wrap: break-word;}
.nrhei1 {font-size: 15px; line-height: 190%; color: #333;word-wrap: break-word;}
.ryname { background: url(/images/lmbg01.png) bottom center repeat-x;overflow: hidden;}
.ryname_l{ color:#333;float:left;font-weight: 700;font-size:24px;line-height: 1;padding: 0 0 12px 0;border-bottom: #1958af solid 3px; padding-right: 3px;}
.ryname span {font-size: 15px;font-weight: 500;margin-left: 10px;}
.embed-wrapper, .iframe-wrapper {
	position: relative;
	height: 0;
	margin: 0 -15px;
	padding: 0 0 50%;
	overflow: hidden
}
.embed-wrapper embed, .embed-wrapper iframe, .embed-wrapper object, .embed-wrapper video, .iframe-wrapper embed, .iframe-wrapper iframe, .iframe-wrapper object, .iframe-wrapper video {
	position: absolute;
	height: 100%;
	width: 100%
}

.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 #d2d9e8; 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(/images/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(/images/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(/images/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: #d2d9e8 solid 6px;border-radius: 5px;width: 100% !important;height: 100% !important;object-fit: fill;}

.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: #e9eef9;border-left: 5px solid #076fbe;padding: 0 12px 0 17px;margin: 18px 0 16px 0;}
.rylanmu_l { color:#333;float:left;font-weight: 700;font-size:18px;line-height: 140%;padding: 10px 0;}
.rylanmu_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}
.xlmain .textry {overflow: hidden;margin-top: 28px;}
.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 15px 0;}
.xlmain .textry p a {color: #333;}
.xlmain .textry p a:hover {color: #005bac;}
.xlmain .textry p:last-child {margin: 0;}
.xlmain .textry th {color: #333;font-size: 16px;}

.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.9 !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: 800px;}
}
@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;margin: 22px 0 22px 0;}
	.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: 18px 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: #076fbe;
  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: #cfd8e4 1px solid; HEIGHT: 36px; BACKGROUND: #fff; 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: #cfd8e4 1px solid; HEIGHT: 36px; BACKGROUND: #fff; 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: #cfd8e4 1px solid; HEIGHT: 36px; BACKGROUND: #fff; 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: #076fbe 1px solid; BACKGROUND: #076fbe; COLOR: #fff;
}
#pages A.curr {
    BORDER: #076fbe 1px solid; BACKGROUND: #076fbe; COLOR: #fff;
}
#pages A.curr:visited {
    BORDER: #076fbe 1px solid; BACKGROUND: #076fbe; COLOR: #fff;
}
#pages A:hover {
    BORDER: #076fbe 1px solid; BACKGROUND: #076fbe; COLOR: #fff;
}
/*-----------------文字列表---------------------*/
.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:15px;line-height:1.4; color:#333;background-image: url(/images/wsw-img-09.png);background-repeat: no-repeat;background-position: left 5px;padding:0 0 0 17px;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: #064db1; text-decoration: none;}
.list-tab i {float: left;margin: 0 0 0 8px;}
.list-tab span {line-height:1.4;color:#9aa1b2; font-size: 14px; font-family:Arial;}
.list-tab span.right {float: right;}
@media (max-width: 1199px) {
.list-tab ul li a{ max-width:78%;}
}
@media (max-width: 991px) {
.list-tab ul li a{ float:left;}
}
@media (max-width: 767px){
.list-tab ul li a {max-width: 100%;white-space: normal;}
.list-tab span {width: 100%;padding-left: 13px;padding-top: 3px;}
.list-tab ul li:nth-last-child(1), .list-tab ul li:nth-last-child(2), .list-tab ul li:nth-last-child(3) {display: none;}
.list-tab ul li:nth-last-child(4) {margin-bottom: 0px;}
}
/*----------Current leader----------*/
.personnel-list {overflow: hidden;margin-top: 28px;}
.personnel-list .news-txt {margin-top: 5%;}
.personnel-list li{margin-bottom: 30px; display: block; overflow: hidden; }
.personnel-list li:last-child {border-bottom:#ccc dashed 0px;margin: 0;padding: 0; }
.personnel-list li h2 { font-size:22px; line-height:22px; margin:0 0 15px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;font-weight: 500;color: #076fbe;}
.personnel-list li h2 a { color:#004ea4;}
.personnel-list li h2 a:hover { color:#333; text-decoration:none;}
.personnel-list li h2 span {font-weight: 500;font-size: 15px;margin-left: 16px;color: #444;}
.personnel-list .news-img{ margin-right: 30px;}
.personnel-list .news-img img{ border:#dee5ef solid 1px;width: 140px; height: 180px;}
.personnel-list .news-txt p { line-height: 1.8; font-size: 15px; margin: 0px; color:#505050;overflow:hidden;}
.personnel-list .news-txt p i { font-size: 13px; margin: 4px 0 0 0; color:#009cd1; display:block;font-style: normal;}
.personnel-list .news-txt p i a {color:#009cd1;font-size: 13px;text-decoration: none;font-style: normal;}
.personnel-list .news-txt p i a:hover {color:#ff7300;}
@media (max-width: 1024px) {
    .personnel-list .news-txt p {overflow: inherit;}
}
@media (max-width: 991px) {
    
}
@media (max-width: 767px) {
	.personnel-list .news-img { width: 100%;margin-right: 0;}
	.personnel-list .news-txt {margin-top: 28px;float: left;overflow: hidden;}
	.personnel-list li h2 {white-space:normal;}
	.personnel-list .news-txt p { line-height: 1.6; }
	}
/*-----------------Staff---------------------*/
.oldleader { margin-top: 18px;padding: 0 2px;}
.oldleader li {margin-top: 12px;margin-bottom: 10px;}
.oldleader li .boxstyle {overflow: hidden;}
.oldleader li .boxstyle .thumbnail__link img {margin: auto;}
.oldleader li .boxstyle img {width: 170px;height: 220px;}
.oldleader li .boxstyle .txtinfo {margin: 14px 0 2px;overflow: hidden;}
.oldleader li .boxstyle .txtinfo h4 { color: #222;font-size: 15px;font-weight: 500;margin: 0 0 4px 0;line-height: 20px; text-align: center;}
.oldleader li .boxstyle .txtinfo h4 a { color: #222;word-break:break-all;}
.oldleader li .boxstyle .txtinfo h4 a:hover { color: #004ea2;}
.oldleader 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;width: 100%;height: 36px;}
@media (max-width: 1199px) {
    .oldleader li .boxstyle img {width: 100%;height: 176px;}
}
@media (max-width: 991px) {
	.oldleader li .boxstyle img {height: 150px;}
}
@media (max-width: 767px) {
	.oldleader li .boxstyle img {width: 110px;height: 142px;}
}

.group { margin-top: 18px;padding: 0 2px;}
.group li {margin-top: 12px;margin-bottom: 10px;}
.group li .boxstyle {overflow: hidden;}
.group li .boxstyle .thumbnail__link img {margin: auto;}
.group li .boxstyle img {width: 170px;height: 236px;}
.group li .boxstyle .txtinfo {margin: 14px 0 2px;overflow: hidden;}
.group li .boxstyle .txtinfo h4 { color: #222;font-size: 15px;font-weight: 500;margin: 0 0 4px 0;line-height: 20px; text-align: center;}
.group li .boxstyle .txtinfo h4 a { color: #222;word-break:break-all;}
.group li .boxstyle .txtinfo h4 a:hover { color: #004ea2;}
.group 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;width: 100%;height: 36px;}
@media (max-width: 1199px) {
    .group li .boxstyle img {width: 100%;height: 189px;}
}
@media (max-width: 991px) {
	.group li .boxstyle img {height: 160px;}
}
@media (max-width: 767px) {
	.group li .boxstyle img {width: 110px;height: 153px;}
}

/*---------------Name list--------------------*/
.namelist{overflow: hidden;}
.namelist li {margin: 28px 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;}

/*----------------------links-----------------*/
.piclinks {}
.piclinks li {margin-top: 28px;}
.piclinks li div {border-radius: 2px;}
.piclinks li div img {height: 284px;width: 100%;}
.piclinks li .thumbnail__link img {border-radius: 2px;}
.piclinks li h4 {text-align: center;color: #333;margin: 13px 0 4px 0;font-size: 16px;line-height: 1.4;}
.piclinks li:hover h4 {color: #1958af;}
.piclinks[data-v-qk] {margin-bottom: 15px;}
.piclinks[data-v-qk] .row {margin-left: -20px;margin-right: -20px;}
.piclinks[data-v-qk] .row > [class^='col'] {padding-left: 20px;padding-right: 20px;}
.piclinks[data-v-qk] li div img {height: 351px;width: 100%;}
@media (max-width: 1199px){
.piclinks li div img {height: 205px;}
.piclinks[data-v-qk] .row {margin-left: -14px;margin-right: -14px;}
.piclinks[data-v-qk] .row > [class^='col'] {padding-left: 14px;padding-right: 14px;}
.piclinks[data-v-qk] li div img {height: 258px;}
}
@media (max-width: 991px){
.piclinks .row {margin-left: -10px;margin-right: -10px;}
.piclinks .row > [class^='col'] {padding-left: 10px;padding-right: 10px;}
.piclinks li div img {height: 131px;}
.piclinks li h4 {height: 38px;}
.piclinks[data-v-qk] .row {margin-left: -10px;margin-right: -10px;}
.piclinks[data-v-qk] .row > [class^='col'] {padding-left: 10px;padding-right: 10px;}
.piclinks[data-v-qk] li div img {height: 259px;}
}
@media (max-width: 767px){
.piclinks li div img {height: 111px;}
.piclinks[data-v-qk] li div img {height: auto;width: 80%;margin: 0 auto;}
.piclinks li h4 {height: auto;}
}
@media (max-width: 380px){
.piclinks li div img {height: 97px;}
}
@media (max-width: 320px){
.piclinks .row > [class^='col'] {width: 100%;}
.piclinks li div img {height: auto;}
.piclinks li h4 {height: auto;}
}
/*---------------PHOTO NEWS---------------------*/
.new-graphics {}
/*.new-graphics .row {margin-right: -11px;margin-left: -11px;}
.new-graphics .col-md-4 {padding-right: 11px;padding-left: 11px;}*/
.new-graphics li {margin-top: 26px;}
.new-graphics li .boxstyle {}
.new-graphics li .boxstyle a {}
.new-graphics li .boxstyle img {height: 180px;width: 100%;}
.new-graphics li a:hover .boxstyle img {opacity: 0.8;filter: alpha(opacity=80);}
.new-graphics li .boxstyle .txtinfo {margin: 12px 2px 0 2px;overflow: hidden;height: 64px;}
.new-graphics li .boxstyle .txtinfo h5 {font-size: 15px;color: #106ece;margin: 0 0 3px 0;font-family: Arial;font-weight: 500;}
.new-graphics li .boxstyle .txtinfo h4 { color: #282828;margin: 0 0 8px 0;}
.new-graphics li .boxstyle .txtinfo h4 a { color: #282828;font-size: 15px;line-height: 1.4;font-weight: 500;border: 0;-webkit-line-clamp: 2;display: -webkit-box;overflow: hidden;max-height: 40px;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */}
.new-graphics li .boxstyle .txtinfo h4 a:hover { color: #006dbf;}
.new-graphics li .boxstyle .txtinfo p {font-size: 12px;color: #808080;line-height: 18px;margin: 0 0 8px 0;word-break: break-all;}
.new-graphics li .boxstyle .txtinfo span {font-size: 13px;color: #808080;line-height: 22px;}
@media (max-width: 1199px) {
	.new-graphics li .boxstyle img {height: 129px;}
    .new-graphics li .boxstyle .txtinfo h4 { font-size: 14px;}
}
@media (max-width: 991px) {
	.new-graphics li .boxstyle img {height: 127px;}
}
@media (max-width: 767px) {
	.new-graphics li .boxstyle img {height: auto;}
	.new-graphics li .boxstyle .txtinfo {height: auto;}
	.new-graphics li .boxstyle .txtinfo h4 { font-size: 15px;height: auto;}
	.new-graphics li .boxstyle .txtinfo h4 a {-webkit-line-clamp: inherit;}
}
/*---------------Academic events-------------*/
.academic-notice{ width:100%;margin-top: 28px;}
.academic-notice dl { margin:0px;}
.academic-notice dd{ overflow: hidden;margin-bottom: 24px;padding-bottom: 22px;border-bottom: #cfd8e4 solid 1px;}
.academic-notice dd span{ float:left;color:#ff9c00;text-align:center;width:63px;margin-right:24px;font-size:32px;font-weight: 700;padding: 6px 0 0 0;background: url(/images/datebg.png) no-repeat top center;font-family: Arial;line-height: 1;}
.academic-notice dd span b { background: #0367b2;height: 24px; text-align: center; line-height: 24px; font-size: 12px;font-family: Arial; display: block; color:#ffffff;margin-top: 6px;}
.academic-notice dd .hdtitle { overflow:hidden; display:block; color:#535353;margin-left: 10px; }
.academic-notice dd .hdtitle a{ overflow:hidden; display:block;color:#383838; font-size:17px; text-decoration:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-overflow: ellipsis;white-space: normal;font-weight: 700;line-height: 1.4;}
.academic-notice dd .hdtitle a > img { display: inline-block; margin-left:6px;}
.academic-notice dd .hdtitle a:hover {COLOR: #004ea2; }
.academic-notice dd .hdtitle p { font-size:14px; color:#5f5f5f; line-height:1.4;margin: 10px 0 0 0;}
@media (max-width: 1199px) {
	.academic-notice dd .hdtitle a {font-size: 15px;}
}
@media (max-width: 767px) {
	.academic-notice dd span {margin-right:20px;}
}

/*---------------Graphic list-------------*/
.graphiclist {overflow: hidden;margin-top: 28px;}
.graphiclist li{margin-bottom: 20px;padding-bottom: 20px; display: block; overflow: hidden;border-bottom: #d9dfe7 solid 1px; }
.graphiclist li h2 { font-size:17px;line-height:22px; 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:#064db1; text-decoration:none;}
.graphiclist .news-img{ margin-right: 20px;}
.graphiclist .news-img img{ border:#e4e4e4 solid 1px;width: 172px; height: 115px;}
.graphiclist .news-txt p { line-height: 1.4; font-size: 14px; margin: 0px; color:#737373;}
.graphiclist .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;}
.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) {
	.graphiclist li{margin-bottom: 16px;}
}
@media (max-width: 991px) {
	.graphiclist li{margin-bottom: 20px;}
	.graphiclist .news-img img{ width: 156px; height: 104px;}
	.graphiclist .news-txt p {overflow: initial;}
	.graphiclist li h2 a {white-space:normal;overflow: inherit;}
}
@media (max-width: 767px) {
	.graphiclist .news-img{ margin-bottom:2px;margin-right: 15px;}
	.graphiclist .news-img img{ width: 126px; height:84px;}
	
	}
/*-------Text List-------*/
.list-news { overflow:hidden; display:block;margin-top: 24px;}
.list-news li{overflow:hidden;clear:both;border-bottom:0px dashed #d4d4d4;margin-bottom: 16px;}
.list-news li:last-child {margin-bottom: 0px;}
.list-news li a{ float:left;/*width:86%;*/max-width: 88%;overflow:hidden;font-size:15px;line-height:150%; color:#383838;background-image: url(/images/2021-icon03.png);background-repeat: no-repeat;background-position: left 7px;padding-left: 16px;text-overflow:ellipsis; white-space:nowrap;text-align: justify; }
.list-news li a > img {display: inline-block;margin: 0 0 0 6px;}
.list-news li a:hover {color: #004ea2;}
.list-news i {float: left;margin: 14px 0 0 8px;}
.list-news span {line-height:150%;color:#7d8fa4; font-size: 15px; font-family:Arial;}
.list-news span.right {float: right;}
.nol {}
@media (max-width: 1199px) {
	.list-news li a{max-width: 86%;}
}
@media screen and (max-width: 991px){
    .list-news li a{white-space: normal;max-width: 76%;}
    .list-news .nol li a {white-space: nowrap;max-width: 84%;}
	.list-news i {margin: 12px 0 0 8px;}
}
@media screen and (max-width: 767px){
    .list-news li a {max-width: 72%;}
    .list-news .nol li a {white-space: normal;max-width: 72%;}
    .list-news span {font-size: 14px;}
}
@media (max-width: 380px){
    .list-news li a, .list-news .nol li a {max-width: 100%;}
    .list-news span {width: 100%;padding: 4px 0px 0 16px;} 
}

.list-article { overflow:hidden; display:block;margin-top: 28px;}
.list-article li{overflow:hidden;clear:both;margin-bottom: 20px;}
.list-article li a{ float:left;width: 100%;overflow:hidden;font-size:16px;line-height:150%; color:#383838;background-image: url(/images/2021-icon03.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;}
}
/*---------------Video list---------------------*/
.picvid {margin: 2px 0 0 0;}
.videobox {overflow: hidden;display: block;margin: 22px 0 0 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;-webkit-line-clamp: 2;display: -webkit-box;overflow: hidden;text-decoration: none;-webkit-box-orient: vertical;height: 44px;}
.videobox .txtinfo h4 a { color: #333;border: 0;display: block;}
.videobox .txtinfo h4 a:hover { color: #064db1;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: 4px;
	
}/*width:173px; height:116px; */
.video-container:hover .headline {
    background: white;z-index: 2;
}
.video-container i {
    display: block;
    position: absolute;
    opacity: .7;
    text-align: center;
    color: inherit;
    font-size: 46px;
    width: 46px;
    height: 46px;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
}
.video-container:hover a {
    opacity: .9;
    /*top: 0;*/ 
    z-index: 2;
}

.video-container img {
	width:100%;height:180px;
	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);
}
.video-container:hover .video-caption i {
	opacity: 1;
}
@media (max-width: 1199px) {
	.video-container img {height:129px;}
}
@media (max-width: 991px) {
	.video-container img {height:127px;}
	.videobox .txtinfo h4 {font-size: 14px;height: 36px;}
	.headline {max-height: 68px;font-size: 18px;line-height: 20px;}
}
@media (max-width: 767px) {
	.videobox {margin: 26px 0 0 0;}
	.videobox .txtinfo h4 {font-size: 16px;height: auto;}
	.video-container img {height:auto;}
}
/*-------Topic-------*/
.banlinks {}
.banlinks li {margin-top: 28px;}
.banlinks li img {height: 80px;width: 100%;}
@media (max-width: 1199px){
    .banlinks li img {height: 58px;}
}
@media (max-width: 991px){
    .banlinks li img {height: 92px;}
}
@media (max-width: 767px){
	.banlinks li img {height: auto;}
	.banlinks {margin-bottom: 10px;}
}

.sortbox {padding-left: 22px;overflow: hidden;}
.sortlanmu { overflow: hidden;background: #e9eef9;border-left: 5px solid #076fbe;padding: 0 12px 0 17px;margin: 28px 0 0 0;}
.sortlanmu_l { color:#333;float:left;font-weight: 700;font-size:18px;line-height: 140%;padding: 12px 0;}
.sortlanmu_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}
.list-org {width: 100%;float: left;word-break: break-all;overflow: hidden;margin-top: 10px;}
.list-org .row {margin-left: 0px;margin-right: 0px;}
.list-org .row > [class^='col'] {padding-left: 0px;padding-right: 0px;}
.list-org ul {list-style-type: none;margin: 0;padding: 0;}
.list-org ul li {display: block;margin-top: 10px;}
.list-org ul li a {
    font-size: 15px;
    color: #333;
    line-height: 1;
    background-image: url(/images/wsw-img-09.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 22px;
}
.list-org ul li a:hover{ color:#2660b0;}
/*-------wechat-------*/
#msg_win{position:absolute;right:2px;display:none;overflow:hidden;z-index:99;border:1px solid #badbf5;background:#fff;width:160px;font-size:12px;margin:0px;}
#msg_win .icos{position:absolute;top:2px;*top:0px;right:2px;z-index:9;}
.icos a{float:left;color:#FFFFFF;margin:1px;text-align:center;font-weight:bold;width:14px;height:22px;line-height:22px;padding:1px;text-decoration:none;font-family:webdings;}
.icos a:hover{color:#FFCC00;}
#msg_title{background:#076fbe;border:1px solid #fff;color:#FFFFFF;height:25px;line-height:25px;text-indent:5px;font-weight:bold;}
#msg_content{margin:5px;margin-right:0;width:150px;height:150px;overflow:hidden;}
<!--0.00023698806762695-->