/**
*CSS公共层
*basic.css

/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;
}
/*字体*/
body{font-family:'微软雅黑';font-size:12px;color:#000; word-break:break-all; background:url(/img/web-bg.png);}

/*包裹 IE8居中*/
#wrap{text-align:left;}

/*ul*/
ul{ list-style:none;}

/*a*/
a,a:hover,a:active,a:link,a:visited{ text-decoration:none;outline:none;}
a:hover{color:rgb(38,131,200);}

/*img*/
img{border:0 none;}


/*清除浮动*/
.clear{clear:both;}

/*分页样式*/
.page{
	margin-top:3px;
	display: inline-block;
	*display:inline;
	zoom:1;
}
.pageX{
	float:right;
	margin-top:3px;
}
.pageX *{height:22px;padding-top:0px;padding-bottom:0px;width:auto !important;}
.pageX .btn{
	padding: 2px 12px;
}
.pageX .dropdown-menu{height:auto;max-height:200px !important;}
.pageX .dropdown-menu li a{padding: 0px 20px;}
.page a {
    text-decoration: none;
	border: 1px solid #ADADAD;
	color: #333;
    display: inline-block;
    padding: 0.1em 0.4em;
    margin-right: 5px;
	margin-bottom: 5px;
	color: #333;
	background: #ffffff;
	border-radius: 3px;
}
.page a:hover {
	background: #EBEBEB;
	text-decoration: none;
}

.page .current {
    background: #4D699B;
    color: #fff;
	border: 1px solid #4D699B;
	text-decoration: none;
	cursor:pointer;
	*cursor:hand;
}
.page .current:hover {
    color: #000000;
    text-decoration: none;
}
html, body {
    -ms-overflow-style: scrollbar;
}

.t a{color:#666 !important;font-family:宋体 !important;font-size:12px !important;}


#location{position:absolute;right:10px;bottom:10px;color:#666;}
#location,#location *{font-size:12px;}
#location .last{color:#3f90be !important;}
#location .fa-home{font-size:15px;margin-right:2px;position:relative;top:1px;}

.pagewrap{width:100%;text-align:center;float:left;clear:both;}

.fsize11{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;font-size:11px;}
@media all and (max-width:5000px){
	.fsize11{font-size:12px;-ms-transform:scale(0.875);-webkit-transform:scale(0.875);transform:scale(0.875);}
}