body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#185BAD;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}
/*----------------------------------------Layout----------------------------------------*/
#wrapper {
	width: 955px;
	margin: 0 auto;
	background-color:#FFFFFF;	
	overflow:hidden;
}
/*----------------------------header----------------------------*/
#header {
	width: 955px;
	}
#logo {
	height: 52px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	}
#nav {
	height: 45px;
	padding-top: 4px;
	background-image: url(images/menubg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 21px;
	text-align: left;
	overflow:hidden;
	}
#nav ul {
	margin-left: 40px;
	padding: 0;
	display: inline;
} 
#nav li {
	display: inline;
	list-style: none;
}
#nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: none;
	color:#CCCC00;
}
/*----------------------------header----------------------------*/

/*----------------------------content----------------------------*/
#left {
	width: 183px;
	float: left;
}
#loginbar {
	width: 183px;
	height: 210px;
	/*background-image: url(images/loginbar.jpg);*/
	overflow:hidden;
	border: 1px solid #CCCCCC;
}
#loginbartitle {
	height: 48px;
	background-image: url(images/loginbartitle.png);
}
#right{
	width: 720px;
	float: right;
}
#banner{
	width: 720px;
	height: 210px;
	background-image: url(images/banner.png);
	overflow:hidden;
	/*border: 1px solid #CCCCCC;*/
}
#news{
	width: 917px;
	text-align:left;
	border: 1px solid #CCCCCC;
}
#newstitle{
	padding-top: 6px;
	padding-left: 40px;
	height: 20px;
	text-align:left;
	color:#FFFFFF;
	background-color:#669656;
	border-bottom: 5px solid #C7DBBF;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#newstitle a {
	text-decoration: none;
	color: #FFFFFF;
}
#newstitle a:hover {
	text-decoration: none;
	color:#006666;
}
#newscontent{
	height: 180px;
	padding: 5px;
	text-align:left;
	line-height: 16px;
	overflow:hidden;
}
.list {
	clear:both;
}
.listleft {
	width: 450px;
	float: left;
	border: 1px solid #CCCCCC;
}
.listright {
	width: 450px;
	float: right;
	border: 1px solid #CCCCCC;
}
.listtitle{
	padding-top: 6px;
	padding-left: 40px;
	height: 20px;
	text-align:left;
	color:#FFFFFF;
	background-color:#669656;
	border-bottom: 5px solid #C7DBBF;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.listtitle a {
	text-decoration: none;
	color: #FFFFFF;
}
.listtitle a:hover {
	text-decoration: none;
	color:#006666;
}
.listcontent{
	height: 180px;
	padding: 5px;
	text-align:left;
	line-height: 16px;
	overflow:hidden;
}
/*----------------------------content----------------------------*/

/*----------------------------footer----------------------------*/
#footer {
	clear:both;
	padding-top: 10px;
	width: 955px;
	height: 60px;
	background-image: url(images/footbg.png);
	background-repeat: no-repeat;
	text-align:center;
	line-height: 18px;
	color: #666666;
	overflow:hidden;
	}
#footer ul {
	margin: 0;
	padding: 0;
	display: inline;
} 
#footer li {
	display: inline;
	list-style: none;
}
#footer a {
	text-decoration: none;
	color: #006666;
}
#footer a:hover {
	text-decoration: none;
	color:#FF0000;
}
/*----------------------------footer----------------------------*/

/*----------------------------------------Layout----------------------------------------*/

/*----------------------------------------column----------------------------------------*/
#column{
	width: 890px;
	text-align:left;
	border: 1px solid #CCCCCC;
}
#columntitle{
	padding-top: 6px;
	padding-left: 40px;
	height: 20px;
	text-align:left;
	color:#FFFFFF;
	background-color:#669656;
	border-bottom: 5px solid #C7DBBF;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#columncontent{
	padding: 10px;
	text-align:left;
}
#columncontent ul {
    list-style: none;
	margin: 0;
	padding: 0;	
}
#columncontent li {
    list-style: none;
    height: 22px;
	line-height: 20px;
    display: block;
	background-image: url(images/i2.gif);
	background-repeat: no-repeat;
	background-position: left;
    padding-left: 10px;
	color:#CCCCCC;
}
/*----------------------------------------column----------------------------------------*/


