/*网页内容CSS*/
.all{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.content{
	width:500px;
	height:auto;
	background:#F9FCFE;
	float:left;
	text-align:left;
}
.reply{
	width:500px;
	height:auto;
	float:left;
	text-align:left;
	border:1px #CCCCCC solid;
}
.place{
	width:500px;
	height:25px;
	line-height:25px;
	border-bottom:1px #CCCCCC solid;
	font-size:12px;
	padding-top:8px;
}
.news{
	width:500px;
	height:auto;
	border:none;
}
.newstitle{
	clear:both; 
	text-align:left;  
	font-size:24px; 
	font-weight:bold;
	padding:18px 5px 0 12px;
	width: 500px; /* 必须定义宽度 */ 
	word-break: break-word; /* 文本行的任意字内断开 */ 
	word-wrap: break-word; /* IE */ 
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
}
.newstop{
	font-size:12px;
	text-align:left;
	padding:5px 0 0 30px;
}
.newstext{
	clear:both;
	width: 500px;
	margin-top:10px;
	text-align:left; 
	overflow:hidden; 
	font-size:14px; 
	line-height:23px;
	word-wrap:break-word;
	word-break:break-all;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	padding-left:12px;
	padding-right:12px;
	text-indent:2em;
}
.newstext img{
	border:#CCCCCC solid 1px;
}
.newstext p{
	text-indent:2em;
	line-height:23px;
}
.newstext tr{
	text-indent:2em;
	line-height:23px;
}
.newstext td{
	text-indent:2em;
	line-height:23px;
}
.newsend{
	clear:both;
	overflow:hidden; 
	width:490px;
	margin:5px;
	text-align:left;
	font-size:13px;
}
.next{
	clear:both;
	overflow:hidden; 
	width:500px;
	height:30px;
	border:none;
	font-size:13px;
	font-weight:bolder;
	color:#666666;
	text-align:left;
}
.next_up{
	line-height:13px;
	text-align:left;
	padding-left:12px;
}
.next_down{
	line-height:13px;
	text-align:left;
	padding-left:12px;
}
.newsadv{
	clear:both;
	text-align:left;
	overflow:hidden; 
	width:500px;
	height:85px;
	padding-left:12px;
}
.showreply{
	clear:both;
	width:500px;
	font-size:10pt;
}
.addreply{
	width:500px;
	font-size:10pt;
}
.smalllogo{
	width:25px;
	float:left;
	margin-left:2px;
}
.right{
	width:225px;
	height:auto;
	float:right;
}
.right_top{
	width:222px;
	text-align:right;
	height:300px;
	border:#CCCCCC solid 1px;
	float:right;
}
.right_middle{
	width:222px;
	text-align:right;
	height:300px;
	border:#CCCCCC solid 1px;
	float:right;
	margin-top:10px;	
}
.right_bottom{
	width:222px;
	height:240px;
	text-align:right;
	border:#CCCCCC solid 1px;
	float:right;
	margin-top:10px;	
}
.right_bottom_left{
	width:100px;
	height:100px;
	float:left;
	font-size:12px;
	line-height:20px;
	text-align:center;
	border:none;
}
.right_bottom_left ul{
	margin:0px;
	padding:0px;
}
.right_bottom_left li{
	clear:both;
	margin-top:20px;
	padding-left:0px;
	font-size:12px;
	list-style:none;
}
.right_bottom_right{
	width:120px;
	height:100px;
	font-size:12px;
	float:right;
	line-height:23px;
	text-align:left;
	border:none;
} 
.right_bottom_right ul{
	margin:2px;
	padding:0px;
}
.right_bottom_right li{
	clear:both;
	list-style:none;
	text-indent: 0.6em;
	background:url(list_icon.gif) no-repeat left;
	background-position: 0em 40%;
	padding-left:2px;
}
.word{
	clear:both;
	width:220px;
	text-align:left;
	font-weight: normal;
}
.word ul{
	margin:5px;
	padding:0px;
}
.word li{
	list-style:none;
	text-indent: 0.6em;
	background:url(list_icon.gif) no-repeat left;
	background-position: 0em 40%;
	padding-left:2px;
	font-size: 12px;
	line-height:23px;
}
.right_adv{
	width:222px;
	text-align:right;
	height:250px;
	border:#CCCCCC solid 1px;
	float:right;
	margin-top:10px;	
}
