.border {
	border:1px solid red;
}
.float-l-20 {
	float:left;
	width: 20%;
}
.float-l-80 {
	float:left;
	width: 80%;
}
.float-l-50 {
	float:left;
	width: 50%;
}
.float-r-50 {
	float:right;
	width: 50%;
}
.float-r-100 {
	float:right;
	width: 100%;
}
.height-300 {
	height: 300px;
}
.height-100 {
	height: 100px;
}
.height-30 {
	float:left;
	height: 30px;
}
.con-column-l {
	width: 500px;
	float:left;
}
.con-column-r {
	width: 480px;
	float:right;
}
.tilte-1 {
	font-size:20px;
	color:#666;
	line-height: 50px;
	letter-spacing:4px;
}
.hr {
	float: left;
	width: 100%;
}
.hr-90 {
	float: left;
	width: 90%;
}
.hr-20 {
	float:left;
	width:20%;
	background-color: #00E5EE;
	height: 2px;
}
.hr-80 {
	float:left;
	width:80%;
	background-color: #DCDCDC;
	height: 2px;
}
.form-table {
	width: 100%;
	float: left;
	padding-top: 24px;
}
.form-group label {
	color: #666 !important;	
}
.width-100 {
	width:100%;
}
.text-omit-1{
	line-height:30px;
	display: -webkit-box;
	font-size:16px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.padding-lr-20 {
	padding: 0 20px;
}
.font-c-6{
	color: #666;
}
.font-c-9{
	color: #999;
}
.font-c-4{
	color: #458B74;
}
.font-s-16 {
	font-size:16px;
}
.font-s-14 {
	font-size:14px;
}
.margin-l_10{
	margin-left: -10px;
}
.padding-b-30 {
	padding-bottom: 30px;

}
.text-center {
	text-align: center;
}
.back-white {
	background-color: #fff;
	min-height:600px;
}
.control-label {
	padding-left:15px;
	padding-right:0;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.margin-b-50 {
	margin-bottom: 50px;
}
.font-c-0 {
	color: #000 !important;
}