/*----------------------------------------view----------------------------------------*/
#pagnav {
	width: 880px;
	margin: 0 auto;
	padding-top: 8px;
	color: #FFFFFF;
	line-height: 26px;
	text-align: left;
	overflow:hidden;
}
#viewtitle {
	width: 890px;
	margin: 0 auto;
	color: #000000;
	line-height: 26px;
	text-align: center;
	overflow:hidden;
}
#viewcon {
	margin: 18px auto;
	padding: 5px;
	width: 876px;
	border: 5px solid #C7DBBF;
	text-align: left;
	line-height: 16px;
	overflow:hidden;
}
#review{
	margin: 18px auto;
	padding: 5px;
	color: #666666;
	width: 886px;
	text-align: left;
	line-height: 16px;
}
#reviewlist{
	margin: 18px auto;
	padding: 5px;
	color: #666666;
	width: 884px;
	border: 1px solid #CCCCCC;
	text-align: left;
	line-height: 16px;
}
#reviewdiv1{
	margin-right: 18px;
	font-size: 12x;
	color: #666666;
	background-color: #F6F6F6;
}
/*----------------------------------------view----------------------------------------*/

/*Img_List页面样式*/
#ImgDiv img {
	width: 90px;
}
#ImgDiv ul {
	CLEAR: left;
	LIST-STYLE-TYPE: none; 
	TEXT-ALIGN: center; 
	DISPLAY:inline;
}
#ImgDiv li {
	background:url(images/i2.gif) 8px 8px no-repeat;
	list-style-type:none;
	FLOAT: left;
	width: 120px;
	text-align:center;
	margin: 5px;
	PADDING: 0;
	DISPLAY: block; 
}
/*Img_List页面样式*/
.maindiv{
	margin: 18px auto;
	padding: 5px;
	color: #666666;
	width: 884px;
	border: 1px solid #CCCCCC;
	text-align: left;
	line-height: 16px;
}
.border {
	border: #000000 1px solid;
}
form {
	BORDER: 0px;
	padding: 0;
	margin: 0;
	TEXT-ALIGN: left;
}
input {
	font-size: 12px;
	color: #666666;
}
select {
	font-size: 12px;
}
.keyworld {
	color: #FF0000;
	background-color: #FFFF00;
}
.link-Date {
	color:#666666;
}
/*----------------------------------------submain----------------------------------------*/
#submainbar {
	width: 183px;
	height: 210px;
	overflow:hidden;
	border: 1px solid #CCCCCC;
}
#zdktnav {
	height: 48px;
	background-image: url(images/zdktbtn.png);
}
#zzcbnav {
	height: 48px;
	background-image: url(images/zzcbbtn.png);
}
#kypjnav {
	height: 48px;
	background-image: url(images/kypjbtn.png);
}
#jdxxnav {
	height: 48px;
	background-image: url(images/jdxxbtn.png);
}
#pxhdnav {
	height: 48px;
	background-image: url(images/pxhdbtn.png);
}
#csjzcnav {
	height: 48px;
	background-image: url(images/csjzcbtn.png);
}
#shjykyzznav {
	height: 48px;
	background-image: url(images/shjykyzzbtn.png);
}
#jydcnav {
	height: 48px;
	background-image: url(images/jydcbtn.png);
}
#zcyjnav {
	height: 48px;
	background-image: url(images/zcyjbtn.png);
}
#xlyjnav {
	height: 48px;
	background-image: url(images/xlyjbtn.png);
}
#kcyjxnav {
	height: 48px;
	background-image: url(images/kcyjxbtn.png);
}
#xqjyyjnav {
	height: 48px;
	background-image: url(images/xqjyyjbtn.png);
}
#jtjyyjnav {
	height: 48px;
	background-image: url(images/jtjyyjbtn.png);
}
#jsfzyjnav {
	height: 48px;
	background-image: url(images/jsfzyjbtn.png);
}
#pisanav {
	height: 48px;
	background-image: url(images/pisabtn.png);
}
#submainnav {
	text-align:left;
}
#submainnav ul {
    list-style: none;
	margin: 0;
	padding:0;	
}
#submainnav li {
    list-style: none;
    height: 20px;
	line-height: 22px;
    display: block;
	padding-left:18px;
	background-image: url(images/subnavbtnbg.png);
}
#subkcyjxnav {
	text-align:left;
}
#subkcyjxnav ul {
    list-style: none;
	margin: 0;
	padding:0;	
}
#subkcyjxnav li {
    list-style: none;
    height: 16px;
	line-height: 18px;
    display: block;
	padding-left:18px;
	background-image: url(images/subnavbtnbg.png);
}

