/*多行溢出*/
/*网站响应样式*/
@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: 1499px) {
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-md,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header {
    padding: 50px 0 38px;
  }
  .head-right-box {
    top: -38px;
    right: 15px;
  }
  .search-box {
    margin-top: 30px;
  }
  .banner-img {
    height: 330px;
  }
  .banner-img .title {
    width: 70%;
    bottom: 25px;
    border-bottom: 2px solid #3a56b6;
    font-size: 22px;
    padding: 24px 30px 16px;
  }
  .index-video .img-box {
    height: 328px;
  }
  .jz-list li {
    margin-bottom: 14px;
  }
  .notice-list .date {
    margin-bottom: 8px;
  }
  .notice-list li {
    margin-bottom: 12px;
  }
  .yqlj-list {
    height: 83px;
  }
  .yqlj-swiper {
    margin-top: 60px;
  }
  .banner-swiper .banner-page {
    bottom: 30px;
    right: 30px;
  }
  .xrld-list .img-box {
    height: 186px;
  }
  .ry-list .img-box {
    height: 221px;
  }
  .video-link .img-box {
    height: 118px;
  }
  .video-link.video-link-noleft .img-box {
    height: 157px;
  }
  .ry-list .title span:nth-child(1) {
    display: block;
  }
}
@media (max-width: 1279px) {
  .head-logo {
    width: 760px;
  }
  .banner-swiper .banner-next,
  .banner-swiper .banner-prev {
    width: 50px;
    height: 50px;
  }
  .col-ny-3 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .col-ny-9 {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
  }
  .index-box1 {
    padding: 30px 0 50px 0;
  }
  .m25 {
    margin: 0 -15px;
  }
  .p25 {
    padding: 0 15px;
  }
  .news-box {
    padding: 25px 20px;
    min-height: 535px;
  }
  .index-title {
    margin-bottom: 30px;
    padding-bottom: 16px;
  }
  .index-title .fl::before {
    bottom: -17px;
  }
  .index-title .fl img {
    margin-right: 8px;
    max-width: 24px;
  }
  .index-title .fl span {
    font-size: 22px;
  }
  .index-tab-title .title-box .title span {
    font-size: 22px;
  }
  .index-tab-title .title-box .title img {
    margin-right: 8px;
    max-width: 24px;
  }
  .index-tab-title .title-box .title {
    margin-right: 30px;
  }
  .index-tab-title {
    margin-bottom: 30px;
    padding-bottom: 16px;
  }
  .index-tab-title .title-box .title::before {
    bottom: -17px;
  }
  .xsbg-box .rl-box {
    width: 350px;
    height: 430px;
  }
  .xsbg-list .info ul li {
    margin-bottom: 4px;
  }
  #calendar .fc-view-container .fc-content-skeleton .fc-day-top .fc-day-number {
    height: 43px;
    line-height: 43px;
    width: 43px;
  }
  #calendar .fc-view-container .fc-basic-view .fc-body .fc-row {
    min-height: 43px;
  }
  #calendar2 .fc-view-container .fc-content-skeleton .fc-day-top .fc-day-number {
    height: 43px;
    line-height: 43px;
    width: 43px;
  }
  #calendar2 .fc-view-container .fc-basic-view .fc-body .fc-row {
    min-height: 43px;
  }
  .index-box2 {
    padding: 55px 0 60px 0;
  }
  .index-video .img-box {
    height: 303px;
  }
  .jz-list .icon-box {
    width: 80px;
    height: 78px;
  }
  .jz-list .info {
    height: 78px;
  }
  .jz-list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .jz-list .subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  .jz-list li {
    margin-bottom: 23px;
  }
  .notice-box {
    padding: 24px 20px;
  }
  .notice-list .title {
    font-size: 16px;
  }
  .yqlj-list {
    height: 74px;
  }
  .xrld-box {
    margin: 0 26px 45px;
  }
  .m24 {
    margin: 0 -15px;
  }
  .p24 {
    padding: 0 15px;
  }
  .xrld-list .img-box {
    height: 191px;
  }
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .ry-list .img-box {
    height: 206px;
  }
  .video-link .img-box {
    height: 109px;
  }
  .video-link.video-link-noleft .img-box {
    height: 145px;
  }
  .bss-name-box .wz-title {
    float: none;
    margin-right: 0;
  }
  .bss-name-box .wz-info {
    overflow: visible;
  }
  .xsbg-scroll-box1,
  .xsbg-scroll-box2 {
    height: 430px;
  }
  .xsbg-list > li {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .head-logo {
    width: 600px;
  }
  .search-box {
    margin-top: 20px;
  }
  .header {
    padding: 60px 0 30px;
  }
  .head-right-box {
    top: -48px;
  }
  .col-index-8,
  .col-index-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .index-left-box {
    padding-top: 15px;
    margin-bottom: 45px;
  }
  .index-video .img-box {
    height: 363px;
  }
  .index-video {
    margin-bottom: 45px;
  }
  .jz-list {
    margin-bottom: 45px;
  }
  .jz-list .icon-box {
    height: 93px;
  }
  .jz-list .info {
    height: 93px;
  }
  .notice-list li {
    margin-bottom: 20px;
  }
  .yqlj-list {
    height: 113px;
  }
  .footer .foot-logo {
    width: 190px;
    height: auto;
    margin-right: 20px;
    margin-top: 21px;
  }
  .footer .ewm-box .img-box {
    width: 70px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer .fl {
    padding-top: 0px;
  }
  .xrld-list .img-box {
    height: 201px;
  }
  .xrld-box .col-xl-5ths:nth-child(5n+1) {
    clear: none;
  }
  .xrld-box .col-xl-5ths:nth-child(4n+1) {
    clear: left;
  }
  .xrld-box {
    margin: 0 26px 20px;
  }
  .xrld-list {
    margin-bottom: 30px;
  }
  .other-menu .menu-title {
    height: 70px;
    font-size: 22px;
    padding: 20px 25px;
  }
  .ry-list .img-box {
    height: 220px;
  }
  .ry-list .col-xl-5ths:nth-child(5n+1) {
    clear: none;
  }
  .ry-list .col-xl-5ths:nth-child(4n+1) {
    clear: left;
  }
  .ry-list a {
    margin-bottom: 40px;
  }
  .ry-detail .detail-top .info {
    padding: 25px;
  }
  .bss-name-box {
    padding: 0;
  }
  .bss-name-box li {
    margin-bottom: 20px;
  }
  .video-link .img-box {
    height: 90px;
  }
  .video-link.video-link-noleft .img-box {
    height: 120px;
  }
  .news-box {
    min-height: auto;
  }
  .bss-name-box .name-tab-cont .fix {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .head-logo {
    float: none;
    width: 620px;
  }
  .search-box {
    float: none;
    margin-top: 30px;
    width: 100%;
  }
  .nav-wrap {
    display: none;
  }
  .toggle {
    display: block;
    top: 23px;
    right: 15px;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    background: #3a56b6;
  }
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #3a56b6;
  }
  .hc-mobile-nav .nav-wrapper {
    background: #3a56b6;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    color: #3a56b6;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover {
    color: #3a56b6;
    background: #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover span.nav-next::before {
    border-top: 2px solid #3a56b6;
    border-left: 2px solid #3a56b6;
  }
  .hc-mobile-nav li.nav-close span::before,
  .hc-mobile-nav li.nav-close span::after {
    border-top: 2px solid #3a56b6;
    border-left: 2px solid #3a56b6;
  }
  .hc-mobile-nav li.nav-back span::before {
    border-top: 2px solid #3a56b6;
    border-left: 2px solid #3a56b6;
  }
  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #fff;
  }
  .hc-mobile-nav h2 {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: none;
  }
  .hc-mobile-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .banner-img {
    height: 260px;
  }
  #calendar .fc-view-container .fc-content-skeleton .fc-day-top .fc-day-number {
    height: 36px;
    line-height: 36px;
    width: 36px;
  }
  #calendar .fc-view-container .fc-basic-view .fc-body .fc-row {
    min-height: 36px;
  }
  #calendar2 .fc-view-container .fc-content-skeleton .fc-day-top .fc-day-number {
    height: 36px;
    line-height: 36px;
    width: 36px;
  }
  #calendar2 .fc-view-container .fc-basic-view .fc-body .fc-row {
    min-height: 36px;
  }
  .xsbg-box .rl-box {
    width: 330px;
    height: 384px;
  }
  .xsbg-list .date div:nth-child(1) {
    height: 36px;
    font-size: 22px;
    line-height: 36px;
  }
  .xsbg-list .date {
    width: 60px;
    height: 58px;
  }
  .xsbg-list .title {
    -webkit-line-clamp: 1;
    height: 28px;
    margin-bottom: 12px;
  }
  .xsbg-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .xsbg-list .str_move.str_origin > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .xsbg-list .str_move.str_origin > li .str_move.str_move_clone li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .index-video .img-box {
    height: 268px;
  }
  .jz-list .icon-box img {
    max-width: 42px;
  }
  .jz-list .icon-box {
    width: 65px;
    height: 79px;
    margin-right: 12px;
  }
  .jz-list .info {
    height: 79px;
  }
  .jz-list li {
    margin-bottom: 10px;
  }
  .yqlj-list {
    height: 83px;
  }
  .footer .foot-logo {
    float: none;
    display: block;
    width: 300px;
    margin: 0 auto 20px;
  }
  .footer .info {
    display: block;
    text-align: center;
  }
  .ewm-box {
    margin-top: 20px;
  }
  .footer .ewm-box .img-box {
    width: 80px;
    height: 80px;
  }
  .footer {
    padding: 30px 0;
  }
  .col-ny-3,
  .col-ny-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .fl,
  .footer .fr {
    float: none;
  }
  .xrld-list .img-box {
    height: 191px;
  }
  .ny-box {
    border-top: 3px solid #3a56b6;
  }
  .ny-right {
    padding-top: 0;
  }
  .ry-list .img-box {
    height: 210px;
  }
  .video-link .img-box {
    height: 120px;
  }
  #calendar .fc-view-container .fc-content-skeleton .fc-day-top.fc-today .fc-day-number::before {
    width: 35px;
  }
  #calendar2 .fc-view-container .fc-content-skeleton .fc-day-top.fc-today .fc-day-number::before {
    width: 35px;
  }
  .xsbg-scroll-box1,
  .xsbg-scroll-box2 {
    height: 384px;
  }
}
@media (max-width: 767px) {
  .head-right-box li:first-child {
    display: block;
  }
  .head-right-box {
    top: -34px;
    width: 80px;
    background: #3d55a7;
    border-radius: 15px;
    height: 24px;
    overflow: hidden;
    transition: all 0.5s;
  }
  .head-right-box.active {
    height: auto;
    z-index: 99999;
  }
  .head-right-box li {
    float: none;
    margin-right: 0;
  }
  .head-right-box li::before {
    display: none;
  }
  .head-right-box a {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 2px 3px;
    text-align: center;
  }
  .head-logo {
    width: 100%;
  }
  .toggle {
    top: 56px;
  }
  .header {
    padding: 40px 0 20px;
  }
  .search-box {
    margin-top: 20px;
    width: calc(100% - 50px);
    margin-right: 50px;
  }
  .banner-img {
    height: 190px;
  }
  .banner-swiper .banner-page {
    display: none;
  }
  .banner-img .title {
    width: 100%;
    bottom: 15px;
    font-size: 18px;
    padding: 12px 15px 10px;
  }
  .index-left-box {
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .index-tab-title .title-box .title {
    margin-right: 20px;
  }
  .index-tab-title .title-box .title span {
    font-size: 20px;
  }
  .xsbg-box .rl-box {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
  }
  .xsbg-list .title {
    display: block;
    height: auto;
  }
  .xsbg-list .info ul li span {
    overflow: visible;
    white-space: normal;
  }
  .news-box {
    padding: 20px 15px;
  }
  .index-title .fl span {
    font-size: 20px;
  }
  .news-list .title {
    display: block;
    height: auto;
  }
  .news-list li {
    margin-bottom: 20px;
  }
  .index-box1 {
    padding: 30px 0;
  }
  .index-box2 {
    padding: 30px 0;
  }
  .col-index-7,
  .col-index-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .index-video .img-box {
    height: auto;
  }
  .index-video .title > div {
    font-size: 18px;
    overflow: visible;
    white-space: normal;
  }
  .index-video .title::after {
    top: -17px;
    right: 33px;
    width: 40px;
    height: 40px;
  }
  .index-video .title {
    padding: 15px 90px 15px 15px;
  }
  .index-video .title::before {
    top: -25px;
    right: 10px;
    width: 90px;
    height: 25px;
  }
  .index-video {
    margin-bottom: 30px;
  }
  .jz-list {
    margin-bottom: 30px;
  }
  .notice-box {
    padding: 20px 15px;
  }
  .notice-list .title {
    height: auto;
    display: block;
  }
  .yqlj-swiper {
    margin-top: 30px;
  }
  .yqlj-list {
    height: 62px;
  }
  .yqlj-list img {
    object-fit: cover;
  }
  .footer .foot-logo {
    width: 215px;
  }
  .footer span,
  .footer a {
    font-size: 13px;
    line-height: 26px;
  }
  .ny-box {
    padding: 30px 0;
  }
  .ny-right .right-title .title {
    float: none;
  }
  .ny-right .right-title .title::before {
    display: none;
  }
  .bread-crumbs {
    float: none;
  }
  .ny-right .right-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .zzjg-title {
    padding: 10px 16px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .xrld-box {
    margin: 0;
  }
  .xrld-list .img-box {
    width: 160px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .zzjg-title span {
    font-size: 12px;
    padding-left: 0px;
  }
  .zzjg-tip {
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .zzjg-yjs-list li {
    margin-bottom: 25px;
  }
  .zzjg-yjs-list .title {
    padding-left: 20px;
    margin-bottom: 12px;
  }
  .zzjg-yjs-list .txt {
    padding-left: 20px;
    font-size: 15px;
    line-height: 24px;
  }
  .form-box thead tr th {
    font-size: 16px;
    padding: 10px 10px;
  }
  .form-box tbody tr td {
    font-size: 14px;
    padding: 15px 10px;
  }
  .form-box thead tr th:nth-child(1) {
    width: 30%;
  }
  .form-box thead tr th:nth-child(2) {
    width: 30%;
  }
  .form-box thead tr th:nth-child(3) {
    width: 40%;
  }
  .ry-list .img-box {
    width: 160px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .ry-list a {
    text-align: center;
    margin-bottom: 30px;
  }
  .ry-detail {
    padding: 20px 15px;
  }
  .ry-detail .detail-top {
    margin-bottom: 30px;
    padding: 20px 15px;
  }
  .ry-detail .detail-top .img-box {
    width: 160px;
    float: none;
    margin: 0 auto 25px;
  }
  .ry-detail .detail-top .info {
    padding: 0;
  }
  .ry-detail .detail-top .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .ry-detail .detail-top ul b,
  .ry-detail .detail-top ul span {
    font-size: 14px;
    line-height: 30px;
  }
  .ry-detail .detail-txt b,
  .ry-detail .detail-txt strong {
    font-size: 18px;
  }
  .xshd-top .lm-title {
    font-size: 14px;
    padding: 8px 5px;
  }
  .xshd-top {
    padding: 0 45px;
    margin-bottom: 25px;
  }
  .xshd-list {
    margin-bottom: 30px;
  }
  .xshd-list a {
    padding: 20px 15px;
  }
  .xshd-list .date div:nth-child(1) {
    height: 36px;
    font-size: 24px;
    line-height: 36px;
  }
  .xshd-list .date {
    width: 60px;
    height: 58px;
    margin-right: 20px;
  }
  .xshd-list .title {
    font-size: 16px;
    display: block;
    height: auto;
  }
  .xshd-list .info ul li span {
    overflow: visible;
    white-space: normal;
  }
  .bss-name-box li {
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
  }
  .bss-name-box li:nth-child(4n+1) {
    clear: none;
  }
  .bss-name-box li:nth-child(2n+1) {
    clear: left;
  }
  .video-link .img-box {
    height: auto;
  }
  .video-link ul li span {
    overflow: visible;
    white-space: normal;
  }
  .video-link {
    margin-bottom: 30px;
  }
  .tw-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tw-list .info {
    padding-top: 0px;
  }
  .tw-list .title {
    font-size: 18px;
    overflow: visible;
    white-space: normal;
    margin-bottom: 12px;
  }
  .tw-list {
    margin-bottom: 30px;
  }
  .wz-list a {
    padding: 10px 15px 10px 30px;
  }
  .wz-list a::before {
    left: 12px;
    top: 17px;
  }
  .wz-list .title {
    overflow: visible;
    white-space: normal;
    padding-right: 0;
  }
  .wz-list .date {
    position: static;
  }
  .wz-list {
    margin-bottom: 30px;
  }
  .details-page .detail-top .title-s {
    font-size: 22px;
  }
  .details-page .detail-top .top-other {
    margin-top: 10px;
  }
  .details-page .detail-top {
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
  }
  .social-share .icon-wechat .wechat-qrcode {
    left: -110px;
  }
  .social-share .icon-wechat .wechat-qrcode:after {
    margin-left: 35px;
  }
  .video-link.video-link-noleft .img-box {
    height: auto;
  }
  .ry-list .title span:nth-child(1) {
    display: inline-block;
  }
  .bss-name-box .name-tab-cont .fix {
    margin-bottom: 10px;
  }
  .details-page .TRS_Editor {
    text-align: center;
  }
  .details-page .TRS_Editor iframe {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .no-scroll-box {
    height: auto !important;
  }
}
