@charset "UTF-8";
.banner-img {
  background: url("../images/news/banner.jpg") top center no-repeat;
  height: 500px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.banner-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  height: 500px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.carousel-indicators li {
  background-color: transparent \9;
}
.banner .carousel-indicators li {
  width: 22px;
  height: 5px;
  background: white;
  margin: 1px 3px;
}
.banner .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  top: -1px;
}
.banner .carousel-indicators li.active {
  background: #ba8541;
  margin: 1px 3px;
  border: 1px solid #ba8541;
}
.banner-title {
  font-size: 54px;
  color: white;
  margin-top: -33px;
}
.banner-title p {
  line-height: 60px;
  letter-spacing: 8px;
  font-weight: bold;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 40px;
  }
}
.main {
  width: 1200px;
  margin: 90px auto 0;
}
.nav {
  float: left;
  width: 202px;
}
.nav li {
  width: 202px;
  text-align: center;
  margin-bottom: 15px;
}
.nav li a {
  color: #49474c;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  width: 202px;
  line-height: 60px;
  height: 60px;
}
.nav li a:hover {
  text-decoration: none;
}
.nav li.active {
  background-color: #cc872e;
}
.nav li.active a {
  color: white;
}
.content {
  float: left;
  width: 998px;
  padding-left: 98px;
  padding-right: 60px;
}
.content .title {
  border-bottom: 1px solid #cc872e;
  padding-bottom: 14px;
}
.content .title:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 27px;
  background-color: #cc872e;
  margin-right: 13px;
  vertical-align: bottom;
}
.content .title span {
  font-size: 21px;
  color: #49474c;
}
.news2 {
  margin-top: 30px;
  margin-bottom: 90px;
  font-family: "Microsoft YaHei Light", "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
}
.news2 li {
  font-size: 18px;
  margin-top: 24px;
}
.news2 li:hover {
  color: #b66815;
}
.news2 i {
  margin-right: 13px;
  font-size: 12px;
  font-style: normal;
  vertical-align: super;
}
.news2 a {
  color: #525252;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 674px;
  display: inline-block;
  font-weight: 300;
}
.news2 a:hover {
  color: #b66815;
  text-decoration: none;
}
.news2 ul > li:first-child {
  border-top: 0;
}
.news2 li span {
  margin-left: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  float: right;
}
a#viewpoint,
a#trends,
a#education {
  position: relative;
  top: -80px;
}
/*# sourceMappingURL=news.css.map */