﻿@charset "UTF-8";
/**!
* 新闻中心
*/
.top-banner {
  background: url("../images/news/news-banner.jpg") no-repeat center center;
  background-size: cover;
}

body {
  background-color: #f7f8f8;
}

.news-tab {
  padding-bottom: 60px;
}

.news-tab-item {
  float: left;
  width: 33.3%;
  height: 60px;
  font-size: 18px;
  color: #333333;
  font-weight: 800;
  text-align: center;
  line-height: 60px;
  background-color: #eaeaea;
  cursor: pointer;
  border-right: 5px solid #f7f8f8;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
}

.news-tab-item:last-child {
  border-right-width: 0;
}

.news-tab-item.active {
  background-color: #0e2b4e;
  color: #fff;
}

.news-list {
  padding: 0;
}

@media (max-width: 1000px) {
  .news-list {
    padding: 0;
  }
}

.news-list > li {
  margin-bottom: 60px;
}

.news-list > li > a {
  padding-left: 0;
  height: 270px;
}

@media (max-width: 1000px) {
  .news-list > li > a {
    height: auto;
  }
}

.news-list > li .news-img {
  width: 500px;
  height: 270px;
  margin-right: 0;
}

@media (max-width: 768px) {
  .news-list > li .news-img {
    width: 100%;
    height: auto;
  }
}

.news-list > li .title {
  padding: 37px 0 15px 0;
}

.news-list > li .detail {
  height: 143px;
  max-height: none;
  line-height: 28px;
}

.news-list > li .news-txt {
  padding-left: 68px;
  padding-right: 66px;
}

.news-pager {
  text-align: center;
  font-size: 0;
  padding-bottom: 75px;
}

.news-pager span {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 7px;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  background: url("../images/prev.png") center center no-repeat;
  background-color: #0e2b4e;
  background-size: 9px 14.5px;
  border-radius: 50%;
  cursor: pointer;
}

.news-pager span.disable {
  background-color: #dcdddd;
}

.news-pager .pager-next {
  background-image: url("../images/next.png");
}
