@charset "gb2312";
/*------------------------------------------------------------
	¥È©`¥×¥Ú©`¥¸
------------------------------------------------------------*/
#main .activeBox .activeText {
	width: 403px;
	padding: 15px 10px;
}

#main .activeBox .activeText .comList {
	height: 182px;
	overflow: hidden;
}

#main .newsPhoto {
	margin-top: 22px;
	height: 186px;
}

#main .newsPhoto .title04 {
	background: #F4F4F4 url(../../img/news/title04_bg.gif) no-repeat 10px center;
	color: #5B5B5B;
	padding-left: 55px;
	line-height: 41px;
	height: 41px;
	margin-bottom: 10px;
}

#main .textList .listBox .subBox {
	height: 176px;
	overflow: hidden;
}

@media all and (min-width: 0) and (max-width: 640px)  {
	#main .textList .listBox {
		float: none;
		width: 100%;
		margin: 0;
	}
	#main .newsPhoto ul {
		margin: 0;
		width: 100%;
	}
	
	#main .newsPhoto ul li {
		height: auto;
		width: 46%;
		margin: 0;
		padding: 2%;
	}
	#main .newsPhoto ul li .photo {
		width: 100%;
		height: auto;
	}
	#main .newsPhoto ul li .photo img {
		width: 100%;
		height: auto;
	}

}