

@charset "utf-8";

/* CSS Document */

html,body,ol,ul,li,p,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,input{

	margin:0;

	padding:0;

}

body{

	font-family:'微软雅黑'; 

}

h1,h2,h3,h4,h5,h6{

	font-weight:normal;

}

a{

	text-decoration:none;

	outline:none;

}

li{

	list-style:none;

}

img{

	border:0;

}

/* @Public style

--------------------------------------------*/

.clearfix:after{

	clear:both;

	display:block;

	visibility:hidden;

	height:0;

	line-height:0;

	content:''; 

}

.clearfix{

	zoom:1;

}

.fl{

	float:left !important;

}

.fr{

	float:right !important;

}

.extra{

	margin-right:0 !important;

}

.fontS{

	font-family:'宋体';

}

.fontEn{

	font-family:"微软雅黑";

}

.textEllipsis{

	overflow:hidden;

	text-overflow:ellipsis;

	white-space:nowrap;

}

/* @Public layout

--------------------------------------------*/

.mainWidth{

	width:1000px;

	margin:0 auto;

}

.fullWidth{

	width:100%;

}

.letMid{

	position:relative;

	width:1920px;

	left:50%;

	margin-left:-960px;

}

#switch{

	margin-top:30px;

}

#switch a{

	color:#888;

	display:block;

}

#switch a:hover{

	text-decoration:underline;

}

#switch .pre,#switch .next{

	color:#888;

	font-size:14px;

	line-height:22px;

	text-align:left;

}

#switch .pre{

	margin-bottom:5px;

}

/*pagelist*/

#pagelist{ 



	color:#666; 



	font-size:12px;



	line-height:40px;



	text-align:left;



	display:inline-block;



	margin-bottom:15px;



	font-family:'微软雅黑' !important;



}



.pagination{



	height:25px;



	overflow:hidden;



	font-size:12px;



	margin:0;



	text-align:left; 



	padding:10px 0;



	margin-right:-10px;



	display:inline-block;



	float:right;



	margin-bottom:15px;



	font-family:'微软雅黑' !important;



}



.pagination a{



	border:#d9d9d5 1px solid;



	color:#fff;



	padding:3px 4px;



	margin-left:8px;



	background:#1bb5bd;



}



.pagination a:hover{



	color:#fff;



	background:#14959c;



}



.pagination span.current{



	border:#d9d9d5 1px solid;



	color:#4e4e4e;



	padding:3px 4px;



	margin-left:8px;



	background:#e5e3e5;



}



.pagination span.disabled{ 



	color:#4e4e4e;



	background:#e5e3e5;



}





