﻿@import 'common.css';
@import 'news.css';
.news-detail-box{
  padding:40px 0 0 0;
  border-top: 1px solid #e8ebef;
}
.news-back{
  display: block;
  margin-bottom: 40px;
  /* padding-left:18px; */
  /* background: url(../img/back-news.png) no-repeat left center; */
  font-size: 16px;
  color: #525a66;
}
.news-back:hover {
  color: #4386dc;
}
.news-detail-desc{

}
.news-detail-desc h3{
  font-size: 30px;
  color: #242a33;
  line-height: 48px;
}
.news-detail-desc .news-time{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e8ebef;
  color: #c2c5cc;
}
.news-detail-desc .news-time span{

}
.news-detail-con{
  padding:30px 0;
  text-align: center;
}
.news-detail-con p{
  line-height: 30px;
  font-size: 16px;
  color: #525a66;
  margin-bottom: 20px;
  text-indent: 2em;
  text-align: left;
}
.news-detail-con img{
  max-width: 100%;
  margin: 15px 0 40px -32px;
}
.news-detail-page{

}
.news-detail-page a{
  font-size: 16px;
  color: #525a66;
  display: inline-block;
}
.news-detail-page a.news-prev{
  /* padding-left: 18px;
  background: url(../img/news-prev.png) no-repeat left top; */
  float: left;
}
.news-detail-page a.news-next{
  /* padding-right: 18px;
  background: url(../img/news-next.png) no-repeat right top; */
  float: right;
}
.news-detail-page a:hover{
  color: #4386dc;
  background-position-y: -16px;
}


@media (max-width:768px){

  .news-detail-box{
    padding: 0.973333rem 0.426667rem;
    border-top: 1px solid #e8ebef;
  }
  .news-back{
    display: none;
    margin-bottom: 0.533333rem;
    /* padding-left:18px; */
    /* background: url(../img/back-news.png) no-repeat left center; */
    font-size:0.346667rem;
    color: #525a66;
  }
  .news-back:hover {
    color: #4386dc;
  }
  .news-detail-desc{
   
  }
  .news-detail-desc h3{
    font-size: 0.533333rem;
    color: #242a33;
    white-space: normal;
    -o-text-overflow: ellipsis;
    overflow: visible;
    line-height: 0.88rem;
  }
  .news-detail-desc .news-time{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e8ebef;
    color: #c2c5cc;
  }
  .news-detail-desc .news-time span{
    font-size:0.346667rem;
  }
  .news-detail-con{
    padding:30px 0;
    text-align: center;
  }
  .news-detail-con p{
    line-height: 0.746667rem;
    font-size:0.426667rem;
    color: #525a66;
    margin-bottom:0;
    text-indent: 0;
    text-align: left;
    /* text-indent: 0.852224rem; */
  }
  .news-detail-con img{
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }
  .news-detail-page{
    font-size: 0.37333rem;
  }
  .news-detail-page a{
    font-size: 16px;
    color: #525a66;
    display: inline-block;
  }
  .news-detail-page a.news-prev{
    /* padding-left: 18px;
    background: url(../img/news-prev.png) no-repeat left top; */
    float: left;
  }
  .news-detail-page a.news-next{
    /* padding-right: 18px;
    background: url(../img/news-next.png) no-repeat right top; */
    float: right;
  }
  .news-detail-page a:hover{
    color: #4386dc;
    background-position-y: -16px;
  }

 .news-right-container{
   /* display: none; */
 }
}

