#articlelist div:hover{
	background:transparent;
}
#articlelist h2{
	text-align:center;
	padding:40px 0 20px;
}
#articlelist .articleTitle2{
	text-align:center;
	font-size:14px;
}
#articlelist .articleAuthor{
	text-align:center;
	font-size:14px;
	padding:30px 0;
	color:gray;
}
#articlelist .articleContent{
	padding-top:30px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#articlelist .articleEditor{
	padding-top:30px;
	font-size:14px;
	color:gray;
}
#articlelist p {
	text-indent: 2em;
	line-height: 2;
	padding: 10px 0;
}
.centerblock {
	max-width: 85%;
	display:block;
	margin:auto;
}
#articlelist p img {
	text-indent: 0;
}
#articlelist img{
	max-width:90%;
}
#articlelist td {
	border: 1px #ddd solid;
	padding: 5px 3px;
}
#articlelist td p {
	text-indent: 0;
}
#shareto {
	width:180px;
	text-align:center;
	padding:20px 0 40px;
	margin:auto;
}
#shareto img {
	width: 26px;
	height: 26px;
	margin: 0 5px;
	border-radius:2px;
}
#shareto #wx_ewm{
	position:absolute;
	width:150px;
	height:150px;
	margin:30px 0 0 45px;
	display:none;
}
#shareto #wx_ewm img{
	width:80px;
	height:80px;
	padding:5px;
	border:1px solid #c0c0c0;
	border-radius:5px;
	background:#fff;
}
