.news-contain {
  padding: 0 10px 50px; }
  .news-contain .news-title {
    height: 48px;
    line-height: 48px;
    margin-bottom: 35px; }
  .news-contain .uni-laypage {
    margin-top: 20px; }

.news-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 38px; }
  .news-nav .nav {
    width: 126px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px; }
    .news-nav .nav > a {
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      color: #1c1c1c;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; }
      .news-nav .nav > a:hover, .news-nav .nav > a.curr {
        color: #fff;
        background-color: #1c1c1c; }

.news-list li {
  margin-bottom: 40px; }

.news-list .news-img {
  width: 27.75%;
  height: 144px; }

.news-list .news-info {
  width: 69.77%;
  height: 144px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec; }
  .news-list .news-info .title {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px; }
    .news-list .news-info .title > a {
      color: #2d2c2c; }
  .news-list .news-info .desc {
    height: 48px;
    line-height: 24px;
    font-size: 13px;
    color: #2d2c2c;
    margin-bottom: 8px; }
  .news-list .news-info .detail {
    height: 28px;
    line-height: 28px;
    color: #2d2c2c;
    font-size: 13px; }
    .news-list .news-info .detail > a {
      color: #2d2c2c; }
      .news-list .news-info .detail > a:hover {
        text-decoration: underline; }

.news-detail-contain {
  padding: 0 0 50px; }
  .news-detail-contain .flex-con{
    min-width: 0;
  }
  .detail img{
    max-width: 100%;
  }

.news-detail-info {
  padding-right: 30px; }
  .news-detail-info .title {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;
    color: #2b2b2b;
    text-align: center; }
  .news-detail-info .desc {
    height: 32px;
    line-height: 32px;
    color: #C29E68;
    font-size: 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid #E6D6CE; }
    .news-detail-info .desc .label {
      padding-left: 20px;
      background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/label_icon.png");
      background-position: left center;
      background-repeat: no-repeat;
      -webkit-background-size: 16px 16px;
         -moz-background-size: 16px;
              background-size: 16px; }
    .news-detail-info .desc .info > span {
      margin-left: 40px; }
  .news-detail-info .detail {
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 24px; }
  .news-detail-info .remind {
    color: #a9a9a9;
    margin-top: 20px; }
  .news-detail-info .page {
    line-height: 36px;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: bold;
    margin-top: 16px; }
    .news-detail-info .page a {
      font-weight: normal;
      color: #4c4c4c; }
  .news-detail-info .article-title {
    line-height: 48px;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold; }
  .news-detail-info .article-list {
    width: 300px;
    line-height: 32px;
    color: #4c4c4c;
    font-size: 14px;
    padding-right: 10px; }
    .news-detail-info .article-list a {
      position: relative;
      padding-left: 16px;
      color: #4c4c4c; }
      .news-detail-info .article-list a:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        border: 1px solid #ACACAC;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%; }

.attr0 {
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/house_icon_g0.png") !important; }

.attr1 {
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/house_icon_g1.png") !important; }

.attr2 {
  background-image: url("http://101.35.18.18:8777/shangao_pc_static/assets/images/house_icon_g2.png") !important; }

.news-label-wrapper .news-title {
  margin-top: 50px; }

.news-label-wrapper .news-label-contain {
  width: 90%; }
