span{color: #666;}
p{font-size: 13px;}
.midBar .news-list {
    width: 1260px;
    margin: 30px auto 50px;
}
.midBar .news-list .news-text{
	background-color: #fff;	
}
.midBar .news-list .grey{
	background-color: #e9e9e9;	
}
.news-list .news-text .up,.news-list .news-text .down{
	margin-left: 2em;
}
.news-list .news-text .up{	
	height: auto;
	overflow: hidden;
	line-height: 5em;
}
.news-list .news-text .up p{
	font-size: 16px;
	color: #1d1f21;
	float: left;   
}
.news-list .news-text .up p:hover{	
	text-decoration: underline;
}
.news-list .news-text .up div{
	float: right;
	margin-right: 30px;
}
.news-list .news-text .up div .img{
	position: relative;
	top:3px;
}
.news-list .news-text .down{
	width: 95%;    
	line-height: 2em;
    padding-bottom: 20px;
    color: #666;
}
.news-list .down:hover{
	color:#000 ;	
}
.midBar .news-list .news-text:hover{
	background-color: #ccc;
	transition: background-color 1.2s;
	-moz-transition: background-color 1.2s;
	-webkit-transition: background-color 1.2s; 
	-o-transition: background-color 1.2s; 
}
