/*多行溢出*/
/*网站响应样式*/
@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) {
  .win-l {
    width: calc(100% - 330px);
  }
  .win-r {
    width: 330px;
  }
  .banner-swiper .img-box {
    height: 370px;
  }
  .news-list li {
    margin-bottom: 6px;
  }
  .news-list {
    margin-top: 9px;
    padding-top: 10px;
  }
  .yqzs-box .img-box {
    height: 137px;
  }
  .zcdw-list .info {
    overflow: hidden;
    padding: 18px 20px 20px 20px;
  }
  .ggpt-list .img-box {
    height: 184px;
  }
  .tp-list .img-box {
    height: 183px;
  }
  .lxwm-box .info {
    width: 40%;
  }
  .lxwm-box .map {
    width: 60%;
  }
  .head-logo {
    width: 808px;
  }
  .header-right {
    margin-top: 2px;
  }
}
@media (max-width: 1279px) {
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .banner-swiper .img-box {
    height: 408px;
  }
  .news-top .date {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .news-top .title {
    font-size: 18px;
    -webkit-line-clamp: 1;
    height: 28px;
    margin-bottom: 8px;
  }
  .news-top .desc {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
  .news-list {
    padding-top: 7px;
  }
  .yqzs-box .img-box {
    height: 124px;
  }
  .footer {
    background-size: auto 100%;
  }
  .footer .foot-logo {
    width: 190px;
    margin-top: 16px;
  }
  .ggpt-list .img-box {
    height: 165px;
  }
  .left-nav .menu-cont > li > a {
    padding: 10px 30px 10px 0;
  }
  .left-nav .menu-cont > li > a::before {
    top: 21px;
  }
  .left-nav .menu-cont-sj > li {
    padding: 0 10px;
  }
  .left-nav .menu-cont-sj > li > a {
    padding: 12px 0;
  }
  .tp-list .img-box {
    height: 164px;
  }
  .ny-right-box .right-title .fl {
    font-size: 20px;
  }
  .sys-top-lm li a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .sys-top-lm li {
    margin-right: 5px;
    min-width: 120px;
  }
  .sys-top-lm {
    margin-bottom: 20px;
  }
  .tp-list .img-box {
    height: 164px;
  }
  .tp-list a {
    margin-bottom: 25px;
  }
  .yqsb-detail .img-box {
    margin-right: 30px;
    width: 260px;
  }
  .yqsb-detail .title {
    font-size: 24px;
    line-height: 30px;
  }
  .lxwm-box {
    height: 420px;
  }
  .lxwm-box .info {
    padding: 30px;
  }
  .form-table-01 thead tr th:nth-child(2) {
    width: 12%;
  }
  .form-table-01 thead tr th:nth-child(3) {
    width: 18%;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 600px;
  }
  .details-page video {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .win-l {
    width: 100%;
    padding-right: 0;
  }
  .win-r {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-md,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
  header {
    background-size: auto 100%;
    background-position: 86% 100%;
  }
  .head-logo {
    width: 568px;
  }
  .header-right a {
    font-size: 12px;
  }
  header .h-nav {
    height: 44px;
  }
  .search-box {
    margin-top: 5px;
  }
  nav.navbar {
    min-height: 45px;
  }
  nav.navbar ul.navbar-nav > li > a {
    font-size: 16px;
    line-height: 31px;
    padding: 7px 0 !important;
  }
  .banner-swiper .img-box {
    height: 370px;
  }
  .index-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .index-title .title p {
    font-size: 20px;
  }
  .index-title > a {
    font-size: 14px;
  }
  .news-top .date div:nth-child(1) {
    font-size: 18px;
  }
  .news-top .desc {
    height: 48px;
    -webkit-line-clamp: 2;
  }
  .news-list .title {
    font-size: 14px;
    line-height: 22px;
  }
  .news-list .date {
    font-size: 14px;
    line-height: 22px;
  }
  .index-box {
    margin-bottom: 30px;
  }
  .yqzs-box .img-box {
    height: 105px;
  }
  .kjtd-list img {
    max-height: 24px;
    margin-bottom: 9px;
  }
  .kjtd-list p {
    font-size: 14px;
  }
  .kjtd-list a {
    height: 84px;
  }
  .kjtd-list {
    margin-bottom: 15px;
  }
  .yqpt-xt-link {
    height: 70px;
  }
  .yqpt-link {
    height: 95px;
    padding: 10px;
  }
  .yqpt-link .title {
    font-size: 16px;
    margin-top: 35px;
  }
  .m22 {
    margin: 0 -15px;
  }
  .p22 {
    padding: 0 15px;
  }
  .left-nav .menu-title {
    height: 60px;
    font-size: 22px;
  }
  .left-nav .menu-cont {
    padding: 5px 15px 15px 15px;
  }
  .left-nav .menu-cont a {
    padding: 10px 20px 10px 0;
  }
  .left-nav .menu-cont a::before {
    top: 22px;
  }
  .m16 {
    margin: 0 -15px;
  }
  .p16 {
    padding: 0 15px;
  }
  .ggpt-list .img-box {
    height: 135px;
  }
  .ny-right-box .right-title .fl {
    font-size: 20px;
    float: none;
    margin-bottom: 5px;
  }
  .ny-right-box .right-title .fl::before {
    display: none;
  }
  .bread-crumbs {
    float: none;
  }
  .ny-right-box .right-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .tp-list .img-box {
    height: 135px;
  }
  .yqsb-detail .img-box {
    margin-right: 30px;
    width: 200px;
  }
  .lxwm-box .info {
    width: 50%;
  }
  .lxwm-box .map {
    width: 50%;
  }
  .lxwm-box {
    height: 350px;
  }
  nav.navbar ul.navbar-nav > li > a::before {
    top: 15px;
  }
  nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a {
    padding: 6px 10px;
    font-size: 14px;
  }
  .details-page .detail-top .title-s {
    font-size: 24px;
  }
  .notice-list.row > [class^='col'] {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  header {
    padding: 35px 0 22px;
  }
  header .container {
    position: relative;
  }
  header .h-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .head-logo {
    float: none;
  }
  .header-right {
    float: none;
  }
  .header-right li:first-child {
    position: absolute;
    right: 15px;
    left: 15px;
    top: -22px;
  }
  .search-box .s-inp {
    width: 94%;
  }
  .search-box {
    margin-top: 15px;
    width: 100%;
  }
  nav.navbar {
    min-height: auto;
    display: none;
  }
  .toggle {
    display: block;
    top: 20px;
    right: 15px;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    background: #FFF;
  }
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #FFF;
  }
  .hc-mobile-nav .nav-wrapper {
    background: #014099;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    color: #ffffff;
    background: #1692e9;
    border-top: 1px solid #1692e9;
    border-bottom: 1px solid #1692e9;
  }
  .hc-mobile-nav li.nav-close span::before,
  .hc-mobile-nav li.nav-close span::after {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
  .hc-mobile-nav li.nav-back span::before {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #fff;
  }
  .hc-mobile-nav h2 {
    color: #FFF;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
  }
  .hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: none;
  }
  .index-md-7,
  .index-md-5 {
    max-width: 100%;
    width: 100%;
    flex: 100%;
  }
  .banner-swiper .img-box {
    height: 450px;
  }
  .banner-swiper {
    margin-bottom: 30px;
  }
  .index-title {
    margin-bottom: 20px;
  }
  .news-top .date {
    margin-bottom: 10px;
  }
  .news-list li {
    margin-bottom: 15px;
  }
  .news-list .title {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list .date {
    font-size: 16px;
    line-height: 26px;
  }
  .news-list {
    margin-top: 17px;
    padding-top: 17px;
  }
  .yqzs-box .img-box {
    height: 131px;
  }
  .index-bg {
    padding-bottom: 30px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .foot-logo {
    float: none;
    display: block;
    width: 244px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .info {
    display: block;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .footer .info::before {
    display: none;
  }
  .gzh-cont {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  .left-nav {
    display: none !important;
  }
  .col-ny-3,
  .col-ny-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ny-right-box {
    padding: 0;
  }
  .ny-bg {
    padding-bottom: 30px;
  }
  .ggpt-list .img-box {
    height: 128px;
  }
  .tp-list .img-box {
    height: 129px;
  }
  .form-table-01 thead tr th {
    padding: 8px 12px;
  }
  .form-table-01 tbody tr td {
    padding: 8px 12px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
    width: 100%;
  }
  .details-page video {
    width: 100% !important;
    max-width: 100%;
  }
  .notice-list.row > [class^='col'] {max-width: 100%;}
}
@media (max-width: 767px) {
  .head-logo img:nth-child(1) {
    display: none;
  }
  .head-logo img:nth-child(2) {
    display: block;
  }
  .head-logo {
    width: 290px;
  }
  .index-bg {
    background: #F2F6FA;
    background-size: auto, auto;
  }
  .index-bg-cont {
    background: #FFFFFF;
    padding: 20px 15px;
  }
  .banner-swiper .img-box {
    height: 60.8vw;
  }
  .banner-swiper .title {
    font-size: 16px;
    padding: 10px 15px;
  }
  .banner-swiper .banner-page {
    display: none;
  }
  .news-top .title {
    height: auto;
    display: block;
  }
  .news-top .desc {
    height: 72px;
    -webkit-line-clamp: 3;
  }
  .news-list .title {
    padding-right: 0;
    white-space: normal;
    overflow: visible;
    margin-bottom: 5px;
  }
  .news-list .date {
    position: static;
    padding-left: 13px;
  }
  .index-wz-list .title {
    padding-right: 0;
    overflow: visible;
    white-space: normal;
    margin-bottom: 5px;
  }
  .index-wz-list .date {
    position: static;
    padding-left: 25px;
  }
  .yqzs-box .img-box {
    height: auto;
  }
  .yqzs-box {
    margin-bottom: 30px;
  }
  .yqzs-box .title {
    white-space: normal;
    overflow: visible;
  }
  .index-box5 {
    margin-bottom: 0 !important;
    padding-bottom: 1px;
  }
  .notice-list .title {
    height: auto;
    display: block;
  }
  .yqpt-xt-link {
    margin-bottom: 10px;
  }
  .index-box8 {
    margin-bottom: 20px !important;
  }
  .index-box9 .ui-select-wrap {
    margin-bottom: 10px;
  }
  .zcdw-list li {
    padding: 20px 15px;
  }
  .zcdw-list .img-box {
    float: none;
    width: 100%;
  }
  .zcdw-list .info {
    padding: 20px 0 0;
  }
  .ny-bg {
    background: url(ggjszx-bg1.png) no-repeat top center #F2F6FA;
    background-size: auto;
    padding-bottom: 30px;
  }
  .rl-wz-list .date div:nth-child(1) {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .rl-wz-list .date div {
    font-size: 12px;
  }
  .rl-wz-list .date {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .rl-wz-list .title {
    font-size: 18px;
    overflow: visible;
    white-space: normal;
  }
  .rl-wz-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .tw-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tw-list .title {
    overflow: visible;
    white-space: normal;
    font-size: 18px;
  }
  .tw-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .comp-pages {
    padding-top: 30px;
  }
  .ggpt-list .img-box {
    height: auto;
  }
  .tp-list .img-box {
    height: auto;
  }
  .tp-list .title {
    overflow: visible;
    white-space: normal;
  }
  .sys-top-lm li {
    margin-right: 4px;
    min-width: auto;
    border-radius: 4px;
  }
  .sys-top-lm li a {
    font-size: 14px;
    padding: 5px 15px;
  }
  .fy-box .comp-pages {
    padding-top: 0px;
  }
  .yqsb-detail .img-box {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    width: 220px;
    float: none;
  }
  .yqsb-detail .title {
    font-size: 20px;
  }
  .yqsb-detail .xh {
    margin-bottom: 10px;
  }
  .yqsb-detail .txt {
    line-height: 30px;
  }
  .nryd-list a {
    height: auto;
    margin-bottom: 20px;
    padding: 20px 25px;
  }
  .nryd-list a::before {
    width: 4px;
  }
  .lxwm-box {
    height: auto;
  }
  .lxwm-box .info {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
    font-size: 14px;
    line-height: 30px;
  }
  .lxwm-box .map {
    width: 100%;
    height: 300px;
  }
  .details-page .detail-top .title-s {
    font-size: 20px;
  }
  .details-page .detail-top .top-other {
    margin-top: 15px;
  }
  .details-page .cont-page {
    margin-top: 25px;
    padding-top: 25px;
    line-height: 20px;
    font-size: 14px;
  }
  .header-right li:first-child {
    top: -28px;
  }
  header {
    background-size: 300% 100%;
    background-position: 74% 100%;
  }
  header .h-logo {
    margin-top: 5px;
  }
  .toggle {
    top: 14px;
  }
  .head-logo {
    width: 68.8vw;
  }
  .notice-list.row > [class^='col'] {
    max-width: 100%;
  }
  .public-box {
    padding: 20px 16px 16px;
  }
  .public-box[data-v-job] {
    padding: 15px 16px 16px;
  }
}