@charset "utf-8";
/* CSS Document */

.news-list{
	margin-top:40px;
}
.media{
	border-bottom:1px #ddd solid;
	padding-bottom:20px;
}
h4.media-heading{
	font-size:18px;
	margin-bottom:10px;
}
a h4.media-heading {
	color:#333;
	font-weight:bold;
	line-height:26px;
}
a h5.media-heading{
	line-height: 21px;
}
a:hover h4.media-heading, a:hover h5.media-heading {
	color:#f53737;
}
.media-left{
	display:block;
	width:220px;
	height:135px;
	overflow:hidden;
	float:left;
	margin-right:15px;
}
.media-body p{
	line-height:23px;
	color:#999;
}
p.news-info{
	height:70px; 
	overflow:hidden;
}

/*精彩推荐*/
.media2{
	padding-bottom:0;
}
.media-left2{
	width:130px;
	height:85px;
    margin-bottom:10px;
	margin-right:5px;
}


/*详情*/
.details{
	border-top:1px #ddd solid;
}
.details-title{
	margin-top:1.5em;
	color:#333;
	font-size:28px;
}
img{
	max-width:100%;
}
.message{
	color:#999;
	display:block;
	padding-bottom:2em;
}
.text{
	line-height:32px;
}