.npagePage.post #postContent {
    margin-bottom: 0;
}

.container_category {
    padding-top: 2px;
    padding-bottom: 40px;
}

.content_list .item_block{
	float: left;
    width: 30%;
    margin-right: 20px;
    height: 474px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.content_list .item_block:nth-child(3n){
    margin-right: 0px;
}

.content_list .item_block .item_img  img{
     width: 100%;
}


.item_wrapper {
	padding: 20px;
}

.item_wrapper .item_info .title {
	    font-size: 16px;
		margin-bottom: 10px;
}

.item_wrapper .description {
	    font-size: 14px;
}


.item_wrapper .details {
	    display: inline-block;
    border: 1px solid #dbdbdb;
    padding: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 30px;
}


.item_wrapper .details:hover {
    border: 1px solid #1a49f0;
}