.banner {
  background-image: url(../../img/newsCenter/head-banner3.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.banner .w1005 {
  height: 300px;
  position: relative;
}

.banner .heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 5px solid rgba(180, 184, 187, 0.3);
}

.banner .column-span {
  position: absolute;
  right: 0%;
  bottom: 10%;
}

.banner .column-span .fraud-area {
  padding: 5px 15px;
  border: 1px solid #C83842;
  background: #C83842;
  border-radius: 15px;
  color: #fff;
}

.banner .column-span .fraud-area:hover {
  background: #E80F1F;
}

.banner .sub-heading {
  color: rgba(180, 184, 187, 0.3);
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
}

.banner h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0 10px 0;
  color: #fff;
}

.banner .contact {
  color: #fef627;
  margin: 0 10px 0;
  font-size: 15px;
  margin-top: 4px;
}

.page-content-container {
  margin-top: 65px;
  margin-bottom: 65px;
}

.page-content-container .news-tab-container {
  margin: 60px 20px;
  text-align: center;
}

.page-content-container .news-tab-container .news-tabs > li {
  display: inline-block;
}

.page-content-container .news-tab-container .news-tabs > li a, .page-content-container .news-tab-container .news-tabs > li a:hover {
  border-radius: 25px;
  border: 1px solid #00203e;
  color: #00203E;
  padding: 7px 25px;
}

.page-content-container .news-tab-container .news-tabs > li:not(:last-child) {
  margin-right: 10px;
}

.page-content-container .news-tab-container .news-tabs > li.active a {
  border-radius: 25px;
  border: 1px solid #00203e;
  color: #FFFFFF;
  padding: 7px 55px;
  background-color: #00203E;
}

.page-content-container .article-list .article-item {
  height: 110px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 130px;
  border-bottom: 1px solid #EAEAEA;
}

.page-content-container .article-list .article-item .article-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.page-content-container .article-list .article-item .article-date .date-month {
  width: 50px;
  height: 50px;
  background-color: #E4E4E4;
  line-height: 50px;
  text-align: center;
}

.page-content-container .article-list .article-item .article-date .date-day {
  width: 50px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}

.page-content-container .article-list .article-item .article-dec {
  margin-left: 10px;
  width: 945px;
  height: 110px;
  position: relative;
}

.page-content-container .article-list .article-item .article-dec .i-plus {
  height: 20px;
  width: 20px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  background-color: #B7B7B7;
  position: absolute;
  right: 0px;
  top: 0px;
}

.page-content-container .article-list .article-item .article-dec .article-title {
  width: 90%;
}

.page-content-container .article-list .article-item .article-dec .article-title h4 {
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.702);
}

.page-content-container .article-list .article-item .article-dec .article-title h4 b {
  font-weight: 500;
}

.page-content-container .article-list .article-item .article-dec .article-read {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 12px;
  font-family: "SimSun";
  color: rgba(0, 0, 0, 0.702);
}

.page-content-container .article-list .article-item .article-dec .article-abstract {
  height: 40px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.702);
}

.page-content-container .article-list .article-item.active .article-dec .i-plus {
  background-color: #C83842;
}

.page-content-container .article-list .article-item.active .article-date .date-month {
  background-color: #C83842;
  color: #ffffff;
}

.page-content-container .article-list .article-item.active .article-date .date-day {
  font-weight: bold;
}

.page-content-container .article-list .article-item.active .article-dec .article-title h4 {
  color: #C83842;
}

.page-content-container .article-list .article-item.active .article-dec .article-abstract {
  color: #000000;
}

