@charset "utf-8";
/*布局*/
.c_2{  padding:1px;
}




/*标题*/
.h1 {
	font-size:24px;
	color:#333;
	line-height:160%;
	padding:10px;
	margin:10px 15px;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
}
.h2 {
	font-size:24px;
	color:#333;
	line-height:160%;
	padding:10px 5px;
	margin:10px 15px;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #DDD;
}

.h6 { color:#000; border-bottom:2px solid #EDEDEE; font-family:Verdana, Geneva, sans-serif; font-size:14px; font-weight:bold; padding:5px 0;}
.h4 { color:#000; font-family:Verdana, Geneva, sans-serif; font-size:14px; font-weight:bold;}

/*表格*/
.table_1{ line-height:47px;}
.table_1 tr{}
.table_1 th{ background-color:#E8E8E8; text-align:right; width:60px; padding:0 5px; border-right:2px solid #FFF; border-bottom:2px solid #FFF;}
.table_1 td{background-color:#F3F3F3; border-bottom:2px solid #FFF;}
.table_1 img{ width:250px; height:190px; border:2px solid #50545E;}

/*作者*/
.author {
	font-size:12px;
	text-align:center;
	color:#666;
	height:30px;
	line-height:30px;
	margin:0 0 10px 0;
	background-color:#F5F5F5;
	padding:0 10px;
}
.author strong {
	padding:0 15px;
	color:#666;
	font-weight:normal;
}

.ppimg{width:150px; height:150px; border-bottom:1px solid #CCC; border-right:1px solid #CCC; float:left; margin:0 20px 10px 0;}

/*内容*/
#content {
	font-size:14px;
	margin:20px;
	color:#333333;
	line-height:200%;
	text-align:left;
	clear:both;
	word-wrap:break-word;

}
#content img{max-width: 500px;width:expression(width>500?"500px":width);}
#content p {
	margin-bottom:20px;
}

#content strong {
}
#content a {
	color:#0000FF;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content h1 {
	font-size:24px;
	font-weight: normal;
	padding:0px;
	margin:10px 0px;
}
#content h2 {
	font-size:22px;
	font-weight: normal;
	line-height:200%;
}
#content h3 {
	font-size:18px;
	font-weight: normal;
	line-height:200%;
}
#content h4 {
	font-size:16px;
	font-weight: normal;
	line-height:200%;
}
#content h5 {
	font-size:14px;
	line-height:200%;
}
#content h6 {
	font-size:12px;
	line-height:200%;
}
/*工具*/
#tool {
	font-size:12px;
	line-height:20px;
	border-top:1px solid #DDD;
	height:20px;
	margin:10px 0;
	padding:10px 0 0 10px;
	overflow: hidden;
}
#tool ul {
	float:left;
}
#tool ul li {
	float:left;
	width:90px;
}
#tool .commentary, #tool .print, #tool .copy, #tool .email, #tool .close, #tool .rss_2, #tool .t_1, #tool .t_2, #tool .t_3 {
	background-image: url(tool.gif);
	background-repeat: no-repeat;
	background-position: left -20px;
	height:20px;
	padding:0 0 0 25px;
	display:block;
	margin:0 10px 0 0;
	color:#333;
}
#tool .print {
	background-position: left -40px;
}
#tool .copy {
	background-position: left -80px;
}
#tool .email {
	background-position: left -100px;
}
#tool .close {
	background-position: left -60px;
}
#tool .rss_2 {
	background-position: left -120px;
}
#tool .t_1 {
	background-position: left -140px;
}
#tool .t_2 {
	background-position: left -160px;
}
#tool .t_3 {
	background-position: left -180px;
}




/*上一篇下一篇*/
#updown {
	border-top:#DDD 1px solid;
	padding:10px;
	text-align:left;
	line-height:200%;
}
#updown a {font-size:90%;
}
#updown a:hover {
	text-decoration: underline;
}

#updown strong{font-size:105%;}



