/*commom style*/

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-family: '微软雅黑';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

em {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
ins {
	text-decoration: none;
}

*:focus {
	outline: none;
}

a {
	color: #333333;
}

a:hover {
	color: #355e92;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

.hide {
	display: none;
}

.block {
	display: block;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}


/*div{border:1px solid red;}*/

td {
	background-color: #f9f9f9;
	border: 1px solid #dedede;
}

.content_box {
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
}


/*当前位置*/

.position {
	width: 1200px;
	margin: 0 auto;
	height: 40px;
	background: url(position-qz_03.png) no-repeat 20px center;
	color: #454545;
	font-size: 13px;
padding-left:40px;
line-height:40px;
}

.position div {
	float: left;
	height: 40px;
	padding-top: 11px;
}


/*.position table{display: inherit;height: 40px;margin-left: 40px;text-align: center;}*/

.position table td {
	border: 0;
	background: none;
}


/*当前栏目名称*/

.col_box {
	position: relative;
	width: 270px;
	border: 1px solid #dedede;
}

.dqlm-left {
	background: url(lmbg.png) no-repeat;
	width: 280px;
	height: 60px;
	color: white;
	font-weight: bold;
	position: absolute;
	left: -10px;
	top: 0px;
	text-align: center;
}

.col_title {
	background: url(lmqz.png) no-repeat left center;
	padding-left: 25px;
	line-height: 50px;
}


/*栏目名称字体*/

.col_title {
	text-align: center;
	margin-top: 13px;
}


/*当前栏目及同级栏目列表*/

.dqlmlb {
	width: 270px;
	text-align: center;
	padding-top: 60px;
}

.dqlmlb li {
	background: url(lm-bg_08.gif) no-repeat center;
	width: 269px;
	padding: 15px 55px 15px 30px !important;
	border-bottom: 1px solid white;
	line-height: 24px;
	font-size: 17px;
	color: #000;
}

.dqlmlb li h1 {
	text-align: center;
}

.col_box .dqlmlb .current {
	background: url(lm-bg_07.jpg) no-repeat center;
}


/*当前栏目列表*/

.list {
	padding: 20px;
	padding-top: 0;
	width: 860px;
	border: 1px solid #dedede;
}

.list ul {
	min-height: 500px;
}

.list li {
	line-height: 45px;
	font-size: 17px;
	background: url(dian_03.gif) no-repeat left center;
	padding-left: 12px;
	border-bottom: 1px dashed #e8e8e8;
}

.list li span {
	float: right;
	color: #999;
}