.entry-content {
	font-size: 100%;
	line-height: 180%;
	padding-right: 10px;
	position: relative;
	padding-top: 35px;
	margin-bottom: 10px;
}

.entry-content p {
	margin-top: 18px;
	margin-bottom: 16px;
	line-height: 180%;
}

.entry-content h2 {
	margin-top: 18px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 21px;
}

li {
	list-style:none;
}
li span {
	margin-left: 5%;
	margin-right: 5%;
	display: inline-block;
}
.span-pic {
	margin-left: 7%;
}
.span-text {
	margin: 0%;
	display: inline-block;
	width: 200px;
}
.entry-title {
	font-size: 1.5em;
	color: darkblue;
	text-align: center;
}
ul li .top_sign{ margin-left:0px;margin-right:0px;}

/* below for hot_posts list in page */
.post_list.hot_posts .block_title {
	color: #182f66;
    font-size: 25px;
    font-family: "Open Sans",sans-serif;
}
	
@media only screen and (min-width: 767px) {
	.post_list .one_post.top {
		padding: 7px 0 10px;
	}
	
	.post_list .one_post.top .title {
		padding-left: 37%;
		line-height: 38px;
	}
	
	.post_list .one_post.top .img {
	    width: 35%;
	}
}

@media only screen and (max-width: 420px) {
	.page-header {
		text-align: center;
	}
	.post_list .one_post .img, .post_list .title {
		width: 320px;
		margin: 0 auto;
	}
}