body {
	background-color: #f7f7f7;
}
* {
	padding:0;
	margin:0;
	font-family: '微软雅黑';
	font-size: 14px;
}
.container {
	float:left;
	width: 100%;
}
.content {
	width:1024px;
	margin:0 auto;
	overflow:hidden;
}
.content-main {
	float:left;
	width: 1004px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #fff;
}
.hidden {
	display: none;
}
.comm-div {
	float:left;
	width:100%;
}
.float-l {
	float:left;
}
.float-r {
	float:right;
}
.margin-t-10 {
	margin-top: 10px;
}
.margin-t-15 {
	margin-top: 15px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-t-25 {
	margin-top: 25px;
}
.margin-b-10 {
	margin-bottom: 10px;
}
.margin-r-12 {
	margin-right: 12px;
}
.padding-t-50{
	padding-top: 50px;
}
.padding-tb-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-b-10 {
	padding-bottom: 10px;
}
.border-b {
	border-bottom: 1px solid #f7f7f7;
}
.border-l {
	border-left: 1px solid #f7f7f7;
}
.color-f {
	color: #fff;
}
.inter-1 {
	float:left;
	width: 100%;
	height: 10px;
	background-color: #f7f7f7;
}
.column-1 {
	float:left;
	width:497px;
	height:248px;
	margin-top:10px;
	margin-right:10px;
	background-color: #f7f7f7; 
}
.column-2 {
	float:left;
	width:497px;
	height:248px;
	margin-top:10px;
	background-color: #f7f7f7; 
}
.column-title-1{
	width: 100%;
	height:60px;
	background-color: #a2161d;
}
.column-title-11{
	width: 100%;
	height:40px;
	line-height:40px;
	text-indent:20px;
	color:#a2161d;
	font-weight: bold;
	font-size: 16px;
}
.column-title-2{
	width: 100%;
	height:38px;
	background-color: #f7f7f7;
}
.column-title-2 span{
	float:left;
	margin: 10px;
	padding-left:10px;
	border-left: 5px solid #a2161d;
}
.column-title-2 a{
	float:right;
	margin: 10px;
	color:#000;
}
.column-title-3{
	width: 100%;
	height:38px;
	background-color: #ea545c;
}
.column-title-3 span{
	float:left;
	margin: 10px;
	color: #fff;
}
.column-title-3 a{
	float:right;
	margin: 10px;
	color:#fff;
}
.column-title-4{
	float:left;
	width:100%;
	height:37px;
	line-height:37px;
	color:#ea545c;
	border-bottom: 1px solid #ea545c;
}

.column-title-5{
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	color:#ea545c;
	border-bottom: 1px solid #f7f7f7;
	text-indent: 20px;
}

.column-content-1 {
	float:left;
	width: 100%;
	height:219px;
	background-color: #fff;
}
.column-content-2 {
	float:left;
	width: 100%;
	height:121px;
	background-color: #fff;
}
.column-item-1,.column-item-2{
	float:left;
	width: 100%;
	margin-top: 3px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}
.column-item-1 a{
	float:left;
	overflow:hidden;
	width:380px;
	margin-left:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #828282;
	text-decoration: none;
}

.column-item-2 a{
	float:left;
	overflow:hidden;
	width:200px;
	margin-left:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #828282;
	text-decoration: none;
}
.column-item-1 a:hover,.column-item-2 a:hover{
	text-decoration: underline;
}
.column-item-1 span,.column-item-2 span{
	float:right;
	width:78px;
	height:20px;
	color: #828282;
	margin-right:10px;
	overflow: hidden;
	font-size: 12px;
}
.column-21 {
	float:left;
	width: 328px;
	background-color: #f7f7f7;
	margin-top: 10px;
}
.column-22 {
	float:left;
	width: 328px;
	margin-top: 10px;
	margin-left: 10px;
}

/* ================= form =============== */
.input1 {
	float:left;
	width:250px;
	height: 28px;
	line-height:28px;	
	padding-left: 5px;
	border:1px solid #f7f7f7;
}
.ta1 {
	float:left;
	min-width: 250px;
	max-width: 250px;
	padding-left: 5px;
	border:1px solid #f7f7f7;
}
.btn1 {
	float:left;
	width: 260px;
	height:36px;
	line-height:36px;
	border-radius: 3px;
	border:1px solid #579bce;
	background-color: #4bb2ff;
	color: #fff;
	cursor: pointer;
}
.form-item {
	float: left;
	width:100%;
	margin-top: 10px;
}

.form-item label{
	float: left;
	width:150px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}