/*设置背景色*/
::selection {
	background:#cc0000;
	color:#fff;
}
.PostTitle{ 
	font-family:'Microsoft YaHei'; 
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
h2:hover .PostTitle {
	padding-left: 20px;
	color: #cc0000;
}
div#sidebar{ width:350px}