/*文章标题*/
.wechatTitle
{
	color: black;
	font-size: 18px;
	
}

/*文章这一区域块的位置*/
.wechatBlock
{
	padding: 5px 50px 20px;
}

/*li的大小及序号显示*/
.liList
{
	 list-style-type: decimal; 
	 list-style-position: inside;
	 font-size: 18px;
}

/*文章的类别*/
.wechatKind
{
	color: red;
}
