.container {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 50px;
	background-color: #F2F2F2;
	display:inline-block;
}
.containerwarp {
	width: 1000px;
	margin: 0 auto;
}
.containertop {
	width: 1000px;
	height: 230px;
} 
.containertitle {
	font-weight: bold;
	padding: 70px 0;
}
.subtitle,.moudletitle {
	display:table-cell; /*按照单元格的样式显示元素*/
	vertical-align:bottom; /*底对齐*/
}
.subtitle {
	font-size: 1.2em;
}
.moudletitle {
	font-size: 2em;
}
.englishtitle {
	margin-top: 5px;
	font-size: 2em;
	text-align: right;
}
.containerbox {
	width: 1000px;
	height: auto;
	min-height: 1100px;
}
.containernav {
	width: 220px;
	height: 1100px;
	background-color: #1F3D90;
}
.navtitle {
	color: #ffffff;
	height: 170px;
	background-color: #56D66B;
	padding: 30px 0 0 20px;
}
.sidebar li {
	float: none;
	line-height: 45px;
	padding-left: 30px;
	color: #ffffff;
	border-bottom: solid #ffffff 1px;
}
.sidebar li:hover {
	color: #56D66B;
	font-weight: bold;
	border-right:solid #56D66B 5px;
}
.liSelected{
	color: #56D66B !important;
	font-weight: bold;
	border-right:solid #56D66B 5px;
}
.navtel {
	padding:80px 10px;
}
.navtel p,h2 {
	color: #ffffff;
}
.navtel p {
	font-size: 0.8em;
}
.containermain {
	width:780px; 
	min-height: 1100px;
	background-color: #ffffff;
}
.articletitle {
	padding: 10px 0 0 20px;
}
.articletitle>h2,h3{
	color: #56D66B;
}
.article {
	width: 90%;
	margin: 30px auto;
	position: relative;
}
.papers {
	text-align: center;
}
.papers h2 {
	text-align: center;
	line-height: 3em;
	color: #000000;
}
.papers  p,h4{
	text-align: left;
	text-indent: 2em;
	line-height: 2em;
	margin-bottom: 15px;
}
.papers .mark {
	font-size: 0.9em;
	color: #282923;
	text-align: center;
}
.article>li {
	position: absolute;
	left: 0;
	display: none;
}
table {
	font-size: 0.9em;
}