/* ======================================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.125em;
	color: #c0c0c0;
	
}
html, body {
	height: 100%;
	background-color: #f8f8f8;
	background-image: url(../images/artile/artile_img.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* Global Structure ============================================================= */

	/* Header */
	.header{
	height: 990px;
	overflow: hidden;
	width: 100%;
	}
	

#zpcontent {
	width: 90%;
	margin-left:10%;
	margin-right:10%;
}

/*==================boxes====================*/
.box {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(js/PIE.htc);
	position: relative;
	color: #333;
	padding-top: 5%;
	text-align: left;
	width:inherit;
	}


/* Accordion */
.accordion {
	background-color: white;
}
.accordion dt {
	font-family: 'Helvetica Neue', 'Arial', '微软雅黑', serif !important;
	font-size: 16px;
	line-height: 2.2em;
	position: relative;
	height: 1%;
	background-color: #f1f1ef;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 40px;
	font-weight: bold;
	}
.accordion dt img {
	position: absolute;
	left: 9px;
	top: 16px;
		}
.accordion dt a {
	color: #000;
	text-decoration: none;
		}
.accordion dd {
	display: block;
	padding: 0 20px 0 20px;
	text-decoration: none;
	line-height: 30px;
	}
