@charset "UTF-8";
.banner {
  background: url(../images/news/banner.jpg) top center no-repeat;
  height: 473px;
}
.container-fluid hr {
  margin: 0;
}
.container-fluid .nav {
  width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-top: 42px;
  padding-bottom: 20px;
}
.container-fluid .nav a {
  font-size: 16px;
  font-weight: 300;
  color: #1a1a1a;
  margin: 0 9px;
  cursor: pointer;
}
.container-fluid .nav .here {
  color: #86560f;
  cursor: none;
}
.container-fluid .container > .left {
  float: left;
  width: 236px;
  padding: 43px 0 120px;
  background: #e5e5e5;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #1a1a1a;
  height: 833px;
}
.container-fluid .container > .left li {
  height: 65px;
  line-height: 65px;
  cursor: pointer;
}
.container-fluid .container > .left li.active {
  background: white;
}
.container-fluid .container > .left li:before {
  display: inline-block;
  width: 6px;
  height: 65px;
  content: '';
  float: left;
}
.container-fluid .container > .left .active:before {
  display: inline-block;
  width: 6px;
  height: 65px;
  background: #f6b970;
  content: '';
  float: left;
}
.container-fluid .container > .left li:hover {
  background: white;
}
.container-fluid .container > .left li:hover:before {
  display: inline-block;
  width: 6px;
  height: 65px;
  background: #f6b970;
  content: '';
  float: left;
}
.container-fluid .container > .right {
  float: right;
  padding: 0 40px;
  width: 940px;
}
.container-fluid .tab {
  padding-bottom: 60px;
  display: none;
}
.container-fluid .right .tab:first-child {
  display: block;
}
.table > li:first-child {
  border-top: 0;
}
.table li {
  border-top: 1px dashed #d9d9d9;
  padding: 32px 0 30px;
  font-size: 16px;
  color: #525252;
}
.table li:hover {
  color: #b66815;
}
.table i {
  margin-right: 13px;
  font-size: 12px;
  font-style: normal;
  vertical-align: super;
}
.table a {
  color: #525252;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 684px;
  display: inline-block;
  font-family: "Microsoft YaHei Light", "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
}
.table a:hover {
  color: #b66815;
}
.table ul > li:first-child {
  border-top: 0;
}
.table li span {
  margin-left: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  float: right;
  font-family: "Microsoft YaHei Light", "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif, serif;
}
.news .title {
  text-align: center;
  margin: 63px 0 21px;
  color: #b66815;
  font-size: 22px;
}
.news .desc {
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin-bottom: 53px;
}
.news .desc .source {
  margin-left: 30px;
}
.news #content {
  margin: 50px 0;
  padding: 0 40px;
}
.news .around {
  border-top: 1px dashed #d9d9d9;
  letter-spacing: 2px;
}
.news .around .col-xs-6 {
  margin: 45px 0 60px;
  color: #333333;
  font-size: 16px;
}
.news .around span {
  font-size: 16px;
}
.news .around a {
  color: #333333;
  font-size: 16px;
}
.news .around a:hover {
  color: #b66815;
}
/*# sourceMappingURL=new.css.map */