#news-detail {
  border-top: 1px solid #e0e0e0;
}
#news-detail a {
  text-decoration: none;
  color: #333;
}
#news-detail a:hover {
  color: #c60023;
}
#news-detail .main-left {
  width: 1000px;
  float: left;
}
#news-detail .main-left .news-info img {
  margin: 0 auto;
}
#news-detail .main-left .news-info h1 {
  font-size: 34px;
  line-height: 36px;
  margin: 30px 0;
  font-weight: normal;
  text-align: center;
}
#news-detail .main-left .news-info .time {
  display: block;
  line-height: 24px;
  color: #818181;
  font-size: 12px;
}
#news-detail .main-left .news-info .time span{
  margin-right:15px;
}
#news-detail .main-left .news-info .msg-main {
  font-size: 16px;
}
#news-detail .main-left .news-info .msg-main p {
  text-indent: 28px;
  line-height: 36px;
}
#news-detail .main-right {
  width: 350px;
  float: right;
}
#news-detail .main-right .slider-block {
  margin-top: 20px;
}
#news-detail .main-right .slider-block .title {
  border-bottom: 2px solid #e0e0e0;
  height: 36px;
  line-height: 36px;
}
#news-detail .main-right .slider-block .title h3 {
  font-size: 18px;
}
#news-detail .main-right .slider-block .slider-block-list {
  margin-top: 20px;
  height: 90px;
  overflow: hidden;
}
#news-detail .main-right .slider-block .slider-block-list dt {
  float: left;
  width: 120px;
  position: relative;
}
#news-detail .main-right .slider-block .slider-block-list dt img {
  width: 120px;
  height: 90px;
}
#news-detail .main-right .slider-block .slider-block-list dd {
  float: right;
  width: 210px;
  font-size: 16px;
  line-height: 30px;
}
#news-detail .main-right .slider-block .slider-block-list-ul {
  margin-top: 10px;
}
#news-detail .main-right .slider-block .slider-block-list-ul li {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
#news-detail .main-right .slider-block .slider-block-list-ul li i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: black;
  border-radius: 50%;
  margin-right: 5px;
}
#news-detail .main-right .slider-block .slider-block-list-ul li a {
  text-decoration: none;
  color: #333;
}
