@charset "utf-8";
/* CSS Document */

.content {
	width:950px;
	padding:5px 5px;
}

.content .news_xg {
    width: 460px;
	padding-right:15px;
	float:left;
}

.content .news_xg .title {
    color: #E60012;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-top: 6px;
    text-indent: 15px;
}
.border_bottom {
    border-bottom: 1px solid #CCCCCC;
}
.tl {
    text-align: left;
}

ul#news_li_index {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

ul#news_li_index li {
    height: 25px;
    text-align: left;
}
span.time {
    color: #999999;
    display: inline;
    float: right;
}