@CHARSET "UTF-8";

@import url("reset.css");


.clear {
	clear: both;
	height: 0px;
	padding-top: -1px;
	font-size: 0px;
	line-height: 0;
}

* {
	font-size: 100%;
	outline: none;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #ff6600;
}



body{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.jpg) 0 75px repeat-x;
}

.container{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.header{
	padding: 15px 0 40px;
}
.leftContent{
	width: 280px;
	float: left;
	clear: left;
}
.box{
	margin-bottom: 9px;
}
.login{
	background: url(../images/corner_box.png) -600px 0 repeat-y;
}
.login .title{
	height: 44px;
	background: url(../images/corner_box.png) 0 0 no-repeat;
}
.login .con{
	height: 244px;
	background: url(../images/corner_box.png) -300px bottom no-repeat;
	padding: 12px 15px;
}
.login li{
	position: relative;
	min-height: 30px;
}
.login li label{
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	font-size: 14px;
	padding-top: 7px;
	display: block;
	font-family: 宋体;
}
.login li label.vcode_label{
	top: 2px;
	*top: 1px;
}
.login li p{
	margin-left: 62px;
	padding: 4px 0 3px;
	position: relative;
}
.login li a.change{
	position: absolute;
	margin-top: 8px;
	margin-left: 6px;
}
.login .input{
	width: 175px;
	border: 1px solid #b2b2b2;
	padding: 3px;
	height: 20px;
}
.login li.center{
	margin: 0;
	text-align: center;
	padding-top:10px;
}
.login li.center .reg{
	width: 225px;
	height: 41px;
	background: url(../images/btn_reg.gif) 0 0 no-repeat;
	display: block;
	margin: 0 auto;
	font:18px/36px 'Microsoft YaHei',Arial,宋体,Tahoma,Sans-Serif;
	color: #fff;
	text-decoration: none;
}
.login li.center .reg:hover{
	background-position: 0 -41px;
}



.event{
	background: url(../images/corner_box.png) -600px 0 repeat-y;
}
.event .title{
	height: 39px;
	background: url(../images/corner_box.png) 0 -50px no-repeat;
}
.event .con{
	height: 144px;
	background: url(../images/corner_box.png) -300px bottom no-repeat;
	padding: 12px 15px;
}
.event ol li{
	position: relative;
	padding: 3px 0;
	color: #666;
}
.event ol li a{
	
}
.event ol li span{
	position: absolute;
	right: 0;
	top: 3px;
}


#tab{
	
}
#tab .tabs-container{
	height: 143px;
	clear: both;
	border: 1px solid #b7dfff;
}
#tab .tabs-container p{
	line-height: 22px;
	color: #666;
	margin: 6px 6px 6px 156px;
}
#tab .tabs-container .thumbbox{
	margin: 12px 0 0 12px;
	width: 150px;
	height: 140px;
	display: block;
	float:left;
}
#tab #web .thumbbox{
	background: url(../images/tabs_bg.png) 0 0 no-repeat;
}
#tab #dxcz .thumbbox{
	background: url(../images/tabs_bg.png) 0 -150px no-repeat;
}
#tab #czjk .thumbbox{
	background: url(../images/tabs_bg.png) 0 -300px no-repeat;
}
#tab #ffkcz .thumbbox{
	background: url(../images/tabs_bg.png) 0 -450px no-repeat;
}

.link{
	border: 1px solid #b7dfff;
}
.link .title{
	height: 42px;
	background: url(../images/box.png) 0 0 repeat-x;
}
.link .title h4{
	height: 42px;
	background: url(../images/box.png) 0 -50px no-repeat;
	text-indent: -9999px;
}
.link .con{
	padding: 12px;
}
.link .con table{
	width: 100%;
}
.link .con table td{
	text-align: center;
	padding: 2px 0;
}
.mainContent{
	width: 664px;
	float: right;
	clear: right;
}

.gallery{
	margin-top: 5px;
	font-size:0;
}


.footer{
	clear: both;
	padding: 12px 0;
}
.footer p{
	text-align: center;
	color: #666;
}




