/*多行溢出*/
/*网站响应样式*/
@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: 1680px) {
  .index-banner .banner-box img {
    height: 670px;
  }
}
@media (max-width: 1440px) {
  .index-banner .banner-box img {
    height: 615px;
  }
  .index-news .box-s .box-img img {
    height: 190px;
  }
  .overview-mod .overview-list .box-s .box-img img {
    height: 198px;
  }
  .img-list .list-groups .box-s .box-img img {
    height: 140px;
  }
}
@media (max-width: 1366px) {
  .index-banner .banner-box img {
    height: 585px;
  }
  .index-news .box-s .box-img img {
    height: 185px;
  }
  .index-about-ict .main-cont .video-box .video-btn {
    background: url('jss-video-btn.png') no-repeat center center;
    background-size: 84px;
  }
  .overview-mod .overview-list .box-s .box-img img {
    height: 191px;
  }
  .img-list .list-groups .box-s .box-img img {
    height: 136px;
  }
}
@media (max-width: 1280px) {
  .index-banner .banner-box img {
    height: 445px;
  }
  .index-news .box-s .box-img img {
    height: 178px;
  }
  .overview-mod .overview-list .box-s .box-img img {
    height: 180px;
  }
  .img-list .list-groups .box-s .box-img img {
    height: 128px;
  }
}
@media (max-width: 1199px) {
  .index-news .index-more {
    padding-top: 20px;
  }
  .index-news .box-s {
    margin-bottom: 30px;
  }
  .index-news .box-s .box-img img {
    height: 300px;
  }
  .index-about-ict {
    margin-bottom: 60px;
  }
  .index-about-ict .main-cont .video-box img {
    height: auto;
  }
  .overview-mod .overview-list .box-s .box-img img {
    height: 124px;
  }
  .img-list .list-groups .box-s .box-img img {
    height: 192px;
  }
  .left-menu .m-title {
    padding-left: 20px 25px;
  }
  .left-menu .m-title.h26 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .index-banner .banner-box img {
    height: 425px;
  }
}
@media (max-width: 991px) {
  .index-news .box-s .box-img img {
    height: 225px;
  }
  .page-main {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .content-top {
    line-height: 40px;
    margin-bottom: 30px;
  }
  .content-top .channle-title {
    float: none;
  }
  .content-top .bread-crumbs {
    float: none;
  }
  .left-menu {
    display: none;
  }
  .overview-mod .overview-list .box-s .box-img img {
    height: 146px;
  }
  .img-list .list-groups .box-s .box-img img {
    height: 144px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .index-banner .banner-box img {
    height: 325px;
  }
}
@media (max-width: 767px) {
  .index-banner .banner-box img {
    height: 240px;
  }
  .index-banner .banner-prev,
  .index-banner .banner-next {
    display: none !important;
  }
  .index-banner .banner-page {
    bottom: 15px !important;
    z-index: 101;
    height: 24px;
    line-height: 24px;
  }
  .index-banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 4px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    background: #fff;
    opacity: 0.5;
    vertical-align: top;
    margin-top: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .index-banner .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    top: -8px;
    left: -8px;
    opacity: 0;
    transition: all 0.5s;
    border-radius: 50%;
  }
  .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
  }
  .index-title {
    font-size: 25px;
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
  .index-more {
    padding-top: 30px;
  }
  .index-news {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .index-news .index-more {
    padding-top: 10px;
  }
  .index-news .box-s {
    margin-bottom: 25px;
  }
  .index-news .box-s .box-img img {
    height: auto;
  }
  .index-news .box-s .box-info .info-title {
    display: block;
    height: auto;
  }
  .index-main {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .index-about-ict {
    margin-bottom: 45px;
  }
  .index-about-ict .main-cont {
    padding: 10px;
  }
  .index-about-ict .main-cont .video-box .video-btn {
    background: url('jss-video-btn.png') no-repeat center center;
    background-size: 54px;
  }
  .index-join-us .main-cont {
    padding-bottom: 30px;
  }
  .index-join-us .box-s {
    padding: 30px 25px;
  }
  .index-join-us .box-s .box-title {
    display: block;
    height: auto;
  }
  .footer {
    line-height: 26px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .container {
    font-size: 16px;
  }
  .footer a,
  .footer span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
  }
  .overview-mod .overview-list .box-s .box-img img {
    height: auto;
  }
  .details-page .education-img .box-s .box-img img {
    height: auto;
  }
  .article-details .article-title {
    margin-bottom: 15px;
  }
  .article-details .groups-02 .box-s {
    margin-bottom: 30px;
  }
  .article-details .groups-02 .box-s:last-child {
    margin-bottom: 0;
  }
  .article-details .groups-02 .box-s .box-img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .article-details .groups-03 {
    display: block;
  }
  .article-details .groups-03.box-01 {
    width: 100%;
  }
  .article-details .groups-03 .row-w {
    display: block;
  }
  .article-details .groups-03 .row-w .col-w {
    display: block;
  }
  .class-menu {
    margin-bottom: 30px;
  }
  .class-menu a {
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .class-menu-03 a {
    width: 7.6923%;
  }
  .journals-list .box-s {
    margin-bottom: 25px;
  }
  .journals-list .box-s .box-img {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .journals-list .box-s .box-info .box-title {
    margin-bottom: 15px;
  }
  .people-img-list li:last-child .box-s {
    margin-bottom: 0;
  }
  .people-img-list .box-s {
    margin-bottom: 30px;
  }
  .people-details .details-info {
    margin-bottom: 35px;
  }
  .people-details .details-info .info-img {
    float: none;
    width: 191px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .people-details .details-info .info-txt .txt-title {
    margin-bottom: 15px;
  }
  .people-details .details-txt {
    line-height: 28px;
  }
  .img-list .list-groups .box-s .box-img img {
    height: auto;
  }
  .txt-list .box-s {
    padding-top: 0;
    padding-bottom: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .txt-list .box-s:last-child {
    margin-bottom: 0;
  }
  .txt-list .box-s .box-date {
    float: none;
    text-align: left;
    margin-bottom: 8px;
  }
  .txt-list .box-s .box-title {
    display: block;
    font-size: 17px;
    color: #333333;
    overflow: hidden;
  }
  .txt-list .box-s:hover {
    background: #FAFBFF;
  }
  .txt-list .box-s:hover .box-date,
  .txt-list .box-s:hover .box-title {
    color: #0045A2;
  }
  .img-text-list .box-s {
    margin-bottom: 30px;
  }
  .img-text-list .box-s .box-img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .img-text-list .box-s .box-img img {
    width: 100%;
    height: auto;
  }
  .img-text-list-02 .box-s {
    margin-bottom: 30px;
  }
  .img-text-list-02 .box-s .box-img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .img-text-list-02 .box-s .box-img img {
    width: 100%;
    height: auto;
  }
}


/* new-add */
@media(min-width:1440px) and (max-width:1599px) {
  .index-annual-highlights .box-s .box-img img {
    height: 330px;
  }
}
@media(min-width:1280px) and (max-width:1439px) {
  .index-annual-highlights .box-s .box-img img {
    height: 300px;
  }
}
@media (max-width:1199px) {

}

@media (max-width:991px) {
  .index-annual-highlights .col-w:nth-last-child(-n + 2) .box-s {
    margin-bottom: 0;
  } 
  .index-annual-highlights .box-s {
    margin-bottom: 20px;
  }
  .index-annual-highlights .box-s .box-img img {
    height: 415px;
  }
}
@media (max-width:767px) {
  .index-annual-highlights {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .index-annual-highlights .col-w .box-s {
    margin-bottom: 20px !important;
  } 
  .index-annual-highlights .col-w:last-child .box-s{
    margin-bottom: 0 !important;
  }
  .index-annual-highlights .box-s .box-mc {
    display: none;
  }
  .index-annual-highlights .box-s .box-img img {
    height:auto;
    min-height: 375px;
  }
  .index-annual-highlights .box-s:hover .box-info {
    bottom: 0;
  }
  .index-annual-highlights .box-s .box-info {
    height: auto;
  }
  .index-annual-highlights .box-s .info-title {
    padding-bottom: 15px;
  }
  .index-annual-highlights .box-s .info-title .title-s {
    display: block;
    height: auto;
    line-height: 22px;
  }
}


