/*多行溢出*/
/*网站响应样式*/
@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 (max-width: 1679px) {
  .index-banner .banner-box .banner-cont {
    padding-top: 70px;
  }
  .index-banner .cont-main {
    max-width: 70%;
  }
  .index-banner .banner-other {
    bottom: 40px;
  }
  .other-banner .banner-cont {
    height: 580px;
    padding-top: 110px;
  }
}
@media (max-width: 1439px) {
  .h60 {
    font-size: 54px;
  }
  .h34 {
    font-size: 32px;
  }
  .index-title {
    margin-bottom: 40px;
  }
  .index-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index-box-01 .cont-txt {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .index-box-01 .cont-other {
    margin-top: 90px;
  }
  .index-box-03 .box-hot .box-img img {
    height: 378px;
  }
  .index-box-03 .box-s {
    margin-bottom: 35px;
  }
  .index-box-03 .box-s .box-img {
    width: 258px;
  }
  .index-box-03 .box-s .box-img img {
    height: 170px;
  }
  .index-box-03 .box-s .box-info {
    margin-top: 15px;
    height: 155px;
  }
  .index-box-04 .row-w {
    margin-left: -15px;
    margin-right: -15px;
  }
  .index-box-04 .row-w .col-w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-box-04 .box-s {
    margin-bottom: 30px;
  }
  .index-box-04 .box-s.img-s img {
    height: 184px;
  }
  .index-box-04 .box-s.img-b img {
    height: 386px;
  }
  .index-box-05 .box-logo {
    padding: 10px 15px;
    height: 110px;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .index-box-02 .groups-title .title-txt {
    float: none;
  }
}
@media (max-width: 1366px) {
  .index-dynamic .box-s .box-img img {
    height: 180px;
  }
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .index-inform .box-s {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .index-inform .box-s .box-date {
    width: 56px;
    height: 56px;
  }
  .index-inform .box-s .box-date .date-01 {
    line-height: 26px;
    margin-bottom: 1px;
  }
  .index-inform .box-s .box-info {
    padding-top: 0;
  }
  .channel-box-04 .box-s.box-b .box-img img {
    height: 360px;
  }
  .channel-box-04 .box-s.box-sm .box-img img {
    height: 180px;
  }
}
@media (max-width: 1366px) and (min-width: 1024px) {
  .show-list .box-s .box-img img {
    height: 180px;
  }
  .awards-list .row {
    margin-left: -13px;
    margin-right: -13px;
  }
  .awards-list .row .col-w {
    padding-left: 13px;
    padding-right: 13px;
  }
  .awards-list .box-s .box-img img {
    height: 180px;
  }
  .index-thear {
    margin-bottom: 20px;
  }
  .index-thear .box-groups .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .index-thear .box-groups .row .box-w {
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-thear .box-big .box-img img {
    height: 420px;
  }
  .index-thear .box-smill {
    margin-bottom: 20px;
    height: 200px;
  }
  .index-thear .box-smill .box-img img {
    height: 200px;
  }
  .index-thear .box-smill .box-mc {
    padding: 20px;
  }
  .index-thear .box-smill .box-mc .box-date {
    margin-bottom: 20px;
  }
}
@media (max-width: 1279px) {
  .index-box-03 .box-hot .box-img img {
    height: 360px;
  }
  .index-box-03 .box-s {
    margin-bottom: 28px;
  }
  .index-box-04 .box-s {
    margin-bottom: 30px;
  }
  .index-box-04 .box-s.img-s img {
    height: 173px;
  }
  .index-box-04 .box-s.img-b img {
    height: 366px;
  }
}
@media (max-width: 1199px) {
  .float-nav {
    right: 30px;
  }
  .index-banner {
    height: 600px;
  }
  .index-banner .banner-box .banner-cont {
    padding-top: 70px;
  }
  .index-banner .cont-main {
    max-width: 70%;
  }
  .index-banner .banner-other {
    bottom: 40px;
  }
  .index-box-03 .box-hot .box-img img {
    height: 294px;
  }
  .index-box-03 .box-s {
    margin-bottom: 25px;
  }
  .index-box-03 .box-s .box-img {
    width: 220px;
  }
  .index-box-03 .box-s .box-img img {
    height: 145px;
  }
  .index-box-03 .box-s .box-info {
    margin-top: 15px;
    height: 135px;
    padding: 15px 15px 15px 20px;
  }
  .index-box-03 .box-s .box-info .info-title {
    margin-bottom: 15px;
  }
  .index-box-04 .row-w {
    margin-left: -10px;
    margin-right: -10px;
  }
  .index-box-04 .row-w .col-w {
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-box-04 .box-s {
    margin-bottom: 20px;
  }
  .index-box-04 .box-s.img-s img {
    height: 145px;
  }
  .index-box-04 .box-s.img-b img {
    height: 304px;
  }
  .index-box-05 .box-logo {
    margin-bottom: 20px;
  }
  .other-banner .banner-cont {
    height: 500px;
    padding-top: 60px;
  }
  .other-banner .cont-img img {
    max-width: 80%;
  }
  .sub-menu {
    margin-bottom: 20px;
  }
  .sub-menu.center-menu .menu-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sub-menu.center-menu .menu-row .menu-col {
    padding-left: 5px;
    padding-right: 5px;
    width: 20%;
  }
  .sub-menu.other-menu .menu-row .menu-col {
    width: 20%;
  }
  .sub-menu .menu-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sub-menu .menu-row .menu-col {
    padding-left: 5px;
    padding-right: 5px;
    width: 20%;
  }
  .h30 {
    font-size: 26px;
  }
  .public-title {
    background: url(jnds2023-titlebg.png) no-repeat bottom center;
    background-size: 960px;
    min-height: 56px;
    margin-bottom: 30px;
    padding-top: 10px;
  }
  .public-title > div {
    line-height: 44px;
    padding-right: 15px;
  }
  .page-cont .public-title {
    margin-bottom: 35px;
  }
  .index-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-dynamic {
    margin-bottom: 30px;
  }
  .channel-box-01 {
    background-size: cover;
  }
  .public-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 30px;
    min-height: auto;
  }
  .footer .footer-logo {
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .footer-other {
    top: 10px;
  }
  .index-banner {
    height: 600px;
  }
  .index-banner .banner-box .banner-cont {
    padding-top: 40px;
  }
  .index-box-01 .h18 {
    font-size: 17px;
  }
  .index-box-01 .cont-txt {
    padding: 15px 45px;
    background: url('jnds2023-icon-02.png') no-repeat top left;
    background-size: 30px;
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .index-box-01 .cont-other {
    margin-top: 50px;
  }
  .index-box-01 .cont-other ul li {
    width: 25%;
    margin-top: 20px;
  }
  .index-box-01 .cont-other ul li:nth-child(2n + 1) {
    padding-top: 0;
  }
  .index-box-01 .cont-other ul li:nth-child(5) {
    padding-top: 0;
    margin-left: 12.5%;
  }
  .index-box-01 .cont-other ul li a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
  }
  @keyframes upAndDown {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(0);
    }
  }
  .index-box-03 .box-hot {
    margin-bottom: 30px;
  }
  .index-box-03 .box-hot .box-img img {
    height: 476px;
  }
  .index-box-03 .box-s {
    margin-bottom: 25px;
  }
  .index-box-03 .box-s .box-img {
    width: 220px;
  }
  .index-box-03 .box-s .box-img img {
    height: 145px;
  }
  .index-box-03 .box-s .box-info {
    margin-top: 15px;
    height: 135px;
    padding: 15px 15px 15px 20px;
  }
  .index-box-03 .box-s .box-info .info-title {
    margin-bottom: 15px;
  }
  .index-box-04 .box-s {
    margin-bottom: 20px;
  }
  .index-box-04 .box-s.img-s img {
    height: 230px;
  }
  .index-box-04 .box-s.img-b img {
    height: 475px;
  }
  .index-box-05 .box-logo {
    margin-bottom: 20px;
    height: 100px;
  }
  .other-banner .banner-cont {
    height: 400px;
  }
  .page-top .cont-wrap {
    padding-top: 100px;
    padding-bottom: 120px;
    text-align: center;
  }
  .index-dynamic .box-s .box-img img {
    height: 150px;
  }
  .index-thear .box-big {
    margin-bottom: 20px;
  }
  .channel-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .registration-form .box-info {
    line-height: 2;
    margin-bottom: 30px;
  }
  .registration-form .box-info .info-down {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 28px;
    min-height: auto;
  }
  .footer .content-main {
    padding-right: 0;
  }
  .footer .footer-logo {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    float: none;
  }
  .footer .footer-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-txt {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .footer .footer-other {
    position: static;
  }
  .index-banner {
    height: 320px;
    min-height: auto;
  }
  .index-banner .banner-box .banner-cont {
    padding-top: 20px;
  }
  .index-banner .cont-main {
    max-width: 80%;
  }
  .index-banner .banner-other {
    bottom: 15px;
  }
  .h26 {
    font-size: 22px;
  }
  .h28 {
    font-size: 24px;
  }
  .h30 {
    font-size: 22px;
  }
  .h34 {
    font-size: 26px;
  }
  .h60 {
    font-size: 38px;
  }
  .index-box-01 .cont-txt {
    padding: 0 10px 0 40px;
    background: url('jnds2023-icon-02.png') no-repeat top left;
    background-size: 30px;
    line-height: 1.8;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
  }
  .index-box-01 .cont-other {
    margin-top: 30px;
    height: auto;
  }
  .index-box-01 .cont-other .other-bg {
    display: none;
  }
  .index-box-01 .cont-other ul li {
    width: 25%;
  }
  .index-box-01 .cont-other ul li:nth-child(2n + 1) {
    padding-top: 0;
  }
  .index-box-01 .cont-other ul li:nth-child(5) {
    padding-top: 0;
    margin-left: 12.5%;
  }
  .index-box-01 .cont-other ul li a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 0;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
  }
  .index-box-01 .cont-other ul li span {
    padding: 0 10px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
  }
  .index-box-03 .box-hot {
    margin-bottom: 30px;
  }
  .index-box-03 .box-hot .box-img img {
    height: auto;
  }
  .index-box-03 .box-hot .box-info {
    margin-left: 30px;
    position: relative;
    height: auto;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px;
  }
  .index-box-03 .box-hot .box-info::after {
    left: -30px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url('jnds2023-icon-01.png') no-repeat;
    background-size: 30px;
  }
  .index-box-03 .box-hot .box-info .info-title {
    margin-bottom: 15px;
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-box-03 .box-s {
    margin-bottom: 25px;
  }
  .index-box-03 .box-s .box-img {
    width: 100%;
    float: none;
    margin-right: 0;
    border-radius: 10px 10px 0 0;
  }
  .index-box-03 .box-s .box-img img {
    height: 100%;
  }
  .index-box-03 .box-s .box-info {
    margin-top: 0;
    border-radius: 0 0 10px 10px;
    height: auto;
    padding: 20px;
  }
  .index-box-03 .box-s .box-info .info-title {
    margin-bottom: 15px;
  }
  .index-box-04 .box-s.img-s img {
    height: 110px;
  }
  .index-box-04 .box-s.img-b img {
    height: 228px;
  }
  .index-box-05 {
    padding-bottom: 20px;
  }
  .index-box-05 .box-logo {
    height: 80px;
  }
  .other-banner .banner-cont {
    height: 220px;
    padding-top: 40px;
  }
  .public-title {
    background: url(jnds2023-titlebg.png) no-repeat bottom center;
    background-size: 850px;
    min-height: 50px;
    padding-top: 10px;
  }
  .public-title > div {
    line-height: 44px;
    padding-right: 15px;
  }
  .index-title {
    margin-bottom: 30px;
  }
  .index-title .title-cn {
    margin-top: -15px;
  }
  .index-title .title-more {
    width: 110px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
  }
  .index-title.title-tab .title-txt {
    margin-right: 20px;
  }
  .page-cont {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .page-top .cont-wrap {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
  }
  .index-dynamic .swiper-slide {
    width: 260px;
  }
  .index-dynamic .box-s .box-img img {
    height: 180px;
  }
  .index-dynamic .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-inform .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .index-thear .index-title .title-more {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    line-height: 30px;
  }
  .index-thear .thear-arrow {
    float: right;
    width: 78px;
    padding-top: 5px;
  }
  .index-thear .thear-arrow > div {
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    background: #FFFFFF;
    border: 1px solid #C1CADC;
    border-radius: 3px;
    position: relative;
  }
  .index-thear .thear-arrow > div::after {
    font-family: 'FontAwesome';
    color: #31406E;
    font-size: 16px;
  }
  .index-thear .thear-arrow > div:hover {
    background: #3D55A7;
    border-color: #3D55A7;
  }
  .index-thear .thear-arrow > div:hover::after {
    color: #fff;
  }
  .index-thear .thear-arrow > div.thear-next {
    float: right;
  }
  .index-thear .thear-arrow > div.thear-next::after {
    content: "\f105";
  }
  .index-thear .thear-arrow > div.thear-prev {
    float: left;
  }
  .index-thear .thear-arrow > div.thear-prev::after {
    content: "\f104";
  }
  .index-thear .box-big {
    position: relative;
  }
  .index-thear .box-big:hover .box-img img {
    transform: scale(1.1);
  }
  .index-thear .box-big .box-img img {
    height: 260px;
  }
  .index-thear .box-big .box-title {
    height: 100%;
  }
  .index-thear .box-big .box-title > div {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .index-thear .box-big .box-title .title-s {
    white-space: normal;
    height: auto;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .index-thear .box-groups .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .index-thear .box-groups .row .box-w {
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-thear .box-smill {
    margin-bottom: 20px;
    height: 130px;
  }
  .index-thear .box-smill .box-img img {
    height: 130px;
  }
  .index-thear .box-smill .box-img .box-def {
    top: 0;
    height: auto;
  }
  .index-thear .box-smill .box-img .box-def .title-s {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .index-thear .box-smill .box-mc {
    display: none;
  }
  .index-links .box-s {
    height: 80px;
  }
  .index-links ul li {
    width: 50%;
  }
  .index-links ul li .box-s {
    background: #fff !important;
  }
  .index-links ul li:nth-child(2n) .box-s {
    background: #fff;
  }
  .sub-menu {
    margin-bottom: 10px;
  }
  .sub-menu.center-menu .menu-row .menu-col {
    width: 33.333333%;
  }
  .sub-menu.other-menu .menu-row .menu-col {
    width: 33.333333%;
  }
  .sub-menu .menu-row {
    display: block;
  }
  .sub-menu .menu-row .menu-col {
    width: 33.333333%;
    display: block;
    float: left;
  }
  .sub-menu .menu-a {
    padding: 6px;
  }
  .awards-list {
    overflow: hidden;
  }
  .awards-list .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .awards-list .row .col-w {
    padding-left: 16px;
    padding-right: 16px;
  }
  .awards-list .box-s {
    margin-bottom: 30px;
  }
  .awards-list .box-s .box-img img {
    height: auto;
  }
  .awards-list .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .three-menu {
    margin-bottom: 20px;
  }
  .three-menu a {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }
  .schedule-groups .table-s table td,
  .schedule-groups .table-s table th {
    padding: 15px;
    line-height: 24px;
  }
  .dynamic-list ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .dynamic-list .box-s .box-img {
    float: none !important;!i;!;
    margin-right: 0 !important;!i;!;
    margin-bottom: 15px;
  }
  .dynamic-list .box-s .box-img img {
    width: 100% !important;!i;!;
  }
  .dynamic-list .box-s .box-info {
    overflow: visible;
  }
  .dynamic-list .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .notice-list .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .show-list .box-s .box-img img {
    height: auto;
  }
  .channel-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .channel-wrap .channel-box-bg {
    padding: 20px;
  }
  .channel-box-01 {
    padding: 20px;
    margin-bottom: 35px;
    border-radius: 5px;
    position: relative;
  }
  .channel-box-01 .go-other {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 5px;
  }
  .channel-box-01 .text-list .box-s {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 35px;
  }
  .channel-box-01 .text-list .box-s span {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .channel-box-01 .channel-tab .tabs-title {
    margin-bottom: 20px;
  }
  .channel-box-01 .channel-tab .tabs-title a {
    margin-bottom: 20px;
  }
  .channel-box-01 .channel-tab .tabs-title a.active::before {
    bottom: -10px;
    width: 40px;
    height: 2px;
  }
  .channel-tab .tabs-title a {
    margin-right: 21px;
  }
  .channel-tab .tabs-title a:after {
    right: -11px;
  }
  .channel-tab .tabs-title a:last-child {
    margin-right: 0;
  }
  .channel-tab .tabs-title a:last-child::after {
    display: none;
  }
  .channel-tab .tabs-title a.active {
    font-weight: bold;
  }
  .channel-tab .tabs-cont > div {
    overflow: hidden;
    height: 0;
  }
  .channel-tab .tabs-cont > div.active {
    overflow: visible;
    height: auto;
  }
  .channel-box-03 .channel-box-tzgg .box-s {
    margin-bottom: 20px;
  }
  .channel-box-03 .channel-box-tzgg .box-s .box-info .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .channel-box-04 .box-s .box-mc .title-s {
    left: 10px;
    right: 10px;
    bottom: 10px;
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .channel-box-04 .box-s.box-b .box-img img {
    height: auto;
  }
  .channel-box-04 .box-s.box-sm .box-img img {
    height: auto;
  }
  .float-nav {
    display: none;
  }
  .index-box-02 .groups-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-box-02 .groups-wrap.groups-gwly .wrap-bg {
    right: -30px;
    background: url(jnds2023-channelbg-10.png) no-repeat right top;
    background-size: auto 100%;
  }
  .index-box-02 .groups-wrap.groups-wlywly .wrap-bg {
    left: -30px;
    background: url(jnds2023-channelbg-09.png) no-repeat left top;
    background-size: auto 100%;
  }
  .index-box-02 .groups-title {
    margin-bottom: 20px;
  }
  .index-box-02 .groups-box {
    margin-bottom: 10px;
  }
  .index-box-02 .groups-box .box-s {
    margin-bottom: 20px;
  }
  .index-box-02 .groups-txt .txt-list li {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
    line-height: 28px;
    padding-left: 15px;
  }
  .index-box-02 .groups-txt .txt-list li:last-child {
    margin-bottom: 0;
  }
  .index-box-02 .groups-txt .txt-list li a {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
}
