@charset "gb2312";
/*------------------------------------------------------------
	¥È©`¥×¥Ú©`¥¸
------------------------------------------------------------*/
.subNews {
	border-bottom: 1px dotted #CBCBCB;
	font-size: 12px;
	padding: 10px 0;
}
.subNews .title {
	color: #434343;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
.subNews .title a {
	color: #434343;
}
.subNews .title a:hover {
	color: #fb2f00;
	text-decoration: none;
}

.subNews .time {
	color: #a3a3a3;
	margin-bottom: 5px;
}

.subNews .text {
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
#main .photoList ul li {
	height: 161px;
	overflow: hidden;
}


@media all and (min-width: 0) and (max-width: 640px)  {

}