@charset "utf-8";

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

body {
	font-family: "微软雅黑";
	font-size: 15px;
}

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


.wz-con {
	background-color: #fff;
}



/*当前位置*/
.position {
	height: 40px;
	line-height: 40px;
	padding-top: 15px;
}

.position .position-txt {
	padding-left: 30px;
	font-size: 13px;
	color: #454545;
	text-align: left;
	background: url(/picture/-1/1809061621169851546.png) no-repeat left center;
}

.bd_weixin_popup .bd_weixin_popup_main {
	padding: 8px 10px !important;
}

/*文章正文*/
.con {
	width: 900px;
	min-height: 480px;
	margin: auto;
}

.con-title {
	font-size: 25px;
	color: #355e92;
	line-height: 40px;
	text-align: center;
	border-bottom: 2px #dbdbdb solid;
	padding-bottom: 10px;
}

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

.small-title .date {
	margin-left: 240px;
	margin-right: 20px;
}

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

.main-txt {
	margin-top: 10px;
}

.main-txt p {
	color: #333;
	line-height: 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;
	cursor: pointer;
}

.main-word-right .close {
	margin-left: 25px;
	padding-left: 25px;
	background: url(close.png) no-repeat left center;
	cursor: pointer;
}

.con-main .line {
	border: 1px #c5c5c5 dotted;
	margin: 20px 0;
}

.con-main .prev {
	margin-bottom: 15px;
}

.xz {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.height50 {
	width: 100%;
	height: 50px;
	margin: 0 auto
}

.height20 {
	width: 100%;
	height: 20px;
	margin: 0 auto
}





/* 文章页 */
.old_type .position .position-txt a {
	margin: 0 5px;
	color: #8C7E7E;
	font-size: 24px;
}

.old_type .con-title {
	font-size: 52px !important;
	line-height: 96px;
}

.old_type .small-title {
	font-size: 24px;
}

.old_type #zoom {
	font-size: 36px !important;
	line-height: 72px !important;
	font-family: "微软雅黑";
}

.old_type #zoom * {
	font-size: 36px !important;
	line-height: 72px !important;
}

.old_type #zoom table {
	max-width: 980px !important;
}

.old_type #zoom img {
	max-width: 980px !important;
}

.old_type .main-word {
	width: 100%;
	height: 72px;
	padding: 0 20px;
	background-color: #f1f1f1;
	line-height: 72px;
}

.old_type .main-word .main-word-right {
	float: right;
	margin-top: 0;
	font-size: 32px;
}

.old_type .main-word-right .close {
	margin-left: 25px;
	padding-left: 45px;
	cursor: pointer;
	background-size: 32px;
}

.old_type .main-word-right .printer {
	margin-left: 30px;
	padding-left: 45px;
	background: url(printer.png) no-repeat left center;
	cursor: pointer;
	background-size: 32px;
}

.old_type .position .position-txt {
	padding-left: 40px;
	font-size: 24px;
	color: #454545;
	background-size: 25px;
}

.old_type .main-corner div {
	font-size: 36px;
	color: #333;
	line-height: 72px;
}

.old_type .con-main>a {
	font-size: 36px;
	line-height: 2;
}

.old_type .con {
	width: 1100px;
}

.old_type .small-title {
	width: 100%;
	display: flex;
	font-size: 24px;
	justify-content: space-evenly;
}

.old_type .small-title .fare {
	display: none !important;
}

.old_type .small-title .date {
	margin: 0;
}

.old_type .date+span {
	display: none;
}