/*多行溢出*/
/*网站响应样式*/
@media (max-width: 991px) {
  /*other-menu*/
  .other-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
  /*文字列表*/
  .comp-text-list-01 .box-s {
    line-height: 26px;
  }
  .comp-text-list-01 .box-s:after {
    top: 25px;
    margin-top: 0;
  }
  .comp-text-list-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-02 li {
    margin-bottom: 20px;
  }
  .comp-text-list-02 .box-s {
    padding: 15px;
  }
  .comp-text-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-04 .box-s {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .comp-text-list-04 .box-s .box-icon {
    position: relative;
  }
  .comp-text-list-04 .box-s .box-title {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
    height: auto;
    line-height: 20px;
  }
  .comp-text-list-05 .box-s {
    padding: 20px;
    position: relative;
  }
  .comp-text-list-05 .box-s .box-date {
    float: left;
    width: 80px;
  }
  .comp-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 30px;
  }
  .comp-text-list-05 .box-s .box-more {
    display: none;
  }
  .comp-text-list-06 .box-s {
    padding-right: 0;
  }
  .comp-text-list-06 .box-s:before {
    top: 26px;
    margin-top: 0;
  }
  .comp-text-list-06 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-06 .box-s .box-date {
    position: static;
    margin-top: 0;
  }
  .comp-text-list-07 li {
    margin-bottom: 20px;
  }
  .comp-text-list-07 li .box-s {
    padding: 20px 20px 20px 0;
  }
  .comp-text-list-07 li .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  /*图文列表*/
  .comp-image-text-list-01 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-01 .box-s .box-img {
    height: 220px;
  }
  .comp-image-text-list-02 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-02 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-04 .box-s .box-top {
    position: relative;
    margin-bottom: 15px;
  }
  .comp-image-text-list-04 .box-s .box-date {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
  }
  .comp-image-text-list-04 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-06 .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .comp-image-text-list-06 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-07 .box-s .box-info {
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .comp-image-text-list-07 .box-s .box-title {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
  }
  /*人员列表*/
  .comp-personnel-list-01 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-01 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-01 .box-s .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-02 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-02 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-05 .box-s .box-img {
    float: none;
    margin-right: 0;
  }
  /*人员细览*/
  .comp-personnel-details-01 .info-top {
    padding: 15px;
  }
  .comp-personnel-details-01 .info-top .box-img {
    position: static;
    margin-bottom: 20px;
  }
  .comp-personnel-details-01 .info-top .box-info {
    padding: 20px 15px;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table .table-row {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table .table-call {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center {
    padding-left: 0;
  }
  .comp-personnel-details-02 .info-center .box-img {
    position: relative;
    padding: 20px;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-img img {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-info {
    padding: 20px;
  }
  .comp-personnel-details-02 .info-other {
    padding: 20px;
  }
  .comp-personnel-details-03 .details-info {
    float: none;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  html {
    zoom: 1.3;
  }
}
/*网站响应样式*/
@media (max-width: 1599px) {
  .index-swiper .banner-img {
    height: 430px;
  }
  .box1-r {
    height: 430px;
  }
  .index-about {
    max-height: 296px;
  }
  .title-txt .txt-s {
    font-size: 20px;
  }
  .index-link {height: 221px;}
}
@media (max-width: 1439px) {
  .index-swiper .banner-img {
    height: 410px;
  }
  .box1-r {
    height: 410px;
  }
  .index-about {
    max-height: 276px;
  }
  .tabs-title .public-title {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1365px) {
  .index-swiper .banner-img {
    height: 386px;
  }
  .box1-r {
    height: 386px;
  }
  .index-about {
    max-height: 258px;
  }
  .col-s-r {
    padding-left: 22px;
  }
  .index-link {height: 211px;}
  .index-link li a {
    font-size: 15px;margin-bottom: 6px;
  }
}
@media (max-width: 1280px) {
	.index-link {height: 200px;}
}
@media (max-width: 1199px) {
  .index-swiper .banner-img {
    height: 310px;
  }
  .box1-r {
    height: 310px;
    padding: 15px;
  }
  .box1-r h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .index-about {
    max-height: 200px;
  }
  .col-s-r,
  .col-s-l {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-s {
    margin-left: -15px;
    margin-right: -15px;
  }
  .box1 .col-s-r {
    padding-left: 15px;
  }
  .logo {
    max-width: 650px;
  }
  .new-left {
    width: 300px;
  }
  .new-left .img-box {
    height: 200px;
  }
  .new-right {
    width: calc(100% - 330px);
  }
  .new-right li {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .new-right li a {
    font-size: 14px;
    line-height: 22px;
  }
  .tabs-title .public-title .title-txt .icon-s {
    margin-right: 5px;
  }
  .title-txt .txt-s {
    font-size: 18px;
  }
  .box2 .col-s-r .index-more {
    padding-right: 0;
  }
  .box2 .col-s-r .index-more::before,
  .box2 .col-s-r .index-more::after {
    display: none;
  }
  .tzgg-right li {
    margin-bottom: 6px;
  }
  .index-kycg li a {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .index-link {
    height: 200px;
    padding: 15px;
  }
  .index-link li a {
    margin-bottom: 9px;
  }
}
@media (max-width: 991px) {
  .col-s-r,
  .col-s-l {
    width: 100%;
  }
  nav.navbar.bootsnav .navbar-toggler {
    display: none;
  }
  .nav-wrap {
    position: relative;
  }
  .toggle {
    top: 12px;
    right: 25px;
  }
  .header {
    position: relative;
  }
  .searchbox {
    position: absolute;
    left: 25px;
    bottom: 9px;
    z-index: 99;
  }
  .index-swiper .banner-img {
    height: 352px;
  }
  .box1-r {
    height: auto;
  }
  .index-about {
    max-height: none;
  }
  .new-left {
    margin-bottom: 30px;
  }
  .index-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tzgg-right li {
    margin-bottom: 10px;
  }
  .index-pep {
    margin-bottom: 30px;
  }
  .index-kycg {
    margin-bottom: 30px;
  }
  .box1-r {
    margin-top: 30px;
  }
  .left-menu {
    display: none;
  }
  .h28 {
    font-size: 26px;
  }
	.index-link {height: auto;}
	.index-link li a {white-space: inherit;margin-bottom: 12px;}
	.page-link {padding: 20px;}
	.page-link li a {white-space: inherit;margin-bottom: 16px;}
}
@media (max-width: 767px) {
  .top-img li {
    margin: 0 10px;
  }
  .searchbox {
    left: 15px;
  }
  .toggle {
    right: 15px;
  }
  .index-swiper .banner-img {
    height: 200px;
  }
  .index-swiper .banner-box::after {
    height: 5px;
  }
  .index-swiper .banner-box .banner-txt {
    position: static;
    width: 100%;
  }
  .index-swiper .swiper-pagination {
    bottom: 80px;
    right: 10px;
  }
  .index-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .index-swiper .swiper-pagination-bullet-active {
    background: #feba3f;
  }
  .new-left {
    width: 100%;
    margin-right: 0;
  }
  .new-left .img-box {
    height: auto;
  }
  .new-right {
    width: 100%;
  }
  .new-right li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .new-right li a {
    font-size: 16px;
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .box2 .col-s-r {
    margin-top: 30px;
  }
  .box2 .col-s-r .index-more {
    padding-right: 44px;
  }
  .box2 .col-s-r .index-more::before,
  .box2 .col-s-r .index-more::after {
    display: block;
  }
  .index-pep li:first-child .people {
    margin-top: 0;
  }
  .people {
    max-width: 148px;
    margin-left: auto;
    margin-right: auto;
  }
  .index-kycg li a p {
    display: block;
  }
  .index-link {
    height: auto;
  }
  .footer {
    padding: 30px 0;
  }
  .foot-logo {
    border: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .style-list .box-groups .groups-img .img-s img {
    height: 170px;
  }
  .style-list .box-groups .groups-info .info-cont {
    height: 170px;
    padding: 20px;
  }
  .style-list .box-groups .groups-info .info-txt {
    line-height: 26px;
    height: 130px;
  }
}
@media (max-width: 1199px) {
  .style-list .box-groups .groups-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .style-list .box-groups .groups-img .img-s img {
    height: 230px;
  }
  .style-list .box-groups .groups-info {
    width: 100%;
  }
  .style-list .box-groups .groups-info .info-cont {
    height: auto;
    padding: 20px;
  }
  .style-list .box-groups .groups-info .info-txt {
    display: block;
    line-height: 26px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .contact-us .contact-map {
    height: 360px;
  }
  .contact-us .contact-info {
    width: 100%;
    float: none;
    height: auto;
  }
  .research-group-menu {
    position: relative;
    z-index: 1;
    padding-right: 10px;
    padding-bottom: 0;
    margin-bottom: 30px;
    *zoom: 1;
  }
  .research-group-menu::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .research-group-menu .menu-box {
    margin-bottom: 2px;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .research-group-menu .menu-box:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header {
    margin-bottom: 30px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .content-top {
    margin-bottom: 20px;
  }
  .content-top .channle-title,
  .content-top .bread-crumbs {
    float: none;
  }
  .content-top .channle-title {
    margin-bottom: 5px;
  }
  .organization-groups .box-class {
    padding-left: 0;
  }
  .organization-groups .box-class .class-title {
    position: static;
    margin-bottom: 10px;
  }
  .style-list .box-groups .groups-img .img-w {
    width: 100%;
    margin-bottom: 5px;
    float: none;
  }
  .style-list .box-groups .groups-img .img-s {
    width: 100%;
    margin-bottom: 10px;
  }
  .style-list .box-groups .groups-img .img-s img {
    height: auto;
  }
  .style-list .box-groups .groups-info {
    width: 100%;
  }
  .style-list .box-groups .groups-info .info-cont {
    height: auto;
    padding: 20px;
  }
  .style-list .box-groups .groups-info .info-txt {
    display: block;
    line-height: 26px;
    height: auto;
  }
  .people-list .box-s .box-img {
    float: none;
    width: 240px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .people-list .box-s .box-img img {
    height: auto;
  }
  .people-list .box-s .box-info {
    text-align: center;
  }
  .people-list .box-s .box-info .info-title {
    display: block;
    font-weight: bold;
    color: #234770;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .people-list-02 {
    padding-top: 40px;
  }
  .list-txt .box-s {
    padding: 10px 0 10px 20px;
    line-height: 26px;
  }
  .list-txt .box-s:hover::after {
    background: #294A70;
  }
  .list-txt .box-s:hover .box-title {
    color: #294A70;
  }
  .list-txt .box-s:first-child {
    padding-top: 0;
  }
  .list-txt .box-s:first-child::after {
    top: 12px;
  }
  .list-txt .box-s::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #FEAB1F;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 22px;
  }
  .list-txt .box-s .box-date {
    position: static;
  }
  .list-txt .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .details-page .detail-top .title-s {
    color: #333333;
    max-width: 100%;
  }
  .details-page .detail-top .top-other {
    text-align: center;
  }
  .details-page .detail-top .other-info {
    float: none;
  }
  .details-page .detail-top .other-share {
    float: none !important;
  }
  .details-page .main-cont {
    text-align: left;
    color: #42464B;
    line-height: 2.2;
  }
  .details-page .main-cont p {
    line-height: 2.2;
    margin-bottom: 20px;
  }
  .details-page .main-cont.about-intro .intro-info {
    overflow: hidden;
  }
  .details-page .main-cont.about-intro .intro-img img {
    display: block;
    border-radius: 5px;
    width: 100%;
  }
  .contact-us .contact-map {
    height: 300px;
  }
  .list-txt-img .box-s {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .list-txt-img .box-img {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .list-txt-img .box-info {
    padding-left: 0;
  }
  .list-txt-img .box-info .info-date {
    text-align: left;
    width: 100%;
    position: relative;
  }
  .list-txt-img .box-info .info-date > div {
    display: inline-block;
    margin-right: 10px;
  }
  .list-txt-img .box-info .info-cont {
    padding-left: 0;
  }
  .list-txt-img .box-info .info-cont::after {
    display: none;
  }
  .list-txt-img .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .list-img.col-w:nth-child(2n + 1) {
    clear: left;
  }
  .list-img .box-s .box-img {
    margin-bottom: 5px;
  }
  .list-img .box-s .box-img img {
    height: 110px;
  }
  .list-img .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .research-group-menu {
    position: relative;
    z-index: 1;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    *zoom: 1;
  }
  .research-group-menu::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .research-group-menu .menu-box {
    margin-bottom: 5px;
    width: 49%;
    margin-right: 0;
  }
  .research-group-menu .menu-box:nth-child(2n) {
    float: right;
  }
  .research-group-menu .a-title {
    min-height: 50px;
    padding: 10px 40px 10px 20px;
  }
  .research-group-menu .a-title::after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 11px;
    font-family: 'FontAwesome';
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
  }
  .people-groups .groups-list .box-s .box-img {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .people-groups .groups-list .box-s .box-info {
    text-align: center;
  }
  .research-direction .research-list .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .people-details .details-img {
    float: none;
    width: 240px;
    margin: 0 auto 20px auto;
  }
  .people-details .details-img img {
    display: block;
    width: 100%;
  }
  .people-details .details-info {
    overflow: hidden;
  }
  .people-details .info-top {
    margin-bottom: 20px;
  }
  .people-details .info-top .top-name {
    color: #234770;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .people-details .info-top .top-name span {
    margin-right: 15px;
  }
  .people-details .info-top .top-name span:last-child {
    margin-right: 0;
  }
  .people-details .info-top .top-txt {
    font-weight: bold;
    color: #313539;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .people-details .info-top .top-other {
    color: #2260A8;
    line-height: 25px;
  }
  .people-details .cont-box {
    position: relative;
    color: #333333;
    line-height: 34px;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .people-details .cont-box::after {
    content: '';
    position: absolute;
    right: 0;
    top: -10px;
    width: 30px;
    height: 20px;
    background: url('/images/hgsys-more.png') no-repeat right top #fff;
  }
  .people-details .cont-box .box-title {
    font-weight: bold;
    margin-bottom: 5px;
    color: #1A1A1A;
  }
  .research-group-01 {
    padding-bottom: 20px;
  }
  .research-group-01 .box-s {
    background: #FFFFFF;
    border: 1px solid #D8DCE1;
    border-radius: 5px;
    padding: 15px 0 15px 50px;
    position: relative;
    line-height: 30px;
    min-height: 70px;
    margin-bottom: 20px;
  }
  .research-group-01 .box-s::after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('/images/hgsys-img-14.png') no-repeat;
    background-size: 18px;
    left: 15px;
    top: 20px;
  }
  .research-group-01 .box-s .box-title {
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .research-group-01 .box-s .box-more {
    position: relative;
    display: block;
    right: auto;
    left: 0;
    top: auto;
  }
  .research-group-02 .box-s {
    padding: 15px 15px 15px 25px;
  }
  .research-group-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .research-group-banner {
    margin-bottom: 30px;
  }
  .research-group-banner .swiper-slide {
    padding-bottom: 6px;
  }
  .research-group-banner .research-group-page {
    padding-top: 20px;
    position: static;
    width: 100% !important;
  }
  .research-group-banner .research-group-page .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #FFAB1F;
    margin: 0 5;
  }
  .research-group-banner .research-group-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 46px;
  }
  .research-group-banner .banner-box .banner-img img {
    height: 180px;
  }
  .research-group-banner .banner-box .box-title {
    position: static;
    max-width: 100%;
    margin-right: 0;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 15px;
  }
  .research-group-banner .banner-box .box-title::after {
    display: none;
  }
  .research-group-banner .banner-box .box-title .title-date {
    color: #FEBA3F;
    line-height: 26px;
    margin-bottom: 3px;
  }
  .research-group-banner .banner-box .box-title .title-s {
    display: block;
    height: auto;
    max-height: auto;
    line-height: 26px;
    min-height: 52px;
  }
  /*综合新闻*/
  .new-left .new-tit p {
    display: block;
  }
  .tzgg-right .notice-list-title {
    display: block;
    max-height: none;
  }
	.list-txt-img .box-img img {max-height: inherit;}
}
<!--0.00028896331787109-->