@charset "UTF-8";
body {
  background: #f6f6f6;
}

/* 轮播图 */
.banner {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 20.5%;
  position: relative;
  z-index: 0;
  float: left;
}

.banner #carousel-example-generic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .carousel-inner {
  display: inline-block;
}

.banner .carousel-inner a {
  display: block;
}

.banner .carousel-inner img {
  width: 100%;
  height: 100%;
  float: left;
}

/* 新闻区域 */
.news-area {
  width: 94%;
  max-width: 1100px;
  min-height: 300px;
  margin: 36px auto;
  position: relative;
}

.news-area .news-nav {
  width: 100%;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  background: #ffffff;
}

.news-area .news-nav .left {
  float: left;
}

.news-area .news-nav .left a {
  display: block;
  padding: 0 18px;
  font-size: 14px;
  color: #000000;
  float: left;
}

.news-area .news-nav .left a:hover {
  background: #e4e4e4;
  color: #000000;
}

.news-area .news-nav .left .active {
  background: #ff0000;
  color: #ffffff;
}

.news-area .news-nav .left .active:hover {
  background: #ff0000;
  color: #ffffff;
}

.news-area .news-nav .right {
  float: right;
  padding: 0 12px;
}

.news-area .news-nav .right a {
  display: inline-block;
  padding: 0 2px;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}

.news-area .news-nav .right a:hover {
  text-decoration: underline;
  color: #188eee;
}

.news-area .news-nav .right span {
  display: inline-block;
  padding: 0 2px;
  font-size: 14px;
  color: #000000;
}

.news-area .news-info {
  margin: 32px 0;
}

.news-area .news-info .news-title {
  text-align: left;
}

.news-area .news-info .news-title span {
  display: inline-block;
  line-height: 1.3em;
  font-size: 30px;
  font-weight: bold;
}

.news-area .news-info .release-info {
  padding: 12px 0;
}

.news-area .news-info .release-info li {
  display: inline-block;
  font-size: 16px;
  color: #949494;
  margin: 0 24px 0 0;
}

.news-area .news-info .news-cont {
  margin: 24px 0;
  font-size: 16px;
}

.news-area .news-info .news-cont img {
  max-width: 100%;
}

.news-area .news-info .return .previous-news {
  display: block;
  height: 48px;
  max-width: 49%;;
  line-height: 48px;
  padding: 0 36px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #ff0000;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  border-radius: 4px;
  float: left;
}

.news-area .news-info .return .previous-news * {
  color: #ff0000;
}

.news-area .news-info .return .next-news {
  display: block;
  max-width: 49%;;
  height: 48px;
  line-height: 48px;
  padding: 0 36px;
  font-size: 14px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ff0000;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  border-radius: 4px;
  float: right;
}

.news-area .news-info .return .next-news * {
  color: #ff0000;
}

.news-area .news-info .return .next-news{
    /* height: 36px;
    line-height: 36px;
    padding: 0 20px; */
}

@media screen and (max-width: 680px) {
    .news-area .news-nav .right{
        display: none;
    }

    .news-area .news-info .news-title span{
        font-size: 20px;
    }

    .news-area .news-info .release-info li{
        font-size: 14px;
    }

    .news-area .news-info .news-cont{
        font-size: 14px;
    }

    .news-area .news-info .return .previous-news{
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
    }

    .news-area .news-info .return .next-news{
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
    }
}