.banner-img {
  width: 100%;
}
.news-center {
  margin: 119px auto 99px;
  color: #ff6600;
  font-size: 36px;
  text-align: center;
  font-family: Alibaba-PuHuiTi-Regular;
}
.news-header-banner {
  height: 600px;
  background: url(../../images/startover/news_header_banner.png) no-repeat;
  background-size: cover;
}
.case {
  width: 70%;
  margin: auto;
  display: flex;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #eeeeee;
  margin-top: 30px;
}
.case-title {
  font-size: 28px;
  color: #212121;
  font-family: Alibaba-PuHuiTi-Regular;
}
.case-content {
  color: #464646;
  font-size: 18px;
  margin-top: 12px;
}
.case-time {
  font-size: 16px;
  color: #999999;
}
.case-viewer {
  font-size: 14px;
  color: #999999;
}
.case-left {
  width: 43%;
  padding: 122px 0 69px 105px;
}
.case-right {
  padding: 122px 105px 69px 0;
}
.case-img {
  height: auto;
  width: 93%;
  margin-right: 36px;
}
.case-seemore {
  display: inline-block;
  margin: 56px 0 42px;
  color: #ff6000;
  border: 1px solid #ff6000;
  line-height: 32px;
  width: 100px;
  text-align: center;
}
.article-cate {
  margin: 80px auto 90px;
  width: 36%;
  text-align: center;
  line-height: 2;
}
.article-cate td {
  padding-bottom: 9px;
}
.article-cate .active {
  background: url(../../images/startover/sel_icon2.png) no-repeat 50% 100%;
}
.article-cate .active a {
  color: #ff6000;
}
.article-cate a {
  color: #212121;
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-Regular;
}
.article {
  margin: auto;
  width: 61%;
  padding: 47px;
  border-bottom: 1px solid #eeeeee;
}
.article-left {
  width: 32%;
  padding: 47px 0 47px 23px;
}
.article-right {
  padding: 47px 23px 47px 0;
}
.article-img {
  width: 90%;
}
.article-title {
  color: #212121;
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-Regular;
}
.article-content {
  color: #474747;
  font-size: 16px;
  margin-top: 25px;
}
.article-seemore {
  color: #999999;
  border-color: #999999;
  margin: 40px 0 0;
}
.article-info {
  color: #999999;
  font-size: 16px;
}
.page-btn {
  text-align: center;
  margin: 107px 15%;
}
.page-btn a {
  color: #848484;
}
.page-btn span {
  padding: 2px 8px;
}
.page-btn span.active {
  border: 1px solid #ff6600;
  color: #ff6600;
}
.arrow {
  border: 0;
}
.arrow-left {
  transform: rotate(180deg);
}
@media (max-width: 1360px) {
  .case {
    padding: 30px;
    width: 80%;
  }
  .article-cate {
    margin: 100px auto 50px;
    width: 51%;
  }
  .article {
    width: 80%;
  }
  .news-center {
    margin: 78px auto 58px;
  }
  .case-right,
  .case-left {
    padding: 0;
  }
}
