@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------公共元素*/
body {
	margin: auto;
	overflow-x: hidden;
	font-family: "微软雅黑";
	
}
a{
	text-decoration: none;	
	outline: none;
}
p,ul,li,h1,h2,h3{
	margin:0px;
	padding: 0px;
	color: #000;
	font-weight:normal;
	

}
ul,li{
	list-style:inside none;
}

@font-face{
	font-family: maFirstFont;
	src:url('../css/BASKVILL.ttf'),url('../css/BASKVILL.eot');
}

/*-----------------------------------------------------公共class*/
.container {
	width: 1200px;
	margin: 0 auto;
}
/*超出字符使用省略号 */
.textEllipsis{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*li超出边框是使用*/
.marr0{
	margin-right:0 !important;
}
/*高度*/
.clearfix:after{
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
	line-height:0;
	content:''; 
}
.clearfix{
	zoom:1;
}
/*li超出边框是使用*/
.bord0{
	border: none !important;
}



/*pagelist*/
/* #pagelist{ 
	color:#666; 
	font-size:12px;
	line-height:40px;
	text-align:left;
	display:inline-block;
	margin-top:15px;
}
.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-top:15px;
}
.pagination a{
	border:#d9d9d5 1px solid;
	color:#fff;
	padding:3px 4px;
	margin-left:8px;
	background:#00458e;
}
.pagination a:hover{
	color:#fff;
	background:#023469;
}
.pagination span.current{
	border:#d9d9d5 1px solid;
	color:#4e4e4e;
	padding:3px 4px;
	margin-left:8px;
	background:#e5e3e5;
}
.pagination span.disabled{ 
	color:#4e4e4e;
	background:#e5e3e5;
}


#pageSwitch{
	margin-top:30px;
}
#pageSwitch a{
	width: 45%
	color:#888;
	display:block;
}
#pageSwitch a:hover{
	text-decoration:underline;
}
#pageSwitch .pre,#pageSwitch .next{
	color:#888;
	font-size:14px;
	line-height:22px;
}
#pageSwitch .pre{
	margin-bottom:5px;
} */
