@charset "utf-8";

/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

/* 一些通用的设置 */

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #E42A48;
}

.noBorder {
    border-width: 0px ;
}
#whole {
}
#wrapper {
}
.labdiv {
	margin: auto ;
	background-image: url(epiboly.png);
	background-repeat: repeat-y; ;
	width: 1200px ;
	height: 681px ;
}
.labtext {
	float: right ;
	height:600px;
	width: 600px;
	margin-top: 40px;
	font-size:20px;
	font-family:微软雅黑, sans-serif; 
}
.title {
	text-align: left;
	font-size: 24px;
	color:green;
}
.footer {
	text-align: left;
	font-size: 20px;
	color:green;
	margin-top: 200px;
	clear: both ;
	cursor:hand;
}
.footerLink {
	text-align: left;
	font-size: 20px;
	color:green;
	cursor:hand;
	text-decoration: none;
}

.labp {
	-webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
	cursor:pointer;
	padding: 10px;
	margin: 0px;
}
.labp:link {
	background:white;
	border-color:rgb(245,247,234);
}

.labp:visited {
	background:white;
}

.labp:hover {
	background:#bbb;
	border-color:#FFF;
}
.labp:active {
	background:rgb(245,247,234);
}
.lablink {
	background:transparent;
	text-align:left;
	padding:10px 0px 10px 0px;
	cursor:hand;
	text-decoration: none;
}

/* 正文后，foot前，用来使背景图高度自适应的div */
#footclear {
	clear: both;
	height: 1px;
}
#counts_visits_info {
	margin-bottom: 10px;
}
/* foot */
#FooterContainer {
	padding-top: 20px;
	padding-bottom:5px;
	text-align: center;
	height: 55px;
	color: #8D8D8D;
	font-size: 12px;
	line-height: 20px;
}