@charset "gb2312";
/* CSS Document */

/***** ÄÚÒ³·ÖÒ³ *****/
.page {
	margin: 60px 3px 50px 3px;
	padding: 3px;
	text-align: center;
	clear: both;
}

.page a {
	font: 14px/40px "Helvetica";
	margin: 2px;
	padding: 10px 15px;
	color: #666666;
	text-decoration: none;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
}

.page a:hover {
	background-color: #79aae6;
	color: #fff;
}

.page a:active {
	border: 1px solid #8c8c8c;
	color: #8c8c8c;
}

.page span {
	font: 14px/40px "Helvetica";
	margin: 2px;
	padding: 10px 15px;
	color: #666666;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
}

.page span.strong {
	margin: 2px;
	border-color: #6086B7;
	color: #fff;
	background-color: #6086B7;
}

/***** ÄÚÒ³ÄÚÈÝ *****/
#text {
	width: calc(100%-80px);
	font: 16px/35px "Î¢ÈíÑÅºÚ";
	text-align: center;
	color: #333333;
	margin-top: 40px;
	padding: 40px;
	border: 1px solid #eee;
}

#text a {
	color: #333333;
}

#text a:visited {
	color: #333333;
}

#text a:hover {
	color: #f7941e;
}

#text h1 {
	font: 30px/48px "Î¢ÈíÑÅºÚ";
	color: #212121;
}

#text h2 {
	font: 20px/40px "Î¢ÈíÑÅºÚ";
	color: #212121;
}

#text h3 {
	font: 12px/20px "Î¢ÈíÑÅºÚ";
	color: #898989;
	margin-top: 10px;
}

#text h4 {
	font: 12px/30px "Î¢ÈíÑÅºÚ";
	color: #898989;
	border-bottom: 1px #eee solid;
	margin-top: 10px;
}


#showcontent {
	margin-top: 20px;
	margin-bottom: 30px;
	font: 15px/35px "Î¢ÈíÑÅºÚ";
	text-align: left;
}

#showcontent p {
	text-indent: 2em;
}

/***** Ò³ÓÒÏÂ½Ç *****/
#tools {
	width: 100%;
	margin: 8px auto;
	font: 12px/30px "Î¢ÈíÑÅºÚ";
	color: #898989;
	text-align: right;
}

#tools a {
	color: #898989;
}

#tools a:hover {
	font: 12px/30px "Î¢ÈíÑÅºÚ";
	color: #0d59a7;
}

/***** Ïà¹ØÁ´½Ó *****/
#prenext {
	width: 100%;
	margin: 30px auto;
	border: 1px #eaeef3 solid;
	background: #fafbfd;
	padding-bottom: 20px;
	height: auto;
	overflow: hidden;
}

#prenext dt {
	font: bold 16px/50px "Î¢ÈíÑÅºÚ";
	color: #0d59a7;
	margin-left: 32px;
}

#prenext ul li {
	float: left;
	width: 46%;
	height: 30px;
	font: 14px/30px "Î¢ÈíÑÅºÚ";
	color: #333333;
	text-align: left;
	padding-left: 15px;
	margin-left: 20px;
}

#prenext ul li a {
	font: 14px/24px "Î¢ÈíÑÅºÚ";
	color: #333333;
}

#prenext ul li a:hover {
	color: #0d59a7;
	text-decoration: underline;
}
.szdw {
	/* width: 100%; */
	border: 1px solid #CDDFF1;
	padding: 40px 36px;
}
.szdw::after {
	content: "";
	display: block;
	clear: both;
}
.szdw ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
}
.szdw ul li {
	width: 170px;
	height: 280px;
	margin-right: 25px;
	margin-bottom: 36px;
	float: left;
	text-align: center;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
}
.szdw ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.szdw ul li .img {
	width: 110px;
	height: 160px;
	/* border-radius: 50%; */
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}
.szdw ul li .img img {
	width: 100%;
	min-height: 100%;
}
.szdw ul li p {
	font-size: 16.67px;
	color: #383838;
	font-weight: 600;
	letter-spacing: 0.2rem;
	line-height: 4;
}