.news_title {
    font-family:   Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-decoration: none;
    font-weight: bold;
    color:#4c4c4b;
}


.news_title:hover {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-decoration: underline;
    font-weight: bold;
    color:#4c4c4b
}

.news_time {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: normal;
    color: #333333;
}

.news_more {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    color:#e43730;
}


.news_more:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
    color:#e43730;
}
