@CHARSET "UTF-8";

@CHARSET "UTF-8";

body {
	padding-left: 0px;
	padding-right: 0px;
	color: black;
}
.btn:hover {
    color: white;
    text-decoration: none;
}
.line {
	width: 100%;
	clear: both;
	height: 1px;
	background: #C8C7CC;
}

.txt_nowrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
}

.tabspn {
	-webkit-border-radius: 15px;
	-moz-border-radius: 10px;
	border-radius: 20px;
	padding: 1px 4px 1px 4px;
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	color: black;
	background-color: white;
	height: 40px;
	width: 100px;
	float: left;
	margin: 15px 0 0 35px;
	padding-top: 7px;
}

.tabspn_sel {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 1px 4px 1px 4px;
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	color: white;
	background-color: #ff5500;
	height: 40px;
	width: 100px;
	float: left;
	margin: 15px 0 0 35px;
	padding-top: 7px;
}

.btn {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1px 4px 1px 4px;
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	color: white;
	background-color: #ff5500;
	height: 40px;
	width: 100px;
	padding-top: 7px;
}

.pager {
	margin: 10px 0 0 0;
}

.f_item {
	width: 18%;
	height: 220px;
	float: left;
	margin: 0 2% 10px 0%;
	position: relative;
	padding: 0 0 18px 0;
	border: thin solid #EEEEF5;
	background-color: white;
}

.f_item_img {
	width: 100%;
	height: 150px;
	z-index: 0;
}

.g_font {
	font-size: 11px;
	color: #8B8B8B;
	line-height: 15px;
	margin: 5px 0 0 3px;
}

.fname {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	color: black;
	font-size: 11px;
	width: 80%;
	float: left;
	margin-left: 3px;
}