@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;
}

/* 通用底部 */
 

/*当前位置*/

.position {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #ededed;
}

.position .position-txt {
	padding-left: 25px;
	font-size: 13px;
	color: #454545;
}

.position .position-txt a {
	color: #454545;
}

.position .position-txt a:hover {
	color: #427fda;
}

/*文章正文*/

.con {
	width: 910px;
	/*min-height: 680px;*/
	margin: 30px auto;
}

.con-title {
	font-size: 25px;
	color: #000;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 2px #717171 solid;
}

.small-title {
	width: 900px;
	font-size: 15px;
	color: #333;
	line-height: 50px;
}

.small-title .date {
	margin: 0 150px;
}

.small-title .fare {
	float: right;
	margin-right: 15px;
}

.main-txt p {
	font-size: 15px;
	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: 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: 15px;
	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;
	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;
}

@media screen and (max-width:768px) {
	.position img {
		width: 20px;
	}
	.position-txt {
		width: 100%;
	}
	img {
		width: 100%;
	}
	.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;
	}
	.small-title {
		width: 100%;
	}
	.small-title .date {
		margin-right: 0!important;
	}
	.main-txt p {
		text-align: justify;
	}
}

@media screen and (max-width:768px){
	.con-title{
		font-size: 44px;
		line-height: 56px;
	}
	.small-title{
		font-size: 24px;
	}
	.main-txt p{
		font-size: 32px;
		line-height: 52px;
	}

}