@charset "UTF-8";
/*
* @Author: dengkai
* @Date:   2016-10-09 13:52:34
* @Last Modified by:   dengkai
* @Last Modified time: 2016-10-18 10:04:11
*/
.news-main {
  border-top: 1px solid #f2f2f2;
  padding: 70px 0;
  background: #fff; }
  .news-main .pic-left {
    width: 400px;
    height: 300px; }

.pic-left {
  float: left;
  margin-right: 40px; }
  .pic-left .pic {
    width: 100%;
    height: 100%; }

.text-desc .first-news {
  margin-bottom: 30px;
  font-size: 14px; }
  .text-desc .first-news .title {
    display: block;
    padding-top: 20px;
    font-size: 26px;
    color: #271800; }
    .text-desc .first-news .title:hover {
      color: #ff8e00; }
  .text-desc .first-news .time {
    padding-top: 18px;
    color: #999; }
  .text-desc .first-news .desc {
    padding-top: 18px;
    color: #333; }
    .text-desc .first-news .desc .read-more {
      color: #08c; }

.text-desc .news-row {
  position: relative;
  height: 38px;
  line-height: 38px; }
  .text-desc .news-row .dot {
    display: block;
    float: left;
    margin-top: 12px;
    margin-right: 20px;
    width: 10px;
    height: 10px;
    background: #ff8e00; }
  .text-desc .news-row .title {
    display: inline-block;
    overflow: hidden;
    width: 570px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333; }
    .text-desc .news-row .title:hover {
      color: #ff8e00; }
  .text-desc .news-row .time {
    float: right;
    font-size: 14px;
    color: #999; }

.news-list {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #fafafa; }

.news-item {
  clear: both;
  border-bottom: 1px dashed #e6e6e6;
  padding: 20px;
  height: 152px; }
  .news-item:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 #eee;
    box-shadow: 0 0 10px 0 #eee; }
    .news-item:hover .title {
      color: #ff8f00; }
  .news-item .pic-left {
    width: 200px;
    height: 151px; }
  .news-item .title {
    display: inline-block;
    padding-top: 10px;
    font-size: 20px;
    color: #333; 
    width: 915px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-item .line {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 240px;
    width: 30px;
    height: 3px;
    background: #ff8f00; }
  .news-item .desc {
    font-size: 14px;
    color: #333; }
    .news-item .desc .read-more {
      color: #08c; }
  .news-item .tail {
    float: right;
    padding-top: 15px; }

.tail {
  font-size: 14px;
  color: #999; }
  .tail .time {
    margin-right: 5px; }
  .tail .num {
    margin-left: 5px; }

.pagination {
  margin-top: 50px;
  text-align: center;
  color: #333; }
  .pagination .prev,
  .pagination .next {
    margin: 0 20px;
    font-size: 14px; }
  .pagination .p-link {
    display: inline-block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px; }
    .pagination .p-link.active {
      color: #fff;
      background: #ff8f00; }

/* 新闻详情 */
.news-detail {
  background: #fafafa; }

.news-header {
  border-top: 2px solid #f2f2f2;
  padding-top: 37px;
  padding-bottom: 35px;
  background: #fff; }
  .news-header .news-wrapper {
    position: relative; }
  .news-header .news-title {
    width: 793px; }
  .news-header .title {
    display: -webkit-box;
    display: box;
    display: -moz-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 88px;
    font-size: 32px;
    text-overflow: ellipsis;
    word-break: break-all;
    color: #271800;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2; }
  .news-header .line {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 30px;
    height: 3px;
    background: #ff8f00; }
  .news-header .news-sidebar {
    position: absolute;
    top: -32px;
    right: 0;
    padding: 20px;
    width: 240px;
    font-size: 16px;
    color: #666;
    background: #fff; }
    .news-header .news-sidebar .poster {
      width: 238px;
      height: 316px; }
      .news-header .news-sidebar .poster .pic {
        width: 100%;
        height: 100%; }
    .news-header .news-sidebar .tit-text {
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 16px;
      color: #271800; }
    .news-header .news-sidebar .c-num {
      display: inline-block;
      margin-bottom: 10px; }
      .news-header .news-sidebar .c-num .num {
        font-size: 24px; }
    .news-header .news-sidebar .price {
      float: right;
      margin-top: 10px; }
    .news-header .news-sidebar .cities {
      border-top: 1px solid #f2f2f2;
      padding-top: 22px; }
      .news-header .news-sidebar .cities .city-item {
        display: block;
        float: left;
        position: relative;
        margin-bottom: 22px;
        border: 1px solid #f2f2f2;
        width: 105px;
        height: 105px;
        text-align: center; }
        .news-header .news-sidebar .cities .city-item:nth-child(2n) {
          margin-left: 20px; }
        .news-header .news-sidebar .cities .city-item:hover {
          -webkit-box-shadow: 0 0 20px #ebebeb;
          box-shadow: 0 0 20px #ebebeb; }
          .news-header .news-sidebar .cities .city-item:hover .c-name {
            color: #ff8f00; }
          .news-header .news-sidebar .cities .city-item:hover .c-line {
            background: #ff8f00; }
      .news-header .news-sidebar .cities .c-name {
        margin-top: 25px; }
      .news-header .news-sidebar .cities .time {
        margin-top: 15px;
        font-size: 14px;
        color: #999; }
      .news-header .news-sidebar .cities .c-line {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
        width: 30px;
        height: 3px;
        /* -webkit-transition: .4s;*/
        /*         transition: .4s;*/ }

.news-content {
  padding-top: 40px;
  padding-bottom: 70px;
  min-height: 500px;
  background: #fafafa; }
  .news-content .desc {
    padding-bottom: 30px;
    width: 793px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #666; }

/*# sourceMappingURL=news.css.map */
