@charset "utf-8";

body {
	font-family: "微软雅黑", "arial";
	background-color: #f2f2f2;
	font-size: 16px;
	position: relative;
}

img {
	border: none;
}

button {
	cursor: pointer;
	font-size: 0px;
	outline: none;
	border: none;
}

input {
	outline: 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;
}
a:focus {
	outline: none;
}

li:focus {
	outline: none;
}

div:focus {
	outline: none;
}

p:focus {
	outline: none;
}

span:focus {
	outline: none;
}
/* 主题内容 */
.main{
	min-height: 400px;
	width: 1200px;	
	margin: 0px auto;
	background: #FFF;
	padding: 0px 30px
}
/* 当前位置 */
.weizhi{
	width: 100%;
    height: 80px;
    font-size: 14px;
    line-height: 80px;
    text-align: left;
    background: #FFFFFF;
}
.wz_span{
	padding-left: 30px;	
    text-align: left;
	font-size: 14px;
	color: #333333;
	background: url(weizhi.png) no-repeat left center;
}
.weizhi .wz_span a{
	font-size: 14px;
    color: #333333;
}
/* 主体内容部分 */
.main_box{
	width: 100%;
	min-height: 400px;
}
.wzdt{
	width: 100%;
    text-align: center;
    height: 80px;
    font-size: 28px;
    color: #c01300;
    line-height: 80px;
	border-bottom: 3px #c01300 solid;
	font-weight: bold;
}
.wzdt_title{
	font-size: 19px;
    line-height: 50px;
    height: 50px;
    background: #f8f8f8 url(redPic.png) no-repeat left 10px;
    padding-left: 26px;
	margin-top: 20px;
}
.wzdt_title a{
	color: #c01300;
	font-weight: bold;
}
.wzdt_list{
	padding: 30px;
	width: 100%;
	min-height: 20px;
}
.wzdt_list a{
	float: left;
	width: 25%;
	background: url(dian.png) no-repeat left center;
	padding: 0px 15px 0px 15px;
	font-size: 15px;
    line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;		
	cursor: pointer;
	color: #333333;
}