/* 购买 */
.child .banner {
  background-image: url('../images/banner_news.png');
}
.child .banner-cn-one {
  font-size: 24px;
  font-weight: normal;
  text-align: left;
}
/* 内容 */
.news-nav {
  width: 100%;
}
.news-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1400px;
  margin-top: 50px;
  width: 90%;
  height: 60px;
  line-height: 60px;
}
.news-nav a {
  display: inline-block;
  width: 250px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.news-nav .news-nav-link {
  background-color: #fff;
  color: #454b5a;
}
.news-nav .news-nav-link:hover {
  background-color: #ae8455;
  color: #fff;
}
.news-nav a.active {
  background-color: #ae8455;
  color: #fff;
}
.child .about-us-title-inner {
  padding-top: 50px;
}
.about-us-des {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
  padding: 45px 60px;
  background-color: #f9f9f9;
  padding-top: 45px;
}
.news-list li a:hover {
  background: no-repeat url('../images/news-ls-bg.png');

}
.news-list li a:hover h3,
.news-list li a:hover small,
.news-list li a:hover hr,
.news-list li a:hover p {
  color: #fff;
}
.news-list li a:hover .new-item-right button {
  background: no-repeat url('../images/news-icon-01.png');
}
.new-item-left {
  -webkit-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
  text-align: left;
}
.new-item-left h3 {
  max-width: 800px;
  line-height: 3;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-indent: 0;
}
.new-item-left small {
  color: #999;
  font-size: 14px;
  line-height: 3;
  font-weight: bold;
}
.new-item-left hr {
  margin: 20px 0;
  color: #e9ebef;
}
.new-item-left p {
  color: #999;
  font-size: 16px;
}
.new-item-left p {
  text-indent: 0;
}
.new-item-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
}
.new-item-right button {
  margin-top: 30px;
  width: 48px;
  height: 48px;
  background: no-repeat url('../images/news-icon.png');
  cursor: pointer;
}

/* 新闻详情 */
.news-des {
  flex-direction: column;
}

.news-des .news-des-title {
  color: #ae8455;
  line-height: 50px;
  font-size: 30px;
}

.news-des .news-des-info {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  text-indent: 1em;
}

.news-des-info span {
  margin: 0 20px;
}

.news-des-info span svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.news-des  .news-des-content {
  padding: 20px 0 50px 0;
}

.news-des  .news-des-content p {
  margin: 10px 0;
  text-indent: 32px;
}

.news-des  .news-des-content img {
  display: inline-block;
  margin: 0 auto;
} 

.news-des-img {
  text-align: center;
}
.news-des-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.news-des-nav .news-des-nav-item {
  display: inline-block;
  padding: 5px 22px;
  max-width: 445px;
  font-size: 14px;
  border: 1px solid #bfbfbf;
  text-align: center;
  border-radius: 20px;
  text-indent: 0;
}

.news-des-nav .news-des-nav-item a {
  color: #444;
}

.news-des-nav a:hover {
  color: #000;
}
@media(max-width:990px){
  .news-list li a{padding:0;width:100%}
  .new-item-left{width:85%;flex:0}
  .new-item-right{width:15%;flex:0}
}