@charset "UTF-8";
body {
  font-family: "微软雅黑"; }

.banner {
  width: 100%;
  height: 400px;
  background: url("../img/bj-news/banner.jpg") center no-repeat; }

.tab-tit {
  width: 100%;
  border-bottom: 1px #A4A4A4 solid;
  margin-top: 75px; }
  .tab-tit ul {
    width: 800px;
    margin: 0 auto;
    overflow: hidden; }
    .tab-tit ul li {
      float: left;
      line-height: 50px;
      width: 265px;
      text-align: center;
      color: #5C5C5C;
      font-size: 18px;
      cursor: pointer; }
    .tab-tit ul .active {
      color: #43b9a8; }

.tabs {
  display: none; }

.select {
  display: block; }

.news-tit {
  width: 100%;
  margin-top: 50px;
  overflow: hidden; }
  .news-tit .news-img {
    width: 565px;
    height: 360px;
    float: left;
    overflow: hidden; }
    .news-tit .news-img img {
      width: 100%;
      height: 100%;}
  .news-tit .news-con {
    width: 535px;
    height: 360px;
    float: left;
    background: #43B9A8;
    color: #fff;
    padding: 50px 50px 0;
    box-sizing: border-box; }
.news-tit .news-con a{
  color: #fff;
}
.news-tit .news-con h2 {
      font-size: 28px;
      font-weight: bold;
      line-height: 36px; }
    .news-tit .news-con p {
      line-height: 28px;
      margin-top: 25px; }

.news-text {
  width: 100%;
  margin-top: 40px;
  overflow: hidden; }
  .news-text li {
    width: 100%;
    border-bottom: 1px #A4A4A4 solid;
    padding: 30px 0;
    overflow: hidden; }
    .news-text li .news-text-img {
      width: 250px;
      height: 170px;
      float: left;
      overflow: hidden; }
      .news-text li .news-text-img img {
        width: 100%; }
    .news-text li .news-text-con {
      width: 780px;
      float: left;
      margin-left: 50px; }
      .news-text li .news-text-con h2 {
        border-bottom: 1px #A4A4A4 solid;
        padding-bottom: 10px; }
        .news-text li .news-text-con h2 a {
          font-size: 24px;
          color: #000; }
      .news-text li .news-text-con p {
        width: 100%;
        height: 90px;
        color: #5C5C5C;
        line-height: 26px;
        padding: 15px 0;
        overflow: hidden; }
      .news-text li .news-text-con span {
        display: block;
        width: 130px;
        height: 30px;
        background: #43b9a8;
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        border-radius: 4px; }

.text-detail-tit {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
  text-align: center; }
  .text-detail-tit h2 {
    font-size: 24px;
    line-height: 44px;
    color: #333; }
  .text-detail-tit p {
    font-size: 16px;
    line-height: 20px;
    color: #696969;
    margin-top: 6px;
     }

.text-detail-con {
  padding-top: 7px;
  font-size: 15px;
  line-height: 26px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 45px;
  color: #565656; }

.page {
  margin-top: 45px;
  position: relative; }
  .page .page-left {
    width: 100%;
    box-sizing: border-box;
    padding-right: 210px; }
    .page .page-left a {
      display: block;
      font-size: 16px;
      line-height: 28px;
      color: #666; }
    .page .page-left a:hover {
      color: #43b9a8; }
  .page .page-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 58px;
    display: block;
    border-radius: 58px;
    background: #289b8b;
    font-size: 16px;
    line-height: 58px;
    color: #fff;
    text-align: center; }
  .page-box{
    margin: 50px 0;
    text-align: center;
    overflow: hidden;
  }
  .page-box li{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    transition: all 0.3s;
  }
.page-box li a{
  color: #666;
  }
.page-box .active,.page-box li:hover{
  background: #43b9a8;
}
.page-box .active a,.page-box li:hover a{
  color: #fff;
}
