@charset "UTF-8";
/* 头部banner */
.banner-culture {
  background: url("../../../gw-pc/img/culture/culture-1.jpg") no-repeat center;
}

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

/* 新闻列表 */
.news {
  margin: 20px 0;
}

.news .news-nav {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.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-nav p a:hover {
  color: #000;
}

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

.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 ul {
  width: 100%;
  min-height: 840px;
  overflow: hidden;
}

.news .news-list ul li {
  width: 100%;
  height: 136px;
  margin: 40px 0 0 0;
  overflow: hidden;
}

.news .news-list ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.news .news-list ul li a .news-list-img {
  width: 243px;
  height: 100%;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
}

.news .news-list ul li a .news-list-img img {
  width: 243px;
  height: auto;
}

.news .news-list ul li a .news-list-li {
  width: 900px;
  height: 118px;
  margin: 18px 0 0 0;
  font-size: 14px;
}

.news .news-list ul li a .news-list-li h3 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #000;
}

.news .news-list ul li a .news-list-li p {
  width: 100%;
  height: 63px;
  -webkit-line-clamp: 3;
  line-height: 21px;
}

.news .news-list ul li a .news-list-li span {
  width: 100%;
  height: 30px;
  display: block;
  text-align: right;
  line-height: 30px;
}

.news .news-content {
  width: 100%;
  height: auto;
}

.news .news-content img {
  max-width: 100%;
  margin: 40px auto;
  display: block;
}
