.bread {
  height: 55px;
  line-height: 55px;
  text-align: left;
  color: #0abbb9;
}
.bread-link {
  color: #0abbb9;
}
.news-list {
  padding: 30px 0;
  min-height: 570px;
  background: #f2f2f2;
}
.left-list {
  background: #fff;
  display: inline-block;
  padding: 30px;
  width: 75%;
  margin-right: 3%; 
}
.right-side {
  background: #fff;
  padding: 20px;
  width: 22%;
  float: right;
}
.input-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px; 
}
.input {
  padding: 0 20px;
  height: 40px;
  width: 100%;
}
.right-cate-item {
  line-height: 30px;
  font-size: 0.2812rem;
}
.reco-news-list {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding: 20px 0 0;
}
.tag-title {
  margin: 0 0 20px;
}
.reco-news-item {
  padding: 10px;
  border: 1px solid #eee;
  border-bottom: none; 
}
.reco-news-link {
  color: #333;
}
.reco-news-item:last-child {
  border-bottom: 1px solid #eee;
}
.news-item {
  padding-bottom: 30px;
  margin-bottom: 30px; 
  border-bottom: 1px solid #ddd;
}
.news-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.news-title {
  margin-bottom: 20px;
  font-size: 0.3438rem;
}
.news-desc {
  margin-bottom: 12px;
  font-size: 0.2031rem;
  color: #bbb;
} 
.news-time {
  color: #0abbb9;
  font-size: 0.25rem;
}
.news-hit {
  margin-left: 20px;
}
.control {
  padding-top: 30px;
}
.right-cate-link {
  color: #555;
}
.control-pre {
  padding: 10px 20px;
  float: left;
  border: 1px solid #ddd; 
  display: inline-block;
}
.control-next {
  padding: 10px 20px;
  float: right;
  border: 1px solid #ddd; 
  display: inline-block;
}
.pre-link {
  color: #666;
}
@media screen and (max-width: 768px) {
  .left-list {
    width: 100%;
  }
  .right-side {
    width: 100%;
    float: none;
  }
  .next {
    float: left;
  }
  .control-next span,.control-pre span{
    display: none;
  }
}
























