body {
  background-color: #f9f9f9;
}
.news-list {
  margin-bottom: 100px;
}
.news-list .list {
  width: 100%;
}
.news-list .list .item {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.news-list .list .item .left {
  width: 340px;
  height: 191px;
  overflow: hidden;
}
.news-list .list .item .left img {
  display: block;
  width: 100%;
}
.news-list .list .item .right {
  width: 805px;
}
.news-list .list .item .right .title {
  display: block;
  margin-bottom: 15px;
  width: auto;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #333;
}
.news-list .list .item .right time {
  padding-left: 28px;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  background-image: url(/static/cn/images/about/news_time_icon.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left center;
}
.news-list .list .item .right .desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-detail .title-crumbs-top .my-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-top: 60px;
  border-bottom: 0px solid #EEEEEE;
}
.news-detail .title-crumbs-top .title {
  width: 66%;
  font-size: 24px;
  font-weight: unset;
  line-height: 26px;
  color: #000000;
}
.news-detail .title-crumbs-top .crumbs {
  display: flex;
  align-items: flex-end;
  padding-right: 24px;
}
.news-detail .title-crumbs-top .crumbs a,
.news-detail .title-crumbs-top .crumbs .arrow {
  margin-right: 5px;
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.news-detail .time time {
  padding-left: 28px;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  background-image: url(/static/cn/images/about/news_time_icon.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: left center;
}
.news-detail .detail-content {
  margin-top: 47px;
}
.news-detail .detail-content .my-container {
  padding-bottom: 82px;
}
.news-detail .detail-content .my-container .content .p {
  font-size: 16px;
  line-height: 30px;
  color: #999;
  text-indent: 32px;
}
.news-detail .detail-content .my-container .content p {
  line-height: 1.5;
}
.news-detail .detail-content .my-container .content img {
  width: 100%;
  margin-top: 42px;
}
.news-detail .detail-content .my-container .content .img-p {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.news-detail .detail-content .my-container .content .sub-title {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-indent: 32px;
}
.news-detail .detail-content .my-container .content .mt-50 {
  margin-top: 50px;
}
.news-detail .detail-content .bottom-btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.news-detail .detail-content .bottom-btn-group .left {
  display: flex;
  flex-direction: column;
}
.news-detail .detail-content .bottom-btn-group .left a {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.news-detail .detail-content .bottom-btn-group .left a + a {
  margin-top: 10px;
}
.news-detail .detail-content .bottom-btn-group .right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 18px;
  color: #999;
  transition: background-color 0.15s;
}
.news-detail .detail-content .bottom-btn-group .right a .icon {
  display: block;
  width: 22px;
  height: 17px;
  margin-right: 10px;
  background-image: url(/static/cn/images/about/news-detail_back_icon.png);
  background-position: center center;
  background-size: 20px 15px;
  background-repeat: no-repeat;
}
.news-detail .detail-content .bottom-btn-group .right a:hover {
  background-color: #C49C4F;
  color: #fff;
}
.news-detail .detail-content .bottom-btn-group .right a:hover .icon {
  background-image: url(/static/cn/images/about/news-detail_back_icon_active.png);
}
@media only screen and (max-width: 600px) {
  .news-list {
    margin-bottom: 0.7rem;
  }
  .news-list .list {
    width: 100%;
  }
  .news-list .list .item {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .news-list .list .item .left {
    width: 100%;
    height: 191px;
    overflow: hidden;
  }
  .news-list .list .item .left img {
    display: block;
    width: 100%;
  }
  .news-list .list .item .right {
    width: 100%;
    margin-top: 0.29rem;
  }
  .news-list .list .item .right .title {
    display: block;
    margin-bottom: 0.17rem;
    width: auto;
    font-size: 0.28rem;
    line-height: 0.3rem;
    font-weight: bold;
    color: #333;
  }
  .news-list .list .item .right time {
    display: block;
    padding-left: 0.32rem;
    font-size: 0.22rem;
    color: #999;
    line-height: 0.3rem;
    background-image: url(/static/cn/images/about/news_time_icon.png);
    background-repeat: no-repeat;
    background-size: 0.23rem 0.23rem;
    background-position: left center;
  }
  .news-list .list .item .right .desc {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #666;
  }
  .news-detail .title-crumbs-top .my-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0.1rem;
    padding-top: 0.6rem;
    border-bottom: 0px solid #EEEEEE;
  }
  .news-detail .title-crumbs-top .title {
    width: 100%;
    font-size: 0.3rem;
    font-weight: unset;
    line-height: 0.5rem;
    color: #000000;
    border-bottom: 0px solid #EEEEEE;
  }
  .news-detail .title-crumbs-top .crumbs {
    display: none;
    align-items: flex-end;
    padding-right: 24px;
  }
  .news-detail .title-crumbs-top .crumbs a,
  .news-detail .title-crumbs-top .crumbs .arrow {
    margin-right: 5px;
    font-size: 16px;
    line-height: 26px;
    color: #999;
  }
  .news-detail .time time {
    display: block;
    padding-left: 0.5rem;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.3rem;
    background-image: url(/static/cn/images/about/news_time_icon.png);
    background-repeat: no-repeat;
    background-size: 0.3rem 0.3rem;
    background-position: left center;
  }
  .news-detail .detail-content {
    margin-top: 0.54rem;
  }
  .news-detail .detail-content .my-container {
    padding-bottom: 0.82rem;
  }
  .news-detail .detail-content .my-container .content .p {
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: #999;
    text-indent: 0.52rem;
  }
  .news-detail .detail-content .my-container .content p {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .news-detail .detail-content .my-container .content img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin-top: 0.42rem;
  }
  .news-detail .detail-content .my-container .content .img-p {
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #999;
  }
  .news-detail .detail-content .my-container .content .sub-title {
    font-size: 0.26rem;
    line-height: 0.3rem;
    color: #333;
    text-indent: 0.52rem;
  }
  .news-detail .detail-content .my-container .content .mt-50 {
    margin-top: 0.5rem;
  }
  .news-detail .detail-content .bottom-btn-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1rem;
  }
  .news-detail .detail-content .bottom-btn-group .left {
    display: flex;
    flex-direction: column;
  }
  .news-detail .detail-content .bottom-btn-group .left a {
    font-size: 0.26rem;
    line-height: 0.3rem;
    color: #666;
  }
  .news-detail .detail-content .bottom-btn-group .left a + a {
    margin-top: 0.15rem;
  }
  .news-detail .detail-content .bottom-btn-group .right {
    margin-top: 0.3rem;
  }
  .news-detail .detail-content .bottom-btn-group .right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 0.7rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.08rem;
    font-size: 0.24rem;
    color: #999;
    transition: background-color 0.15s;
  }
  .news-detail .detail-content .bottom-btn-group .right a .icon {
    display: block;
    width: 0.34rem;
    margin-right: 0.1rem;
    background-image: url(/static/cn/images/about/news-detail_back_icon.png);
    background-position: center center;
    background-size: 0.32rem auto;
    background-repeat: no-repeat;
  }
  .news-detail .detail-content .bottom-btn-group .right a:hover {
    background-color: #C49C4F;
    color: #fff;
  }
  .news-detail .detail-content .bottom-btn-group .right a:hover .icon {
    background-image: url(/static/cn/images/about/news-detail_back_icon_active.png);
  }
}
