@charset "UTF-8";
/* 轮播图 */
.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: 1100px;
  margin: 32px auto;
  position: relative;
}

.news-area .news-left {
  width: 240px;
  float: left;
}

.news-area .news-left .news-type {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.news-area .news-left .news-type li {
  border-bottom: 1px solid #e4e4e4;
}

.news-area .news-left .news-type li a {
  display: block;
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.news-area .news-left .news-type li:last-child {
  border-bottom: none;
}

.news-area .news-left .news-type li:hover {
  background: #b0dbff;
}

.news-area .news-left .news-type li.active {
  background: #188eee;
  font-weight: bold;
  position: relative;
}

.news-area .news-left .news-type li.active::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 21px 21px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.news-area .news-left .news-type li.active a {
  color: #ffffff;
}

.news-area .news-left .recommendation {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 24px;
}

.news-area .news-left .recommendation .recommendation-title {
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  background: #188eee;
  color: #ffffff;
  cursor: pointer;
}

.news-area .news-left .recommendation .recommendation-list {
  padding: 10px;
}

.news-area .news-left .recommendation .recommendation-list li .block {
  padding: 6px;
}

.news-area .news-left .recommendation .recommendation-list li .block a {
  display: block;
}

.news-area .news-left .recommendation .recommendation-list li .block a:hover * {
  text-decoration: underline;
  color: #188eee;
}

.news-area .news-left .recommendation .recommendation-list li .block .img {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}

.news-area .news-left .recommendation .recommendation-list li .block .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news-area .news-left .recommendation .recommendation-list li .block .news-name {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
}

.news-area .news-left .recommendation .recommendation-list li .block .news-name span {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
  padding: 2px 0;
}

.news-area .news-left .recommendation .change-a-batch {
  border-top: 1px solid #e4e4e4;
  background: #ffffff;
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #188eee;
  cursor: pointer;
}

.news-area .news-right {
  width: 840px;
  min-height: 793px;
  background: #ffffff;
  float: right;
}

.news-area .news-right .news-list-top {
  width: 100%;
  height: 42px;
  line-height: 42px;
}

.news-area .news-right .news-list-top ul {
  float: left;
}

.news-area .news-right .news-list-top ul li {
  padding: 0 36px;
  border-radius: 8px 8px 0 0;
  background: #188eee;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  float: left;
}

.news-area .news-right .news-list {
  width: 100%;
  border: 1px solid #cccccc;
}

.news-area .news-right .news-list li {
  padding: 0 12px;
}

.news-area .news-right .news-list li .block {
  min-height: 32px;
  line-height: 32px;
  padding: 6px 0 6px 60px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.news-area .news-right .news-list li .block a {
  display: block;
}

.news-area .news-right .news-list li .block a:hover * {
  text-decoration: underline;
  color: #188eee;
}

.news-area .news-right .news-list li .block .img {
  width: 48px;
  height: 0;
  padding-bottom: 29px;
  padding-bottom: calc(48px * 0.6);
  padding-bottom: -webkit-calc(48px * 0.6);
  padding-bottom: -moz-calc(48px * 0.6);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.news-area .news-right .news-list li .block .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news-area .news-right .news-list li .block .news-info {
  padding: 0 80px 0 0;
  position: relative;
}

.news-area .news-right .news-list li .block .news-info .news-title {
  width: 100%;
  font-size: 0;
  color: #000000;
}

.news-area .news-right .news-list li .block .news-info .news-title span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-area .news-right .news-list li .block .news-info .time {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #949494;
  margin: auto;
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
}

.news-area .news-right .paging {
  text-align: center;
  padding: 19px 0;
}

.news-area .news-right .paging * {
  display: inline-block;
}

.news-area .news-right .paging .previous-page {
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  margin: 2px 0;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  cursor: pointer;
}

.news-area .news-right .paging .previous-page:hover {
  background: #e4e4e4;
}

.news-area .news-right .paging .page-list {
  margin: 0 6px;
}

.news-area .news-right .paging .page-list li {
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  margin: 2px 0;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  cursor: pointer;
}

.news-area .news-right .paging .page-list li:hover {
  background: #e4e4e4;
}

.news-area .news-right .paging .page-list li.active {
  border: 1px solid #188eee;
  background: #188eee;
  color: #ffffff;
}

.news-area .news-right .paging .next-page {
  height: 32px;
  line-height: 30px;
  margin: 2px 0;
  padding: 0 12px;
  margin-left: 10px;
  border: 1px solid #cccccc;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e4e4e4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e4e4e4 100%);
  cursor: pointer;
}

.news-area .news-right .paging .next-page:hover {
  background: #e4e4e4;
}

@media screen and (max-width: 1150px) and (min-width: 800px) {
    .news-area .news-left{
        width: 200px;
    }

    .news-area .news-left .news-type li a{
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .news-area .news-left .recommendation .recommendation-title{
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .news-area .news-left .recommendation .recommendation-list{
        padding: 2px;
    }

    .news-area .news-left .recommendation .recommendation-list li .block .news-name{
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .news-area .news-left .recommendation .change-a-batch{
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .news-area .news-right{
        width: 50%;
        width: calc(100% - 212px);
        width: -webkit-calc(100% - 212px);
        width: -moz-calc(100% - 212px);
    }

    .news-area .news-right .news-list{
        min-height: 612px;
    }

    .news-area .news-right .news-list-top{
        height: 32px;
        line-height: 32px;
    }

    .news-area .news-right .news-list-top ul li{
        padding: 0 20px;
        font-size: 15px;
    }

    .news-area .news-right .news-list li .block{
        height: 28px;
        line-height: 28px;
    }

    .news-area{
        width: 96%;
    }
}

@media screen and (max-width: 799px) {
    .news-area .news-left .recommendation{
        display: none;
    }

    .public-footer{
        display: none !important;
    }

    html{
        overflow: hidden;
    }

    body{
        padding-bottom: 42px;
        overflow: auto;
    }

    .news-area .news-left{
        width: 100%;
        height: 42px;
        line-height: 42px;
        border-top: 1px solid #ccc;
        background: #ededed;
        position: absolute;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 100000;
    }

    body .news-area .news-right{
        width: 100% ;
        margin: 0;
    }

    .news-area .news-left .news-type{
        width: 100%;
        display: table;
        -webkit-display: table;
        -moz-display: table;
        -ms-display: table;
        -o-display: table;
        table-layout: fixed;
        border: none;
    }

    .news-area .news-left .news-type li{
        display: table-cell;
        -webkit-display: table-cell;
        -moz-display: table-cell;
        -ms-display: table-cell;
        -o-display: table-cell;
    }

    .news-area .news-right .news-list{
        height: auto !important;
        min-height: auto !important;
        border: none;
    }

    .news-area .news-right .news-list-top{
        display: none;
    }

    .news-area{
        width: 100%;
    }

    .news-area .news-left .news-type li.active::after{
        display: none;
    }

    .news-area .news-left .news-type li{
        border-right: 1px solid #ccc;
    }

    .news-area .news-left .news-type li:last-child{
        border-right: none;
    }

    .news-area .news-left .news-type li a{
        font-size: 16px;
    }

    body .paging .page-quantity .page-quantity-title{
        font-size: 12px;
    }

    body .paging span{
        height: 26px !important;
        line-height: 24px !important;
        font-size: 12px !important;
    }

    body .paging .first-page{
        padding: 0 4px;
    }

    body .paging .last-page{
        padding: 0 4px;
    }

    body .paging .page-quantity{
        margin-left: 10px;
        display: none !important;
    }

    body .paging .page-quantity .page-quantity-input{
        width: 42px;
        font-size: 12px;
    }

    body .news-area .news-right{
        min-height: auto !important;
    }
}