/*多行溢出*/
/*网站响应样式*/
@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-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;
  }

  /*side menu*/
  .side-menu {
    display: none;
  }
}

/*网站响应样式*/
@media (max-width: 1439px) {
  .index-meeting-hot {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .index-meeting-hot .hot-info,
  .index-meeting-hot .scroll-other {
    padding-left: 30px;
    padding-right: 30px;
  }

  .index-meeting-hot .hot-img img {
    height: 450px;
  }

  .index-meeting-hot .hot-info {
    height: 390px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .index-meeting-hot .hot-info .info-title {
    line-height: 38px;
    max-height: 76px;
  }

  .index-meeting-hot .hot-info .info-txt {
    line-height: 28px;
    max-height: 224px;
    font-size: 15px;
  }

  .index-title {
    font-size: 40px;
  }

  .index-meeting-intr .main-cont {
    padding: 0 35px 45px 35px;
  }

  .index-meeting-intr .cont-img {
    margin-left: 300px;
    top: -40px;
  }
}

@media (max-width: 1199px) {
  .index-meeting-hot {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .index-meeting-hot .hot-img {
    width: 100%;
  }

  .index-meeting-hot .hot-img img {
    height: auto;
  }

  .index-meeting-hot .hot-info,
  .index-meeting-hot .scroll-other {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }

  .index-meeting-hot .hot-info {
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-bottom: 70px;
    background: none;
    transform: translateY(0);
  }

  .index-meeting-hot .hot-info .info-title {
    line-height: 40px;
    max-height: none;
  }

  .index-meeting-hot .hot-info .info-txt {
    display: block;
    max-height: none;
  }

  .index-meeting-hot .scroll-other {
    position: absolute;
    right: 0;
    bottom: 20px;
    line-height: 24px;
    z-index: 99;
  }

  .index-meeting-hot .scroll-other .other-arrow {
    width: 132px;
    text-align: center;
    position: relative;
    float: left;
  }

  .index-meeting-hot .scroll-other .other-more {
    float: right;
    color: #444444;
  }

  .index-meeting-hot .scroll-other .other-more::before {
    background: #2559CB;
    bottom: -3px;
  }

  .index-meeting-hot .scroll-other .other-more:hover,
  .index-meeting-hot .scroll-other .other-more:focus {
    color: #2559CB;
  }

  .h30 {
    font-size: 26px;
  }

  .index-meeting-intr {
    padding-top: 50px;
  }

  .index-meeting-intr .index-title {
    position: static;
    margin-top: 0;
  }

  .index-meeting-intr .main-cont {
    padding: 30px;
  }

  .index-meeting-intr .cont-img {
    margin-left: 0;
    top: 0;
    margin-bottom: 25px;
  }

  .index-meeting-calendar {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .index-meeting-calendar .calendar-main {
    margin-bottom: 40px;
  }

  .meeting-list li {
    padding: 15px;
  }

  .meeting-list li .box-date {
    position: static;
    margin-bottom: 10px;
  }

  .list-img-txt-01 .box-s .box-info {
    line-height: 26px;
    padding-top: 0;
  }

  .list-img-txt-01 .box-s .box-title {
    line-height: 32px;
  }

  .list-img-txt-01 .box-s .box-date {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .h36 {
    font-size: 32px;
  }

  .footer .footer-info {
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer .footer-info .info-txt {
    margin-bottom: 20px;
  }

  .footer .footer-info .info-tip {
    padding-left: 0;
  }

  .footer .footer-info .info-tip::after {
    display: none;
  }

  .footer-past-meetings {
    padding-top: 40px;
    padding-bottom: 12px;
  }

  .footer-past-meetings .container {
    position: relative;
  }

  .footer-past-meetings .meeting-title {
    margin-bottom: 20px;
    position: relative;
  }

  .footer-past-meetings .meeting-title::after {
    width: 40px;
    height: 4px;
  }

  .footer-past-meetings .meeting-info {
    margin-left: 0;
  }

  .footer-past-meetings .meeting-info .box-s {
    margin-bottom: 20px;
  }

  .index-title {
    font-size: 36px;
  }

  .h30 {
    font-size: 24px;
  }

  .page-main {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .list-img-txt-01 .box-s .box-img {
    width: 280px;
  }

  .list-img-txt-01 .box-s .box-info {
    line-height: 26px;
    padding-top: 0;
  }

  .list-img-txt-01 .box-s .box-title {
    line-height: 32px;
  }

  .list-img-txt-01 .box-s .box-date {
    margin-bottom: 10px;
  }

  .list-img-txt-02 .box-s .box-info {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .footer .footer-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer .footer-info .info-txt {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer .footer-info .info-txt .txt-img {
    float: none;
    margin-right: 0;
  }

  .footer .footer-info .info-txt .txt-img img {
    width: 190px;
  }

  .footer .footer-info .info-tip {
    text-align: center;
  }

  .footer-past-meetings {
    padding-top: 40px;
    padding-bottom: 18px;
  }

  .footer-past-meetings .container {
    position: relative;
  }

  .footer-past-meetings .meeting-title {
    margin-bottom: 20px;
  }

  .footer-past-meetings .meeting-title::after {
    width: 40px;
    height: 4px;
  }

  .footer-past-meetings .meeting-info {
    margin-left: 0;
  }

  .footer-past-meetings .meeting-info .box-s {
    margin-bottom: 20px;
  }

  .index-meeting-hot {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .index-meeting-hot .hot-info,
  .index-meeting-hot .scroll-other {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .index-meeting-hot .hot-info {
    padding-top: 20px;
    padding-bottom: 70px;
    background: none;
  }

  .index-meeting-hot .hot-info::after,
  .index-meeting-hot .hot-info::before {
    left: 0px;
    right: 0px;
    height: 4px;
  }

  .index-meeting-hot .hot-info .info-title {
    line-height: 32px;
    font-size: 20px;
    max-height: none;
    margin-bottom: 15px;
    display: block;
  }

  .index-meeting-hot .scroll-other {
    position: absolute;
    right: 0;
    bottom: 20px;
    line-height: 24px;
    z-index: 99;
  }

  .index-meeting-hot .scroll-other .other-arrow {
    width: 132px;
    text-align: center;
    position: relative;
    float: left;
  }

  .index-meeting-hot .scroll-other .other-more {
    float: right;
    color: #444444;
  }

  .index-meeting-hot .scroll-other .other-more::before {
    background: #2559CB;
    bottom: -3px;
  }

  .index-meeting-hot .scroll-other .other-more:hover,
  .index-meeting-hot .scroll-other .other-more:focus {
    color: #2559CB;
  }

  .index-title {
    min-width: 200px;
    height: 64px;
    font-size: 32px;
    line-height: 54px;
    color: #444444;
    padding-left: 30px;
    margin-bottom: 25px;
  }

  .h30 {
    font-size: 22px;
  }

  .index-meeting-intr {
    padding-top: 35px;
  }

  .index-meeting-intr .index-title {
    position: static;
    margin-top: 0;
  }

  .index-meeting-intr .main-cont {
    padding: 20px;
  }

  .index-meeting-intr .cont-img {
    margin-left: 0;
    top: 0;
    margin-bottom: 25px;
  }

  .index-meeting-calendar {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .index-meeting-calendar .calendar-main {
    margin-bottom: 30px;
  }

  .index-meeting-calendar .scroll-title {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    overflow: hidden;
  }

  .index-meeting-calendar .scroll-title::before {
    display: none;
  }

  .index-meeting-calendar .scroll-title .a-title {
    position: relative;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 10px;
    width: 48.5%;
    float: left;
  }

  .index-meeting-calendar .scroll-title .a-title:nth-child(2n) {
    float: right;
  }

  .index-meeting-calendar .scroll-title .a-title::after,
  .index-meeting-calendar .scroll-title .a-title::before {
    display: none;
  }

  .index-meeting-calendar .scroll-title .a-title:hover .a-s,
  .index-meeting-calendar .scroll-title .a-title.active .a-s {
    color: #fff;
  }

  .index-meeting-calendar .scroll-title .a-title:hover .a-s::after,
  .index-meeting-calendar .scroll-title .a-title.active .a-s::after {
    width: 100%;
  }

  .index-meeting-calendar .scroll-title .a-title .a-s {
    padding: 0;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
  }

  .index-meeting-calendar .scroll-title .a-title .a-s::before {
    border-radius: 4px;
    width: 100%;
  }

  .index-meeting-calendar .scroll-title .a-title .a-s::after {
    border-radius: 4px;
  }

  .index-meeting-calendar .scroll-main {
    background: url('yqhhy2023-modbg02.png') no-repeat bottom right;
    background-size: cover;
    height: auto !important;
    margin-left: 0;
    padding: 20px 0 20px 20px;
    border: 2px solid #2A86FF;
    border-radius: 8px;
  }

  .index-meeting-calendar .scroll-box {
    height: auto !important;
  }

  .index-meeting-calendar .calendar-groups .col-w:last-child .box-s {
    margin-bottom: 0;
  }

  .index-meeting-calendar .calendar-groups .box-s {
    margin-bottom: 20px;
  }

  .mCSB_inside>.mCSB_container {
    padding-right: 20px;
  }

  .h36 {
    font-size: 28px;
  }

  .main-wrap {
    padding: 20px;
  }

  .list-img-txt-01 .box-s .box-img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .list-img-txt-01 .box-s .box-info {
    line-height: 24px;
  }

  .list-img-txt-01 .box-s .box-title {
    line-height: 28px;
  }

  .list-img-txt-01 .box-s .box-date {
    margin-bottom: 10px;
  }

  .list-img-txt-02 .box-s .box-img {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .list-img-txt-02 .box-s .box-info {
    line-height: 28px;
    padding-top: 20px;
  }

  .list-img-txt-03 .public-title {
    margin-bottom: 35px;
  }

  .list-img-txt-03 .box-s {
    margin-bottom: 30px;
  }

  .list-img-txt-03 .box-s .box-img {
    float: none;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }

  .list-img-txt-03 .box-s .box-info {
    padding-top: 20px;
  }

  .list-img-txt-03 .box-s .info-txt {
    line-height: 32px;
  }


}