@charset "utf-8";

body {
	/* font-family: "微软雅黑", "arial"; */
	font-family: "Microsoft YaHei UI";
}

img {
	border: none;
}

button {
	cursor: pointer;
	font-size: 0px;
	outline: none;
	border: none;
}
input{
	outline: none;
}
input:focus{
	outline: none;
}
a{
	text-decoration: none;
}
i {
	font-style: normal;
}
ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '020';
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

body {
    background: #f3f7ff url(bg.jpg) center top no-repeat;
}
.main{
	min-height: 400px;
	width: 1200px;
	
	margin: 10px auto;
	background: #FFF;
	padding: 10px 0px

}
.weizhi{
	width: 1160px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    text-align: left;
    background: #F4F4F4;
    margin: 10px auto;
}
.wz_span{
	padding-left: 20px;
	font-size: 14px;
    line-height: 45px;
    text-align: left;
	font-size: 14px;
	color: #666;
}
.weizhi .wz_span a{
	font-size: 14px;
    color: #666;
}
.content{
	padding: 0px 20px;
	min-height: 200px;
}
.content .content_ul{
	width: 100%;
	padding: 10px 0px 20px 0px;
}
.content .content_ul .content_li{
	line-height: 40px;
    padding: 0px 5px 0 15px;
    width: 1110px;
    margin: 0px auto;
    background: url(tb-2.png) center left no-repeat;
    padding-left: 20px;
	border-bottom: 1px dashed #ccc;
	font-size: 15px;
	height: 45px;
	
}
.content .content_ul .content_li a{
	float: left;
	color: #666;
    font-family: "Microsoft YaHei UI";
    font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;		
	cursor: pointer;
	width: 85%;
	height: 45px;
	line-height: 45px;
}
.content .content_ul .content_li a:hover{
	color: #C00;
}
.content .content_ul .content_li span{
	float: right;
	display: block;
	color: #666;
    font-size: 15px;
	height: 40px;
	line-height: 40px;

}