﻿.page-banner {
  background: url(../images/banner-index8.jpg) no-repeat center center;
  width: 100%;
  height: 540px;
}
.banner-slogan {
  padding-top: 235px;
  color: #fff;
  text-align: center;
  width: 460px;
  margin: 0 auto;
}
.banner-title {
  font-size: 40px;
  font-weight: bold;
}
.banner-title span {
  font-size: 25px;
  font-weight: normal;
  font-style: italic;
}
.banner-slogan p {
  font-size: 14px;
  position: relative;
  margin-top: 10px;
}

.banner-slogan p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width:108px;
  height:1px;
  background:rgba(231,231,231,1);
  opacity:0.8;
}
.banner-slogan p::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width:108px;
  height:1px;
  background:rgba(231,231,231,1);
  opacity:0.8;
}
.news-tab {
  margin: 50px 0 60px;
}
.news-tab .tab {
  width: 280px;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
}
.news-tab .tab .tab-item {
  color: #333333;
  font-size: 18px;
  text-align: center;
  width: 140px;
  float: left;
  border: 1px solid #D1D1D1;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.news-tab .tab .tab-item:first-child {
  border-right: 0;
}
.news-tab .tab .tab-item:last-child {
  border-left: 0;
}
.news-tab .tab .tab-item.active {
  background: #C11814;
  border: 1px solid #C11814;
  color: #fff;
}
.notice-list, .news-list {
  margin-bottom: 85px;
}
.notice-item {
  overflow: hidden;
  border-bottom: 1px solid #E5E5E5;
  height: 68px;
  padding-top: 23px;
  display: block;
}
.news-icon {
  float: left;
  margin-right: 24px;
}
.notice-item .title {
  float: left;
  margin-right: 50px;
  font-size: 16px;
  color: #333333;
  width: 960px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-item .date {
  float: right;
  color: #999999;
  font-size: 16px;
}

 