@import url(common.css);
#list {
	margin-bottom: 50px;
}
#show {
	float: right;    width: 919px;    margin-left: 35px;    padding-left: 35px;    border-left: 1px solid #d2d2d2;    padding-top: 50px;    padding-bottom: 50px;	
}
#show img {
	max-width: 900px;
	width: expression(this.width>900px?900px:true);
}
h1 {
	font-size: 30px;
	color: #515a60;
	margin-bottom: 15px;
	font-weight: normal;		text-align: center;
}
.subTitle {
	font-size: 20px;
	color: #7d7d7d;
}
.articleAttr {
	border-top: 1px solid #ededed;
	line-height: 27px;
	color: #7D7D7D;
	padding: 10px 0;
	margin-top: 15px;
	overflow: hidden;
	font-size: 14px;		text-align: center;
}
.articleContent {
	/*font-size: 18px;*/		min-height:300px;
}
.articleContent div, .articleContent p {
    line-height: 180% !important;
    font-size: 16px !important;
.pn {
	padding: 20px 0 0;
	border-top: 1px solid #ededed;
	margin: 0;
	margin-top: 55px;
}
.pn a,
.pn {
	font-size: 14px;
	color: #3E3E3E;
}
.pn a:hover {
	color: #ff0000;
}
.pn li {
	display: inline;
	margin-right: 15px;
}
