/*多行溢出*/
/*网站响应样式*/
@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) {
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-md,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  nav.navbar ul.navbar-nav > li {
    margin-right: 54px;
  }
  .banner-img {
    height: 448px;
  }
  .xshd-top-box .img-box {
    height: 208px;
  }
  .xshd-list li {
    padding-bottom: 21px;
    margin-bottom: 22px;
  }
  .m50 {
    margin: 0 -25px;
  }
  .p50 {
    padding: 0 25px;
  }
  .ry-list-link .img-box {
    height: 216px;
  }
}
@media (max-width: 1279px) {
  .ny-box {
    overflow: hidden;
  }
  nav.navbar ul.navbar-nav > li {
    margin-right: 32px;
  }
  .banner-img {
    height: 405px;
  }
  .xshd-top-box .img-box {
    height: 187px;
  }
  .xshd-list {
    margin-bottom: 34px;
  }
  .p50 {
    padding: 0 15px;
  }
  .m50 {
    margin: 0 -15px;
  }
  .ry-list-link .img-box {
    height: 213px;
  }
  .ry-list-link {
    margin-bottom: 50px;
  }
  .ry-list-fy {
    margin-top: 0;
  }
  .ry-detail .top-cont .info-list li {
    width: 70%;
  }
  .ry-detail .top-cont .info-list li:nth-child(2n) {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  nav.navbar {
    padding: 0 25px;
    margin-bottom: 30px;
    min-height: 50px;
  }
  nav.navbar ul.navbar-nav > li > a {
    font-size: 18px;
    padding: 10px 5px !important;
  }
  nav.navbar ul.navbar-nav > li {
    width: 120px;
  }
  .m30 {
    margin: 0 -15px;
  }
  .p30 {
    padding: 0 15px;
  }
  .banner-img {
    height: 343px;
  }
  .xshd-top-box .img-box {
    height: 164px;
  }
  .yjcg-list .img-box {
    margin-right: 20px;
    width: 190px;
    height: 107px;
  }
  .yjcg-list .title {
    -webkit-line-clamp: 1;
    max-height: 26px;
  }
  .yjcg-list .desc {
    margin-bottom: 6px;
  }
  .xshd-top-box .info {
    padding: 28px 20px 15px 20px;
  }
  .xshd-list .date div:first-child {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .xshd-list .date::before {
    height: 42px;
  }
  .xshd-list .info {
    height: 44px;
  }
  .xshd-list .title {
    -webkit-line-clamp: 1;
    max-height: 26px;
  }
  .xshd-list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .hzdw-list li {
    padding: 10px 0;
  }
  .m50 {
    margin: 0 -35px;
  }
  .p50 {
    padding: 0 35px;
  }
  .ry-list-link .img-box {
    height: 240px;
  }
  .ry-list li:nth-child(6n+1) {
    clear: none;
  }
  .ry-list li:nth-child(4n+1) {
    clear: left;
  }
  .ry-detail .top-cont .img-box {
    width: 180px;
    margin-right: 40px;
  }
  .ry-detail .top-cont .info {
    padding-top: 15px;
  }
  .ry-detail .top-cont .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ry-detail .top-cont .info-list li {
    font-size: 16px;
    line-height: 30px;
  }
  .ry-detail .top-cont {
    margin-bottom: 50px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  nav.navbar {
    display: none;
  }
  .toggle {
    display: block;
    top: 10px;
    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: #004098;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    color: #004098;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover {
    color: #004098;
    background: #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover span.nav-next::before {
    border-top: 2px solid #004098;
    border-left: 2px solid #004098;
  }
  .hc-mobile-nav li.nav-close span::before,
  .hc-mobile-nav li.nav-close span::after {
    border-top: 2px solid #004098;
    border-left: 2px solid #004098;
  }
  .hc-mobile-nav li.nav-back span::before {
    border-top: 2px solid #004098;
    border-left: 2px solid #004098;
  }
  .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: 18px;
    line-height: 30px;
    text-align: center;
  }
  .hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: none;
  }
  .hc-mobile-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .logo-box a {
    width: 350px;
  }
  .banner-swiper {
    margin-bottom: 30px;
  }
  .banner-img {
    height: 388px;
  }
  .index-box1 {
    padding-bottom: 30px;
  }
  .xshd-top-box .img-box {
    height: auto;
  }
  .xshd-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .index-box3 {
    padding-bottom: 50px;
  }
  .ny-title {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .xshd-ny-list .img-box {
    width: 240px;
    height: 135px;
  }
  .ny-box {
    padding: 1px 0 40px;
  }
  .m50 {
    margin: 0 -20px;
  }
  .p50 {
    padding: 0 20px;
  }
  .ry-list-link .img-box {
    height: 190px;
  }
  .ry-list-link {
    margin-bottom: 40px;
  }
  .ry-detail .top-cont .info-list li {
    width: 100% !important;
    padding-right: 0;
  }
  .ry-detail .top-cont .img-box {
    width: 130px;
    margin-right: 25px;
  }
  .ry-detail .top-cont .info {
    padding-top: 0px;
  }
  .ry-detail .top-cont .title {
    font-size: 22px;
  }
  .ry-detail .top-cont .info-list li {
    font-size: 15px;
    line-height: 28px;
  }
  .ry-detail .txt-group .group-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .ry-detail .txt-group .group-txt {
    font-size: 16px;
    line-height: 32px;
  }
  .ry-detail .txt-group {
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .details-page .detail-top .title-s {
    font-size: 22px;
  }
  .details-page .detail-top .top-other {
    font-size: 14px;
    margin-top: 25px;
    padding: 10px 20px;
  }
  .details-page .detail-top {
    margin-bottom: 30px;
  }
  .details-page .main-cont {
    font-size: 16px;
    line-height: 30px;
  }
  .rylm-title::before {
    left: 110px;
  }
  .rylm-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .head-logo {
    width: 285px;
  }
  .toggle {
    top: 7px;
  }
  .logo-box a {
    margin: 0 auto;
    width: 290px;
  }
  .banner-img {
    height: 194px;
  }
  .banner-img img {
    object-fit: cover;
  }
  .banner-swiper .banner-page {
    display: none;
  }
  .banner-img::before {
    height: 80px;
  }
  .banner-img .title {
    font-size: 16px;
    padding: 0px 15px 15px 15px;
  }
  .index-title {
    margin-bottom: 20px;
  }
  .index-title .fl span {
    font-size: 22px;
  }
  .index-title .fr {
    font-size: 14px;
  }
  .yjcg-list li {
    padding-bottom: 25px;
  }
  .yjcg-list .img-box {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .yjcg-list .title {
    line-height: 30px;
    display: block;
    max-height: none;
    margin-bottom: 10px;
  }
  .yjcg-list .desc {
    margin-bottom: 20px;
  }
  .xshd-top-box .title {
    font-size: 16px;
    display: block;
    height: auto;
  }
  .xshd-top-box {
    margin-bottom: 30px;
  }
  .xshd-list .info {
    height: auto;
    display: block;
  }
  .xshd-list .title {
    display: block;
    max-height: none;
  }
  .index-box3 {
    padding-bottom: 30px;
  }
  .footer span,
  .footer a {
    font-size: 14px;
    line-height: 26px;
  }
  .bread-crumbs {
    float: none;
  }
  .xshd-ny-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .xshd-ny-list .title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: visible;
    white-space: normal;
  }
  .xshd-ny-list .info p {
    font-size: 14px;
    line-height: 28px;
  }
  .xshd-ny-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .xshd-ny-list {
    margin-bottom: 30px;
  }
  .ny-box {
    padding: 1px 0 30px;
  }
  .cgjs-ny-list .img-box {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
  .cgjs-ny-list .title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: visible;
    white-space: normal;
  }
  .cgjs-ny-list .desc {
    line-height: 28px;
    -webkit-line-clamp: 3;
    height: 84px;
    margin-bottom: 20px;
  }
  .cgjs-ny-list .date {
    font-size: 14px;
  }
  .cgjs-ny-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cgjs-ny-list {
    margin-bottom: 30px;
  }
  .ry-list li:nth-child(4n+1) {
    clear: none;
  }
  .ry-list-link .img-box {
    width: 150px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .ry-list-link {
    margin-bottom: 30px;
  }
  .m50 {
    margin: 0 -15px;
  }
  .p50 {
    padding: 0 15px;
  }
  .ry-detail .top-cont {
    margin-bottom: 30px;
  }
  .ry-detail .top-cont .img-box {
    float: none;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .details-page .detail-top .title-s {
    font-size: 20px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
  }
  .social-share .icon-wechat .wechat-qrcode {
    left: -100px;
  }
  .social-share .icon-wechat .wechat-qrcode:after {
    margin-left: 26px;
  }
  .details-page .dp-top .line {
    margin-top: 20px;
  }
  .details-page .detail-top .xshy-top-other {
    display: block;
  }
  .details-page .detail-top .xshy-top-other span {
    margin-right: 0;
    display: block;
  }
  .rylm-title {
    font-size: 20px;
    line-height: 30px;
  }
}
