﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #ffffff;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	color: #000;
}
a:hover{color: #427fda;}
ul, li {
	list-style: none;
}
.w {
	width: 1200px;
	margin: 0 auto;
}
.clearfix {
	content: "";
	display: table;
	clear: both;
}

/*主导航*/


/*当前位置*/
.position {
	width: 1200px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	background-color: #ededed;
	/* margin-top: 15px; */
}
.position .position-txt {
	padding-left: 35px;
	font-size: 13px;
	color: #454545;
	background: url(dqwz_pic.png) 10px no-repeat;
}

/*文章正文*/
.main-word-right .printer{margin-left: 30px; padding-left: 25px; background: url(printer.png) no-repeat left center;}
.main-word-right .close{margin-left: 25px; padding-left: 25px; background: url(close.png) no-repeat left center;}
.con-main .line{border: 1px #c5c5c5 dotted; margin: 20px 0;}
.con-main .prev{margin-bottom: 15px;}

/*底*/
