.list-news UL {
	margin: 0;
	padding: 0;
}

.list-news LI {
	list-style-type: none;
	margin-top: 4px;
	display: list-item;
	border-bottom: #e5e5e5 1px dashed;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
}

.list-news LI .date {
    float: left;
    width: 99px;
    height: 80px;
    background-color: #f2f2f2;
    padding-top: 10px;
    text-align: center;
}

.list-news LI .date .day {
    width: 89px;
    line-height: 32px;
    height: 32px;
    font-size: 30px;
    font-family: Arial;
    color: #666;
}

.list-news LI .date .month {
    width: 89px;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    font-family: Arial;
    color: #666;
}

.list-news LI .wen {
	padding: 10px 14px 0 9px;
	overflow: hidden;
}

.list-news LI .wen A {
	color: #333;
}

.list-news LI .wen A:hover {
	color: #2f9fe9;
}

.list-news LI .wen SPAN {
    height: 26px;
	font-size: 13px;
	font-family: Î¢ÈíÑÅºÚ;
    font-weight: bold;
    overflow: hidden;
}

.list-news LI .wen P {
	margin-top: 5px;
    height: 40px;
    line-height: 20px;
    color: #808080;
    overflow: hidden;
	font-size: 12px;
	font-family: Î¢ÈíÑÅºÚ;
}
