* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

ul,li {
	list-style: none;
}

.dr-main {

}

.dr-header {
	width: 100%;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center;
}


.dr-content {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 72px;
}

.content-part {
	width: 100%;
	margin-top: 50px;
}
.content-part h2 {
	color: #666666;
	font-size: 30px;
	line-height: 72px;
	font-weight: normal;
	text-align: center;
	background: url(../images/line.jpg) no-repeat bottom;
	margin-bottom: 40px;
}
.content-part p {
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.content-part .illus-box {
	margin-top: 50px;
	text-align: center;
}
.content-part .illus-box .illus {
	display: inline-block;
}
.content-part .illus-box .illus img {
	display: block;
	margin: 0 auto;
}
.content-part .illus-box .illus p {
	line-height: 16px;
	margin-top: 24px;
}
.content-part.part1 .illus-box .illus {
	display: inline-block;
	width: 158px;
	height: 198px;
	margin-left: 37px;
	margin-right: 37px;
}
.content-part.part8 .illus-box .illus {
	display: inline-block;
	width: 378px;
	height: 568px;
	margin-left: 34px;
	margin-right: 34px;
}

.content-part ul.news-box {
	width: 1000px;
	border-top: 1px #B5896D dashed;
}
.content-part ul.news-box li {
	padding-top: 17px;
	padding-bottom: 17px;
	line-height: 16px;
	border-bottom: 1px #B5896D dashed;
}
.content-part ul.news-box li div {
	display: inline-block;
}
.content-part ul.news-box li .time {
	padding-left: 30px;
	padding-right: 20px;
	color: #666666;
	border-right: 2px solid #C1C1C1;
}
.content-part ul.news-box li .title {
	padding-left: 20px;
	padding-right: 30px;
	color: #B5896D;
}
.content-part ul.news-box li .title a {
	text-decoration: none;
	color: #B5896D;
}
.content-part ul.news-box li .title a:hover {
	text-decoration: underline;
}
.content-part .news-page {
	margin-top: 30px;
	text-align: center;
}
.content-part .news-page .pagenum {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	background: #EDEDED;
	color: #666666;
}
.content-part .news-page .pagenum.current {
	cursor: default;
	background: #B5896D;
	color: #FFFFFF;
}








.footer {
	display:block; 
	width:100%; 
	padding:30px 0; 
	background:#212121; 
	color:#FFF; 
	text-align:center; 
	font-size:14px; 
	line-height:30px; 
	word-wrap: break-word;
}
.footer a {
	color:#FFF; 
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}













@media (max-width: 640px) {
	body * { max-height: 999999px; }
	.dr-header {
		height: 360px;
		background: url(../images/banner_h5.jpg) no-repeat center;
	}
	
	.dr-content {
		width: 100%;
		padding-bottom: 63px;
	}
	
	.content-part {
		width: 100%;
		margin-top: 60px;
	}
	.content-part h2 {
		padding: 24px 30px;
		line-height: 38px;
		background: url(../images/line_h5.jpg) no-repeat bottom;
		margin-bottom: 40px;
	}
	.content-part p {
		font-size: 24px;
		line-height: 48px;
	}
	.content-part>p {
		margin-left: 30px;
		margin-right: 30px;
	}
	.content-part .illus-box {
		margin-top: 50px;
		text-align: center;
	}
	.content-part .illus-box .illus {
		display: inline-block;
	}
	.content-part .illus-box .illus img {
		display: block;
		margin: 0 auto;
		max-width: 580px;
	}
	.content-part .illus-box .illus p {
		max-width: 480px;
		font-size: 20px;
		line-height: 28px;
		margin: 24px auto 0;
	}
	.content-part.part1 .illus-box .illus {
		width: 158px;
		height: 202px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.content-part.part8 .illus-box .illus {
		display: inline-block;
		width: 378px;
		height: 568px;
		margin-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content-part ul.news-box {
		width: 580px;
		margin: 0 auto;
	}
	.content-part ul.news-box li {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 16px;
	}
	.content-part ul.news-box li div {
		display: inline-block;
		line-height: 38px;
		vertical-align: top;
	}
	.content-part ul.news-box li .time {
		width: 140px;
		padding-left: 0;
	}
	.content-part ul.news-box li .title {
		width: 390px;
		padding-right: 0;
	}
	.content-part .news-page {
		margin-top: 27px;
	}
	.content-part .news-page .pagenum {
		width: 48px;
		height: 48px;
		font-size: 24px;
		line-height: 48px;
		margin: 0 10px;
	}
	
	
	
	
	
	.footer { 
		display:block;
		font-size:24px;
		line-height:50px;
	}
	.footer a {
		font-size:24px; 
		display:block; 
		text-align:center;
		text-decoration: none;
	}
	.footer a:hover {
		text-decoration: none;
	}
	.footer a:active {
		text-decoration: none;
	}
	.footer span { 
		display:none;
	}
}