@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-family: "微软雅黑";
}

.w {
	width: 1200px;
	margin: 0 auto;
}


.clearfix:after {
	display: block;
	content: '';
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

/*当前位置*/
.position {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #ededed;
}

.position .position-txt {
	height: 40px;
	line-height: 40px;
	background: url(position.png) no-repeat 2px 15px;
	margin: auto;
	font-size: 13px;
}

.position .position-txt span {
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 0 5px 0 25px;
}

.position .position-txt a {
	color: #333;
}

/*文章正文*/
.con {
	width: 1200px;
	min-height: 400px;
	margin: 30px auto;
}

.con-title {
	font-size: 25px;
	color: #000;
	line-height: 46px;
	text-align: center;
	border-bottom: 2px #717171 solid;
	padding: 10px 0 12px;
}

.small-title {
	width: 1200px;
	font-size: 15px;
	color: #333;
	height: 50px;
	line-height: 50px;
}

.small-title .date {
	margin: 0 150px;
}

.small-title .fare {
	float: right;
	margin-right: 15px;
}

.main-txt {  
	margin-top: 20px;
    min-height: 340px;
    width:95%;
    margin:0 auto;
}

.main-txt p{
	font-size: 18px;
	color: #000;
	line-height: 2em;
}

.main-txt div,
.main-txt span,
.main-txt td {
	font-size: 18px;
	color: #000;
	line-height: 2em;
    text-align: justify;
}

.main-txt img,
.main-txt video {
	max-width: 100%;
}

.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;
}

.bdshare_dialog_bg {
	display: none !important;
}

.con-main .prev,
.con-main .next {
	line-height: 30px;
	text-align: justify;
	padding: 5px 0;
}

.social-share .social-share-icon {
    width: 24px;
    height: 24px;
    vertical-align: top;
    background-size: 100% 100% !important;
    margin: 8px 0 0 10px;
}

.social-share .icon-wechat .wechat-qcode {
    top: -228px;
    left: -108px;
    width: 240px;
    height: 216px;
    font-size: 14px;
}

.social-share .icon-wechat .wechat-qcode h4 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.social-share .icon-wechat .wechat-qcode .help p {
    line-height: 24px;
    font-size: 14px;
}