*{
	margin: 0;
	padding: 0;
}
body{
	top:0;
	position:relative;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "Microsoft Yahei";
	/*background: url(img/bg.gif);*/
	background-color: #EDEDF0;
	height: 100%;
	word-wrap: break-word;
	word-break: normal;
	line-height: 1.6;
	font-size: 16px;
}
p{
	text-indent:2em;
	text-align:justify;
    text-justify:inter-ideograph; 
}
pre{
	line-height: 1.6;
	font-family: "Microsoft Yahei";
	font-size: 16px;
}
a{
	cursor: pointer;
}
.content{
	width: 940px;	
}
.wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 5px;
	position: relative;
	padding-bottom: 0px;
}
.inner{
	margin: 0 20px;
	display: inline-block;
}

.tcenter{
	text-align: center;
}
/*header*/
.outer-h{
	background: url(img/bg.gif);
	margin-top:0px;
	height:123px;
	padding: 20px 0;
}
.header{
	margin:0px auto;
	width:873px;
	height:123px;
}
.logo{
	float:left;
	width:873px;
	height: 123px;
}
.sitename{
	float:left;
	margin: 20px 0;
}
.navbar{
	width:100%;
	height:35px;
	border-top: 1px solid #0960b4;
	border-bottom: 1px solid #0770d6;
	background-color: #0064C4;
	margin-bottom: 10px;
}
.nav{
	width:940px;
	margin:0px auto;
}
.nav li{
	line-height:35px;
	list-style: none;
	cursor: pointer;
	text-align: center;
	float: left;
	height: 35px;
	width: 117px;
	color: #fff;
	font-family: "Microsoft Yahei";
}
.nav li:HOVER{
	background-color: #3492ED;
}
.active{
	background-color: #004F9A;
}


/*footer*/
.mfooter{
	clear:both;
	width: 100%;
	background-color: #333333;
}
.mfooter >.footer-inner> img{
	float:left;
	width: 35px;
	height: 45px;
}
.foott{
	float:left;
}
.footer-inner{
	width:500px;
	margin: 0 auto;
	height: 47px;
	padding: 10px 20px;
	color: #fff;
}

.fmtsize{
	width: 115px;
	height: 150px;
	max-width: 167px;
	max-height: 241px;
	background: url("./img/alt.png");
}
.leftmenu{
	float:left;
	min-height: 480px;
	width:190px;
}
.main{
	float:left;
	margin-left: 5px;
	min-height: 480px;
	width: 745px;
}
.hiddn{
	display: none;
}
.clear{
	clear: both;
}
.dcontent{
	padding: 2em;
	display: inline-block;
	background: #fff;
	border-top: 2px solid #3D3D3D;
}
.navcontent{
	width:100%;
	display: inline-block;
	background: #fff;
}
.back{
	cursor: pointer;
	margin-left: 780px;
}
.back img{
	width: 18px;
	height:15px;
}
.table-bordered {
	line-height: 1.4;
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #000;
	/*border-top: 1px solid #428BCA;*/
}
.table-bordered th{
	text-align:left;
	border: 0px solid #000;
}
.table-bordered td{
	text-align:left;
	border: 0px solid #000;
}
.rtitle{
	font-weight:bold;
	clear: both;
	color: #428BCA;
	border-bottom: solid 2px #428BCA;
	line-height: 40px;
	font-size: 18px;
}
.rtitle > small{
	font-weight: normal;
}
.title{
	background-color:#004F9A;
	color:#fff;
	line-height: 30px;
	font-size: 19px;
	font-weight: bold;
	max-width: 200px;
	text-align: center;
}
.title a{
	padding-left: 30px;
	color: #fff;
}
.english{
	height: 30px;
	width: 96px;
	position: absolute;
	right: 200px;
	top: 10px;
	color: #999;
}
.slider{
	height: 293px;
	
	box-shadow: 0px 5px 15px #717171;
}

.red{
	color: red;
}
.green{
	color: green;
}
.dark{
	background-color: #EBEBEB;
}

.container > ol{
	margin-left: 2em;
} 
.container > ol > li{
	margin: 4px 0;
} 