
.block_for_most {
	width: 190px;
	border-radius: 5px;
	border: 1px solid #d4d4d4;
	padding: 0 10px 5px 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 13px;
}


.block_for_most h5 {
	color: #0193de;
	text-align: center;
}

.block_for_most_item {
	padding-top: 5px;
	padding-bottom: 2px;
	border-top: 1px dotted #d4d4d4;
	margin-top: 5px;
}

.comment_count_blue {
	float: right;
	margin-right: 5px;
	color: #0193de;
	font-size: 11px;
	display: inline-block;
	line-height: 1.3;
	width: 43px;
	text-align: right;
}

.comment_count_blue:before {
    content: "";
    position: relative;
	top: -2px;
	float:left;
	width: 18px;
    height: 18px;
	background: url(/img/img_sprite.png) no-repeat;
	background-position: 0 -334px; 
}