@charset "UTF-8";
/* 头部banner */
.banner-news {
  width: 100%;
  height: 302px;
  position: relative;
}

.banner-news img {
  width: 1920px;
}

/* 内容 */
.content {
  width: 1200px;
  min-height: 800px;
  margin: 20px auto 100px auto;
  overflow: hidden;
}

/* 新闻列表 */
.news .news-nav {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #969696;
}

.news .news-nav ul {
  width: 400px;
  height: 100%;
}

.news .news-nav ul li {
  height: 100%;
  margin-right: 36px;
  float: left;
}

.news .news-nav ul li a {
  width: 100%;
  height: 36px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #969696;
  line-height: 36px;
}

.news .news-nav ul li a:hover {
  color: #000;
  border-bottom: 4px solid #ff3f40;
}

.news .news-nav ul li.on a {
  color: #000;
  border-bottom: 4px solid #ff3f40;
}

.news .news-nav p {
  width: 400px;
  height: 100%;
  display: block;
  font-size: 14px;
  text-align: right;
  line-height: 36px;
  color: #969696;
}

.news .news-nav2 {
  width: 1000px;
  height: 24px;
  border-left: 5px solid #ff3f40;
  margin-top: 40px;
  margin-bottom: 15px;
}

.news .news-nav2 h2 {
  font-size: 24px;
  color: #ff3f40;
  text-align: left;
  line-height: 24px;
  padding-left: 12px;
}

.news .news-nav2 h2 span {
  font-size: 14px;
  line-height: 32px;
  padding-left: 12px;
}

.news .news-list {
  width: 100%;
  overflow: hidden;
}

.news .news-list .hd {
  width: 100%;
  height: 40px;
  margin-top: 12px;
  border-bottom: 1px solid #e6e6e6;
}

.news .news-list .hd ul {
  width: 600px;
  height: 40px;
}

.news .news-list .hd ul li {
  margin-right: 36px;
  float: left;
  height: 36px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #969696;
  line-height: 36px;
  padding: 0 20px;
}

.news .news-list .hd ul li.on,.news .news-list .hd ul li:hover {
  color: #000;
  border-bottom: 4px solid #ff3f40;
}

.news .news-list .hd ul li.on a,.news .news-list .hd ul li:hover a{
  color: #000;
}

.news .news-list .hd p {
  width: 400px;
  height: 100%;
  display: block;
  font-size: 14px;
  text-align: right;
  line-height: 36px;
  color: #969696;
}

.news .news-list .hd p a:hover {
  color: #000;
}
