@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "微软雅黑";
}

.w {
	width: 1100px;
	margin: 0 auto;
}

.clearfix {
	content: "";
	display: table;
	clear: both;
}


/*顶部导航*/

/*主导航*/
.main-nav {
	width: 100%;
	background-color: #427fda;
}

.main-nav .main-nav-menu {
	font-size: 17px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

/*当前位置*/
.position {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #ededed;
}

.position .position-txt {
	padding-left: 25px;
	font-size: 13px;
	color: #454545;
}
.big{width: 1100px;border:1px solid #ccc;margin:30px auto;background: #ffffff;}
/*文章正文*/
.con {
	width: 900px;
	margin: 30px auto;
}
.con-title{font-size: 25px; color: #000; line-height: 50px; text-align: center;}
.small-title{width: 100%; font-size: 15px; color: #333; height: 50px; line-height: 50px;border-bottom: 2px #717171 solid;}
.small-title .date{}
.small-title .fare{ margin-right: 15px;}

.main-txt{margin-top: 10px;}
.main-txt p,.main-txt span{font-size: 16px!important; color: #333; line-height: 2em!important; text-indent: 2em!important;}
.main-corner{float: right; margin-top: 20px; margin-bottom: 40px;}
.main-corner div{font-size: 16px!important;color: #333; line-height: 26px;}

.main-word{width: 100%; height: 40px; line-height: 40px; padding: 0 20px; background-color: #f1f1f1;}
.main-word .main-word-left{float: left;}
.main-word-left span{font-size: 16px!important; font-weight: bold; color: #fa0505;}
.main-word .main-word-right{float: right;}
.main-word-right span{float: left;}
.main-word-right .printer{margin-left: 30px; padding-left: 25px; }
.main-word-right .close{margin-left: 25px; padding-left: 25px; }
.con-main .line{border: 1px #c5c5c5 dotted; margin: 20px 0;}
.con-main .prev{margin-bottom: 15px;}


/*自适应*/
@media all and (max-width:769px) and (min-width:320px){
	body{width:100% !important;background:none !important;background-color:#073378 !important;}
	.w1200{display:none;}
	#footer{display:none;}
	.yq{display:none;}
	.xft{display:none;}
	.big, .w{width:100% !important;}
	.con{width:100%;}
	.position{margin-top:0 !important;}
	.small-title>div{width:100% !important;}
	.main-txt img{max-width:100% !important;height: auto!important;}
	.main-txt p, .main-txt span{text-indent: 0 !important;}
	.main-word-right{display:none;}
	.main-txt{padding:0 1rem;}
	.position{display:none;}
	.con-title{padding:0 1rem;font-size: 22px;text-align: left;font-weight: 600;}
}