@charset "utf-8";
/* CSS Document */
.content{
	width:1200px;
	height:auto;
	overflow:hidden;
	background-color:#ffffff;
	}
.tit{
	width:1200px;
	height:48px;
	margin-top:21px;
	}
.tit_name{
	width:72px;
	height:47px;
	line-height:47px;
	border-bottom:1px solid #b91424;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	float:left;
	}
.tit_other{
	width:1128px;
	height:47px;
	border-bottom:1px solid #dbdad8;
	float:left;
	}
.text{
	width:1200px;
	height:auto;
	margin-top:50px;
	margin-bottom:50px;
	}
.column{
	width:1200px;
	height:auto;
	overflow:hidden;
	}
.column_name{
	width:1200px;
	height:39px;
	border-bottom:1px dashed  #dbdad8;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	}
.column_name a
{
    font-size:18px;
    color:#3b3b3b;
    text-decoration:none;
    font-weight:bold;
    }
.row_ul{
	width:1200px;
	display:block;
	}
.row_li{
	width:1200px;
	display:block;
	height:72px;
	}
.row_li2{
	width:1200px;
	display:block;
	height:107px;
	}
.col_ul{
	width:1200px;
	height:72px;
	display:block;
	}
.col_ul2{
	width:1200px;
	height:107px;
	display:block;
	}
.col_li{
	height:32px;
	line-height:32px;
	padding:20px 30px;
	float:left;
	display:block;
	}
.col_li2{
	height:47px;
	padding:30px 18px;
	float:left;
	display:block;
	}
.col_li a{
	height:32px;
	line-height:32px;
	display:block;
	font-size:16px;
	color:#3b3b3b;
	text-decoration:none;
	}
.col_li2 a{
	height:47px;
	display:block;
	}
.col_li2 a img{
	width:200px;
	height:45px;
	border:1px solid #dbdad8;
	}
.col_li a:hover{
	color:#b91424;
	}
