
.xiangqlst table,.bot_box table{

	width:95%;
	border:0;
	margin:0 auto;
}
.xiangqlst  table tr td{
	margin:0 !important;
}
.xiangqlst  table tr,.bot_box  table tr{
	margin:0;
	padding:0;
	text-align:center;
}





/**
 * 按钮
 * **/
.btnnms{
   min-height:30px;
   min-width:60px;
   margin:0 5px 0 5px;
   border:0;
   border-radius:5px;
   background:#aeaeae;
}




/*居中*/
.center{
	margin:0 auto;
}
/*宽*/
.wb15{
	width:15%;
	float:left;
}
.wb20{
	width:20%;
	float:left;
}
.wb30{
	width:33.3333%;
	float:left;
}
.wb40{
	width:40%;
	float:left;
}
.wb45{
	width:45%;
	float:left;
}
.wb50{
	width:50%;
	float:left;
}
.wb60{
	width:60%;
	float:left;
}
.wb70{
	width:70%;
	float:left;
}
.wb75{
	width:75%;
	float:left;
	
}

.wb80{
	width:80%;
	margin:0 auto;
}
.wb90{
	width:90%;
	margin:0 auto;
}
.wb95{
	width:95%;
	margin:0 auto;
}
.wb97{
	width:97%;
	margin:0 auto;
}
.wb100{
	width:100%;
}



.w75{
	width:75px;
	text-align: center;
}
.w80{
	width:80px;
	text-align: center;
}
.w90{
	width:90px;
	text-align: center;
}
.w100{
	width:100px;
	text-align: center;
}

.w200{
	width:200px;
	text-align: center;
}
.w240{
	width:240px;
	text-align: center;
}
.w1180{
	width:1180px;
	margin:0 auto;
}
.w960{
	width:960px;
	margin:0 auto;
}
.w1000{
	width:1000px;
	margin:0 auto;
}
.w1090{
	width:1090px;
	margin:0 auto;
}
/*高*/

/*背景色*/
.rgb_red{
	background:#bf1e2e;
}
.rgb_white{
	background:white;
}
.rgb_pink{
	background:#fef3f3;
}
.rgb_hui0{
	background:#f0f0f0;
}
.rgb_hui1{
	background:#f8f8f8;
}
.rgb_hui2{
	background:#e8e8e8;
}


/*文字对齐*/
.text_right{
	text-align:right;
}
.text_left{
	text-align:left;
}
.font_center{
	text-align:center;
}
/*白色文字*/
.font_white{
	color:white;
}
.font_red{
	color:#bf1e2e ;
}

.font_hui0{
	color:#B0B0B0;
}
.font_hui1{
	color:#888888;
}
.font_555{
	color:#555555;
}
/*字体大小*/
.font_14px{
	font-size:14px;
}

.font_16px{
	font-size:16px;
}
.font_20px{
	font-size:20px;
}


.font_b{
	font-weight:500;
}
.font_b2{
	font-weight:600;
}


/*高*/
.height30px{
	height:30px;
	line-height:30px;
}
.height35px{
	height:35px;
	line-height:35px;
}
.height40px{
	height:40px;
	line-height:40px;
}
.height45px{
	height:45px;
	line-height:45px;
}
.height60px{
	height:60px;
	line-height:60px;
}
.height30px{
	height:30px;
	line-height:30px;
}
.height100px{
	height:100px;
}
.height110px{
	height:110px;
}
.height120px{
	height:120px;
}





/*边框*/
.border_pink{
	border:1px solid #fddbdb;
}



/*分页*/
.al_fy_ul0,.al_fy_ul1{
	float:none !important;
	margin:0 auto;
	margin-top:8px !important;
	border:1px solid #dddddd;
	border-radius:3px;
	text-align: center;
}
.al_fy_ul0 li,.al_fy_ul1 li{
	border-right:1px solid #dddddd;
	color:#777777;
}
/*active*/
.al_activ{	
	background:#bf1e2e;
	color:white !important;
}
.fysyy:hover{
	color:#bf1e2e;
}
.fyxyy:hover{
	color:#bf1e2e;
}

/*阴影*/
.boxshow_left{
	box-shadow:-1px 0.5px 2px rgba(180,180,180,0.4);/*上下两边阴影长*/
}
.boxshow_right{
	box-shadow:1px 0.5px 1px rgba(180,180,180,0.4);/*上下两边阴影长*/
}