/*清零*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,th,td,img,div,dl,dt,dd,input{
	margin: 0; padding: 0;
}
body{font-size: 12px;font-family: ;overflow-x: hidden;}
img{border: none;}
li{list-style: none;}
input,select,textarea{outline: none;}
textarea{resize: none;}
a{text-decoration: none;color: #656565;}
table{
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
	padding:0;
}
/*清除浮动*/
.comWidth{width: 1200px;margin-left: auto;margin-right: auto;font-family: ;}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfloat:after{content: ""; display: block; clear: both;}
.clearfloat{zoom: 1;}
.cover{
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	z-index: 999;
	display: none;
}
.icon_bao{
	/*background: url(../icon/icon_bao.GIF) no-repeat;*/
	background: #009F95;
	height: 15px;
	width: 15px;
	display: inline-block;
	margin-right: 12px;
	color: yellow;
	text-align: center;
	line-height: 15px;
	border: 1px solid #009F95;
}
.icon_shili{
	/*background: url(../icon/icon_shili.GIF) no-repeat;*/
	background: #ff7700;
	height: 15px;
	width: 60px;
	display: inline-block;
	margin-right: 12px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	border: 1px solid #ff7700;

}
.icon_tong{
	background: #ff7700;
	height: 15px;
	width: 15px;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	color: #fff;
	float: left;
}
.icon_star{
	background: url(../icon/grade.gif) no-repeat;
	height: 15px;
	width: 15px;
	display: inline-block;
	margin-right: 12px;
}


#calendar,#calendar2{
	background: url(../icon/select.gif) no-repeat;
	background-position: 90% 50%;
}

/*新增加的隐藏类*/
.hidden{
	display: none;
}
.importance-red{
	color:red;
	font-weight: normal;
	position: absolute;
	left: -10px;
}