﻿@charset "utf-8";
*{margin: 0;padding: 0; }

a { text-decoration: none; }

@media screen and (min-width:0px){
	.middle {
		margin: 0 auto;
		width: 1899px;
	}

	.banner {
		height: 190px;
	}

	.sharebox {
		width: 1024px;
		margin-left: 0px;
		height: 29px;
	}

	.share-con {
		width: 296px;
	}

	.bdsharebuttonbox {
		height: 29px;
		width: 207px;
		float: inherit;
	}

	.fl {
		width: 89px;
		float: inherit;
		font-size: 20px;
	}

	.bshare-custom a {
		padding-left: 15px;
		height: 29px;
	}

	.share-con a {
		float: left;
		margin: 5px 0 0 5px;
		;
		width: 18px;
		display: inline-block;
		height: 18px;
	}

	.second-page {
    margin-top: -30px;
		margin-left: -2px;
		width: 1024px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(211, 211, 211, 0.51);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(211, 211, 211, 0.51);
    padding-left: 20px;
    padding-right: 40px;
	}

	.title01 {
		width: 1024px;
		cursor: pointer;
	}

	.title01 a {
		width: 1024px;
		margin-bottom: 7px;
		font-size: 36px;
		text-decoration: none;
		cursor: pointer;
	}

	.title01 h4 {
		font-size: 18px;
	}

	.second-page > hr {
		    width: 980px;
    margin-top: 15px;
    margin-left: 31px;

	}

	.second-content {
		width: 95%;
		line-height: 34px;
		letter-spacing: 0px;
		margin: 30px 2em 0em 2.2em !important;
		font-size: 20px;
		cursor: pointer;
	}

	.cont {
		margin: 2em 14px 2em 0em;
	}

	.nextpage {
		height: 45px;
		margin-top: 29px;
		margin-bottom: 58px;
		margin-left: 40px;
		width: 95%;
		float: left;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.next a {
		margin-left: 0px;
		float: inherit;
		color: #064089;
		cursor: pointer;
	}

	.closepage a {
		float: right;
		width: 148px;
		margin-right: 0px;
		color: #A4A4A4;
		cursor: pointer;
		text-align: right;
	}
}


.middle {
	margin: 0 auto;
	background-color: rgb(242, 242, 242);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	background-color: white;
}

 .banner {
    width: 1899px;
    height: 637px;
    margin-top: 6px;
}

.banner img {
    width: 1899px;
    height: 637px;
    background-size: cover;
}
.yy {
    background: url(../../image/ZR/YY.jpg);
    width: 100%;
    height: 53px;
    background-size: cover;
}
.sharebox {
	height: auto;
	float: right;
}

.share-con {
	float: inherit;
}

.bshare-custom {
	float: left;
}

.bshare-custom a {
	cursor: pointer;
	color: #333;
}

.bshare-custom .bshare-qqim {
	background: url("https://static.bshare.cn/frame/images/logos/s4/qqim.png") no-repeat;
	display: inline-block;
}

.bshare-custom .bshare-qzone {
	background: url("https://static.bshare.cn/frame/images/logos/s4/sprite/top_logos_sprite.png") no-repeat 0 -234px;
	display: inline-block;
}

.bshare-custom .bshare-sinaminiblog {
	background: url("https://static.bshare.cn/frame/images/logos/s4/sprite/top_logos_sprite.png") no-repeat 0 -270px;
	display: inline-block;
}

.bshare-custom .bshare-weixin {
	background: url("https://static.bshare.cn/frame/images/logos/s4/weixin.png") no-repeat;
	display: inline-block;
}

.title01 {
	font-family: "microsoft yahei";
	text-align: center;
	color: darkslategrey;
    margin-top: 50px;

}

.title01 h2 {
	padding-bottom: 15px;
	padding-top: 5px;
}

.second-page >  hr {
	color: darkgray;
	position: absolute;
}

.second-content {
	height: 101%;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
}