@charset "utf-8";
/* 代码整理：易站源码网 yizhanzzw.com */
@media all {
* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
}
body {
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size:62.5%;
	color:#222;
}
.center {
	width:1000px;
	margin:0 auto;
}
#page {
}
#yizhanzzw {
	background:#fff;
	padding:10px 0 10px 0;
}
#yizhanzzw-left {
	width:700px;
	margin:0 20px 0 0;
	float:left;
}
#yizhanzzw-right {
	width:280px;
	float:left;
}
#yizhanzzw-right a {
	float:left;
	padding-right:10px;
	display:block;
	width:125px;
	height:125px;
}
#footer {
	background:#eee;
	border-top:1px solid #ccc;
	padding:10px 0;
}
#footer1, #footer2, #footer3 {
	width:300px;
	float:left;
	margin:0 30px 0 0;
}
#footer3 {
	width:330px;
	margin-right:0;
}
/* tags */
		abbr {
	border-bottom:1px dotted #ccc;
	cursor:help;
}
blockquote {
	background:#eee;
	margin:0 20px;
	padding:10px 20px;
}
code {
	font-family:'Consolas', 'Monaco', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;
}
h1 {
	font-size:4.3em;
	margin:0 0 20px 0;
}
h2 {
	font-size:2.8em;
}
h1, h2, h3, h6 {
	font-weight:normal;
	font-family:"Droid Serif", Cambria, Georgia, Palatino, "Palatino Linotype", "Myriad Pro", Serif;
}
h3, h6 {
	font-size:2em;
}
h6 {
	padding:0 0 5px 0;
}
label, select, input[type='submit'], .point {
	cursor:pointer;
}
li {
}
li, p {
	line-height:19px;
	margin-top:5px;
}
ol, ul {
	padding:0 0 10px 35px;
}
p {
	margin:5px 0 14px 0;
	font-size:1.2em;
	line-height:1.8em;
}
textarea, input[type='text'], input[type='email'], input[type='password'] {
	border:1px solid #ccc;
	padding:5px;
	font-size:120%;
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
}
/* stuff */
		.clear {
	clear:both;
}
.exhead {
	background:#e8f0f6;
	border-top:1px solid #fff;
	color:#000;
	padding:10px 10px;
	font-size:120%;
}
.exhead a {
	color:#6D84B4;
}
.intro {
	background:#ffd987;
	font-style:italic;
	padding:5px 10px;
	margin-bottom:20px;
}
.relative {
	position:relative;
}
/* links */
		a {
	color:#3b5998;
}
a:link, a:visited {
	text-decoration:underline;
}
a:hover, a:active {
	text-decoration:none;
}
a img {
	border:0;
}

