﻿.focus {
	height: auto;
	width: 100%;
	margin: 1px auto 0;
	position: relative;
	overflow: hidden;
}
.focus .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 12px;
	text-align: center;
}
.focus .hd ul {
	display: inline-block;
	height: 5px;
	padding: 3px 5px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
	vertical-align: top;
}
.focus .hd ul li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #8C8C8C;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}
.focus .hd ul .on {
	background: #0f0f0f;
}
.focus .bd {
	position: relative;
	z-index: 0;
	padding-bottom: 30px;
}
.focus .bd li {
	position: relative;
	height: auto;
}
.focus .bd li a {
	display: block;
	text-align: center;
}
.focus .bd li img {
	width: 100%;
	height: auto;
	display: inline-block;
}
.focus .bd li .tit {
	width: 100%;
	position: absolute;
	bottom: 15px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	background-color: #0f0f0f;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.top_menu {
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	border-bottom: 1px solid #D9D9D9;
	height: 38px;
}
.top_menu::-webkit-scrollbar {
height:0px;
}
.top_menu_list {
	white-space: nowrap;
}
.top_menu_list a {
	white-space: nowrap;
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
}
.top_menu_list a.cur, .top_menu_list a.active {
	color: #ce0505;
}

/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background:#e74c3c;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color:#e74c3c;
	color: #fff;
	cursor: default;
}