@CHARSET "ISO-8859-1";
div.sabc_cat_box{

display: block;

}
.sabc_cat_box {
	width: 100%;
	display: block;

}
.sabc_cat_top {
	width: 100%;
	display: block;
	border: 1px solid black;
	height: 300px;
}
.sabc_cat_top_image {
	float: right;
	width: 200px;
	height: 150px;
	border: 1px solid red;
}
.sabc_cat_top_title {
	float: left;
	width: 100%;
	color: red;
	font-weight: bold;
	font-size: 15pt;
}
.sabc_cat_top_date {
	font-size: 8pt;
	color: darkgray;
	float: left;
}
.sabc_cat_top_author {
	float: left;
	font-size: 8pt;
	color: darkgray;
}
.sabc_cat_social {
	width: 150px;
	height: 20px;
	border: 1px solid yellow;
	float: left;
}
.sabc_cat_top_summary {
	float: left;
	width: 200px;
	font-weight: normal;
	font-size: 10pt;
}
.sabc_cat_top_more {
	width: 200px;
	height: 20px;
	background-color: blue;
	color: white;
}
.sabc_cat_list {
	width: 100%;
	display: block;
}
.sabc_cat_list_embed {
	width: 50%;
	height: 100%;
	float: right;
}
.sabc_cat_list_item {
	width: 50%;
	float: left;
	padding-bottom: 10px;
	display: block;
}
.sabc_cat_list_item_image2 {
	float: right;
	display: block;

}
.sabc_cat_list_item_image {
	float: right;
	display: block;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.sabc_cat_list_item_title {
	/* float: left; */
	/* width: 100%; */
	display: block;
	/* padding-left: 15px; */
	font-size: 13px;
	padding-bottom: 5px;
	font-weight: bold;
}
.sabc_cat_list_item_title a {
	color: #000;
}
.sabc_cat_item_date {
	font-size: 12px;
	color: darkgray;
	display: block;
	/* margin-left: 14px; */
	/* width: 50%; */
}
.sabc_cat_list_item_summary {
	font-weight: normal;
	display: block;
	margin-top: 10px;
	padding-right: 16px;
}

