/* css document */
/*
说明：
链接其他CSS文件： @import "style/css/reset.css";
声明网页编码：@charset "utf-8";

去掉li圆点 list-style: none;
去掉li自动换行 display:inline;

li自动换行
list-style:none;
white-space:nowrap;
overflow:hidden;
display: block; 

居中
margin:0 auto;

link链接
visited已经访问过的
hover鼠标移上去时
active鼠标按下去时
*/
/*位置，如：居中为：margin:0 auto*/

/*============================通用和常用样式============================*/
* { margin:0px;padding:0px;}
ol,ul,li { list-style:none;}
h1,h2,h3,h4,h5 { font-weight:normal;font-size:12px;}
a img{border:none;} 
em { font-style:normal;}
input { vertical-align:middle;}
.center{text-align:center;}
div,ul,li,p,form{padding: 0px; margin: 0px;list-style-type: none;}
.clear {clear:both;height:0px; overflow:hidden;}
.clearheight {clear:both;height:10px; overflow:hidden;}

body {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	color: #333;
	line-height: 18px;
}
a{	text-decoration: none;	color: #333333;}
a:hover {
	text-decoration: none;
	color: #0066CC;
	position: relative;
	left: 1px;
	top: 1px;
}


.Gray{color:#666666;}
.Gray a{color:#666666;}

.Red{color:#FF0000;}
.Red a{color:#FF0000;}

.Red1 a{color:#FF6600;}
.bigDotted_line{
	clear:both;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.SmallDotted_line{
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
/*标题*/
.titleMain{
	font-size: 16px;
	line-height: 23px;
	font-weight: bold;
}
.titleMinor
 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.titleMinor2
 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #36659D;
}

.titleSmall
 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.mail a{
	font-size: 16px;
	font-weight: bolder;
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
}
/*内容*/

/*带英文自动换行*/
.content {
	font-size: 12px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	word-wrap: break-word;table-layout: fixed;word-break:break-all; 
}

/*自动缩进*/
.contentshrink ,.contentshrink p,.contentshrink div{
	text-indent:2em;
}

/*图片自动缩小*/
.content_images {margin: auto;width: 630px;}
.content_images img{max-width: 100%!important;height: auto!important;width:expression(this.width > 630 ? "630px" : this.width)!important;}

.nwestitle ul{
	float: left;
}
.nwestitle li{
	width:340px;
	list-style:none;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	line-height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.leftList{	width:205px;
	margin:0 auto;
}
.leftList li{
	width:200px;
	list-style:none;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	padding-left: 20px;
	text-align: left;
	margin-bottom: 10px;
	float: left;
}

.nwesList ul{
	float: left;
}
.nwesList li{
	width:715px;
	list-style:none;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	line-height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	float: left;
}
.nwesList span{
	float: right;
	color: #999999;
}

.boxPage
 {
	width:100%;
	margin:0 auto;
}

.Links li{
	float: left;
	display:inline;
	margin-left: 10px;
}
.Level{	width:205px;
	margin:0 auto;
}
.Level li{
	width:200px;
	height:32px;
	list-style:none;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	background-image: url(Images/Categories_bg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	text-align: left;
}
.Level a{
	color: #FFFFFF;
}
