/*多行溢出*/
/*网站响应样式*/
@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: none;
    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: none;
    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: none;
    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: none;
    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 (min-width: 1921px) {
  .list-special .box-s .box-img img {
    height: 420px;
  }

  .list-video.list-video-search .box-s .box-img img {
    height: 318px;
  }

  .list-video .box-s .box-img img {
    height: 405px;
  }

  .recommended-video .list-video-02 .box-s .box-img img {
    height: 312px;
  }

  .video-groups .list-video-02 .box-s .box-img img {
    height: 288px;
  }

  .video-vssd .list-video-02 .box-s .box-img img {
    height: 345px;
  }
}

@media (min-width: 1680px) and (max-width: 1800px) {
  .list-special .box-s .box-img img {
    height: 270px;
  }

  .list-video.list-video-search .box-s .box-img img {
    height: 200px;
  }

  .list-video .box-s .box-img img {
    height: 254px;
  }

  .recommended-video .row-w {
    margin-left: -15px;
    margin-right: -15px;
  }

  .recommended-video .row-w .col-w {
    padding-left: 15px;
    padding-right: 15px;
  }

  .recommended-video .list-video-02 .box-s .box-img img {
    height: 202px;
  }

  .video-groups .list-video-02 .box-s .box-img img {
    height: 184px;
  }

  .video-vssd .list-video-02 {
    padding: 25px;
  }

  .video-vssd .list-video-02 .box-s .box-img img {
    height: 212px;
  }
}

