.content {
  width: 100%;
  height: 100%;
  position: relative;
}

header {
  width: 100%;
  z-index: 1000;
  position: relative;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

.d2s_basic {
  width: 100%;
  height: 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.d2s_basic .text {
  font-size: 0.225rem;
  color: #818487;
}

.MediaRight .MenuItem {
  padding: 0 30px;
  font-size: 0.175rem;
  display: flex;
  align-items: center;
}

.MediaRight .MenuItem_active {
  /* color: #32adda !important; */
  border-bottom: 1px solid #fff !important;
}

.news_content {
  width: 100%;
  flex-shrink: 0;
}

/*pc端*/
@media only screen and (min-device-width: 768px) {
  .d2s_logo {
    width: 5.075rem;
    height: 0.675rem;
  }

  .PcTopBar {
    box-sizing: border-box;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.09);
    padding: 0 1.25rem;
    width: 100%;
  }

  .MobileTopBar {
    display: none;
  }

  .MobileTopBarDiv {
    display: none;
  }

  .MoveingLight {
    /*position: absolute;
      left: -1px;
      top:0;
      width: 60px;
      height: 60px;
      transform: rotate(-45deg);
      animation: MoveIt 3.5s linear infinite;
      background: radial-gradient(#fff,hsla(0,0%,100%,.2),hsla(0,0%,100%,0));*/
  }

  .d2s_top_bg {
    display: block;
  }

  .d2s_top_bg_mobile {
    display: none;
  }

  .title_top {
    display: flex;
    justify-content: center;
    height: 1.5625rem
      /* 125/80 */
    ;
    line-height: 1.7125rem
      /* 137/80 */
    ;
    color: #333333;
  }

  .title_top a {
    display: flex;
    position: relative;
    font-size: 0.225rem
      /* 18/80 */
    ;
    padding: 0 1.4125rem
      /* 113/80 */
    ;
    cursor: pointer;
  }

  .title_top a.active {
    position: relative;
    color: #32adda;
  }

  .title_top a.active::after {
    content: "";
    position: absolute;
    top: 0.9125rem
      /* 73/80 */
    ;
    left: 0.31875rem
      /* 25.5/80 */
    ;
    width: 3.0875rem
      /* 247/80 */
    ;
    height: 0.1625rem
      /* 13/80 */
    ;
    background: url("/templates/d2ssoft/image/laboratory/tab-line.png") no-repeat;
    background-size: 100% 100%;
  }

  .title_top a:nth-child(-n + 3)::before {
    content: "";
    position: absolute;
    top: 45%;
    right: 0rem
      /* 0/80 */
    ;
    width: 0.0125rem
      /* 1/80 */
    ;
    height: 0.325rem
      /* 26/80 */
    ;
    background: #d9d9d9;
  }

  .section_content {
    width: 100%;
    padding: 0 1rem 0.375rem;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .section_content #bi_iframe {
    width: 100%;
    min-height: 12.5rem
      /* 1000/80 */
    ;
  }

  /* 荣誉奖励 */
  .honor_awards {
    width: 100%;
    padding: 0 1.5rem 0.375rem;
    background-color: #f6f7f8;
    box-sizing: border-box;
    overflow: hidden;
  }

  .timeline {
    width: 100%;
    padding: 1rem 2rem;
    box-sizing: border-box;
  }

  .post_details {
    display: none;
    width: 100%;
    height: auto;
    padding: 0.8rem 3.25rem;
    box-sizing: border-box;
  }

  .post_details .post_card {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .post_details .post_card .card_p1 {
    width: 100%;
    font-size: 0.525rem;
    color: #000;
    margin-bottom: 0.25rem;
  }

  .post_details .post_card .card_p2 {
    color: #999999;
    font-size: 0.175rem;
  }

  .post_details .card_content {
    padding: 0.5rem 0;
  }

  .post_details .card_content ul {
    margin-bottom: 0.6rem;
  }

  .post_details .card_content ul li {
    margin-bottom: 0.25rem;
  }

  .post_details .card_content p {
    margin: 0.4rem 0;
  }

  .timeline-item {
    position: relative;
    margin: 0;
    padding-bottom: 0.5rem;
    font-size: 0.2rem;
    list-style: none;
  }

  .timeline-item-label img {
    height: 1.5rem;
  }

  .timeline-item-year {
    margin: 0 auto;
    width: 0.925rem;
    height: 0.4625rem;
    line-height: 0.4625rem;
    background: #32adda;
    border-radius: 0.05rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
  }

  .timeline-item-label1 {
    display: none;
  }

  .timeline-item-label {
    position: absolute;
    top: -0.75rem;
    text-align: right;
  }

  .timeline-item-left .timeline-item-label {
    left: 101%;
    text-align: right;
  }

  .timeline-item-right .timeline-item-label {
    right: 101%;
    text-align: left;
  }

  .timeline-item-tail {
    position: relative;
    height: 0.8rem;
    top: 0;
    left: 50%;
    border-left: 2px solid #f0f0f0;
  }

  .timeline-item-left .timeline-item-tail {
    position: absolute;
    top: 0.15rem;
    height: calc(100% - 0.15rem);
  }

  .timeline-item-right .timeline-item-tail {
    position: absolute;
    top: 0.15rem;
    height: calc(100% - 0.15rem);
  }

  .timeline-item-head {
    position: absolute;
    left: 50%;
    top: 0rem;
    margin-left: -0.05rem;
    width: 0.15rem;
    height: 0.15rem;
    background: url("/templates/d2ssoft/image/lihua/圆圈.svg") center no-repeat;
  }

  .timeline-item-right .timeline-item-content {
    margin: 0;
    left: 0;
  }

  .timeline-item-content {
    position: relative;
    top: -0.44rem;
    margin: 0 0 0 0.375rem;
    left: calc(50% - 0.05rem);
    width: calc(50% - 0.3rem);
    text-align: left;
  }

  .timeline-item-content .time {
    padding: 0.125rem 0;
    margin-bottom: 0.125rem;
    border-bottom: 1px solid #ecedee;
    font-size: 0.225rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #32adda;
  }

  .timeline-item-content ul {
    margin-left: 0.125rem;
    line-height: 1.71;
  }

  .timeline-item-content li {
    position: relative;
    margin-left: 0;
    list-style: none;
  }

  .timeline-item-content li img {
    display: none;
  }

  .timeline-alternate ul li {
    position: relative;
    margin: 0.0625rem 0;
    /* padding-left: 30px; */
  }

  /* 荣誉奖励 */
  /* 企业资质 */
  .company_qualifications {
    width: 100%;
    padding: 0 1.5rem 0.375rem;
    background-color: #f6f7f8;
    box-sizing: border-box;
    height: 12.4125rem;
  }

  .qualifications_content {
    width: 100%;
  }

  .qualifications_content .img-item {
    width: calc((100% - 0.975rem) / 4
        /* 78/80 */
      );
    height: 3.3625rem;
    margin-right: 0.325rem
      /* 26/80 */
    ;
    padding: 0.3rem
      /* 24/80 */
    ;
    margin-bottom: 0.2875rem;
    box-sizing: border-box;
    background-color: #fff;
  }

  .qualifications_content .img-item:nth-child(4n) {
    margin-right: 0rem
      /* 0/80 */
    ;
  }

  .qualifications_content img {
    width: 100%;
    height: 100%;
  }

  /* 企业资质 */
  /* 新闻动态 */
  .news_content {
    width: 100%;
    padding: 0.15rem 1rem 0.375rem;
    box-sizing: border-box;
  }

  .news_content .news-list {
    width: 100%;
    padding: 0.8rem 0.8125rem
      /* 65/80 */
      0rem
      /* 31/80 */
      0.8375rem
      /* 67/80 */
    ;
    background-color: #fff !important;
    box-sizing: border-box;
  }

  .news_content .news-list li {
    width: 100%;
    padding-bottom: 0.3rem;
    box-sizing: border-box;
  }

  .news_content .news-list li:last-child {
    margin-bottom: 0rem
      /* 0/80 */
    ;
  }

  .news_content .news-list li .left .date {
    margin-top: 0.125rem
      /* 10/80 */
    ;
    margin-right: 0.475rem
      /* 38/80 */
    ;
    font-size: 0.45rem
      /* 36/80 */
    ;
    font-family: Roboto-Medium;
    font-weight: 500;
    color: #32adda;
  }

  .news_content .news-list li .left .date span {
    font-size: 0.25rem
      /* 20/80 */
    ;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #32adda;
  }

  .news_content .news-list li .left .line,
  .news_content .news-list li .left .year-month {
    display: none;
  }

  .news_content .news-list li .right {
    width: 89%;
    font-weight: 400;
  }

  .news_content .news-list li .right .content-text {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }

  .news_content .news-list li .right .title {
    width: 100%;
    padding-bottom: 0.125rem
      /* 10/80 */
    ;
    margin-bottom: 0.275rem
      /* 22/80 */
    ;
    font-size: 0.225rem
      /* 18/80 */
    ;
    font-family: Roboto-Regular;
    font-weight: 400;
    color: #999999;
    border-bottom: 1px solid #e5e5e5;
  }

  .news_content .page-area {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0.8375rem 0.384rem 0.384rem;
    box-sizing: border-box;
    background-color: #fff;
  }

  .news_content .page-area li {
    width: 0.7rem
      /* 40/31.25 */
    ;
    height: 0.7rem
      /* 40/31.25 */
    ;
    text-align: center;
    font-size: 0.3rem
      /* 14/31.25 */
    ;
    color: #333333;
    border-radius: 0.064rem
      /* 2/31.25 */
    ;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.125rem;
    cursor: pointer;
    background: #f6f7f8;
  }

  .news_content .page-area li.current-page {
    color: #fff;
    background: #32adda;
  }

  /* 新闻动态 */
  /* 企业简介 */
  .company_content {
    width: 100%;
    padding: 1rem
      /* 12/80 */
      1.5rem 0.375rem;
    background-color: #fff;
    box-sizing: border-box;
  }

  .company_bg {
    display: block;
    width: 14.13rem;
    height: 6.96rem;
    background: url("/templates/d2ssoft/image/aboutUs/companybg.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 1rem;
    z-index: -1;
  }

  .company_container {
    position: relative;
    top: 1.4125rem;
    left: 9.5rem;
    width: 8.45rem;
  }

  .company_title {
    height: 0.375rem;
    font-size: 0.375rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.375rem;
    margin-bottom: 0.35rem;
  }

  .company_inner {
    font-size: 0.25rem;
    line-height: 0.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
  }

  .inner_item {
    text-indent: 2em;
  }

  .inner_item_bold {
    font-weight: bold;
  }

  /* 企业简介 */
}

/*移动端*/
@media only screen and (max-device-width: 768px) {
  .d2s_logo {
    width: 15rem;
    height: 2.3rem;
    margin-left: 0.6rem;
  }

  .home_content {
    margin-top: -4.3rem;
  }

  .d2s_top_bg {
    display: none !important;
  }

  .d2s_top_bg_mobile {
    display: block;
  }

  .d2s_top_bg_mobile {
    position: relative;
    width: 100%;
    height: 20.896rem
      /* 653/31.25 */
    ;
    background: url("/templates/d2ssoft/image/aboutUs/bannermo.png") no-repeat;
    background-size: 100% 100%;
  }

  .d2s_top_bg_mobile .top_msg_content {
    position: absolute;
    top: 7.616rem
      /* 238/31.25 */
    ;
    left: 1.888rem
      /* 59/31.25 */
    ;
  }

  .d2s_top_bg_mobile .top_msg_content .title {
    font-size: 1.92rem
      /* 60/31.25 */
    ;
    font-weight: 400;
    color: #ffffff;
  }

  .d2s_top_bg_mobile .top_msg_content .line {
    width: 1.152rem
      /* 36/31.25 */
    ;
    height: 0.128rem
      /* 4/31.25 */
    ;
    margin: 0.736rem
      /* 23/31.25 */
      0 4.736rem
      /* 148/31.25 */
    ;
    background: #ffffff;
  }

  .d2s_top_bg_mobile .top_msg_content .description {
    font-size: 3.84rem
      /* 120/31.25 */
    ;
    font-weight: bold;
    color: rgba(234, 239, 241, 0.34);
    font-family: Barlow;
  }

  .title_top {
    display: flex;
    justify-content: space-between;
    height: 3.84rem
      /* 120/31.25 */
    ;
    padding: 0 0.704rem
      /* 22/31.25 */
    ;
    line-height: 3.84rem
      /* 120/31.25 */
    ;
    color: #333333;
    background-color: #f6f7f8;
  }

  .title_top a {
    position: relative;
    text-align: center;
    flex: 1;
    font-size: 0.768rem
      /* 24/31.25 */
    ;
    cursor: pointer;
    box-sizing: border-box;
  }

  .title_top a.active {
    position: relative;
    color: #32adda;
  }

  .title_top a.active::after {
    content: "";
    position: absolute;
    top: 2.24rem
      /* 70/31.25 */
    ;
    left: 0rem
      /* 0/31.25 */
    ;
    width: 5.632rem
      /* 176/31.25 */
    ;
    height: 0.512rem
      /* 16/31.25 */
    ;
    background: url("/templates/d2ssoft/image/laboratory/tab-line.png") no-repeat;
    background-size: 100% 100%;
  }

  .title_top a:nth-child(-n + 3)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0rem
      /* 0/80 */
    ;
    transform: translateY(-50%);
    width: 0.032rem
      /* 1/31.25 */
    ;
    height: 0.832rem
      /* 26/31.25 */
    ;
    background: #d9d9d9;
  }

  .section_content {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    background: #f6f7f8;
  }

  .section_content #bi_iframe {
    width: 100%;
    min-height: 56.704rem
      /* 1772/31.25 */
    ;
  }

  /* 荣誉奖励 */
  .honor_awards {
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: hidden;
  }

  .timeline {
    background-color: #fff;
    padding: 1.25rem 0;
    box-sizing: border-box;
  }

  .timeline .time_title {
    font-size: 2rem;
    text-align: center;
  }

  .timeline-item {
    position: relative;
    margin: 0;
    padding-bottom: 0.5rem;
    list-style: none;
    box-sizing: border-box;
  }

  .timeline-item-label img {
    height: 1.5rem;
  }

  .timeline-item-year {
    font-weight: 800;
    color: #fff;
    text-align: center;
    border-radius: 0.3rem;
    background-color: #32adda;
    width: 3rem;
    height: 1.5rem;
    font-size: 1rem;
    margin-left: 1rem;
    line-height: 1.5rem;
  }

  .timeline-item-label {
    display: none;
  }

  .timeline-item-tail {
    position: relative;
    height: 0.8rem;
    top: 0;
    left: 10%;
    border-left: 2px solid #f0f0f0;
  }

  .timeline-item-left .timeline-item-tail {
    position: absolute;
    top: 0.15rem;
    height: calc(100% - 0.15rem);
  }

  .timeline-item-right .timeline-item-tail {
    position: absolute;
    top: 0.15rem;
    height: calc(100% - 0.15rem);
  }

  .timeline-item-head {
    position: absolute;
    left: 8.5%;
    top: 0.4rem;
    margin-left: -0.075rem;
    width: 1rem;
    height: 1rem;
    background: url("/templates/d2ssoft/image/lihua/圆圈.svg") center no-repeat;
  }

  .timeline-item-content {
    margin: 0;
    position: relative;
    top: -0.35rem;
    margin: 0 0 0 2rem;
    left: calc(10% - 0.05rem);
    width: calc(80% - 0.3rem);
    text-align: left;
  }

  .timeline-item-content .time {
    color: #32adda;
    font-weight: 700;
    padding: 0.125rem 0;
    margin-bottom: 0.125rem;
    border-bottom: 1px solid #ecedee;
    font-size: 1rem;
  }

  .timeline-item-content ul {
    margin-left: 0.125rem;
    line-height: 1.71;
  }

  .timeline-item-content li {
    position: relative;
    margin-left: 0;
    font-size: 0.8rem;
    list-style: none;
  }

  .timeline-alternate ul li {
    position: relative;
    margin: 0.2rem 0;
    /* padding-left: 30px; */
  }

  .timeline-alternate ul li img {
    width: 80%;
    height: 18rem;
  }

  /* 荣誉奖励 */
  /* 企业简介 */
  .company_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
  }

  .company_bg1 {
    display: block;
    width: 15.872rem;
    height: 17.536rem;
    background: url("/templates/d2ssoft/image/aboutUs/companybg-mo.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }

  .company_container {
    /* width: 8.45rem; */
    margin: 0 1.152rem 0 1.088rem;
  }

  .company_title {
    height: 1.344rem;
    font-size: 1.344rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.344rem;
    margin: 2.72rem 0 2.112rem 0;
    text-align: center;
  }

  .company_inner {
    font-size: 0.768rem;
    line-height: 1.152rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
  }

  .inner_item {
    text-indent: 2em;
    margin-bottom: 1rem;
  }

  .inner_item_bold {
    font-weight: bold;
  }

  /* 企业简介 */
  /* 企业资质 */
  .company_qualifications {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .qualifications_content {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .qualifications_content .img-item {
    width: 95%;
    margin: 0rem 0.64rem
      /* 20/31.25 */
      0.64rem
      /* 20/31.25 */
    ;
    padding: 0.768rem
      /* 24/31.25 */
      1.408rem
      /* 44/31.25 */
    ;
    margin-bottom: 0.64rem
      /* 20/31.25 */
    ;
    box-sizing: border-box;
    background-color: #fff;
  }

  .qualifications_content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* 企业资质 */
  /* 新闻动态 */
  .news_content {
    width: 100%;
    padding: 0.15rem 0 0.375rem;
    box-sizing: border-box;
  }

  .news_content .news-list {
    width: 100%;
    padding: 0
      /* 39/80 */
      0.64rem
      /* 20/31.25 */
      0;
    background-color: #fff !important;
    box-sizing: border-box;
  }

  .news_content .news-list li {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 1.088rem 1.44rem 1.312rem 0.768rem;
    border-bottom: 0.0125rem
      /* 1/80 */
      solid #e5e5e5;
    box-sizing: border-box;
  }

  .news_content .news-list li .day {
    display: none;
  }

  .news_content .news-list li:last-child {
    border: none;
  }

  .news_content .news-list li .left .date {
    font-family: Roboto-Medium;
    font-size: 1.152rem
      /* 36/31.25 */
    ;
    font-weight: bold;
    color: #333333;
  }

  .news_content .news-list li .left .line {
    width: 0.64rem
      /* 20/31.25 */
    ;
    height: 0.032rem
      /* 1/31.25 */
    ;
    margin: 0.384rem
      /* 12/31.25 */
      0 0.448rem
      /* 14/31.25 */
      /* 3/80 */
      0.096rem
      /* 3/31.25 */
    ;
    background-color: #d9d9d9;
  }

  .news_content .news-list li .left .year-month {
    font-family: Roboto-Regular;
    font-size: 0.576rem
      /* 18/31.25 */
    ;
    font-weight: 400;
    color: #999999;
  }

  .news_content .news-list li .line {
    width: 0.032rem
      /* 1/31.25 */
    ;
    height: 2.88rem
      /* 90/31.25 */
    ;
    margin: 0 1.12rem
      /* 35/31.25 */
    ;
    background: #e5e5e5;
  }

  .news_content .news-list li .right {
    width: 15.04rem
      /* 470/31.25 */
    ;
    font-weight: 400;
  }

  .news_content .news-list li .right p {
    font-size: 0.832rem
      /* 26/31.25 */
    ;
    color: #666666;
    line-height: 1.472rem
      /* 46/31.25 */
    ;
  }

  .news_content .news-list li .right>.content-text {
    margin-bottom: 0.96rem
      /* 30/31.25 */
    ;
    font-size: 0.768rem
      /* 24/31.25 */
    ;
    color: #333333;
    line-height: 1.152rem
      /* 36/31.25 */
    ;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 允许在单词内换行意昂体育·科技赋能场景,更省心娱乐PG电子「中国china」官方网站-PG平台门户网站星空·综合(体育中国)官方网站。如果到一行末尾长单词没有结束会截断单词 拼接在下一行 */
    word-break: break-all;
    /* 在长单词或 URL 地址内部进行换行威·尼·斯·澳·门·人游戏网站官方版(中国)官方网站。 在一行末尾处遇到长单词会自动换行去下一行展示 */
    word-wrap: break-word;
  }

  .news_content .news-list li .right .title {
    display: none;
  }

  .news_content .page-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.64rem
      /* 20/31.25 */
      5.12rem 2.4rem
      /* 75/31.25 */
    ;
    box-sizing: border-box;
    background-color: #fff;
  }

  .news_content .page-area li {
    width: 2.24rem
      /* 70/31.25 */
    ;
    height: 2.24rem
      /* 70/31.25 */
    ;
    text-align: center;
    font-size: 0.768rem
      /* 24/31.25 */
    ;
    font-weight: 400;
    color: #333333;
    line-height: 2.24rem
      /* 70/31.25 */
    ;
    border-radius: 0.064rem
      /* 2/31.25 */
    ;
  }

  .news_content .page-area li.no-prev-page {
    background: #f6f7f8;
  }

  .news_content .page-area li.current-page {
    color: #fff;
    background: #32adda;
  }

  /* 新闻动态 */
}

.home_content {
  height: 100%;
  /* margin-top: -1rem; */
}

.home_content .big-box {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.home_content .company_content {
  display: block;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix .fl {
  float: left;
}

.clearfix .fr {
  float: right;
}

.d2s_top_bg {
  display: block;
  width: 100%;
  height: 6rem;
  background: url("/templates/d2ssoft/image/aboutUs/banner.png") no-repeat;
  background-size: 100% 100%;
  margin-top: -1rem;
}

.title_top {
  width: 100%;
}

section {
  width: 100%;
}

figure {
  margin-top: 0.7rem;
}

.symbol_li {
  background: url("/templates/d2ssoft/image/home/active_bg.png") no-repeat;
  background-size: 100% 100%;
}

.symbol_li .text {
  color: #fff !important;
}

.symbol_li .line {
  background-color: #fff !important;
}

.symbol_li .synopsis {
  color: #fff !important;
}