body {
  background: #f6f6f6;
}

.c-banner {
  width: 100%;
  height: 322px;
}

/* 新闻内容开始 */
.news-content {
  width: 100%;
  padding: 30px 30px 150px 30px;
}

.news-content .containers {
  overflow: hidden;
}

.news-content .content-left {
  width: 769px;
  float: left;
  border: 1px solid #e8e8e8;
  background: #ffffff;
}

.news-content .content-left .news-menu {
  overflow: hidden;
  padding: 25px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
}

.news-content .content-left .news-menu > li {
  float: left;
  margin-left: 20px;
  cursor: pointer;
}

.news-content .content-left .news-menu > li > a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.news-content .content-left .news-menu > .news-active > a {
  color: #0000ff;
}

.news-content .content-left .news-item {
  padding: 55px 25px;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  position: relative;
}

.content-left .news-item > img {
  width: 184px;
  height: 113px;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.content-left .news-item .item-content {
  width: 513px;
  height: 113px;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.content-left .news-item .item-content > h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 0px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
}

.content-left .news-item .item-content > p {
  width: 513px;
  font-size: 13px;
  color: #aaaaaa;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-left .news-item .item-content > .go-look {
  display: block;
  width: 76px;
  height: 21px;
  background: #439638;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}

.content-left .news-item .item-content > .go-look > p {
  margin-left: 10px;
  float: left;
  height: 21px;
  line-height: 21px;
}

.content-left .news-item .item-content > .go-look > img {
  width: 14px;
  height: 14px;
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  float: left;
  margin: 4px 0 0 4px;
}

.news-content .content-right {
  width: 217px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  float: right;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
}

.news-content .content-right .right-item > h4 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  font-family: 'Sans Blod';
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  margin: 0;
}

.news-content .content-right .right-item > a {
  display: block;
  color: #265c9e;
  font-size: 13px;
  text-decoration: none;
  margin: 27px 0;
  line-height: 20px;
}

/* 新闻内容结束 */
.news-paging {
  padding: 20px 0;
}

.news-paging .pagination {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .news-content {
    padding: 15px;
  }

  .news-content .containers {
    display: flex;
    flex-direction: column;
  }

  .news-content .content-left {
    width: 100%;
    float: none;
  }

  .news-content .content-right {
    display: none;
  }

  .news-content .content-left .news-menu {
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }

  .news-content .content-left .news-menu > li {
    margin-left: 0;
  }

  .news-content .content-left .news-item {
    padding: 20px;
  }

  .content-left .news-item > img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    margin-bottom: 15px;
  }

  .content-left .news-item .item-content {
    width: 100%;
    float: none;
  }

  .content-left .news-item .item-content > p {
    width: 100%;
    height: auto;
  }

  .news-paging {
    padding: 15px 0;
  }

  .c-banner .c-banner-imgbox {
    width: 100%;
  }

  .c-banner-right {
    display: none;
  }

  .c-banner-center {
    display: none;
  }

  .c-banner-left {
    display: none;
  }
}
