.banner {
 /*  background-image: url("../images/banner/news.jpg"); */
}

.tab-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 120px;
  border-bottom: 1px solid #eee;
}
.tab-title .tab-item {
  position: relative;
  padding: 0 12px;
  margin: 0 83px;
  border-bottom: 0 solid transparent;
  font-size: 24px;
  line-height: 68px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
}
.tab-title .tab-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #ec6c00;
  transition: all 0.3s;
}
.tab-title .tab-item.cur,
.tab-title .tab-item:hover {
  color: #ec6c00;
}
.tab-title .tab-item.cur::after,
.tab-title .tab-item:hover::after {
  height: 4px;
}

.news-list {
  padding: 80px 0 30px;
}
.news-list .btn-more {
  width: 180px;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  transition: all .3s;
}
.news-list .btn-more:hover {
  color: #fff;
  border-color: #ec6c00;
  background-color: #ec6c00;
}
.news-list .news-item {
  margin-bottom: 70px;
  cursor: pointer;
}
.news-list .news-item:hover .news-info .news-title {
  color: #ec6c00;
}
.news-list .news-item .news-img {
  width: 200px;
  height: 140px;
  margin-right: 30px;
}
.news-list .news-item .news-info {
  width: 970px;
  height:140px;
}
.news-list .news-item .news-info .news-title {
  transition: all 0.3s;
  font-size: 24px;
  color: #666;
  margin-bottom:12px;
}
.news-list .news-item .news-info .news-title .item-label {
  padding: 1px 2px;
  margin-right: 20px;
  font-size: 12px;
  color: #ec6c00;
  text-align: center;
  line-height: 18px;
  border: 1px solid #ec6c00;
  vertical-align: middle;
}
.news-list .news-item .news-info .news-info-info {
  height: 56px;
  font-size: 16px;
  color: #999;
  line-height: 28px;
  margin-bottom:16px;
}
.news-list .news-item .news-info .news-date {
  font-size: 16px;
  color: #999;
  line-height: 28px;
}

/* 新闻详情 */
.news-detail .news-title-box {
  padding: 30px 0;
  margin-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
}
.news-detail .news-title-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 36px;
  height: 3px;
  margin-left: -18px;
  background-color: #ff6c00;
}

.news-detail .news-tit {
  font-size: 28px;
  color: #333;
  line-height: 56px;
}

.news-detail .news-info {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}

.news-detail .news-content {
 /*  width: 780px; */
  padding-bottom: 60px;
  margin: 0 auto;
}


/* 分页 */
.pagebar {
  text-align: center;
}
.pagebar a {
  margin: 0 3px;
}
.pagebar select {
  width: 40px;
  margin: 0 2px;
}
.news-detail {
	line-height:2em;
	font-size:16px;
	font-family:'Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif'
}
