/*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;
}
body.index-bg {
  background: url(sgjczx-index-bg.png) no-repeat top center #EDF4FF;
}
.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: url("https://siom.cas.cn/jgsz/shgjskkxzx/shgjskkxzx_include/shgjskkxzx_include_images/202504/W020250416607252323152_ORIGIN.png") no-repeat top center;
  background-size: cover;
}
/*header*/
.header {
  position: relative;
  background-size: cover;
  z-index: 99;
}
.header .shortcut-line {
  line-height: 24px;
  padding-top: 10px;
}
.header .date-info {
  float: left;
  color: rgba(255, 255, 255, 0.7);
}
.header .header-logo {
  padding-top: 40px;
  padding-bottom: 30px;
  float: left;
}
.header .header-logo img {
  display: block;
}
.header .header-other {
  float: right;
}
.header .header-other .other-links {
  float: left;
}
.header .header-other .other-links a,
.header .header-other .other-links span {
  display: block;
  float: left;
  line-height: 24px;
  margin: 0 6px;
  height: 24px;
}
.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: 5px;
  left: 0;
  position: absolute;
}
.header .header-other .other-links a {
  color: rgba(255, 255, 255, 0.7);
}
.header .header-other .other-links a:hover {
  text-decoration: underline;
}
.header .header-other .tools {
  float: left;
}
/*search*/
.tools {
  position: relative;
  z-index: 999;
  width: 24px;
  height: 24px;
}
.tools .search-trigger {
  height: 24px;
  width: 24px;
  background: url("sgjczx-search-a.png") no-repeat center center;
  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("sgjczx-search-btn.png") no-repeat center center;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 10px;
  position: absolute;
  z-index: 9;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 60px;
  background: rgba(0, 48, 127, 0.6);
  border: none;
  background-size: cover;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  z-index: 999;
  position: relative;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
nav.navbar.bootsnav ul.nav > li {
  margin: 0;
  padding: 0;
  width: 11.111111%;
}
nav.navbar.bootsnav ul.nav > li > a {
  line-height: 60px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0;
  font-size: 18px;
}
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: #1D5BC0 !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: 180px;
  width: auto;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 7px 15px;
  line-height: 24px;
  background: #F3F5FB;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #17488D;
  color: #fff;
}
nav.navbar.bootsnav .megamenu-content {
  border: none!important;
  padding: 30px 35px;
  background: #F3F5FB;
  min-height: 300px;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media (min-width: 1200px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  /*nav*/
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    min-width: 180px;
  }
  nav.navbar.bootsnav .megamenu-content {
    border: none!important;
    padding: 30px 35px;
    background: #F3F5FB;
    min-height: 300px;
  }
  nav.navbar.bootsnav.scroll {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    min-height: 56px;
  }
  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: #1D5BC0;
  }
  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 {
    left: 0;
    margin-left: 0;
    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 {
    background-color: transparent !important;
    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;
    background-color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*footer*/
.footer {
  background: url("sgjczx-footer-bg.png") no-repeat top center;
  background-size: cover;
  padding-top: 42px;
  padding-bottom: 42px;
}
.footer .footer-logo img {
  display: block;
}
.footer .footer-info {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 5px;
}
.footer .footer-info span {
  display: inline-block;
}
/*index-banner*/
.index-banner {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box img {
  display: block;
  width: 100%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
}
.index-banner .slick-dots {
  position: absolute;
  bottom: 30px;
}
.index-banner .slick-dots li {
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.index-banner .slick-dots li.slick-dot {
  width: 70px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 0;
}
.index-banner .slick-dots li.slick-dot.slick-active {
  background: #1A73C4;
}
.index-title {
  border-bottom: 1px solid #E3E3E3;
  line-height: 42px;
  margin-bottom: 20px;
}
.index-title .title-w {
  float: left;
}
.index-title .a-title {
  position: relative;
  border-bottom: 2px solid #1D5BC0;
  padding-left: 9px;
  padding-right: 9px;
  display: inline-block;
  vertical-align: bottom;
  color: #1D5BC0;
  font-weight: bold;
}
.index-title .title-more {
  float: right;
}
.index-title .a-more {
  display: block;
  color: #333333;
}
.index-title .a-more:hover {
  text-decoration: underline;
  color: #1D5BC0;
}
.index-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-box .row-w {
  margin-left: -19px;
  margin-right: -19px;
}
.index-box .row-w .col-w {
  padding-left: 19px;
  padding-right: 19px;
}
.index-box-02 {
  background: #fff;
}
.index-box-03 {
  background: #EEEEEE;
}
.index-box-03 .index-title {
  margin-bottom: 30px;
}
.news-center .news-top {
  margin-bottom: 20px;
}
.news-center .news-top .box-img {
  float: left;
  width: 230px;
  margin-right: 30px;
  overflow: hidden;
}
.news-center .news-top .box-img img {
  width: 230px;
  height: 153px;
  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: #333333;
  margin-bottom: 10px;
  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: #999;
  margin-bottom: 10px;
  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: #999999;
}
.news-center .news-top:hover .box-img img {
  transform: scale(1.1);
}
.news-center .news-top:hover .box-info .box-title {
  color: #1D5BC0;
}
.news-center .news-list li {
  position: relative;
  padding-right: 115px;
  padding-left: 16px;
  line-height: 36px;
}
.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: #1D5BC0;
}
.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;
}
.center-introduction .box-img {
  margin-bottom: 20px;
}
.center-introduction .box-img img {
  display: block;
  width: 100%;
}
.center-introduction .box-txt {
  line-height: 36px;
  color: #333;
}
.center-introduction .box-txt .txt-s {
  height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.center-introduction .box-txt .more-s {
  text-align: right;
}
.center-introduction .box-txt .more-s a {
  display: inline-block;
  color: #1D5BC0;
}
.center-introduction .box-txt .more-s a:hover {
  text-decoration: underline;
}
.service-center {
  margin-bottom: 50px;
}
.service-center .box-s {
  overflow: hidden;
  height: 120px;
  text-align: center;
}
.service-center .box-s img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transition: all 0.5s;
}
.service-center .box-s:hover img {
  transform: scale(1.05);
}
.industry-dynamics .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.industry-dynamics .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.industry-dynamics .box-s:hover .box-img img {
  transform: scale(1.1);
}
.industry-dynamics .box-s .box-img {
  margin-bottom: 15px;
}
.industry-dynamics .box-s .box-info {
  line-height: 24px;
  color: #999999;
}
.industry-dynamics .box-s .box-info .info-title {
  font-weight: bold;
  color: #333;
  line-height: 24px;
  height: 48px;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.industry-dynamics .box-s .box-info .info-txt {
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.industry-dynamics .box-s .box-info .info-date {
  margin-top: 10px;
}
.industry-dynamics .box-s:hover .box-info .info-title {
  color: #1D5BC0;
}
.industry-dynamics .slick-dots {
  position: absolute;
  bottom: auto;
  top: 230px;
  right: 5px;
  left: auto;
  width: auto;
}
.industry-dynamics .slick-dots li {
  width: auto;
  height: auto;
  margin-left: 5px;
}
.industry-dynamics .slick-dots li.slick-dot {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 7px;
}
.industry-dynamics .slick-dots li.slick-dot.slick-active {
  background: #1D5BC0;
  width: 34px;
}
.notice-list ul li {
  margin-bottom: 23px;
}
.notice-list ul li:last-child {
  margin-bottom: 0;
}
.notice-list .box-s {
  overflow: hidden;
}
.notice-list .box-s .box-date {
  text-align: center;
  width: 60px;
  height: 66px;
  background: #FFFFFF;
  border: 1px solid #1D5BC0;
  float: left;
  margin-right: 15px;
}
.notice-list .box-s .box-date .date-01 {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #1D5BC0;
}
.notice-list .box-s .box-date .date-02 {
  height: 24px;
  line-height: 24px;
  background: #1D5BC0;
  color: #fff;
  font-size: 12px;
}
.notice-list .box-s .box-title {
  display: block;
  line-height: 24px;
  height: 48px;
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice-list .box-s:hover .box-title {
  color: #1D5BC0;
}
.cooperation-exchange .box-w:last-child .box-s {
  margin-bottom: 0;
}
.cooperation-exchange .box-s {
  border-bottom: 1px dashed #E6E6E6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cooperation-exchange .box-s .box-title {
  display: block;
  line-height: 24px;
  height: 48px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cooperation-exchange .box-s .box-date {
  color: #999999;
}
.cooperation-exchange .box-s:hover .box-title {
  color: #1D5BC0;
}
.laboratory-list {
  margin-left: -19px;
  margin-right: -19px;
}
.laboratory-list .box-s {
  margin-left: 19px;
  margin-right: 19px;
}
.laboratory-list .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 190px;
}
.laboratory-list .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.laboratory-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.laboratory-list .box-s .box-title {
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.laboratory-list .box-s:hover .box-title {
  color: #1D5BC0;
}
.new-box-list {
  background: #FFFFFF;
  box-shadow: 0 0 8px 0 rgba(231, 234, 246, 0.99);
  border-radius: 4px;
}
.new-box-list .box-s {
  border-bottom: 1px solid #EEEEEE;
  line-height: 36px;
  padding: 20px 22px;
}
.new-box-list .box-s:last-child {
  border-bottom: none;
}
.new-box-list .box-s .box-date {
  width: 135px;
  color: #999999;
  float: left;
}
.new-box-list .box-s .box-date span {
  font-weight: bold;
  color: #333333;
  display: inline-block;
  margin-right: 5px;
}
.new-box-list .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  color: #333;
}
.new-box-list .box-s:hover .box-title {
  color: #1D5BC0;
}
/*page-main*/
.page-main {
  padding-bottom: 50px;
  position: relative;
  z-index: 101;
}
/*bread-crumbs*/
.bread-crumbs {
  background: url("sgjczx-location.png") no-repeat 0 25px;
  position: relative;
  color: #677588;
  padding: 20px 0 20px 32px;
}
.bread-crumbs .bread-item-groups {
  line-height: 32px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #666666;
}
.bread-crumbs .bread-item a.cur {
  color: #1D5BC0;
}
.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;
}
.main-content {
  margin-left: -20px;
  margin-right: -20px;
}
.main-content .col-w {
  padding-left: 20px;
  padding-right: 20px;
}
/*content-info*/
/*side-menu*/
.side-menu {
  background: #F6F9FF;
  padding-bottom: 100px;
}
.side-menu .menu-title {
  background: #1D5BC0;
  height: 76px;
  line-height: 76px;
  color: #fff;
  font-weight: bold;
  padding: 0 15px;
}
.side-menu .menu-cont {
  padding-left: 20px;
  padding-right: 20px;
}
.side-menu .menu-cont a {
  display: block;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  line-height: 30px;
  padding: 15px 20px 15px 10px;
  color: #333;
  background: url("sgjczx-arrow.png") no-repeat right 0 top 20px;
  z-index: 1;
  transition: all 0s;
}
.side-menu .menu-cont a:hover,
.side-menu .menu-cont a.active {
  font-weight: bold;
  color: #1D5BC0;
}
.side-menu .menu-cont a:hover:after,
.side-menu .menu-cont a.active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  background: #1D5BC0;
  width: 4px;
}
.content-title {
  border-bottom: 1px solid #086BC5;
  margin-bottom: 30px;
}
.content-title .title-txt {
  line-height: 44px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-left: 15px;
}
.content-title .title-txt:after {
  content: '';
  width: 4px;
  height: 20px;
  background: #086BC5;
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 0;
}
/*page*/
.pages {
  text-align: right;
  padding-top: 30px;
}
.pages ul li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.pages a,
.pages 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;
}
.pages a.a-s,
.pages span.a-s {
  padding-left: 20px;
  padding-right: 20px;
  min-width: 80px;
}
.pages a:hover,
.pages span:hover,
.pages a.active,
.pages span.active {
  background: #1D5BC0;
  color: #fff;
}
.pages span {
  background: #1D5BC0;
  color: #fff;
}
.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;
}
.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 {
  margin-bottom: 10px;
  line-height: 2;
}
.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: #1D5BC0;
}
.details-page .cont-page .a-page:hover a {
  color: #1D5BC0;
}
/*文字列表*/
.list-text.no-date li .box-s {
  padding-right: 0;
}
.list-text li {
  padding: 15px 20px;
}
.list-text li:nth-child(2n+1) {
  background: #f5f7fb;
}
.list-text .box-s {
  background: url("sgjczx-icon-dian.png") no-repeat left 0 top 14px;
  padding-left: 16px;
  display: block;
  line-height: 34px;
  padding-right: 100px;
  position: relative;
}
.list-text .box-s .box-title {
  display: block;
  color: #333;
}
.list-text .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
}
.list-text .box-s:hover .box-title {
  color: #1D5BC0;
}
/*图文列表*/
.list-img-text li {
  margin-bottom: 30px;
}
.list-img-text li:last-child {
  margin-bottom: 0;
}
.list-img-text .box-s .row {
  margin-left: -20px;
  margin-right: -20px;
}
.list-img-text .box-s .row .box-w {
  padding-left: 20px;
  padding-right: 20px;
}
.list-img-text .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 188px;
}
.list-img-text .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.list-img-text .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text .box-s .box-img {
  border: 1px solid #eee;
}
.list-img-text .box-s .box-info {
  padding-top: 15px;
}
.list-img-text .box-s .box-info.info-pt {
  padding-top: 25px;
}
.list-img-text .box-s .box-info .box-title {
  font-weight: bold;
  color: #1D5BC0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  line-height: 24px;
}
.list-img-text .box-s .box-info .box-txt {
  margin-top: 10px;
  text-align: justify;
  color: #666666;
}
.list-img-text .box-s .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-s .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-s .box-info .box-txt-03 {
  color: #333333;
  line-height: 26px;
  margin-top: 20px;
}
.list-img-text .box-s .box-info .box-date {
  color: #666;
  margin-top: 10px;
}
/*图片列表*/
.list-img .box-s {
  text-align: center;
  margin-bottom: 20px;
}
.list-img .box-s .box-img {
  margin-bottom: 10px;
}
.list-img .box-s .box-img a {
  display: block;
  overflow: hidden;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 188px;
}
.list-img .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333333;
}
.list-img-02 .box-s {
  text-align: center;
  margin-bottom: 25px;
}
.list-img-02 .box-s .box-img {
  margin-bottom: 5px;
  overflow: hidden;
  border: 1px solid #e0e6fa;
  display: inline-block;
}
.list-img-02 .box-s .box-img img {
  display: block;
  height: 284px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
}
.list-img-02 .box-s .box-title {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #333333;
  display: block;
  font-weight: bold;
}
.list-img-02 .box-s:hover .box-title {
  color: #1D5BC0;
}
.list-img-03 .box-s {
  text-align: center;
  margin-bottom: 20px;
}
.list-img-03 .box-s .box-img {
  margin-bottom: 10px;
}
.list-img-03 .box-s .box-img a {
  display: block;
  overflow: hidden;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 304px;
}
.list-img-03 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333333;
}
.connect-us .box-map {
  height: 450px;
  margin-bottom: 30px;
}
.connect-us .box-info > div {
  float: left;
  width: 50%;
  color: #333333;
  line-height: 36px;
}
/*人员详情*/
.personnel-details .info-top {
  position: relative;
  padding: 15px 185px 15px 30px;
  margin-bottom: 30px;
  background: #F0F7FE;
  min-height: 240px;
}
.personnel-details .info-top .box-img {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 152px;
}
.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;
}
.personnel-details .info-top .box-info .info-title > div {
  display: inline-block;
  color: #333333;
  border-bottom: 4px solid #1958af;
  padding-bottom: 10px;
}
.personnel-details .info-top .box-info .info-title > div span {
  font-weight: bold;
  color: #333333;
  margin-right: 10px;
  display: inline-block;
}
.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-top .box-info .info-table .title-s {
  color: #404040;
}
.personnel-details .info-top .box-info .info-table .txt-s {
  color: #3D55A7;
}
.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: #F0F7FE;
  border-left: 5px solid #1958AF;
  padding: 10px 15px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 30px;
}
.personnel-details .info-groups .info-txt {
  color: #4d4d4d;
  line-height: 2;
  text-align: justify;
}
/*# sourceMappingURL=sgjczx-style.css.map */