body{
	background-color:#FFFFFF !important;
}

 a{
	color:#000000;
	text-decoration:none !important;/*为了去掉下划线*/
}
a.lit_active{
	color:#4ac9f4 !important;
	/*border-bottom:2px solid #4ac9f4;*/
}

.hd{
	display: none;
}

.w30{
  width:30% !important;	
}
.w33{
  width:33% !important;	
}
.w35{
  width:35% !important;	
}
.w40{
  width:40% !important;	
}
.w45{
  width:45% !important;	
}
.w100{
  width:100% !important;		
}
.w14{
	width:14% !important;
}

.w50{
	width:50% !important;
}
.w65{
	width:65% !important;
}

.w67{
	width:67% !important;
}
.w70{
	width:70% !important;
}

.w50px{
	width:50px !important;
}
.w400px{
	width:400px;
}
.w600px{
	width:600px;
}


.p{/*超出隐藏*/
	
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

}

.text-left{
	text-align:left !important;
}
