@charset "utf-8";

/*----------------------------------------------------
 *FileName:               common.css
 *Discription:            reset
 *Version:                1.0.1 (2013-03-04)
 *Author:                 Mayz
 ----------------------------------------------------*/
 
/*---RESET---*/ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
iframe,object,embed,fieldset,input,textarea,p,blockquote,td,th { 
	padding: 0; 
	margin: 0; 
} 

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
} 

fieldset,img {
	border: 0;
} 

address,caption,cite,code,dfn,em,strong,th,var { 
	font-weight: normal; 
	font-style: normal;
} 

strong,.bold {
	font-weight:bold;
}

ol,ul {
	list-style: none;
} 

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	font-size: 100%; 
} 

abbr,acronym,iframe { 
	border: none;
}

pre{
	white-space:normal;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.overflow-clear{
	overflow:auto;
	zoom:1;
}

.clear{
	clear:both;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

:focus{
	outline:none;
}

/*---GLOBAL---*/
.fl{
	float:left;
	_display:inline;
}
.fr{
	float:right;
	_display:inline;
}
.blk{
	display:block;
}
.rl{
	position:relative;
}
.hidden{
	display:none;
}

body{
	background:#fff;
	font:14px/22px Tahoma, Arial, "宋体", sans-serif;
}
body,a{
	color:#5c5c5c;
}
.blackBg{
	background:#555;
}

/*---HEADER---*/
.header,.banner,.content,.footer{
	width:986px;
	margin:0 auto;
}
.header{
	position:relative;
}

/*---NAV---*/
.nav{
	position:absolute;
	right:0;
	bottom:13px;
}
.nav a{
	margin:0 25px;
	font-family:"微软雅黑";
}

/*---BANNER---*/
.banner{
	display:block;
}

/*---CONTENT---*/
.content{
	padding:10px 0 30px;
}
.contentLeft{
	float:left;
	_display:inline;
	width:736px;
}
.gkk{
	float:left;
	_display:inline;
	width:396px;
}
.acitvityName{
	color:#0d87ce;
	font:18px/24px "微软雅黑";
	margin-bottom:4px;
}
.gkkTit{
	border-bottom:1px solid #dedede;
	position:relative;
}
.gkkTit span{
	display:inline-block;
	padding:0 6px;
	border:1px solid #dedede;
	border-bottom:none;
	border-top:4px solid #23aeff;
	background:#fff;
	margin-bottom:-1px;
	font-family:"微软雅黑";
	color:#373737;
}
.gkkTit a{
	position:absolute;
	top:8px;
	right:0;
	font:12px "宋体";
	color:#a5a5a5;
}
.gkkCont{
	font-size:12px;
	text-align:center;
	margin-top:4px;
}
.gkkCont th,.gkkCont td{
	padding:4px;
}
.gkkCont th{
	font:bold 14px "微软雅黑";
}
.left{
	text-align:left;
}
.red{
	color:#c30000;
}
.zssmh{
	float:right;
	_display:inline;
	width:293px;
	margin-top:4px;
}
.contentLeftMid{
	margin-top:5px;
}
.xzby,.bkq,.zxs{
	width:238px;
}
.bkq{
	margin-left:11px;
}
.imgBox{
	overflow:hidden;
	position:relative;
}
.imgBox img{
	display:block;
	cursor:pointer;
}
.contentLeftBtm{
	padding-left:116px;
	height:91px;
	margin-top:10px;
	background:url(../images/lxfs.jpg) no-repeat;
}
.lxfs{
	text-align:right;
}
.middle{
	text-align:center;
}
.blue{
	color:#5999bf;
}

.contentRight{
	float:right;
	_display:inline;
	width:241px;
}
.yellowBg{
	width:241px;
	height:91px;
	margin-top:10px;
}

/*---FOOTER---*/
.address{
	float:right;
	_display:inline;
	padding:16px 0;
	font:12px/28px "微软雅黑";
	color:#ffffff;
}

/*------MainContent------*/
.maincontent{ width:90%; margin: 0 auto; }
.maincontent p{ line-height: 180%; margin-bottom: 5px; margin-top:5px;}
.xmjstb{ text-align:center;	font:12px/28px "微软雅黑"; }

.xzbycnt{ width: 800px;}
.xzbyimg{ float:left; margin-right:10px; margin-left:28px;}

/*---XZBY---*/
.xzList{
	margin-left:15px;
}
.xzLink{
	float:left;
	display:inline;
	height:215;
	width:145px;
	margin:15px 15px 5px;
}
.xzLink img{
	display:block;
	margin-bottom:8px;
}
.xzLink .name{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align:center;
	font-family:"微软雅黑";
}