@charset "UTF-8";
@media screen and (max-width: 750px) {
  .mb-20 {
    margin-bottom: 0;
  }
  .mb-40 {
    margin-bottom: 8px;
  }
  .mobile-show {
    display: block !important;
  }
  .mobile-show-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mobile-hide {
    display: none !important;
  }
  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header-banner {
    min-width: 100%;
    -webkit-filter: grayscale(0.01);
    filter: grayscale(0.01);
    height: 88px;
    background-size: 100% 88px;
  }
  .header-banner .web-logo {
    display: block;
    width: 225px;
    margin-left: 16px;
  }
  .header-banner .search {
    display: none;
  }
  .header-nav {
    min-width: 100%;
    background-color: transparent;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .header-nav .container {
    position: relative;
    width: 296px;
    height: 100%;
    background-color: #de363a;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-nav .item {
    width: 211px;
    padding: 7px 0;
    border-bottom: 1px dashed #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffa0a2;
  }
  .header-nav .item span {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    text-align: center;
  }
  .header-nav .item.active span {
    background-color: transparent;
    color: #fff;
  }
  .header-nav .close-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav.show {
    right: 0;
  }
  .footer {
    height: 464px;
    min-width: 100%;
  }
  .footer .container {
    padding-top: 23px;
  }
  .footer .website-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .website-ownership {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px;
  }
  .footer .website-ownership .sydw-icon {
    margin-bottom: 12px;
    margin-right: 0;
  }
  .footer .website-ownership ul li {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer .website-ownership ul li img {
    margin-left: 5px;
    vertical-align: text-top;
  }
  .footer .third-app {
    display: none;
  }
  #back-top {
    right: 32px;
  }
  #back-top img {
    display: block;
    width: 32px;
  }
  .horizontal-notices {
    height: 30px;
    margin-bottom: 0;
  }
  .horizontal-notices .headlines-icon {
    width: 75px;
    line-height: 30px;
    font-size: 12px;
  }
  .horizontal-notices .notices-list .notices-item {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-position: 0 13px;
  }
  .horizontal-notices .notices-list .notices-more {
    font-size: 12px;
    width: 55px;
  }
  .swiper .swiper-pagination {
    bottom: 10px;
    right: 10px;
    padding: 0;
  }
  .swiper .swiper-pagination:hover {
    background-color: transparent;
  }
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .swiper
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
  }
  .swiper.carousel-this-ind-rect
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
  }
  .index-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .index-info-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .index-info-right {
    width: 100%;
    margin-bottom: 8px;
  }
  /* 公共样式 */
  .info-list {
    padding-left: 14px;
    padding-right: 14px;
  }
  .info-list .item {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 9px;
  }
  .info-list .item.rect {
    padding-left: 11px;
    background-position: 0 10px;
  }
  .info-list .item.rect:hover {
    background-position: 0 10px;
  }
  .info-list .item.icon1 {
    padding-left: 20px;
    background-position: 0 0;
    background-size: 16px 18px;
  }
  .info-list .item .title {
    width: 72%;
  }
  /* 公共样式 */
  .module-tabs {
    width: 100%;
    padding-top: 12px;
  }
  .module-tabs .tabs-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 14px;
    margin-bottom: 0;
  }
  .module-tabs .tabs-title .tab-title {
    display: block;
    padding: 0 4px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 16px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #f5f6f7;
    margin-right: 12px;
    font-weight: normal;
  }
  .module-tabs .tabs-title .tab-title.active {
    background-color: #de363a;
    color: #ffffff;
  }
  .module-tabs .tabs-title .tab-title.active::after {
    display: none;
  }
  /* 公共样式 */
  .module-title {
    height: 40px;
    padding: 6px 0;
    background-image: url("../images/home/png_first.png");
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 24px 38px;
    background-color: #fff;
    font-size: 18px;
    color: #333333;
    padding: 0 15px;
  }
  .module-title .title {
    height: 24px;
    line-height: 24px;
  }
  .module-title .title b {
    color: #de363a;
  }
  .module-title .more {
    display: none;
  }
  .center-box {
    padding-top: 12px;
  }
  .center-box .center-item {
    width: 25%;
    margin-right: 0;
  }
  .center-box .center-item img {
    width: 60px;
    height: 60px;
  }
  .center-box .center-item h6 {
    font-size: 12px;
    line-height: 16px;
  }
  .about-box {
    padding: 0 14px;
    padding-top: 12px;
  }
  .about-box .about-item {
    margin-bottom: 26px;
    width: 25%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-box .about-item img {
    display: block;
    width: 60px;
    height: 60px;
  }
  .other-imgs a {
    width: 49%;
    display: block;
    margin-right: 2%;
    margin-bottom: 8px;
  }
  .other-imgs a:nth-child(2n) {
    margin-right: 0;
  }
  .other-imgs a img {
    width: 100%;
  }
  .index-search-num {
    margin-bottom: 8px;
  }
  .index-search {
    padding: 14px;
    margin-bottom: 8px;
  }
  .index-search .info-list {
    padding: 0;
  }
  .index-search-category {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index-search-category button {
    margin-bottom: 12px;
  }
  .news-module-dynamic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .news-module-dynamic .news-dynamic-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .news-module-dynamic .news-dynamic-list .max-list-item img {
    width: 108px;
    height: 80px;
  }
  .news-module-dynamic .news-dynamic-side {
    width: 100%;
  }
  .news-module-dynamic .news-dynamic-side .top {
    padding: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .news-module-dynamic .news-dynamic-side .info-list {
    padding: 0 14px;
  }
  .news-module-dynamic .news-dynamic-side .info-list li .item h2 {
    width: 100%;
  }
  .news-module-dynamic .news-dynamic-side .info-list li:last-child .item {
    margin-bottom: 0;
  }
  .news-module-dynamic .news-dynamic-side .topic-list li {
    margin-bottom: 8px;
  }
  .news-module-dynamic .news-dynamic-side .topic-list li:last-child {
    margin-bottom: 0;
  }
  .focus-item img {
    height: 236px;
  }
  .focus-item h3 {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .middle-banners .middle-banners-center {
    padding: 0 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
  }
  .middle-banners .middle-banners-center .banner {
    margin-bottom: 12px;
  }
  .module-more {
    display: block;
  }
  .article-detail {
    padding: 0 14px !important;
    margin-bottom: 8px;
  }
  .article-detail .article-detail-head {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  .article-detail .article-detail-head .article-detail-head-title {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    text-align: left;
    margin-bottom: 27px;
    padding: 0;
  }
  .article-detail .article-detail-content p {
    line-height: 24px;
    font-size: 16px;
    text-indent: 32px;
    margin-bottom: 11px;
  }
  .article-detail .article-detail-content img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 11px;
  }
  .article-detail .article-detail-content img.space {
    float: none !important;
    margin: 20px 0 !important;
  }
  .article-detail .article-detail-content .file-list {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article-detail .article-detail-content .file-list > span {
    width: auto;
    margin-bottom: 10px;
  }
  .article-detail .article-detail-content .file-list ul {
    margin-left: 0;
  }
  .article-detail .article-detail-like {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .article-detail .article-detail-like .like-icon {
    display: block;
    margin-bottom: 7px;
    width: 26px;
    height: 28px;
    background-color: transparent;
    border-radius: 0;
    background-image: url("../images/detail/icon_no_d.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  .article-detail .article-detail-like .like-icon.liked {
    background-image: url("../images/detail/icon_yes_d.png");
  }
  .article-detail .article-detail-like .like-num {
    display: block;
    font-size: 18px;
    color: #da2226;
  }
  .share {
    margin-bottom: 0;
  }
  .share span.icon {
    width: 48px;
    height: 48px;
    background-size: cover;
  }
  .max-list-item {
    padding: 0 14px;
  }
  .max-list-item > a {
    padding: 8px 0;
    border-bottom: none;
  }
  .max-list-item > a img {
    width: 108px;
    height: 80px;
  }
  .max-list-item > a .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-left: 8px;
  }
  .max-list-item > a .content h2 {
    display: none;
  }
  .max-list-item > a .content p {
    font-size: 16px;
    line-height: 24px;
  }
  .max-list {
    padding-bottom: 1px;
  }
  .leadership {
    display: block;
    margin-bottom: 8px;
    position: relative;
    padding: 0;
  }
  .leadership::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(rgba(222, 54, 58, 0.7)),
      color-stop(rgba(222, 54, 58, 0.8)),
      color-stop(rgba(222, 54, 58, 0.9)),
      color-stop(#de363a),
      color-stop(#de363a),
      color-stop(#de363a),
      to(#de363a)
    );
    background-image: -webkit-linear-gradient(
      left,
      transparent,
      rgba(222, 54, 58, 0.7),
      rgba(222, 54, 58, 0.8),
      rgba(222, 54, 58, 0.9),
      #de363a,
      #de363a,
      #de363a,
      #de363a
    );
    background-image: linear-gradient(
      to right,
      transparent,
      rgba(222, 54, 58, 0.7),
      rgba(222, 54, 58, 0.8),
      rgba(222, 54, 58, 0.9),
      #de363a,
      #de363a,
      #de363a,
      #de363a
    );
  }
  .leadership::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: url("../images/home/png_xit.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .leadership img {
    display: none;
    width: 100%;
  }
  .leadership div {
    margin-left: 0;
    width: 100%;
    height: 100%;
    padding: 14px;
    position: relative;
    z-index: 10;
  }
  .leadership div h4 {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .leadership div ul {
    padding-left: 20px;
  }
  .leadership div ul li {
    margin-bottom: 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .leadership div ul li b {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  .leadership div ul li i {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin-left: 0;
  }
  /* 公共样式 */
  .about-tabs {
    padding: 0 14px;
    padding-top: 12px;
    margin-bottom: 8px;
    padding-bottom: 12px;
  }
  .about-tabs .tabs-title {
    border-bottom: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .about-tabs .tabs-title .tab-title {
    padding: 0 4px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 12px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #f5f6f7;
    margin-right: 12px;
    font-weight: normal;
  }
  .about-tabs .tabs-title .tab-title.active {
    background-color: #de363a;
    color: #ffffff;
  }
  .about-tabs .tabs-title .tab-title.active::after {
    display: none;
  }
  .bl-title {
    font-size: 16px;
    line-height: 22px;
  }
  .article-p {
    font-size: 14px;
    line-height: 21px;
    text-indent: 28px;
    margin-bottom: 16px;
  }
  .article-img {
    max-width: 100%;
    margin-bottom: 8px;
  }
  .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
