@charset "UTF-8";
@media screen and (max-width: 750px) {
  .mb-20 {
    margin-bottom: 8px;
  }
  .mb-40 {
    margin-bottom: 0;
  }
  .my-40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mb-8 {
    margin-bottom: 8px;
  }
  .px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-40 {
    padding: 14px;
  }
  .mobile-pb-20 {
    padding-bottom: 20px;
  }
  .pb-40 {
    padding-bottom: 0;
  }
  .pb-20-i {
    padding-bottom: 20px !important;
  }
  .pt-10 {
    padding-top: 0;
  }
  .px-20 {
    padding-left: 14px;
    padding-right: 14px;
  }
  .mobile-px-14 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .mobile-show {
    display: block !important;
  }
  .mobile-show-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .mobile-hide {
    display: none !important;
  }
  .fixed-notices {
    display: none;
  }
  .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header-tool-bar {
    display: none;
  }
  .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: #1a59a8;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-nav .item {
    width: 186px;
    padding: 7px 0;
    border-bottom: 1px dashed #164c90;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #8faacb;
  }
  .header-nav .item span {
    display: block;
    width: 104px;
    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;
  }
  .mobile-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .horizontal-notices {
    height: 30px;
    margin-bottom: 0;
  }
  .horizontal-notices .headlines-icon {
    width: 61px;
    background-size: cover;
  }
  .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;
  }
  .focus-imgs-news-dynamic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
  }
  .focus-imgs-news-dynamic .focus-imgs {
    width: 100%;
  }
  .focus-imgs-news-dynamic .focus-imgs-item img {
    height: auto;
  }
  .focus-imgs-news-dynamic .focus-imgs-item h3 {
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 80px;
    font-size: 14px;
  }
  .focus-imgs-news-dynamic .news-dynamic {
    width: 100%;
  }
  .info-topic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
  }
  .info-topic .info-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .info-topic .topic-box {
    width: 100%;
  }
  .info-topic .topic-box .topic {
    padding: 0 14px;
  }
  .info-topic .topic-box .topic a {
    margin-bottom: 8px;
  }
  .info-topic .topic-box .topic a img {
    width: 100%;
  }
  .service-data-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-data-center .service-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .data-center-box {
    width: 100%;
  }
  .center-box {
    padding: 9px 14px 0;
  }
  .center-box .center-item {
    width: 84px;
    margin-right: 3px;
    margin-bottom: 15px;
  }
  .center-box .center-item:nth-child(4n) {
    margin-right: 0;
  }
  .center-box .center-item img {
    width: 59px;
    height: 59px;
    margin-bottom: 5px;
  }
  .center-box .center-item h6 {
    font-size: 12px;
    line-height: 16px;
  }
  .data-center .data-content {
    width: 100%;
    overflow-x: auto;
  }
  .data-center .data-content .data-panel {
    width: 1200px;
  }
  .data-info-public {
    width: 100vw;
  }
  .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;
  }
  /* 公共样式 */
  .module-title {
    height: 40px;
    padding: 6px 0;
    background-image: url("../images/home/png_list_t.png");
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 24px 38px;
    font-size: 18px;
    color: #333333;
    padding: 0 15px;
  }
  .module-title .title {
    height: 24px;
    line-height: 24px;
  }
  .module-title .title b {
    color: #1a59a8;
  }
  .module-title .more {
    font-size: 14px;
  }
  /* 公共样式 */
  .module-tabs {
    width: 100%;
  }
  .module-tabs .tabs-title {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 14px;
    margin-bottom: 0;
  }
  .module-tabs .tabs-title .tab-title {
    display: block;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 16px;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    background-color: #f5f6f7;
    margin-right: 8px;
  }
  .module-tabs .tabs-title .tab-title:last-child {
    margin-right: 0;
  }
  .module-tabs .tabs-title .tab-title.active {
    background-color: #1a59a8;
    color: #ffffff;
  }
  .module-tabs .tabs-title.handle {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 14px;
  }
  .module-tabs .tabs-panel .tab-panel {
    display: none;
  }
  .module-tabs .tabs-panel .tab-panel.active {
    display: block;
  }
  /* 公共样式 */
  .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 8px;
  }
  .info-list .item.rect:hover {
    background-position: 0 8px;
  }
  .info-list .item.icon1 {
    padding-left: 20px;
    background-position: 0 0;
    background-size: 16px 18px;
  }
  .middle-banners {
    display: none;
  }
  .friendly-link {
    display: none;
  }
  .footer {
    min-width: 100%;
    height: 381px;
  }
  .footer .website-inner-link,
  .footer .third-app {
    display: none;
  }
  .footer .website-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .website-ownership {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .website-ownership .sydw-icon {
    margin-left: 38px;
    margin-bottom: 12px;
  }
  .footer .website-ownership ul li {
    font-size: 14px;
    line-height: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  #back-top {
    right: 32px;
  }
  #back-top img {
    display: block;
    width: 32px;
  }
  .module-more {
    display: block;
  }
  .index-search-num {
    margin-bottom: 8px;
  }
  .index-search {
    padding: 14px;
  }
  .index-search-category {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index-search-category button {
    margin-bottom: 12px;
  }
  .drug-testing-system {
    padding: 0;
  }
  .leadership {
    display: block;
    margin-bottom: 16px;
    position: relative;
  }
  .leadership::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(rgba(26, 89, 168, 0.7)),
      color-stop(rgba(26, 89, 168, 0.8)),
      color-stop(rgba(26, 89, 168, 0.9)),
      color-stop(#1a59a8),
      color-stop(#1a59a8),
      color-stop(#1a59a8),
      to(#1a59a8)
    );
    background-image: -webkit-linear-gradient(
      left,
      transparent,
      rgba(26, 89, 168, 0.7),
      rgba(26, 89, 168, 0.8),
      rgba(26, 89, 168, 0.9),
      #1a59a8,
      #1a59a8,
      #1a59a8,
      #1a59a8
    );
    background-image: linear-gradient(
      to right,
      transparent,
      rgba(26, 89, 168, 0.7),
      rgba(26, 89, 168, 0.8),
      rgba(26, 89, 168, 0.9),
      #1a59a8,
      #1a59a8,
      #1a59a8,
      #1a59a8
    );
  }
  .leadership img {
    display: block;
    width: 100%;
  }
  .leadership div {
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 14px;
  }
  .leadership div h4 {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .leadership div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .leadership div ul li {
    display: block;
    width: 50%;
  }
  .leadership div ul li b {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: bold;
  }
  .leadership div ul li i {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    margin-left: 8px;
  }
  .offices-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 14px;
  }
  .offices-tabs .offices-title {
    height: auto;
    padding-top: 0;
    padding: 16px 20px 4px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .offices-tabs .offices-title .office-title {
    font-size: 12px;
    line-height: 16px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
  }
  .offices-tabs .offices-title .office-title.active {
    background-image: none;
  }
  .offices-tabs .offices-panel {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    border: none;
    margin-left: 0;
  }
  .offices-tabs .offices-panel .office-panel {
    padding-top: 0;
    padding-left: 0;
  }
  .offices-tabs .offices-panel .office-panel h4 {
    font-size: 16px;
    line-height: 22px;
    border-left: 6px solid #1a59a8;
    padding-left: 8px;
  }
  .offices-tabs .offices-panel .office-panel p {
    font-size: 16px;
  }
  #contact-panel .bl-title {
    display: block;
  }
  .contact {
    padding: 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .contact-item {
    width: 100%;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    border: none;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact .contact-item:nth-child(3n) {
    margin-right: 0;
  }
  .contact .contact-item::after {
    border: none;
  }
  .contact .contact-item .contact-who {
    width: 50%;
    text-align: right;
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 14px;
    background-image: none;
    position: relative;
  }
  .contact .contact-item .contact-who::after {
    content: ":";
    position: absolute;
    top: 0;
    right: 8px;
  }
  .contact .contact-item .contact-phone {
    width: 50%;
    font-size: 16px;
    line-height: 21px;
    color: #1a59a8;
    padding-left: 14px;
  }
  .contact .contact-item:hover {
    border: none;
  }
  .contact .contact-item:hover::after {
    display: none;
  }
  .contact .contact-item:hover .contact-who {
    background-image: none;
  }
  .contact .contact-item:hover .contact-phone {
    color: #1a59a8;
  }
  .provinces-tabs {
    padding: 0 14px;
  }
  .provinces-tabs .provinces-title {
    background-color: #eff2f6;
    padding: 16px 20px 4px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .provinces-tabs .provinces-title .province-title {
    font-size: 12px;
    line-height: 16px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    margin-bottom: 16px;
  }
  .provinces-tabs .provinces-title .province-title.active {
    color: #1a59a8;
    font-weight: bold;
  }
  .provinces-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .provinces-panel .province-panel {
    display: none;
    width: 100%;
    border: 1px solid #1a59a8;
    background-color: #fff;
    padding: 22px 24px 8px 24px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .provinces-panel .province-panel:nth-child(3n) {
    margin-right: 0;
  }
  .provinces-panel .province-panel::after {
    border: none;
  }
  .provinces-panel .province-panel .province-who {
    font-size: 20px;
    color: #1a59a8;
  }
  .provinces-panel .province-panel:hover::after {
    display: none;
  }
  .provinces-panel .province-panel.active {
    display: block;
  }
  #map {
    overflow: hidden;
    width: 100%;
    height: 472px;
  }
  .bl-title {
    font-size: 16px;
    line-height: 22px;
  }
  .article-p {
    font-size: 14px;
    line-height: 21px;
    text-indent: 28px;
    margin-bottom: 16px;
  }
  .article-detail {
    padding: 0 14px !important;
  }
  .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 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 {
    font-size: 16px;
  }
  .max-list-item > a .content p {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 1;
  }
  .max-list-item.tl > a .content p {
    -webkit-line-clamp: 2;
  }
  .news-module-dynamic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .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 .topic-list li {
    margin-bottom: 12px;
  }
  .news-module-dynamic .news-dynamic-side .topic-list li:last-child {
    margin-bottom: 0;
  }
  .info-public {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-public > div {
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
    height: auto;
  }
  .info-public > div.mb-0 {
    margin-bottom: 0;
  }
  .service-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 24px 0;
  }
  .service-search .service-search-entry {
    width: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .service-search .service-search-entry:nth-child(3n) {
    margin-right: 0;
  }
  .service-search .service-search-entry img {
    margin-bottom: 8px;
  }
  .service-search .service-search-entry h3 {
    font-size: 14px;
    line-height: 19px;
    height: 38px;
    text-align: center;
    font-weight: bold;
  }
  .service-search .service-search-entry h3.br {
    width: 70%;
  }
  .topic-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .topic-list .topic-list-item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 8px 14px;
  }
  .topic-list .topic-list-item:last-child {
    margin-bottom: 0;
  }
  .topic-list .topic-list-item div {
    width: 100%;
    margin-bottom: 8px;
  }
  .topic-list .topic-list-item div img {
    display: block;
    width: 100%;
  }
  .topic-list .topic-list-item div h4 {
    line-height: 24px;
    font-size: 14px;
  }
  .topic-list .topic-list-item p {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }
  .column-topic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
  }
  .column-topic > .topic-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    padding: 14px;
    background-color: #fff;
  }
  .column-topic > .topic-list:first-child {
    padding-right: 14px;
  }
  .column-topic > .topic-list:last-child {
    padding-left: 14px;
  }
  .column-topic > .topic-list .topic-list-item {
    width: 110px;
    margin-right: 8px;
    margin-bottom: 0;
    padding: 0;
  }
  .column-topic > .topic-list .topic-list-item > div {
    margin-bottom: 0;
  }
  .column-topic > .topic-list .topic-list-item:first-child {
    margin-right: 0;
    width: 100%;
  }
  .column-topic > .topic-list .topic-list-item:first-child > div {
    margin-bottom: 8px;
  }
  .column-topic > .topic-list .topic-list-item:last-child {
    margin-right: 0;
  }
  .pesticide-horizontal-timeline {
    padding: 14px;
  }
  .pesticide-horizontal-timeline .timeline-box .timeline-container span {
    margin-left: 25px;
  }
  .service-platform {
    position: relative;
  }
  .service-platform > img {
    width: 100%;
  }
  .service-platform .entry-box {
    position: absolute;
    top: 37px;
    right: 40px;
    width: 294px;
    height: 198px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.36);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .service-platform .entry-box h4 {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .service-platform .entry-box p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 10px;
  }
  .service-platform .entry-box .entry-item {
    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;
    color: #fff;
    background-color: #1a59a8;
    -webkit-box-shadow: 0px 8px 10px -3px rgba(28, 89, 168, 0.5);
    box-shadow: 0px 8px 10px -3px rgba(28, 89, 168, 0.5);
    width: 100%;
    height: 40px;
    font-size: 12px;
  }
  .service-platform .entry-box .entry-item img {
    display: block;
    margin-right: 8px;
  }
  .service-platform .entry-box .entry-item.jszx {
    background-color: #50b772;
    -webkit-box-shadow: 0px 8px 10px -3px rgba(80, 183, 114, 0.5);
    box-shadow: 0px 8px 10px -3px rgba(80, 183, 114, 0.5);
  }
  .service-platform .entry-box2 {
    top: 37px;
    right: 40px;
    left: auto;
  }
  .service-platform1 {
    display: block;
  }
  .service-platform1 .entry-box {
    height: auto;
    padding-bottom: 20px;
  }
  .service-platform1 .entry-box > div > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-platform1 .entry-box p {
    height: auto;
  }
  .service-platform1-content .module-tabs .tabs-title {
    margin-bottom: 10px;
  }
  .service-platform1-content .module-tabs .tabs-title .tab-title {
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .service-platform1-content .article-detail-content {
    padding: 0 14px !important;
  }
  .focus-item img {
    height: auto;
  }
  .focus-item h3 {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .review {
    width: 100%;
    position: fixed;
    right: auto;
    left: 0;
    top: auto;
    bottom: 40px;
    padding: 5px;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .review .btn {
    display: block;
    padding: 5px 8px;
    background-color: #1a59a8;
    border: none;
    outline: none;
    color: #ffffff;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
  .review .btn.turn-down {
    margin-left: 20px;
    background-color: rgb(219, 70, 70);
  }
  .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .drug-testing-system .module-tabs .tabs-title .tab-title:last-child {
    position: static;
  }
}
