.news-list {
  overflow: hidden;
  padding: 10px 0;
}

.news-list ul {
  border-top: 1px dotted #ddd;
  display: block;
}

.news-list li {
  display: block;
  line-height: 40px;
  color: #70706f;
  border-bottom: 1px dotted #ddd;
  overflow: hidden;
}

.news-list li a {
  float: left;
  display: block;
  max-width: 620px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.news-list li a:hover {
  color: #0035cb;
}

.news-list li .time {
  float: right;
  display: block;
  white-space: nowrap;
  color: #b1b1b1;
}

.news-list li a:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: 3px;
  background: #0035cb;
  border-radius: 2px;
}

/*详情*/

.news-detail {
  position: relative;
}

.news-detail-title {
  line-height: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding: 30px 0 0;
  text-align: center;
}

.news-detail-info {
  text-align: center;
  color: #999;
  line-height: 30px;
}

.news-detail-info span {
  padding: 0 20px;
}

.news-detail-pic {
  width: 590px;
  height: 372px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  background: #eee;
}

.news-detail-des {
  display: block;
  overflow: hidden;
  margin: 20px;
  background: #eee;
  padding: 10px;
  color: #333;
  line-height: 20px;
}

.news-detail-des {
  display: none;
}

.news-detail-des:before {
  content: '“';
  font-size: 24px;
  color: #0075d8;
  vertical-align: -5px;
  margin-right: 5px;
}

.bdsharebuttonbox {
  position: absolute;
  right: 0;
  top: 10px;
}
