.navbar{ margin-top:42px; }

.main{overflow: hidden; margin-top: 30px;}

.news ul li{
    border-bottom:1px dashed #ddd;
}
.news ul li:last-child{
	border-bottom: none;
}
.news ul li a{
    margin-top: 10px;
    display: block;
    height: 36px;
    color: #666;
}
.news ul li a p{
    float: left;
}
.news ul li a span{
    float: right;
}

.news ul li a:hover{
    color: #ff9900;
}

.news .news_link,.news .news_time {
	font-size: 12px;
	color: #999;
	margin-bottom:20px;
}
.news .news_link a{
	color: #999;
}
.news .news_link a:hover{
	color: #333;
}