#latest_cate {display:inline-block;width:100%;padding:38px 35px 28px 35px;background:#fff;border-radius:15px;}
#latest_cate .img_ {display:inline-block;float:left; width:24%; text-align:left;}
#latest_cate .img_ img { border-radius:8px;}
#latest_cate .cont_ {display:inline-block;float:left; width:76%; text-align:left;}
.cate_subject {display:inline-block;float:left;width:100%;font-size:17px;padding-bottom:6px;text-align:left;}
.cate_subject a {color:#222;font-weight:500;}
.cate_subject img {vertical-align:middle;}
.cate_name {display:inline-block;width:156px; margin-right:5px;height:24px;line-height:25px;font-size:13px;color:#fff;background:#1f7d7a;text-align:center;border-radius:2px;}
.cate_date {/*display:none;*/ display:inline-block;width:100px;font-size:15px;line-height:32px;color:#888;text-align:right;}
.cate_coment {	font-size:14px;color:#ff9900;}
.cate_cont {width:100%;text-align:left;padding:10px 0 14px 0;color:#666;font-size:13px;line-height:22px;font-size:13px;}
.bo_icon_new { padding:0px 3px 1px 3px; line-height:14px; border-radius:2px; margin-left:5px; background:#2090f9; color:#fff; font-size:13px; font-family:'tahoma';}

@media only screen and (max-width:794px){
	#latest_cate {display:inline-block;width:100%;margin-top:10px;padding:20px 20px 5px 20px;background:#fff;border-radius:10px;}
	#latest_cate .img_ {float:left; width:38%; text-align:left;}
	#latest_cate .img_ img { border-radius:8px;}
	#latest_cate .cont_ {float:left; width:62%; height:100px;text-align:left;}
	.cate_subject {float:left;width:100%;font-size:17px;line-height:20px;padding-bottom:3px;text-align:left;}
	.cate_subject a {color:#222;font-weight:500;}
	.cate_subject img {vertical-align:middle;}
	.cate_name {display:inline-block;width:100%; height:24px;line-height:25px;margin-bottom:5px;font-size:13px;color:#fff;background:#1f7d7a;text-align:center;border-radius:2px;}
	.cate_date {display:none;width:100px;font-size:16px;line-height:20px;color:#888;text-align:right;}
	.cate_coment {	font-size:14px;color:#ff9900;}
	.cate_cont {display:none; }
	.bo_icon_new { padding:0px 3px 1px 3px; line-height:14px; border-radius:2px; margin-left:5px; background:#2090f9; color:#fff; font-size:13px; font-family:'tahoma';}
}