#news {
	margin-top: 20px;
	width: 425px;
    float: left;
}
.newtop {
	
	height: 35px;
	line-height: 35px;
	position:relative;
}
.newtop h2 {
	float: left;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	border-top: 3px solid #0e9e89;
	position:absolute;
	line-height: 30px;
}
.newtop a.more {
	float: right;
	color: #999;
	font-size: 13px;
	line-height: 30px;
}
.newtop a.more span{
	color:#0E9E89;
}

.newtop a.more:hover {
	text-decoration: underline
}
#news .body {
	overflow: hidden
}
#news .body ol {
	width: 133%
}
#news .body li {
	float: left;
	width: 425px;
	margin: 10px 10px 10px 0;
}
.newimg{
	display:block;
	float:left;
	margin-right:10px;
	max-width: 120px;
    max-height: 76px;
	}
.newimg img{
    border: 1px solid #c8c8c8;
	width: 120px;
    height: 80px;
	}
/*.newimg img:hover{
    border: 1px solid #0e9e89;
	}*/
	
#news .body li time {
	position: absolute;
	left: 0;
	top: 0;
	width: 58px;
	text-align: center
}
#news .body li time span {
	display: block;
	width: 100%
}
#news .body li time .day {
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #fff;
	background-color: #37c185
}
#news .body li time .month {
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: gray;
	background-color: #dadee1
}
#news .body li h4 {
	overflow: hidden;
	height: 25px;
	line-height: 20px
}
#news .body h4:hover a{
	color: #0e9e89;
}

#news .body li h4 a {
	font-size: 15px;
    font-weight: normal;
    color: #000000;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: right;
    width: 295px;
}
#news .body li h4 span{
	font-size: 15px;
    font-weight: normal;
    color: #666;
    float:left;
}


#news .body li pre {
	line-height: 17px;
    font-size: 12px;
    color: #999;
    height: 85px;
    overflow: hidden;
    margin: 0;
	white-space: pre-line;
}
