.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;
}
.right-cate-link {
	color: #555;
}
.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 {
	margin-bottom: 30px; 
}
.news-link {
	color: #333;
}
.news-item:hover .news-line {
	width: 100%;
}
.news-item:hover .news-title {
	color: #0abbb9;
}
.news-line {
	transition: .5s all;
	margin-top: 30px;
	width: 16%;
	height: 1px;
	background: #999;
}
.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;
}
@media screen and (max-width: 768px) {
  .left-list {
    width: 100%;
    padding: 20px 15px;
  }
  .news-item{
  	margin-bottom: 16px;
  }
  .right-side {
    width: 100%;
    float: none;
  }
}
























