/*多行溢出*/
/*网站响应样式*/
@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: 1439px){
  .jd-act-list .date {
    background-size: 358px 12px !important;
  }


}
@media (max-width: 1366px) {
  .header .header-logo {
    width: 460px;
  }
  .header .header-tip {
    width: 310px;
    padding-top: 15px;
  }
  .header .header-dy {
    width: 600px;
  }
  .index-title::before {
    width: 400px;
  }
  .index-title::after {
    width: 400px;
  }
  .vr-limg-a .img-box {
    height: 387px;
  }
  .vr-rimg-a {
    margin-bottom: 33px;
  }
  .vr-rimg-a .img-box {
    height: 176px;
  }
  .wj-lun {
    height: 250px;
  }
}
@media (max-width: 1280px) {
  .header .header-dy {
    width: 550px;
    margin: 4px auto 60px;
  }
  .wj-lun {
    height: 322px;
  }
}
@media (max-width: 1279px) {
  .vr-limg-a .img-box {
    height: 367px;
  }
  .vr-rimg-a .img-box {
    height: 167px;
  }
  .wj-lun {
    height: 330px;
  }
}
@media (max-width: 1199px) {
  .header .header-logo {
    width: 420px;
  }
  .header .header-tip {
    width: 280px;
  }
  .header .header-dy {
    width: 480px;
    margin: 4px auto 30px;
  }
  .jdjs-box .img-box {
    margin-right: 30px;
    width: 450px;
    height: 290px;
  }
  .jdjs-box .jdjs-text {
    line-height: 26px;
    -webkit-line-clamp: 6;
  }
  .jdjs-title-box div {
    margin-right: 30px;
    font-size: 22px;
  }
  .vr-limg-a .img-box {
    height: 301px;
  }
  .vr-rimg-a .img-box {
    height: 135px;
  }
  .index-title::before {
    width: 280px;
  }
  .index-title::after {
    width: 280px;
  }
  .wj-lun {
    height: 333px;
  }
  .jd-act-list .date {
    background:none !important;
  }
}
@media (max-width: 991px) {
  .nav-left {
    display: none;
  }
  .header .header-logo {
    width: 380px;
  }
  .header .header-tip {
    width: 230px;
  }
  .header .header-dy {
    width: 400px;
    margin: 15px auto 20px;
  }
  .header .container {
    position: relative;
  }
  .pc-nav {
    display: none;
  }
  .jdjs-box .img-box {
    float: none;
    margin-right: 0px;
    width: 100%;
    height: 463px;
    margin-bottom: 30px;
  }
  .index-box1 {
    padding: 35px 0;
  }
  .index-box2 {
    padding: 35px 0;
  }
  .index-title::before,
  .index-title::after {
    display: none;
  }
  .vr-limg-a .img-box {
    height: 476px;
  }
  .vr-rimg-a .img-box {
    height: 220px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .index-title {
    font-size: 28px;
  }
  .index-box5 {
    padding: 35px 0 40px 0;
  }
  .wj-lun {
    height: 270px;
  }
  .toggle {
    top: 70px;
    right: 30px;
  }
  .social-share .icon-wechat .wechat-qrcode {
    left: -120px;
  }
  .social-share .icon-wechat .wechat-qrcode:after {
    left: 82%;
  }
  .jd-act-list {
    min-height: 155px;
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
  }

  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }



}
@media (max-width: 767px) {
  .header .header-logo {
    float: none;
    display: block;
    width: 100%;
  }
  .header .header-tip {
    float: none;
    width: 60%;
    margin: 0 auto;
  }
  .header .header-dy {
    width: 95%;
  }
  .header .toggle {
    top: 75px;
    right: 15px;
  }
  .jdjs-box .img-box {
    height: auto;
    margin-bottom: 20px;
  }
  .jdjs-title-box div {
    margin-right: 0px;
    font-size: 20px;
    width: 33.333333%;
    text-align: center;
  }
  .vr-limg-a {
    margin-bottom: 20px;
  }
  .vr-limg-a .img-box {
    height: auto;
  }
  .vr-limg-a .title {
    font-size: 18px;
    overflow: initial;
    white-space: normal;
    line-height: 24px;
    padding: 50px 15px 15px 15px;
  }
  .vr-rimg-a {
    margin-bottom: 20px;
  }
  .vr-rimg-a .img-box {
    height: auto;
  }
  .vr-rimg-a .title {
    font-size: 18px;
    overflow: initial;
    white-space: normal;
    line-height: 24px;
    padding: 50px 15px 15px 15px;
  }
  .index-box3 .index-more-btn {
    margin: 15px auto 0;
  }
  .jd-act-a .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .jd-act-a .title {
    font-size: 18px;
    overflow: initial;
    white-space: normal;
  }
  .jd-active-ul li {
    margin-bottom: 30px;
  }
  .jdwj-cont {
    padding: 0 30px 90px 30px;
  }
  .wj-lun {
    height: 383px;
  }
  .footer {
    padding: 37px 0 26px 0;
  }
  .footer .footer-logo1 {
    float: none;
    display: block;
    margin: 0 auto 15px;
  }
  .footer .footer-info {
    padding-left: 0px;
    text-align: center;
  }
  .footer .footer-info::before {
    display: none;
  }

  .jd-act-list {
    min-height: auto;
    padding: 20px 15px 20px 15px;
  }
  .jd-act-list .title {
    font-size: 18px;
    display: block;
    overflow: initial;
    height: auto;
    margin-bottom: 10px;
  }
  .jd-act-list .date {
    font-size: 14px;
  }







}
