@charset "utf-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

#numb {
	color: #101010;
	font-size: 18px;
	line-height: 2;
	padding: 10px 0px;
}

#numb .sm {
	display: block;
	text-align: center;
}

#numb span {
	text-align: center;
}

#numb img {
	width: max-content;
	max-width: -webkit-fill-available;
}

a:hover {
	text-decoration: none;
}

a {
	color: #333333;
	text-decoration: none;
}

.con_top {
	width: 100%;
	height: 45px;
	color: #333;
	background: #f1f1f1;
	display: block;
	line-height: 40px;
	font-size: 16px;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	z-index: 3;
}

.cont {
	padding: 10px;
	min-height: 440px;
	margin-top: 41px;
	padding-bottom: 58px;
}

/*********分享*****/
#mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

#share {
	display: none;
	position: fixed;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	z-index: 999;
}

#share ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	height: 100px;
}

#share li {
	width: 25%;
	height: 100px;
	padding: 15px 0;
	float: left;
}

#share a {
	display: block;
	width: 100%;
	height: 70px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 45px 45px;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 120px;
	text-decoration: none;
}


#mcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 20000;
}

/*********分享完*****/
.bmml_con_div_pic {
	display: block;
	overflow: hidden;
	line-height: 34px;
	white-space: nowrap;
	margin-top: 7px;
	float: right;
	text-overflow: ellipsis;
	color: #333;
	font-family: "微软雅黑";
}

.lanmubt {
	display: block;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	white-space: nowrap;
	width: 180px;
	float: left;
	text-overflow: ellipsis;
	color: #333;
	font-family: "微软雅黑";
	border-bottom: 1px solid #ccc;
}

.leadTitle {
	font-size: 18px;
	font-weight: 400;
}

.title {
	font-size: 26px;
	font-weight: bold;
	margin: 10px auto 10px auto;
}

.title1 {
	font-size: 18px;
	font-weight: 400;
}

.big_small a {
	margin-left: 15%;
}

.list_title_ziti_a_fx {
	padding: 0px 15px;
	display: block;
	height: 30px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.big_small {
	color: #FFFFFF;
	position: absolute;
	width: 100%;
	top: 4px;
	top: 12px;
}

.bottom1 {
	text-align: center;
	color: #cccccc;
	height: 54px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	left: 0;
	border-top: 1px solid #ddd;
}

.fenxiang {
	color: #FFFFFF;
	position: absolute;
	right: 5px;
	width: 35%;
}

.fanhui-you {}

#numb img {
	display: block;
	margin: 0 auto;
}

#numb p {
	/*text-indent: 2em;*/
	margin: 15px 0;
	line-height: 30px;
	/*font-size: 14px;*/
	color: #333;
	/* width: 97%; */
}

#numb {
	margin-right: 1px;
	text-align: justify;
	margin-left: 0px;
	overflow-y: hidden;
	width: 100%;
	position: relative;
}

/* lyy底部按钮 */
.bottom1 .footer {
	height: 50px;
	display: flex;
	padding: 0 20px;
	box-sizing: border-box;
}

.bottom1 .footer .left {
	flex: auto;
	text-align: left;
}
.bottom1 .footer .left .fun:nth-child(2) {
	margin: 0 20px;
}
.bottom1 .footer .right {
	text-align: right;
}

.bottom1 .footer .left .fun {
	display: inline-block;
	line-height: 50px;
	text-align: center;
}

.bottom1 .footer .fun a {
	display: inline-block;
	line-height: 50px;
}

.bottom1 .footer .left span img {
	width: 30px;
	vertical-align: middle;
}

.bottom1 .footer .right span img {
	width: 30px;
	vertical-align: middle;
}

.bottom1 .footer .right .back {
	float: right;
	width: 100%;
}

.bottom1 .footer .right .back .fun {
	display: inline-block;
	line-height: 50px;
}
.bottom1 .footer .right .back .fun:last-child {
	margin-left: 20px;
}

.button_img_prev {
	width: 88px;
	height: 52px;
	border: none;
	outline: none;
	position: fixed;
	bottom: 100px;
	left: 0;
	background: url("/template/paperTemplate/mhtml4/image/prev.png") no-repeat top center;
	background-size: 100% 100%;
}
.button_img_next {
	width: 88px;
	height: 52px;
	border: none;
	outline: none;
	position: fixed;
	bottom: 100px;
	right: 0;
	background: url("/template/paperTemplate/mhtml4/image/next.png") no-repeat top center;
	background-size: 100% 100%;
}
