.detail-container {
    padding-top: 60px;  width: 1000px;
   margin: 0 auto;     padding-left: 30px;
}.detail-title {
  font-size: 27px;
  width: 700px;
}

.detail-introduce {
  margin: 20px 0;
}

.detail-introduce span:first-child {
  color: #3CA7FF;
  font-size: 12px;
  cursor: pointer;
}

.detail-introduce .icon {
  width: 4px;
  height: 4px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  margin-right: 4px;
  margin-bottom: 2px;
}

.detail-introduce .read {
  color: #666;
  font-size: 12px;
}

.detail-brief {
  margin: 24px 0;
  color: #999;
  width: 700px;
}

.detail-cutline {
  margin-bottom: 30px;
  width: 160px;
  height: 4px;
  background: #f0f0f0;
}

.rich-text {
  display: inline-block;
  width: 1000px;
  margin-bottom: 30px;
  min-height: 400px;
}

.news a {
  width:80px;
  height:32px;
  line-height: 32px;
  display: inline-block;
  background-color: #f7f7f7;
  text-align: center;
  color: #666;
  cursor: pointer;
  text-decoration: none;
}

.news a:hover {
  color: #3CA7FF;
}

.second-cutline {
  margin-top: 20px;
  width: 829px;
  height: 1px;
}

.detail-article {
  float: none;
  position: relative;
  top: -16px;
}

.detail-article .card-brief {
  color: #333;
  margin-top: 4px;
}

.detail-article .article-card {
  margin-right: 15px;
}

.detail-side-box {
  margin-top: 40px;
}

.new-article {
  margin-top: 20px;width: 33%;
}

.new-article ul {
  margin: 0;
  padding-left: 10px;
  display: inline-block;
}

.new-article ul li {
  margin-bottom: 14px;
  font-size: 12px;
  list-style: none;
}

.new-article .label-tielt {
  margin-bottom: 0;
}

.new-article .li-icon {
  display: inherit;
  width: 6px;
  height: 6px;
  background: #b3b3b3;
  border-radius: 50%;
  position: relative;
  top: 12px;
  left: -14px;
}

.recommend {
  border: none;
}

