#sub_list {
 margin-top: 10px;
}
#sub_list h3 {
	color: black;
	text-align: center;
}
.h_sub {
	display: inline-block;
	font-weight: 700;
	font-size: 12px;
	border-bottom: 1px dotted #ccb6b6;
	text-align: center;
}
.sub_col {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	padding: 10px;
}
.h_title {
	width: 50%;
	vertical-align:top;
	float:left;
}
.h_date {
	text-align: center;
	width: 30%;
	vertical-align: top;
	float:left;
}
.h_check {
	width: 20%;
	vertical-align: top;
	text-align:center;
	float:left;
}
.h_check a {
	display:inline-block;	
}
.h_check a i {
	font-size:16px;
	line-height:16px;
	color:#ff8383;
}
.h_check a:hover i {
	color:#ff0000;
}
.art_row {
	width: 100%;
	display:inline-block;
}
@media screen and (max-width:500px) {
.cz-search-wrapp input[type="text"] {
	width:100%!important;	
}
}
