@charset "utf-8";
@import "class.css";
/* Begin 主要框架 */
body{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#base{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 995px;
	margin: 0px auto;
	color: #666666;
	margin-bottom: 30px;
	background-color: #FFF;
	padding: 0px 5px;
}

a{
	color: #666666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#head{
}

#body{
	overflow: hidden;
}

#foot{
	border-top: 3px #CCC solid;
	background-color: #EEE;
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	font-size: 12px;
	clear: both;
}

/* End 主要框架 *

/* Begin #head */
#headBox{
	position: relative;
	height: 92px;
	font-size: 12px;
	background: url(../images/headBg.png) repeat-x left top;
}

#headBox div{
	position: absolute;
}
/* #headBox*/
#logoBox{
	left: 35px;
	top: 30px;
	width: 262px;
	height: 53px;
	background: transparent url(../images/logo.png) left top no-repeat;
	*background-image: none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo.png');

}

#loginBox{
	right: 35px;
	bottom: 5px;
}

#langBox{
	color: #00f;
}

#langBox a{
	display:block;
	height: 16px;
	width: 60px;
}

/* #menuBox */
#menuBox{
	height: 45px;
	background: #22205D;
	color: #9E9DC1;
	overflow: hidden;
}

#menuBox a{
	color: #EEE;
	display: inline;
}

#menuBox a:hover{
	color: #fdcd01;
	text-decoration: none;
	font-weight: bold;
}

#menuBox ul li{
	text-align: center;
	margin: 0px 18px;
	height: 45px;
	*line-height: 45px;
}

/*#menuBox li#indexPage{
	width: 19%;
	text-align: left;
	text-indent: 30px;
}*/

#menuBox ul li ul{
	display: none;
	position: absolute;
	left: auto;
	top: auto;	
	background-color: #22205D;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 30px;
	border: 1px solid #9E9DC1;
	opacity: 0.95;
	*filter: alpha(opacity=95);
	margin-top: 5px;
	*margin: -10px;	
	_padding-left: 10px;
}

#menuBox ul li ul li{
	position: static;
	float: none;
	padding: 3px;
	width: auto;
	display: -moz-inline-box;
	*display: inline;
	*line-height: 30px;
	white-space: nowrap;
}

#banner{
	margin: 10px auto;
	background-color: #fdcd01;
	height: 201px;
	overflow: hidden;
}

/* End #head */

/* Begin #body */

/*====== Inner Page ======*/
#left{
	width: 22%;
}

#right{
	width: 75%;
	color: #333;
	min-height: 400px;
	margin-bottom: 20px;
}

/*====== Home Page ======*/
#server{
	width: 73%;
}

#server h1 b{
	display: list-item;
	list-style: circle;
}

#server .leftGrid, #server .rightGrid{
	width: 48.5%;
	overflow: hidden;
}

#server .imgArticle{
	height: 170px;
}

#server .dottedSplit{
	height: 340px;
	float: left;
}

#expert{
	width: 24%;
	height: 380px;
	margin-top: 10px;
	*margin-top: 0px;
}

#expert.modelBox{
	border: 1px #EEE solid;
	background-color: #EEE;
	padding: 1px;
	overflow: hidden;
	padding-bottom: 10px;
}

#expert.modelBox h1{
	border: 0px none #CCC;
	background-color: transparent;
	margin-top: 0px;
}

#expert .imgArticle{
	margin-bottom: 15px;
}

#expert .imgBox{
	margin-left: 5px;
}

#expert .textBox{
	font-size: 12px;
}

#news, #comment{
	font-size: 12px;
}

#news{
	width:35%;
}

#news p{
	margin: 5px 0px;
	overflow: hidden;
	clear: both;
	height: 18px;
}

#news p span{
	display: block;
	float: left;
	padding-left: 10px;
	width: 85px;
}

#news p a{
	text-align: left;
}

#news p a:hover{
	color:#eb800e;
	font-weight: bold;
}

#news p a img{
	border: 0px none #FFF;
	vertical-align: top;
}

#comment{
	width: 63%;
}

#comment .imgArticle{
	margin-bottom: 10px;
}

#comment .imgBox{
	width: 15%;
}

#comment .textBox{
	width: 78%;
}

#comment .textBox h4{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}

/* End #body */

/* Begin #foot */
#copyRight{
}

#footIndex a{
	margin: 0px 3px;
}

/* End #foot */
