/*common css*/
/*多行溢出*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, "Microsoft YaHei", '微软雅黑', PingFangSC-Regular, sans-serif;
  color: #444;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-wrap {
  background-repeat: no-repeat;
  background-position: top center;
}
.header-warp {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
/*header*/
.header {
  position: relative;
  z-index: 99;
}
.header .header-logo {
  padding-top: 35px;
  padding-bottom: 35px;
  float: left;
}
.header .header-logo img {
  display: block;
}
.header .header-other {
  float: right;
  padding-top: 25px;
}
.header .header-other .other-top {
  margin-bottom: 20px;
}
.header .header-other .other-img img {
  display: block;
}
.header .header-other .other-links {
  float: right;
  margin-right: 10px;
}
.header .header-other .other-links a,
.header .header-other .other-links span {
  display: block;
  float: left;
  line-height: 30px;
  margin: 0 6px;
  height: 30px;
}
.header .header-other .other-links span {
  width: 2px;
  position: relative;
}
.header .header-other .other-links span:after {
  content: '';
  width: 2px;
  background: rgba(255, 255, 255, 0.7);
  height: 14px;
  top: 8px;
  left: 0;
  position: absolute;
}
.header .header-other .other-links a {
  color: #fff;
}
.header .header-other .other-links a:hover {
  text-decoration: underline;
}
.header .header-other .tools {
  float: right;
}
/*search*/
.tools {
  position: relative;
  z-index: 999;
  width: 30px;
  height: 30px;
}
.tools .search-trigger {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background: url("dhs-search-a.png") no-repeat center center rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.tools .search-box {
  display: none;
}
.tools .search-box .s-inp {
  background-color: #fff;
}
.tools .x-show {
  display: block;
  position: absolute!important;
  top: 34px;
  right: 0;
}
.search-box {
  width: 250px;
  position: relative;
}
.search-box .s-inp {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 45px;
}
.search-box .s-btn {
  background: url("dhs-search-btn.png") no-repeat center center;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 10px;
  position: absolute;
  z-index: 9;
}
/*nav*/
.phone-menu {
  display: none;
}
nav.navbar.bootsnav {
  min-height: 55px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
  padding: 0;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 54px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  position: relative;
  padding: 0 19.5px;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
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, 97, 193, 0.45) !important;
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-top: 3px solid #1D5BC0;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: #F3F5FB;
  min-width: 160px;
  width: 160px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 7px 12px;
  line-height: 24px;
  background: #F3F5FB;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #17488D;
  color: #fff;
}
nav.navbar.bootsnav.scroll {
  background: #044f9b;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 1279px) and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 0 11px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
    max-width: 350px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none!important;
    background-color: #044F9B;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    margin-top: 15px;
    margin-bottom: 14px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 5px;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 1px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 8px 15px;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after,
  nav.navbar.bootsnav ul.nav > li > a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    border-top: none!important;
    box-shadow: none!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background-color: #f3f5fb;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #17488D;
    color: #fff;
  }
  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 {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding: 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on > ul.dropdown-menu li > a {
    font-size: 15px!important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*footer*/
.footer {
  background: url("dhs-footer-bg.png") no-repeat top center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer img {
  display: block;
}
.footer .footer-info {
  line-height: 1.8;
  color: #fff;
  position: relative;
  padding-right: 90px;
}
.footer .footer-info span,
.footer .footer-info a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.footer .footer-info .info-logo {
  float: left;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.footer .footer-info .info-txt {
  float: left;
  padding-left: 20px;
  position: relative;
  line-height: 24px;
}
.footer .footer-info .info-txt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 3px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.footer .footer-info .info-img {
  position: absolute;
  right: 0;
  top: 0;
}
/*index-banner*/
.index-banner {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 40px;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box img {
  display: block;
  width: 100%;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
}
.index-banner .box-title {
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 9;
  border-left: 6px solid #FA9120;
  background-color: rgba(2, 98, 206, 0.85);
  padding: 15px 60px 15px 20px;
  max-width: 700px;
}
.index-banner .box-title .title-s {
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
.index-banner .box-title .date-s {
  color: rgba(255, 255, 255, 0.65);
  line-height: 22px;
}
.index-banner .slick-dots {
  position: absolute;
  bottom: 30px;
  right: 20px;
  left: auto;
  width: auto;
}
.index-banner .slick-dots li {
  width: auto;
  height: auto;
  margin-left: 2px;
  margin-right: 2px;
}
.index-banner .slick-dots li.slick-dot {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 7px;
}
.index-banner .slick-dots li.slick-dot.slick-active {
  background: #FF8500;
  width: 44px;
}
.index-title .title-groups {
  float: left;
}
.index-title .a-title {
  float: left;
  position: relative;
  display: block;
  vertical-align: bottom;
  color: #333333;
  line-height: 1;
  height: 44px;
  z-index: 2;
  margin-right: 30px;
}
.index-title .a-title:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
}
.index-title .a-title:hover,
.index-title .a-title.active {
  font-weight: bold;
  color: #044F9B;
}
.index-title .a-title:hover:after,
.index-title .a-title.active:after {
  background-color: #12559A;
}
.index-title .title-more {
  float: right;
}
.index-title .a-more {
  display: block;
  width: 70px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #7B7D7F;
  background: #E6EBF7;
  border-radius: 13px;
}
.index-title .a-more:hover {
  color: #044F9B;
}
.index-cont .row-w {
  margin-left: -20px;
  margin-right: -20px;
}
.index-cont .row-w .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
.index-groups-title .a-more {
  display: none;
}
.index-groups-title .a-more:first-child {
  display: block;
}
.index-groups-cont {
  padding: 25px;
}
.index-groups-cont.cont-bg {
  background: url("dhs-img-01.png") no-repeat right bottom;
}
.index-groups-cont.cont-01 {
  background-color: #fff;
  min-height: 410px;
}
.index-groups-cont.cont-02 {
  background-color: #f6f7fa;
  min-height: 324px;
}
.index-groups-cont > div {
  overflow: hidden;
  height: 0;
}
.index-groups-cont > div:first-child {
  overflow: visible;
  height: auto;
}
.index-cont-top {
  background-color: #f6f7fa;
  padding-top: 30px;
  padding-bottom: 50px;
}
.index-cont-center {
  padding-top: 45px;
  padding-bottom: 95px;
}
.index-column {
  background: url("dhs-column-bg.png") no-repeat bottom center #f6f7fa;
  background-size: contain;
  padding-bottom: 50px;
}
.index-column .column-top {
  position: relative;
  transform: translateY(-50%);
  z-index: 2;
}
.index-column .column-top .a-box {
  display: block;
  transition: all 0.5s;
  border-radius: 4px;
  overflow: hidden;
}
.index-column .column-top .a-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.index-column .column-top .a-box:hover {
  margin-top: -10px;
}
.index-column .column-top .col-md-3 {width: 20%;float: left;}
.index-column .column-list .box-s {
  float: left;
  width: 14.285%;
}
.index-column .column-list .box-s .a-box {
  display: block;
  width: 110px;
  height: 110px;
  background: url("dhs-column-bg-02.png") no-repeat center center;
  background-size: contain;
  margin: 0 auto 15px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.index-column .column-list .box-s .a-box img {
  transition: all 0.5s;
}
.index-column .column-list .box-s .a-title {
  text-align: center;
  color: #044F9B;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.index-column .column-list .box-s:hover .a-box img {
  transform: scale(1.1);
}
.index-column .column-list .box-s:hover .a-title {
  color: #0068d2;
}
.news-center .news-top {
  margin-bottom: 20px;
}
.news-center .news-top .box-img {
  float: left;
  width: 215px;
  margin-right: 20px;
  overflow: hidden;
}
.news-center .news-top .box-img img {
  width: 215px;
  height: 142px;
  display: block;
  transition: all 0.5s;
}
.news-center .news-top .box-info {
  overflow: hidden;
}
.news-center .news-top .box-info .box-title {
  font-weight: bold;
  color: #044F9B;
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.news-center .news-top .box-info .box-txt {
  line-height: 24px;
  height: 72px;
  color: #666666;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-center .news-top .box-info .box-date {
  color: #A6A6A6;
}
.news-center .news-top:hover .box-img img {
  transform: scale(1.1);
}
.news-center .news-top:hover .box-info .box-title {
  color: #0068d2;
}
.news-center .news-list li {
  position: relative;
  padding-right: 115px;
  padding-left: 16px;
  line-height: 36px;
  margin-bottom: 5px;
}
.news-center .news-list li:last-child {
  margin-bottom: 0;
}
.news-center .news-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: #1D5BC0;
  border-radius: 50%;
}
.news-center .news-list li:hover .box-title {
  color: #044F9B;
}
.news-center .news-list .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.news-center .news-list .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
}
.notice-list ul li {
  margin-bottom: 22px;
}
.notice-list ul li:last-child {
  margin-bottom: 0;
}
.notice-list .box-s {
  overflow: hidden;
  min-height: 42px;
  position: relative;
  padding-left: 95px;
}
.notice-list .box-s .box-date {
  text-align: center;
  width: 78px;
  height: 42px;
  line-height: 42px;
  background: #15aa9f;
  float: left;
  margin-right: 15px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.notice-list .box-s .box-title {
  display: block;
  line-height: 21px;
  height: 42px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice-list .box-s:hover .box-title {
  color: #044F9B;
}
.notice-list-02 .box-hot {
  width: 250px;
  float: left;
  background-color: #fff;
  margin-right: 20px;
}
.notice-list-02 .box-hot .box-img {
  overflow: hidden;
}
.notice-list-02 .box-hot .box-img img {
  display: block;
  width: 100%;
  height: 165px;
  transition: all 0.5s;
}
.notice-list-02 .box-hot .box-info {
  padding: 12px 20px;
  height: 105px;
}
.notice-list-02 .box-hot .box-title {
  display: block;
  max-height: 78px;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.notice-list-02 .box-hot:hover .box-img img {
  transform: scale(1.1);
}
.notice-list-02 .box-hot:hover .box-title {
  color: #044F9B;
}
.notice-list-02 .box-list {
  overflow: hidden;
}
.notice-list-02 .box-list .box-s {
  position: relative;
  padding: 0 65px 0 14px;
  line-height: 39px;
}
.notice-list-02 .box-list .box-s .a-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #A6A6A6;
}
.notice-list-02 .box-list .box-s:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.notice-list-02 .box-list .box-s .a-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 39px;
  line-height: 39px;
}
.notice-list-02 .box-list .box-s:after {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #98B0C9;
}
.notice-list-02 .box-list .box-s:hover .a-title {
  color: #044F9B;
}
.notice-list-03 .box-s {
  border-bottom: 1px solid #dfe4f5;
  position: relative;
  padding-bottom: 9px;
  padding-top: 9px;
  padding-left: 14px;
}
.notice-list-03 .box-s:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.notice-list-03 .box-s .a-title {
  display: block;
  color: #333333;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice-list-03 .box-s:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #98B0C9;
}
.notice-list-03 .box-s:hover .a-title {
  color: #044F9B;
}
/*bread-crumbs*/
.bread-crumbs {
  background: #f6f7fa;
  position: relative;
  color: #696969;
  padding: 7px 0;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
  background: url("dhs-img-04.png") no-repeat 0 8px;
  padding-left: 25px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #696969;
}
.bread-crumbs .bread-item a.cur {
  color: #044F9B;
}
.bread-crumbs .bread-item > a + a: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 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover {
  color: #1A73C4;
  text-decoration: underline;
}
/*page-main*/
.page-main {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  z-index: 101;
  min-height: calc(100vh - 403px);
}
.main-content {
  margin-left: -20px;
  margin-right: -20px;
}
.main-content .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
/*content-info*/
/*side-menu*/
.side-menu .menu-title {
  background: url("dhs-img-05.png") no-repeat bottom right;
  background-size: cover;
  height: 82px;
  line-height: 82px;
  color: #fff;
  text-align: left;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}
.side-menu .menu-cont {
  background: #f6f7fa;
  border-bottom: 6px solid #EAEDF5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.side-menu .menu-cont a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eaedf5;
  line-height: 30px;
  padding: 10px 70px 10px 20px;
  color: #333;
  background: url("dhs-img-06.png") no-repeat right 20px top 20px;
  z-index: 1;
  transition: all 0s;
}
.side-menu .menu-cont a:last-child {
  border-bottom: none;
}
.side-menu .menu-cont a:hover,
.side-menu .menu-cont a.active {
  background: url("dhs-img-07.png") no-repeat right 20px top 20px;
  color: #0059C2;
}
.content-title {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}
.content-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F6F7FA;
  height: 4px;
  z-index: -1;
}
.content-title .title-txt {
  line-height: 48px;
  color: #044F9B;
  position: relative;
  border-bottom: 4px solid #12559A;
  font-weight: bold;
  vertical-align: bottom;
  display: inline-block;
}
/*page*/
.pages,
.pmt1 {
  text-align: right;
}
.pages {
  padding-top: 30px;
}
.pages ul li,
.pmt1 ul li {
  display: inline-block;
  vertical-align: bottom;
}
.pages a,
.pmt1 a,
.pages span,
.pmt1 span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #EDEDED;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 2px;
  margin-right: 2px;
}
.pages a.a-s,
.pmt1 a.a-s,
.pages span.a-s,
.pmt1 span.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.pages a:hover,
.pmt1 a:hover,
.pages span:hover,
.pmt1 span:hover,
.pages a.active,
.pmt1 a.active,
.pages span.active,
.pmt1 span.active {
  background: #1D5BC0;
  color: #fff;
}
.pages span,
.pmt1 span {
  background: #1D5BC0;
  color: #fff;
}
#pages {
  padding-top: 30px;
}
#pages .pages {
  padding-top: 0;
}
.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
  background: #1D5BC0;
  display: none!important;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/*细览，单页*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 101;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 30px;
}
.details-page .detail-top .title-s {
  color: #333333;
  line-height: 1.5;
  font-weight: bold;
}
.details-page .detail-top .top-other {
  color: #797575;
  margin-top: 25px;
  background: #EAF2F9;
  padding: 5px 15px;
}
.details-page .detail-top .top-other .other-info {
  float: left;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p, .details-page .main-cont div {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont p:last-child, .details-page .main-cont div:last-child {margin-bottom: 0;}
.details-page .main-cont.cont-xilan img {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #c1d1e5;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span {
  display: inline-block;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #044F9B;
}
.details-page .cont-page .a-page:hover a {
  color: #044F9B;
}
.connect-us .box-map {
  height: 500px;
}
.connect-us .box-info {
  margin-bottom: 30px;
}
.connect-us .box-info .box-s {
  position: relative;
  padding-left: 35px;
  color: #383737;
  line-height: 32px;
  margin-bottom: 5px;
}
.connect-us .box-info .box-s .icon-s {
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
}
.connect-us .box-info .box-s .icon-s.icon-01 {
  background-image: url("dhs-img-09.png");
}
.connect-us .box-info .box-s .icon-s.icon-02 {
  background-image: url("dhs-img-10.png");
}
.connect-us .box-info .box-s .icon-s.icon-03 {
  background-image: url("dhs-img-11.png");
}
.connect-us .box-info .box-s .icon-s.icon-04 {
  background-image: url("dhs-img-12.png");
}
.list-text-01 .box-s {
  background-image: url("dhs-img-14.png");
  background-repeat: no-repeat;
  background-position: 30px 20px;
  padding: 15px 20px 15px 70px;
  line-height: 30px;
}
.list-text-01 .box-s:nth-child(2n + 1) {
  background-color: #F6F7FA;
}
.list-text-01 .box-s .a-title {
  display: block;
  color: #444444;
}
.list-text-01 .box-s:hover .a-title {
  color: #044F9B;
}
.form-groups {
  margin-bottom: 20px;
}
.form-groups .row {
  margin-left: -5px;
  margin-right: -5px;
}
.form-groups .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.form-groups .form-s {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.form-groups .groups-info {
  margin-bottom: 5px;
}
.form-groups .groups-info .row {
  margin-left: 0;
  margin-right: 0;
}
.form-groups .groups-info .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.form-groups .groups-info .box-s {
  margin-bottom: 15px;
  position: relative;
  padding-left: 80px;
}
.form-groups .groups-info .box-s .box-title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  line-height: 40px;
  color: #333333;
  width: 70px;
}
.form-groups .groups-info .box-s .box-form {
  width: 100%;
}
.form-groups .box-btn .btn-s {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  background: #2375D5;
  text-align: center;
}
.form-table-01 {
  overflow: hidden;
  overflow-x: auto;
}
.form-table-01 .table-s {
  min-width: 600px;
}
.form-table-01 .td-title {
  color: #333;
  display: block;
  text-align: left;
}
.form-table-01 .td-title.tc {
  text-align: center;
}
.form-table-01 .td-title:hover {
  color: #044F9B;
}
.form-table-01 .td-name {
  text-align: left;
}
.form-table-01 table {
  width: 100%;
  text-align: center;
}
.form-table-01 table thead th {
  border: 1px solid #eeeeee;
  background: #f4f6f9;
  color: #1958af;
  height: 54px;
  line-height: 54px;
  padding: 0 12px;
  text-align: center;
}
.form-table-01 table tbody tr td {
  border: 1px solid #eeeeee;
  padding: 12px;
  line-height: 24px;
  color: #333;
  text-align: center;
}
/*人员详情*/
.people-details .box-img img {
  display: block;
  width: 100%;
}
.people-details .box-info {
  line-height: 2;
}
.people-details .box-info .info-title {
  color: #333333;
  font-weight: bold;
  margin-bottom: 25px;
}
.people-details .box-info .info-txt {
  color: #383838;
}
.people-details .box-info .title-s {
  color: #196ACB;
  font-weight: bold;
}
.personnel-details .info-top {
  position: relative;
  padding: 30px 220px 30px 30px;
  margin-bottom: 30px;
  background: #f6f7fa;
  min-height: 280px;
}
.personnel-details .info-top .box-img {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 160px;
}
.personnel-details .info-top .box-img img {
  display: block;
  width: 100%;
}
.personnel-details .info-top .box-info .info-title {
  border-bottom: 1px solid #c4cdd7;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  color: #454545;
}
.personnel-details .info-top .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #FF8500;
}
.personnel-details .info-top .box-info .info-title span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.personnel-details .info-top .box-info .box-s {
  line-height: 24px;
  margin-bottom: 6px;
}
.personnel-details .info-top .box-info .box-s:last-child {
  margin-bottom: 0;
}
.personnel-details .info-top .box-info .box-s .title-s {
  color: #454545;
}
.personnel-details .info-top .box-info .box-s .txt-s {
  color: #1a5ba8;
}
.personnel-details .info-top .box-info .info-table {
  display: table;
  width: 100%;
}
.personnel-details .info-top .box-info .info-table .table-row {
  display: table-row;
  width: 100%;
}
.personnel-details .info-top .box-info .info-table .table-row > div {
  line-height: 26px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
}
.personnel-details .info-top .box-info .info-table .table-call {
  display: table-cell;
  width: 50%;
}
.personnel-details .info-groups {
  margin-bottom: 25px;
}
.personnel-details .info-groups:last-child {
  margin-bottom: 0;
}
.personnel-details .info-groups .info-title {
  line-height: 1.4;
  background: #F6F7FA;
  border-left: 5px solid #c5cfea;
  padding: 10px 15px;
  font-weight: bold;
  color: #1958AF;
  margin-bottom: 20px;
}
.personnel-details .info-groups .info-txt {
  color: #4d4d4d;
  line-height: 2;
  text-align: justify;
}
/*图文列表*/
.list-img-text li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ACABAB;
}
.list-img-text li:last-child {
  margin-bottom: 0;
}
.list-img-text li:hover .box-info .box-title {
  color: #044F9B;
}
.list-img-text .box-img {
  overflow: hidden;
  position: relative;
  height: 272px;
}
.list-img-text .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.list-img-text:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text .box-img {
  border: 1px solid #eee;
  width: 192px;
  margin-right: 40px;
  float: left;
}
.list-img-text .box-info {
  padding-top: 15px;
  overflow: hidden;
}
.list-img-text .box-info .box-title {
  font-weight: bold;
  color: #353535;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
}
.list-img-text .box-info .box-txt {
  margin-top: 15px;
  text-align: justify;
  color: #6D6D6D;
}
.list-img-text .box-info .box-txt-01 {
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.list-img-text .box-info .box-txt-02 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-img-text .box-info .box-txt-03 {
  color: #333333;
  line-height: 26px;
  margin-top: 20px;
}
.list-img-text .box-info .box-date {
  color: #666;
  margin-top: 10px;
}
.list-img-text-02 li {
  margin-bottom: 30px;
  box-shadow: 0px 0px 16px 0px rgba(207, 214, 234, 0.88);
  padding: 22px;
}
.list-img-text-02 li:last-child {
  margin-bottom: 0;
}
.list-img-text-02 li:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text-02 li:hover .box-info .box-title {
  color: #044F9B;
}
.list-img-text-02 .box-img {
  border: 1px solid #eee;
  overflow: hidden;
}
.list-img-text-02 .box-img img {
  display: block;
  width: 100%;
  height: 180px;
  transition: all 0.5s;
}
.list-img-text-02 .box-info {
  overflow: hidden;
  padding-top: 5px;
}
.list-img-text-02 .box-info .box-date {
  color: #FF8500;
  line-height: 34px;
}
.list-img-text-02 .box-info .box-title {
  color: #444444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
}
.list-img-text-02 .box-info .box-txt {
  margin-top: 15px;
  text-align: justify;
  color: #999999;
}
.list-img-text-02 .box-info .box-txt-01 {
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.list-img-text-02 .box-info .box-txt-02 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-img-text-02 .box-info .box-txt-03 {
  color: #333333;
  line-height: 26px;
  margin-top: 20px;
}
.list-img {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
}
.list-img .box-s {
  margin-bottom: 25px;
}
.list-img .box-s .box-img {
  margin-bottom: 10px;
  border: 1px solid #eee;
  overflow: hidden;
}
.list-img .box-s .box-img img {
  display: block;
  overflow: hidden;
  height: 164px;
  width: 100%;
  transition: all 0.5s;
}
.list-img .box-s .box-title {
  line-height: 24px;
  height: 48px;
  display: block;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-img .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img .box-s:hover .box-title {
  color: #044F9B;
}
.list-img-02 .box-s {
  text-align: center;
  margin-bottom: 35px;
  border: 1px solid #ECEEF2;
  border-bottom: 2px solid #ff8500;
}
.list-img-02 .box-s .box-img {
  overflow: hidden;
}
.list-img-02 .box-s .box-img img {
  display: block;
  height: 270px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.list-img-02 .box-s .box-title {
  color: #414141;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
}
.list-img-02 .box-s:hover .box-title {
  color: #044F9B;
}
.list-img-03.list-top {
  text-align: center;
}
.list-img-03.list-top li {
  float: none;
  display: inline-block;
}
.list-img-03 li {
  margin-bottom: 30px;
}
.list-img-03 .box-s {
  text-align: center;
}
.list-img-03 .box-s .box-img {
  border: 1px solid #ebeef4;
  margin-bottom: 10px;
}
.list-img-03 .box-s .box-img img {
  display: block;
  height: 270px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.list-img-03 .box-s .box-title {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
}
.list-img-03 .box-s .box-title.title-02 {
  color: #044F9B;
  margin-bottom: 3px;
  font-weight: bold;
}
.list-img-03 .box-s .box-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  width: 20px;
  height: 3px;
  background: #C9D1EB;
}
.list-img-03 .box-s .box-job {
  color: #777777;
  padding-top: 5px;
  line-height: 30px;
}
.list-img-03 .box-s .box-year {
  text-align: center;
  color: #777777;
  line-height: 40px;
  font-size: 15px;
}
.list-img-03 .box-s:hover .box-title.title-02 {
  color: #0068d2;
}
.list-img-04 li {
  margin-bottom: 20px;
}
.list-img-04 .box-s {
  text-align: center;
}
.list-img-04 .box-s.box-afternone .box-img:after {
  display: none;
}
.list-img-04 .box-s .box-img {
  border: 1px solid #ebeef4;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
}
.list-img-04 .box-s .box-img img {
  display: block;
  height: 194px;
  width: 100%;
  transition: all 0.5s;
}
.list-img-04 .box-s .box-img:after,
.list-img-04 .box-s .box-img .box-mc {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border-radius: 4px;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 2;
}
.list-img-04 .box-s .box-title {
  position: relative;
  color: #444444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
}
.list-img-04 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-04 .box-s:hover .box-title {
  color: #044F9B;
}
.public-title {
  position: relative;
  padding-left: 13px;
  padding-right: 32px;
  height: 40px;
  line-height: 38px;
  background: url("dhs-img-31.png") no-repeat 0 3px;
  display: inline-block;
  min-width: 130px;
  margin-bottom: 25px;
  color: #fff;
  font-weight: bold;
}
.public-title:before,
.public-title:after {
  content: '';
  position: absolute;
  top: 0;
  height: 40px;
  z-index: 2;
}
.public-title:before {
  background: url("dhs-img-29.png") no-repeat;
  width: 13px;
  left: 0;
}
.public-title:after {
  background: url("dhs-img-30.png") no-repeat;
  width: 32px;
  right: 0;
}
/*文字列表*/
.list-text.no-date li .box-s {
  padding-right: 0;
}
.list-text li {
  position: relative;
  padding-left: 18px;
  padding-right: 105px;
  line-height: 42px;
}
.list-text li:nth-child(5n) {
  margin-bottom: 30px;
}
.list-text li:nth-child(5n):before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 1px;
  border-bottom: 1px dotted #ACABAB;
}
.list-text li:last-child {
  margin-bottom: 0;
}
.list-text li:last-child:before {
  display: none;
}
.list-text li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 4px;
  height: 4px;
  background: #98B0C9;
}
.list-text li:hover .box-title {
  color: #044F9B;
}
.list-text .box-title {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
}
.list-text .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #A6A6A6;
}
.list-text-02 {
  margin-bottom: 20px;
}
.list-text-02 li {
  margin-bottom: 15px;
}
.list-text-02 .box-title {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #dddddd;
  line-height: 40px;
  min-height: 40px;
  margin-bottom: 10px;
}
.list-text-02 .box-info a {
  display: block;
  margin-bottom: 5px;
  line-height: 30px;
  background: url("dhs-img-32.png") no-repeat 0 11px;
  padding-left: 10px;
  font-size: 15px;
  color: #333;
}
.list-text-02 .box-info a:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .list-text-02.list-01 .box-w:nth-child(3n +1) {
    clear: left;
  }
  .list-text-02.list-02 .box-w:nth-child(4n +1) {
    clear: left;
  }
}
.list-table table {
  width: 100%;
  border: 1px solid #e1e7f0;
}
.list-table table th,
.list-table table td {
  border: 1px solid #e1e7f0;
  text-align: center;
}
.list-table table th {
  background: #f6f7fa;
  color: #00409a;
  height: 50px;
  line-height: 50px;
}
.list-table table td {
  color: #333;
  font-size: 15px;
  line-height: 28px;
  padding: 8px 15px;
}
.resources-details .resource-title {
  color: #044F9B;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.resources-details .resource-cont table {
  width: 100%;
  font-size: 15px;
  background-color: #fff;
}
.resources-details .resource-cont table th,
.resources-details .resource-cont table td {
  padding: 8px 12px;
  border: 1px solid #d0dff5;
  line-height: 26px;
  color: #333;
}
.resources-details .resource-cont table th {
  background-color: #e6eefb;
  text-align: right;
}
.resources-details .resource-cont table th.res-title {
  width: 200px;
}
/*滚动样式*/
.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;
}
/*# sourceMappingURL=dhs-style.css.map */
