/*多行溢出*/
/*网站响应样式*/
@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 (max-width: 1499px) {
  .head-logo {
    width: 510px;
    margin-top: 12px;
  }
  .xshd-list-box .img-box {
    height: 376px;
  }
  .news-index-list .img-box {
    height: 135px;
  }
  .news-swiper .img-box {
    width: 580px;
    height: 382px;
  }
  .news-swiper .info {
    height: 382px;
    padding: 45px 30px 50px 30px;
  }
  .news-swiper .date {
    margin-bottom: 15px;
  }
  .news-swiper .title {
    font-size: 26px;
  }
  .news-swiper .news-page {
    right: 210px;
    bottom: 30px;
  }
  .kydt-list .img-box {
    height: 187px;
  }
  .notice-list li {
    margin-bottom: 30px;
  }
  .xshd-leftimg .img-box {
    height: 313px;
  }
  .xshd-rightimg .img-box {
    height: 146px;
  }
  .xshd-rightimg {
    margin-bottom: 35px;
  }
  .yjzx-link {
    height: 363px;
  }
  .link-swiper .img-box {
    height: 86px;
  }
  .tp-list-a .img-box {
    height: 243px;
  }
  .lxwm-box .info .img-box {
    width: 350px;
    height: 45px;
  }
}
@media (max-width: 1279px) {
  .index-title > div {
    font-size: 28px;
    line-height: 36px;
  }
  .xshd-list-box .img-box {
    height: 348px;
  }
  .news-index-list .img-box {
    height: 125px;
  }
  .news-swiper .img-box {
    width: 555px;
    height: 366px;
  }
  .news-swiper .info {
    height: 366px;
    padding: 35px 25px 40px 25px;
  }
  .news-swiper .date {
    font-size: 15px;
  }
  .news-swiper .date span {
    font-size: 24px;
  }
  .news-swiper .title {
    font-size: 24px;
    line-height: 38px;
    max-height: 76px;
    margin-bottom: 20px;
  }
  .news-swiper .news-page {
    right: 175px;
    bottom: 20px;
  }
  .kydt-list .img-box {
    height: 173px;
  }
  .notice-list li {
    margin-bottom: 27px;
  }
  .index-box1 {
    padding: 55px 0 60px 0;
  }
  .index-box2 {
    padding: 55px 0 60px 0;
  }
  .index-box3 {
    padding: 55px 0 20px 0;
  }
  .xshd-leftimg .img-box {
    height: 290px;
  }
  .xshd-rightimg .img-box {
    height: 134px;
  }
  .index-box4 {
    padding: 55px 0 60px 0;
  }
  .yjzx-link {
    height: 336px;
  }
  .index-box5 {
    padding: 55px 0 40px 0;
  }
  .yqgx-link .icon-box {
    width: 70px;
    height: 70px;
  }
  .yqgx-link .title {
    height: 46px;
    padding: 10px 10px 10px 50px;
    font-size: 16px;
  }
  .yqgx-link .icon-box img {
    width: 25px;
    height: 27px;
  }
  .index-box6 {
    padding: 55px 0 60px 0;
  }
  .link-swiper .img-box {
    height: 80px;
  }
  .index-title-tab .title div {
    font-size: 28px;
    line-height: 36px;
  }
  .tp-list-a .img-box {
    height: 224px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav .collapse.navbar-collapse {
    display: none !important;
  }
  nav.navbar.bootsnav {
    min-height: auto;
  }
  .toggle {
    display: block;
    top: 22px;
    right: 15px;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    background: #0054B7;
  }
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #0054B7;
  }
  .hc-mobile-nav .nav-wrapper {
    background: #014099;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    color: #014099;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .hc-mobile-nav li.nav-close span::before,
  .hc-mobile-nav li.nav-close span::after {
    border-top: 2px solid #014099;
    border-left: 2px solid #014099;
  }
  .hc-mobile-nav li.nav-back span::before {
    border-top: 2px solid #014099;
    border-left: 2px solid #014099;
  }
  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #fff;
  }
  .hc-mobile-nav h2 {
    color: #FFF;
  }
  .hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: none;
  }
  .nav-right-top li {
    display: none;
  }
  .nav-right-top li:last-child {
    display: block;
  }
  .head-logo {
    margin-top: 0;
  }
  .nav-right-top {
    margin-bottom: 0;
    margin-right: 60px;
    margin-top: 20px;
  }
  .news-swiper .news-page {
    right: 266px;
  }
  .news-index-list .img-box {
    height: 140px;
  }
  .news-index-list {
    margin-bottom: 50px;
  }
  .xshd-list-box .img-box {
    float: left;
    width: 180px;
    height: 240px;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .xshd-list {
    overflow: hidden;
  }
  .kydt-list .img-box {
    height: 193px;
  }
  .kydt-list {
    margin-bottom: 50px;
  }
  .xshd-leftimg .img-box {
    height: 238px;
  }
  .xshd-leftimg .info {
    min-height: 176px;
    padding: 25px 20px 20px 20px;
  }
  .xshd-rightimg .img-box {
    height: 108px;
  }
  .xshd-rightimg .title {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
  .xshd-rightimg {
    margin-bottom: 25px;
  }
  .yjzx-link {
    height: 272px;
  }
  .yjzx-link .title {
    font-size: 16px;
  }
  .link-swiper .img-box {
    height: 65px;
  }
  .nav-right {
    position: relative;
  }
  .left-nav .menu-title {
    font-size: 22px;
    height: 70px;
  }
  .left-nav .menu-cont {
    margin-left: 4px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .left-nav .menu-cont .box-a {
    padding: 0 20px 0 15px;
  }
  .left-nav .menu-cont .box-a::before {
    left: -4px;
    width: 4px;
  }
  .left-nav .menu-cont .box-a .a-title {
    font-size: 16px;
    padding: 10px 30px 9px 15px;
  }
  .left-nav .menu-cont .box-a .a-title::before {
    top: 18px;
    width: 3px;
    height: 15px;
  }
  .left-nav .menu-cont .box-a .a-title::after {
    top: 21px;
  }
  .details-page .detail-top .title-s {
    font-size: 22px;
  }
  .tp-list-a .img-box {
    height: 180px;
  }
  .tp-list-a {
    margin-bottom: 30px;
  }
  .tp-list-a .title {
    padding: 20px 70px 20px 30px;
  }
  .lxwm-box .info {
    padding: 50px 30px 20px 30px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav-right {
    float: none;
  }
  .toggle {
    top: -66px;
    right: 0;
  }
  .nav-right-top li:last-child {
    width: 100%;
  }
  .search-box {
    width: 100%;
  }
  .index-box1 {
    padding: 30px 0 40px 0;
  }
  .m16 {
    margin: 0 -15px;
  }
  .p16 {
    padding: 0 15px;
  }
  .index-title > div {
    font-size: 24px;
    line-height: 30px;
  }
  .index-title > a {
    font-size: 14px;
  }
  .index-title-tab .title div {
    font-size: 24px;
    line-height: 30px;
  }
  .index-title-tab .more a {
    font-size: 14px;
  }
  .index-title-tab .title div::before {
    top: 7px;
    height: 20px;
  }
  .index-title {
    margin-bottom: 20px;
  }
  .index-title-tab {
    margin-bottom: 20px;
  }
  .news-swiper .img-box {
    float: none;
    width: 100%;
    display: block;
    height: 475px;
  }
  .news-swiper .info {
    height: auto;
    padding: 30px 20px 45px 20px;
  }
  .news-swiper .news-page {
    right: 50%;
    transform: translateX(50%);
  }
  .news-index-list .img-box {
    height: 228px;
  }
  .news-index-list {
    margin-bottom: 30px;
  }
  .news-swiper {
    margin-bottom: 30px;
  }
  .kydt-list .img-box {
    height: 146px;
  }
  .kydt-list {
    margin-bottom: 30px;
  }
  .index-box2 {
    padding: 35px 0 40px 0;
  }
  .index-box3 {
    padding: 35px 0 10px 0;
  }
  .ysq-index-5,
  .ysq-index-7 {
    width: 100%;
  }
  .xshd-leftimg {
    margin-bottom: 30px;
  }
  .xshd-leftimg .img-box {
    height: auto;
  }
  .xshd-rightimg .img-box {
    height: 145px;
  }
  .index-box4 {
    padding: 35px 0 40px 0;
  }
  .yjzx-link {
    height: 203px;
  }
  .index-box5 {
    padding: 35px 0 20px 0;
  }
  .index-box6 {
    padding: 35px 0 40px 0;
  }
  .link-swiper .img-box {
    height: 105px;
  }
  .footer {
    padding: 30px 0;
  }
  .head-logo {
    width: 550px;
  }
  .nav-right-top {
    margin-right: 0;
  }
  .left-nav {
    display: none !important;
  }
  .col-ny-md3,
  .col-ny-md9 {
    width: 100%;
  }
  .details-page .detail-top {
    margin-bottom: 30px;
    padding-bottom: 14px;
  }
  .tp-list-a .img-box {
    height: 132px;
  }
  .tp-list-a .title {
    padding: 15px 45px 15px 15px;
  }
  .tp-list-a .title::before {
    right: 15px;
  }
  .lxwm-box {
    height: auto;
  }
  .lxwm-box .map {
    width: 100%;
    float: none;
    height: 300px;
  }
  .lxwm-box .info {
    padding: 30px 20px;
  }
  .xshd-leftimg .info {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .head-logo {
    width: 290px;
  }
  .toggle {
    top: -50px;
  }
  .news-swiper .img-box {
    height: 228px;
  }
  .news-swiper .img-box img {
    object-fit: cover;
  }
  .news-swiper .info {
    height: auto;
    padding: 20px 15px 40px 15px;
  }
  .news-swiper .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .news-swiper .date span {
    font-size: 20px;
  }
  .news-swiper .title {
    font-size: 20px;
    line-height: 30px;
    max-height: 60px;
    margin-bottom: 15px;
  }
  .news-swiper .news-page {
    bottom: 10px;
  }
  .news-index-list .img-box {
    height: auto;
  }
  .news-index-list .title {
    display: block;
    max-height: none;
  }
  .xshd-list-box .img-box {
    float: none;
    width: 230px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .xshd-list-box .xshd-list a {
    display: block;
    height: auto;
  }
  .kydt-list .img-box {
    height: auto;
    margin-bottom: 15px;
  }
  .kydt-list .title {
    font-size: 16px;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .notice-list .title {
    display: block;
    height: auto;
  }
  .notice-list .date div:nth-child(1) {
    font-size: 20px;
  }
  .xshd-leftimg .info {
    min-height: auto;
    padding: 20px 15px;
  }
  .xshd-leftimg .title {
    margin-bottom: 20px;
    height: auto;
    font-size: 16px;
    display: block;
  }
  .xshd-leftimg .desc {
    height: auto;
    font-size: 15px;
  }
  .xshd-rightimg .img-box {
    height: auto;
  }
  .xshd-rightimg .title {
    font-size: 16px;
    line-height: 30px;
    height: auto;
    display: block;
  }
  .yjzx-link {
    height: 202px;
    margin-bottom: 30px;
  }
  .yjzx-link .title {
    white-space: normal;
    overflow: visible;
    line-height: 24px;
  }
  .index-box4 {
    padding: 35px 0 10px 0;
  }
  .yqgx-link .icon-box img {
    width: 20px;
    height: 22px;
  }
  .yqgx-link .icon-box {
    width: 50px;
    height: 50px;
  }
  .yqgx-link {
    padding: 2px 0;
  }
  .yqgx-link .title {
    height: auto;
    padding: 10px 10px 10px 55px;
    font-size: 14px;
    margin-left: 10px;
    overflow: visible;
    white-space: normal;
  }
  .footer {
    font-size: 14px;
    line-height: 26px;
  }
  .footer i {
    display: none;
  }
  .ny-right-box {
    padding: 20px 15px;
  }
  .ny-box {
    padding: 30px 0;
  }
  .ny-right-box .right-title .fl {
    float: none;
    font-size: 20px;
    padding-bottom: 5px;
  }
  .ny-right-box .right-title .fl::before {
    display: none;
  }
  .ny-right-box .bread-crumbs {
    float: none;
  }
  .ny-right-box .right-title {
    padding-bottom: 10px;
  }
  .details-page .detail-top .title-s {
    font-size: 20px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
  }
  .details-page video {
    max-width: 100%;
  }
  .history-box .date .year {
    font-size: 14px;
  }
  .history-box .date .year span {
    font-size: 20px;
  }
  .history-box .date .month {
    font-size: 14px;
    line-height: 26px;
  }
  .history-box .date {
    margin-right: 30px;
  }
  .history-box .his-list li {
    margin-bottom: 30px;
  }
  .history-box .his-list::before {
    left: 77px;
    width: 1px;
  }
  .history-box .info {
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .history-box .date::after {
    display: none;
  }
  .history-box .date::before {
    top: 17px;
    right: -22px;
    width: 10px;
    height: 10px;
  }
  .tp-list-a .img-box {
    height: auto;
  }
  .tp-list-a .title {
    white-space: normal;
    overflow: visible;
  }
  .tw-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tw-list .title {
    overflow: visible;
    white-space: normal;
  }
  .tw-list li {
    margin-bottom: 30px;
  }
  .wz-list {
    margin-bottom: 30px;
  }
  .wz-list a {
    padding: 15px 15px 15px 30px;
  }
  .wz-list .title {
    overflow: visible;
    white-space: normal;
  }
  .wz-list .date {
    position: static;
  }
  .lxwm-box .info {
    padding: 20px 15px;
  }
  .lxwm-box .info .img-box {
    width: 280px;
    height: auto;
    margin-bottom: 20px;
  }
  .lxwm-box .info .line {
    margin-bottom: 20px;
  }
  .lxwm-box .info p {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .lxwm-box .info p span {
    margin-right: 10px;
    min-width: 70px;
  }
  .details-page .detail-top .top-other .other-info {
    float: none;
  }
  .details-page .detail-top .top-other .other-info > span:first-child {
    display: block;
  }
  .details-page .detail-top .top-other .other-info > span:nth-child(2) {
    display: block;
  }
  .details-page .detail-top .top-other .other-share {
    float: none;
    margin-top: 7px;
  }
}