@media (max-width: 1679px) {
  .index-box-01 .news-list li {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .index-box-01 .news-list li::before {
    top: 17px;
  }

  .index-box-01 .news-list li::after {
    top: 21px;
  }

  .index-box-03 .main-cont {
    padding: 35px 40px;
  }

  .index-box-03 .news-list li {
    margin-bottom: 25px;
  }

  .mod-groups-book .row-w {
    margin-left: -15px;
    margin-right: -15px;
  }

  .mod-groups-book .row-w .col-w {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mod-groups-book .box-s .box-img {
    margin-right: 30px;
    width: 160px;
  }

  .mod-groups-book .box-s .box-info .info-title a {
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 30px;
  }

  .list-special .box-s {
    margin-bottom: 35px;
  }

  .list-special .box-s .box-img img {
    height: 230px;
  }

  .list-video.list-video-search .box-s .box-img img {
    height: 164px;
  }

  .list-video .box-s .box-img img {
    height: 230px;
  }

  .recommended-video .list-video-02 .box-s .box-img img {
    height: 170px;
  }

  .video-groups .list-video-02 .box-s .box-img img {
    height: 156px;
  }

  .video-vssd .list-video-02 {
    padding: 20px;
  }

  .video-vssd .list-video-02 .box-s .box-img img {
    height: 180px;
  }

  .shuangqian-mod-04 .scroll-next,
  .shuangqian-mod-04 .scroll-prev {
    opacity: 0.8;
    top: 35%;
  }

  .shuangqian-mod-04 .scroll-prev {
    left: 20px;
  }

  .shuangqian-mod-04 .scroll-next {
    right: 20px;
  }

  .h40 {
    font-size: 36px;
  }

  .h50 {
    font-size: 40px;
  }

  .h26 {
    font-size: 22px;
  }

  .shuangqian-mod-06 .main-cont {
    padding-right: 400px;
  }

  .shuangqian-mod-06 .cont-map {
    height: 600px;
  }

  .shuangqian-mod-06 .cont-num {
    width: 340px;
    height: 500px;
    border-radius: 0px 150px 0px 150px;
    position: absolute;
    padding: 70px 50px 50px;
    top: 55px;
  }
}

@media (max-width: 1439px) {
  .h30 {
    font-size: 26px;
  }

  .index-box-05 .tabs-title {
    margin-bottom: 35px;
  }

  .mod-groups-article .box-s {
    padding: 65px 20px 20px;
  }

  .mod-groups-article .box-s .box-date {
    position: absolute;
    left: 0;
    top: 20px;
    background: url('kxyzg2023-boxbg-05.png') no-repeat;
    width: 122px;
    height: 30px;
    line-height: 30px;
    padding-right: 16px;
    text-align: center;
    color: #fff;
  }

  .list-special .box-s {
    margin-bottom: 30px;
  }

  .list-special .box-s .box-img img {
    height: 202px;
  }

  .book-details .details-cont .cont-title a {
    width: 180px;
  }

  .list-video.list-video-search .box-s .box-img img {
    height: 154px;
  }

  .list-video .box-s .box-img img {
    height: 220px;
  }

  .video-vssd {
    padding-top: 40px;
  }

  .video-vssd .list-video-02 .box-s {
    margin-bottom: 0;
  }

  .recommended-video .list-video-02 .box-s .box-img img {
    height: 160px;
  }

  .video-groups .list-video-02 .box-s .box-img img {
    height: 222px;
  }

  .video-vssd .list-video-02 .box-s .box-img img {
    height: 214px;
  }

  .shuangqian-mod-04 .box-s {
    margin: 20px 10px;
  }

  .shuangqian-mod-04 .box-s .box-img img {
    height: 180px;
  }

  .shuangqian-mod-04 .box-s .box-info {
    padding: 20px;
  }
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .index-box-01 .news-list li {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .index-box-01 .news-list li::before {
    top: 17px;
  }

  .index-box-01 .news-list li::after {
    top: 21px;
  }

  .index-box-03 .main-cont {
    padding: 35px 40px;
  }

  .index-box-03 .news-list li {
    margin-bottom: 16px;
  }

  .index-box-01 .col-lg-8,
  .index-box-03 .col-lg-8 {
    width: 60%;
  }

  .index-box-01 .col-lg-4,
  .index-box-03 .col-lg-4 {
    width: 40%;
  }

  .index-box-01 .col-lg-push-8,
  .index-box-03 .col-lg-push-8 {
    left: 60%;
  }

  .index-box-01 .col-lg-pull-4,
  .index-box-03 .col-lg-pull-4 {
    right: 40%;
  }
}

@media (max-width: 1365px) {
  .mod-groups-book .box-s .box-img {
    margin-right: 30px;
    width: 130px;
  }

  .mod-groups-book .box-s .box-info {
    padding-top: 40px;
  }

  .mod-groups-book .box-s .box-info .info-title a {
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 30px;
  }

  .activity-detail {
    padding: 35px;
    margin-bottom: 50px;
  }

  .activity-detail .detail-img {
    width: 350px;
    margin-left: 40px;
  }

  .list-video.list-video-search .box-s .box-img img {
    height: 144px;
  }

  .list-video .box-s .box-img img {
    height: 205px;
  }

  .recommended-video .list-video-02 .box-s .box-img img {
    height: 150px;
  }

  .video-groups .list-video-02 .box-s .box-img img {
    height: 208px;
  }

  .video-vssd .list-video-02 .box-s .box-img img {
    height: 200px;
  }
}

@media (max-width: 1199px) {
  .h20 {
    font-size: 18px;
  }

  .h22 {
    font-size: 20px;
  }

  .h30 {
    font-size: 26px;
  }

  .other-mb {
    margin-bottom: 30px;
  }

  .public-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .index-box-02 .calendar-info {
    padding: 40px;
  }

  .index-box-03 .main-cont {
    padding: 35px 40px;
  }

  .index-box-03 .news-list li {
    margin-bottom: 12px;
  }

  .index-box-05 {
    padding-bottom: 20px;
  }

  .index-box-05 .title-groups li {
    padding-right: 25px;
    margin-right: 25px;
  }

  .index-box-05 .title-groups li::after {
    content: '';
    position: absolute;
    width: 1px;
    background: #C7191E;
    height: 30px;
    top: 10px;
    right: 0;
  }

  .index-box-05 .title-groups li:last-child {
    padding-right: 0;
    margin-right: 0;
  }

  .index-box-05 .title-groups li:last-child:last-child::after {
    display: none;
  }

  .index-box-05 .title-search {
    width: 360px;
  }

  .index-box-05 .title-search .s-inp {
    padding-left: 30px;
    padding-right: 15px;
  }

  .index-box-05 .title-search .s-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 50px;
    background: url('kxyzg2023-search.png') no-repeat 25px 17px #CE2B2D;
    padding-left: 50px;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
  }

  .index-box-05 .tabs-title {
    margin-bottom: 30px;
  }

  .mod-groups-book .box-s,
  .mod-groups-video .box-s,
  .mod-groups-article .box-s {
    margin-bottom: 30px;
  }

  .list-img-text li {
    margin-bottom: 30px;
    padding: 30px;
  }

  .list-img-text li .box-img {
    width: 320px;
    margin-right: 35px;
  }

  .list-img-text-02 li .box-info {
    overflow: hidden;
    position: relative;
    padding-right: 0;
  }

  .list-img-text-02 li .box-info .info-date {
    position: static;
    width: 100%;
    min-height: auto;
    text-align: left;
    border-left: none;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .list-img-text-02 li .box-info .info-date .date-s {
    float: left;
    text-align: left;
    margin-bottom: 0;
  }

  .list-img-text-02 li .box-info .info-date .date-s>div {
    display: inline-block;
    margin-right: 20px;
  }

  .list-img-text-02 li .box-info .info-date .date-s>div:last-child {
    margin-right: 0;
  }

  .video-details .details-main .video-s video {
    height: auto;
  }

  .video-details .details-info {
    padding: 30px 30px 30px 50px;
  }

  .list-special .box-s .box-img img {
    height: 158px;
  }

  .book-details .details-cont .cont-title a {
    width: 120px;
  }

  .list-article .box-s {
    height: 326px;
    padding: 75px 20px 20px;
  }

  .list-video.list-video-search .box-s .box-img img {
    height: 144px;
  }

  .list-video .box-s .box-img img {
    height: 156px;
  }

  .list-video .box-s .box-img .video-btn {
    background-size: 40px;
  }

  .list-video-02 .box-s .box-img .video-btn {
    background-size: 60px;
  }

  .recommended-video .row-w {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recommended-video .row-w .col-w {
    padding-left: 10px;
    padding-right: 10px;
  }

  .recommended-video .list-video-02 .box-s .box-img img {
    height: 122px;
  }

  .video-groups .list-video-02 .box-s .box-img img {
    height: 164px;
  }

  .video-vssd .list-video-02 .box-s .box-img img {
    height: 156px;
  }

  .shuangqian-mod {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .shuangqian-mod-01 .box-s {
    min-height: 340px;
  }

  .shuangqian-mod-01 .box-s .info-wrap {
    right: 0;
    bottom: auto;
    top: 0;
  }

  .shuangqian-mod-01 .box-s .box-info {
    height: 280px;
    background: #FFFFFF;
    padding: 30px;
    margin-right: 18px;
    margin-bottom: 18px;
    position: relative;
  }

  .shuangqian-mod-01 .box-s .box-info::after {
    right: -18px;
    bottom: -18px;
    background: url('kxyzg2023-icon-15.png') no-repeat right bottom;
    background-size: 30px;
  }

  .shuangqian-mod-01 .box-s .box-info .info-title::after {
    left: -12px;
    top: -10px;
    background-size: 35px;
  }

  .shuangqian-mod-02 .calendar-info {
    padding: 70px 150px 30px 50px;
  }

  .shuangqian-mod-06 .main-cont {
    padding-right: 330px;
  }

  .shuangqian-mod-06 .cont-map {
    height: 580px;
  }

  .shuangqian-mod-06 .cont-num {
    width: 300px;
    height: 440px;
    border-radius: 0px 100px 0px 100px;
    position: absolute;
    padding: 60px 40px 40px;
    top: 55px;
  }
}

@media (max-width: 991px) {

  .container,
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .h30 {
    font-size: 24px;
  }

  .footer {
    padding-top: 30px;
  }

  .footer .main-content {
    padding-right: 0;
  }

  .footer .cont-info {
    margin-bottom: 15px;
  }

  .footer .cont-erwm {
    position: static;
  }

  .index-box-01 .news-scroll,
  .index-box-03 .news-scroll {
    margin-bottom: 30px;
  }

  .index-box-05 {
    padding-bottom: 20px;
  }

  .index-box-05 .title-groups li {
    padding-right: 20px;
    margin-right: 20px;
  }

  .index-box-05 .title-groups li .icon-s {
    width: 24px;
  }

  .index-box-05 .title-groups li .icon-s img {
    margin-top: 5px;
  }

  .index-box-05 .title-groups li::after {
    height: 24px;
    top: 13px;
  }

  .index-box-05 .title-search {
    width: 320px;
  }

  .index-box-05 .title-search .s-inp {
    padding-left: 20px;
    padding-right: 15px;
  }

  .index-box-05 .title-search .s-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 50px;
    background: url('kxyzg2023-search.png') no-repeat 25px 17px #CE2B2D;
    padding-left: 50px;
    font-weight: bold;
    color: #fff;
    border-radius: 25px;
  }

  .index-box-05 .tabs-title {
    margin-bottom: 30px;
  }

  .index-special {
    margin-bottom: 20px;
  }

  .index-special .col-w:nth-child(2n + 1) {
    clear: left;
  }

  .index-special .box-s {
    margin-bottom: 30px;
  }

  .index-count .box-s {
    margin-bottom: 30px;
  }

  .left-menu {
    display: none !important;
  }

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

  .list-img-text li {
    margin-bottom: 30px;
    padding: 20px;
  }

  .list-img-text li .box-img {
    width: 260px;
    margin-right: 30px;
  }

  .lecture-tour-class {
    padding: 25px 30px 10px;
  }

  .recommended-news .news-scroll {
    margin-bottom: 25px;
  }

  .list-img-text-02 li .box-img {
    width: 320px;
    margin-right: 30px;
  }

  .list-special .box-s .box-img img {
    height: 188px;
  }

  .book-details .details-title {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: bold;
    color: #BE2F29;
  }

  .book-details .details-left {
    margin-bottom: 35px;
  }

  .book-details .details-left .box-img img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .book-details .details-left .box-title {
    font-weight: bold;
  }

  .book-details .details-left .box-title .title-s {
    color: #BE2F29;
    margin-bottom: 10px;
  }

  .book-details .details-left .box-title .txt-s span {
    display: inline-block;
    margin-right: 10px;
  }

  .book-details .details-left .box-title .txt-s span:last-child {
    margin-right: 0;
  }

  .book-details .details-cont .cont-title {
    background: #F5F8FD;
    border-radius: 25px;
    margin-bottom: 40px;
    text-align: center;
  }

  .book-details .details-cont .cont-title a {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 20px;
  }

  .list-img-text-03 li {
    margin-bottom: 40px;
  }

  .list-img-text-03 .box-s .box-img {
    margin-right: 30px;
    width: 300px;
    max-height: 264px;
  }

  .main-right {
    padding-top: 40px;
  }

  .activity-detail {
    padding: 25px;
    margin-bottom: 40px;
  }

  .activity-detail .detail-img {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .list-video.list-video-search .box-s .box-img img {
    height: 180px;
  }

  .list-video .box-s .box-img img {
    height: 186px;
  }

  .recommended-video {
    padding-bottom: 20px;
  }

  .recommended-video .list-video-02 .box-s {
    margin-bottom: 30px;
  }

  .recommended-video .list-video-02 .box-s .box-img img {
    height: 190px;
  }

  .video-groups .list-video-02 .box-s .box-img img {
    height: 120px;
  }

  .video-vssd {
    padding-top: 0;
  }

  .video-vssd .list-video-02 .box-s .box-img img {
    height: 112px;
  }

  .shuangqian-mod-01 .box-s {
    min-height: 340px;
  }

  .shuangqian-mod-01 .box-s .box-img {
    margin-bottom: 20px;
  }

  .shuangqian-mod-01 .box-s .info-wrap {
    position: static;
    right: 0;
    bottom: auto;
    top: 0;
  }

  .shuangqian-mod-01 .swiper-pagination {
    position: relative;
    width: 100%;
    bottom: 0;
  }

  .shuangqian-mod-04 .box-s .box-img img {
    height: 224px;
  }

  .shuangqian-mod-06 .h50 {
    font-size: 36px;
  }

  .shuangqian-mod-06 .main-cont {
    padding-right: 0;
  }

  .shuangqian-mod-06 .cont-map {
    height: 420px;
    margin-bottom: 30px;
  }

  .shuangqian-mod-06 .cont-num {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 0px 60px 0px 60px;
    padding: 30px 30px 50px 30px;
  }

  .shuangqian-mod-06 .cont-num .num-title {
    font-size: 30px;
    margin-bottom: 25px;
  }



















}

@media (max-width: 767px) {
  .h30 {
    font-size: 22px;
  }

  .footer .cont-erwm>div {
    float: left;
    margin-right: 15px;
    width: 94px;
    text-align: center;
  }

  .footer .cont-erwm>div:last-child {
    margin-right: 0;
  }

  .footer .cont-erwm>div .box-img {
    display: inline-block;
  }

  .footer .cont-erwm>div .box-img img {
    display: block;
    width: 100px;
  }

  .footer .cont-erwm>div .box-title {
    color: #fff;
    line-height: 24px;
    font-size: 13px;
  }

  .index-banner .banner-other {
    bottom: 20px;
  }

  .index-banner .banner-page {
    right: 20px;
  }

  .index-banner .banner-page .swiper-pagination-bullet {
    width: 54px;
  }

  .index-banner .banner-page .swiper-pagination-bullet::after {
    width: 20px;
    height: 20px;
    margin-left: -9px;
    margin-top: -9px;
    transition: all 0.3s;
    opacity: 0;
  }

  .index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-color: #E6B14A;
    background: #fff;
  }

  .index-banner .banner-page .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
  }

  .public-box {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .index-box-01 .index-title .title-txt,
  .index-box-02 .index-title .title-txt,
  .index-box-03 .index-title .title-txt {
    background: url('kxyzg2023-title-12.png') no-repeat left center;
    padding-left: 40px;
  }

  .index-box-01 .index-title .title-txt .tit-icon,
  .index-box-02 .index-title .title-txt .tit-icon,
  .index-box-03 .index-title .title-txt .tit-icon {
    display: none;
  }

  .index-title {
    margin-bottom: 25px;
  }

  .news-scroll .box-s .box-title .title-s {
    left: 15px;
    right: 15px;
    bottom: 10px;
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .news-scroll .swiper-pagination {
    margin-top: 15px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
  }

  .news-scroll .swiper-pagination .swiper-pagination-bullet {
    background: #0D3674;
    opacity: 1;
  }

  .index-box-01 .news-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 26px;
    padding-right: 0;
  }

  .index-box-01 .news-list li::before {
    top: 9px;
  }

  .index-box-01 .news-list li::after {
    top: 13px;
  }

  .index-box-01 .news-list li .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .index-box-01 .news-list li .box-date {
    position: static;
  }

  .index-box-02 .calendar-info {
    padding: 25px;
    min-height: auto;
  }

  .index-box-02 .calendar-info .info-title {
    padding-bottom: 15px;
  }

  .index-box-02 .calendar-info .info-title a {
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 30px;
  }

  .index-box-03 .main-cont {
    padding: 15px;
  }

  .index-box-03 .news-list li {
    position: relative;
    line-height: 28px;
    padding-right: 0;
    padding-left: 35px;
    background: url('kxyzg2023-icon-09.png') no-repeat 0 8px;
    margin-bottom: 10px;
  }

  .index-box-03 .news-list li .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 28px;
  }

  .index-box-03 .news-list li .box-date {
    position: static;
  }

  .index-box-04 .main-cont {
    height: 70px;
    position: relative;
    overflow: hidden;
  }

  .index-box-04 .main-cont img {
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 150%;
    width: auto;
  }

  .index-box-05 .title-search {
    width: 100%;
    margin-top: 10px;
  }

  .index-special .box-s {
    margin-bottom: 15px;
  }

  .index-count .col-w:nth-child(2n + 1) {
    clear: left;
  }

  .index-count .box-s {
    margin-bottom: 20px;
  }

  .index-count .box-s .box-icon img {
    width: 125px;
  }

  .index-count .box-s .box-num {
    line-height: 30px;
  }

  .index-count .box-s .box-num>div {
    min-height: 30px;
  }

  .page-main {
    padding-bottom: 30px;
  }

  .content-top {
    margin-bottom: 30px;
  }

  .content-top.top-bread .bread-crumbs {
    float: none;
  }

  .content-top .channle-title {
    font-weight: bold;
    color: #333333;
    float: left;
    position: relative;
    line-height: 30px;
    height: auto;
    padding-bottom: 10px;
  }

  .content-top .channle-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #CA1111;
  }

  .content-top .bread-crumbs {
    float: left;
    width: 100%;
  }

  .content-top .channel-other {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .content-top .channel-more {
    margin-top: 0;
  }

  .chronicle-events::before {
    left: 11px;
  }

  .chronicle-events li:nth-child(2n + 1) .main-cont,
  .chronicle-events li:nth-child(2n) .main-cont {
    margin-left: 0;
    margin-right: 0;
    padding-left: 70px;
  }

  .chronicle-events li:nth-child(2n + 1) .main-cont::before,
  .chronicle-events li:nth-child(2n) .main-cont::before {
    left: 30px;
  }

  .chronicle-events li:nth-child(2n + 1) .main-cont::after,
  .chronicle-events li:nth-child(2n) .main-cont::after {
    left: 0;
  }

  .chronicle-events li:nth-child(2n) .main-cont {
    padding-right: 0;
    text-align: left;
  }

  .chronicle-events li:nth-child(2n) .main-cont::before {
    right: auto;
  }

  .chronicle-events li:nth-child(2n) .main-cont::after {
    right: auto;
  }

  .chronicle-events .main-cont {
    width: 100%;
  }

  .list-img-text li {
    padding: 15px;
  }

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

  .lecture-tour-class {
    padding: 15px;
  }

  .lecture-tour-class .a-class {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .lecture-tour-groups .groups-title {
    margin-bottom: 30px;
  }

  .lecture-tour-groups .groups-cont .box-s {
    padding: 20px;
    margin-bottom: 20px;
  }

  .lecture-tour-groups .groups-cont .box-s .box-date {
    float: none;
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .lecture-tour-groups .groups-cont .box-s .box-date>div {
    display: inline-block;
  }

  .lecture-tour-groups .groups-cont .box-s .box-date .date-01 {
    font-weight: bold;
    margin-right: 10px;
  }

  .lecture-tour-groups .groups-cont .box-s .box-date::after {
    display: none;
  }

  .lecture-tour-groups .groups-cont .box-s .box-info .info-title {
    margin-bottom: 15px;
  }

  .list-text-02.text-search .box-s {
    transition: all 0.5s;
  }

  .list-text-02.text-search .box-s:hover {
    padding-left: 50px;
  }

  .list-text-02.text-search .box-s:hover::before {
    width: 26px;
  }

  .list-text-02.text-search .box-s:hover::after {
    left: 26px;
  }

  .list-text-02 .box-s {
    padding-right: 0;
    min-height: 28px;
    line-height: 28px;
    margin-bottom: 5px;
  }

  .list-text-02 .box-s::before {
    top: 13px;
  }

  .list-text-02 .box-s::after {
    top: 10px;
  }

  .list-text-02 .box-s .a-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 28px;
  }

  .list-text-02 .box-s .a-date {
    position: static;
  }

  .list-img-text-02 li {
    padding: 15px;
    margin-bottom: 30px;
  }

  .list-img-text-02 li .box-img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .video-details .details-info {
    padding: 20px 20px 20px 40px;
  }

  .list-special .box-s .box-img img {
    height: auto;
  }

  .list-book-02 li {
    margin-bottom: 30px;
  }

  .list-book-02 li:last-child {
    margin-bottom: 0;
  }

  .list-book-02 .box-s:hover .box-img img {
    transform: scale(1.05);
  }

  .list-book-02 .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .list-book-02 .box-s .box-info {
    overflow: hidden;
    height: auto;
    background: #F5F8FC;
    border-radius: 6px;
    padding: 20px;
  }

  .list-book-02 .box-s .box-info .info-title {
    margin-bottom: 15px;
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 32px;
  }

  .list-img-text-03 li {
    margin-bottom: 30px;
  }

  .list-img-text-03 .box-s .box-img {
    margin-right: 0;
    margin-bottom: 15px;
    width: auto;
    float: none;
    max-height: none;
  }

  .list-img-text-03 .box-s .box-info .info-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .search-class-menu {
    border-radius: 6px;
  }

  .search-class-menu .menu-search-box {
    margin-left: 10px;
    margin-right: 10px;
    top: -22px;
  }

  .search-class-menu .menu-search-box .s-inp {
    height: 44px;
    border-radius: 22px;
    line-height: 44px;
    padding-left: 20px;
    padding-right: 120px;
    display: block;
    width: 100%;
  }

  .search-class-menu .menu-search-box .s-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 44px;
    line-height: 44px;
    background: url('kxyzg2023-search.png') no-repeat 20px 15px #CF161D;
    border-radius: 22px;
    padding-left: 44px;
  }

  .search-class-menu .menu-cont {
    padding: 0 20px 30px 20px;
  }

  .search-class-menu .menu-box {
    margin-bottom: 15px;
    min-height: 40px;
    padding-left: 0;
  }

  .search-class-menu .menu-box .box-title {
    position: static;
    margin-bottom: 15px;
  }

  .search-class-menu .menu-box .box-cont a {
    min-width: auto;
    min-width: 30%;
    float: left;
    margin-right: 2%;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 6px;
    margin-bottom: 10px;
  }

  .list-article.article-groups .box-s {
    margin-bottom: 30px;
  }

  .list-article.article-search .box-s {
    margin-bottom: 30px;
    height: auto;
  }

  .list-article.article-search .box-s .box-stitle {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .list-article .box-s {
    height: auto !important;
  }

  .list-article .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }

  .list-article .article-more a {
    width: 90%;
  }

  .list-book .box-s .box-img {
    width: 130px;
    margin-right: 20px;
  }

  .list-book .box-s .box-info {
    padding-top: 15px;
  }

  .list-book .box-s .box-info .info-title a {
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 30px;
  }

  .list-text .box-s {
    padding-left: 30px;
    margin-bottom: 8px;
  }

  .list-text .box-s::after {
    left: 0;
    top: 10px;
  }

  .list-text .box-s a {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .activity-detail {
    padding: 15px;
    margin-bottom: 30px;
  }

  .activity-detail .detail-img {
    margin-bottom: 20px;
  }

  .activity-correlation {
    margin-bottom: 15px;
  }

  .activity-correlation:last-child {
    margin-bottom: 0;
  }

  .activity-correlation.activity-news .corr-title {
    margin-bottom: 25px;
  }

  .activity-correlation .corr-title {
    margin-bottom: 35px;
    padding-left: 40px;
  }

  .activity-correlation .corr-title .title-left a {
    margin-right: 50px;
  }

  .list-video.list-video-search .box-s .box-img img {
    height: auto;
  }

  .list-video .box-s .box-img img {
    height: auto;
  }

  .list-video .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .public-title {
    margin-bottom: 30px;
  }

  .list-video-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }

  .recommended-video {
    padding-bottom: 10px;
  }

  .recommended-video .list-video-02 .box-s {
    margin-bottom: 25px;
  }

  .recommended-video .list-video-02 .box-s .box-img img {
    height: auto;
  }

  .video-groups {
    margin-bottom: 0;
  }

  .video-groups .list-video-02 .box-s {
    margin-bottom: 25px;
  }

  .video-groups .list-video-02 .box-s .box-img img {
    height: auto;
  }

  .video-vssd {
    margin-top: -30px;
  }

  .video-vssd .list-video-02 .box-s .box-img img {
    height: auto;
  }

  .shuangqian-mod {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .shuangqian-mod-01 .box-s .box-info {
    height: auto;
    padding: 25px;
    margin-right: 18px;
    margin-bottom: 0;
    position: relative;
  }

  .shuangqian-mod-01 .box-s .box-info .info-title a {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
    line-height: 30px;
  }

  .shuangqian-mod-01 .swiper-pagination {
    padding-top: 30px;
  }

  .shuangqian-mod-02 .calendar-info {
    min-height: 38px;
    padding: 20px 20px 30px 20px;
    position: relative;
  }

  .shuangqian-mod-02 .calendar-info .info-title {
    margin-bottom: 15px;
  }

  .shuangqian-mod-02 .calendar-info .info-title a {
    white-space: normal;
    height: auto;
    line-height: 26px;
    line-height: 36px;
  }

  .shuangqian-mod-02 .calendar-info .info-date {
    position: static;
    text-align: left;
    color: #CE181B;
  }

  .shuangqian-mod-02 .calendar-info .info-date::after {
    display: none;
  }

  .shuangqian-mod-02 .calendar-info .info-date>div {
    display: inline-block;
    margin-right: 20px;
  }

  .shuangqian-mod-02 .calendar-info .info-date>div:last-child {
    margin-right: 0;
  }

  .shuangqian-mod-02 .calendar-info .info-other {
    margin-top: 10px;
  }

  .shuangqian-mod-02 .calendar-info .info-a {
    padding-top: 35px;
  }

  .shuangqian-mod-02 .calendar-info .info-a a {
    width: 140px;
    height: 44px;
    line-height: 42px;
  }

  .shuangqian-mod-04 .box-s .box-img img {
    height: 234px;
  }

  .h36 {
    font-size: 28px;
  }

  .shuangqian-title {
    margin-bottom: 25px;
  }

  .shuangqian-title .title-txt {
    width: 200px;
  }

  .shuangqian-title .title-txt .tit-icon {
    margin-bottom: 10px;
  }

  .shuangqian-title .title-txt .tit-name {
    height: 50px;
  }

  .shuangqian-title .title-more::after {
    left: -50px;
    width: 44px;
  }

  .shuangqian-mod-06 .h50 {
    font-size: 26px;
  }

  .shuangqian-mod-06 .h26 {
    font-size: 20px;
  }

  .shuangqian-mod-06 .cont-map {
    height: 320px;
  }

  .shuangqian-mod-06 .cont-num {
    padding: 30px 30px 50px 30px;
  }

  .shuangqian-mod-06 .cont-num .num-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .intro .js-other {
    display: none;
  }

  .intro .introTitle {
    line-height: 34px;
    padding: 0;
  }


}