﻿/* CSS Document */
body{
	margin:0;
	padding:0;
	font-size:12px;
}
img{ border:0;}
ul,dl,form{
	margin:0;
	padding:0;
}
.clears{
	clear:both;
}


.font14blue{
	font-size:14px;
	color:#0673c2;
}
.font12yellow{ color:#ff9900;}
.font12green{ color:#00ff87;}

/*TOP*/
#top_layout{
	width:986px;
	height:125px;
	border-top:#bce0fa 1px solid;
	margin-left:auto;
	margin-right:auto;
}
#welcome{
	width:100%;
	height:22px;
	border-bottom:#eaf6ff 1px solid;
	border-top:#e3e1dc 1px solid;
}
#welcome span.left{
	display:block;
	height:22px;
	line-height:22px;
	color:#585859;
	float:left;
}
#welcome span.right{
	display:block;
	height:22px;
	line-height:22px;
	color:#585859;
	float:right;
}

#logo_layout{
	width:207px;
	height:101px;
	float:left;
	background-image:url(../images/logo.jpg);
}
#banner_layout{
	width:562px;
	height:73px;
	margin-left:90px;
	margin-top:15px;
	float:left;
}
#help_layout{
	width:70px;
	height:87px;
	padding-top:13px;
	float:right;
}
#help_layout ul li{
	display:block;
	list-style:none;
	width:70px;
	height:23px;
	line-height:23px;
	background-image:url(../images/helpbg.jpg);
	margin:0 0 3px 0;
	padding:0;
	text-align:center;
}
#help_layout ul li a{
	color:#476e71;
	text-decoration:none;
}

/*CENTER*/
#center_layout{
	width:100%;
	min-height:36px!important;
	height:auto;
	background:url(../images/navbg.jpg) repeat-x;
}
#center_content{
	width:1000px;
	min-height:33px!important;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

/*����*/
#nav_layout{
	width:1000px;
	height:33px;
	padding-top:1px;
}
#nav_list{
	width:624px;
	height:33px;
	background:url(../images/navbottomborder.jpg) repeat-x;
	padding-left:9px;
	float:left;
}
#nav_list ul li{
	display:block;
	list-style:none;
	width:102px;
	height:32px;
	line-height:32px;
	text-align:center;
	background-image:url(../images/navListBg.jpg);
	border-left:#39aafc 1px solid;
	border-right:#0673c2 1px solid;
	margin:0;
	padding:0;
	float:left;
}
#nav_list ul li.index{
	background-image:url(../images/navIndexbg.jpg);
	border-left-style:none;
	height:33px;
	line-height:33px;
}
#nav_list ul li.indexNo{
	background-image:url(../images/navindexno.jpg);
	border-left-style:none;
	height:33px;
	line-height:33px;
}
#nav_list ul li.selectes{
	background-image:url(../images/navSelectBg.jpg);
	height:33px;
	line-height:33px;
}
#nav_list ul li a{
	color:#fff;
	font-size:16px;
	text-decoration:none;
}
.datetime{
	width:325px;
	height:33px;
	line-height:33px;
	text-align:right;
	color:#626262;
	float:right;
}

/*����*/
.content_tit_layout{
	width:100%;
	height:31px;
	background-image:url(../images/cttit.jpg);
}
.content_tit_layout span{
	display:block;
}
.content_tit_layout span.jt{
	width:18px;
	height:31px;
	float:left;
}
.content_tit_layout span.bt{
	width:117px;
	height:31px;
	line-height:31px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background-image:url(../images/titbtbg.jpg);
	float:left;
}
.content_tit_layout span.zybt{
	width:195px;
	height:31px;
	line-height:31px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#3175ab;
	background-image:url(../images/zytitle.jpg);
	float:left;
}
.content_tit_layout span.mores{
	width:39px;
	height:14px;
	margin:8px 16px;
	overflow:hidden;
	float:right;
}
.content_tit_layout span.line{
	width:360px;
	height:31px;
	line-height:31px;
	color:#1c1c1c;
	padding-left:10px;
	float:left;
}

/*BOTTOM*/
#bottom_layout{
	width:986px;
	height:105px;
	background-image:url(../images/bottombg.jpg);
	color:#181b1e;
	line-height:23px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#bottom_layout a{
	color:#181b1e;
	text-decoration:none;
}
#bottom_layout a:hover{
	color:#181b1e;
	text-decoration:underline;
}
