﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-family: "微软雅黑";
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.clearfix {
	content: "";
	display: table;
	clear: both;
}

.wz-mian{width:1200px;margin:0 auto;background:#fff;}

/*当前位置*/

.position {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.position .position-txt {
	/* padding-left: 25px; */
	font-size: 14px;
	color: #999999;
}

.position .position-txt a {
	color: #999999;
}

.position .position-txt a:hover {
	color: #999999;
}

/*文章正文*/

.zoom {
        width: 1200px;
        margin: 0 auto;
	border: 1px solid #e3e3e3;
        margin-top: 20px;
	margin-bottom: 30px;
}

.small-title {
        width: 100%;
        text-align: center;
}

.con {
	width:1100px;
	margin: 30px auto;
}
.con-main{width:100%;}
.con-title {
	font-size: 26px;
	color: #000;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 2px #dddddd solid;
}

.small-title {
	width: 900px;
	font-size: 14px;
	color: #333;
	line-height: 50px;
}

.small-title span{
	margin: 0 35px;
}

.small-title .fare {
	float: right;
	margin-right: 15px;
}

.main-txt{
	width:960px;
	margin:20px auto;
}

.main-txt p {
	font-size: 16px;
	color: #333;
	line-height: 2em;
	/*text-indent: 2em;*/
}

.main-corner {
	float: right;
	margin-top: 20px;
	margin-bottom: 40px;
}

.main-corner div {
	font-size: 15px;
	color: #333;
	line-height: 26px;
}

.main-word {
	width:960px;
	margin:0 auto;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background-color: #f1f1f1;
}

.main-word .main-word-left {
	float: left;
}

.main-word-left span {
	font-size: 15px;
	font-weight: bold;
	color: #fa0505;
}

.main-word .main-word-right {
	float: right;
}

.main-word-right span {
	float: left;
	font-size: 14px;
}

.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 {
	width:960px;
	border: 1px #c5c5c5 dotted;
	margin: 20px auto;
}

.con-main .prev {
	margin-bottom: 15px;
}

.main-txt,.sxp{
	width:100%;
}

.sxp{
	width:960px;
	margin: 0 auto;
}
.sxp a {
	color: #333;
}

.social-share .social-share-icon {
	vertical-align: inherit;
}

.social-share .icon-qzone {
	display: none;
}
.ie8sys {display: block;text-align: center;font-size: 14px;color: #b5b5b5;line-height: 28px;margin-bottom: 20px;}
@media screen and (max-width:768px) {
	/* .position img {
		width: 20px;
	}
	.position-txt {
		width: 100%;
	} */
	img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.see, .fare, .main-word, #share-2, .line {
		display: none;
	}
	.con-title {
		height: auto;
	}
	.zoom {
		width: 100%!important;
		margin: 0;
		padding: 5%;
	}
	.con {
		width: 100%!important;
		margin: 0;
	}
	/* .small-title .date {
		margin: 0;
		display: block;
		text-align: center;
		margin-right: 0!important;
		font-size:12px;
	} */
	.small-title {
		width: 100%;
	}
	.main-txt p {
		text-align: justify;
	}

	.main-txt{
		margin-top:0;
	}
	.wz-mian{
		width:100%;
	}
	.con-title{
		font-size: 22px;
		line-height: 28px;
	}
	.small-title{
		font-size: 12px;
		line-height: 24px;
		padding: 5px 0;
	}
	.main-txt p{
		font-size: 16px;
		line-height: 26px;
	}
	.position,.small-title .date,.small-title .see,.ie8sys,.newnewerm,.sxp{display: none;}
	
}
@media (min-width: 768px) and (max-width:1200px) {
	.position .position-txt a{font-size:20px;}
	.position{padding-top:10px;}
	.position .position-txt a table{font-size:20px;}
	.main-txt,.sxp{width:100%;}
	.main-txt{margin-top:0;}
}