html {
	min-height:100%;
}
a {
	cursor:pointer;
	text-decoration:none;
	color:#333;
}
a:link,a:visited {
	color:#333;
}
img {
	border:0;
}
body {
	min-height:100%;
	font-size:12.5pt;
	color:#000;
	padding:0;
	margin:0;
	background:#e2e2e2;
}
.left {
	float:left;
}
.right {
	float:right;
}
.radius {
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	border-radius:.5em;
}
#page {
	min-height:100%;
	width:100%;
	max-width:800px;
	margin:0 auto;
	overflow:hidden;
}
#header {
	width:100%;
	display:block;
	max-width:800px;
	height:42px;
	position:relative;
	color:white;
}
#header #gotoIndex {
	width:45px;
	height:100%;
	background:url("/tpl/icon/icon/14.png") no-repeat 7px 6px;
	background-color:rgba(0,0,0,0.2);
	-webkit-background-size:29px 27px;
	-o-background-size:29px 27px;
}
#header #return {
	width:45px;
	height:100%;
	background:url("/tpl/icon/icon-return.png") no-repeat 7px 12px;
	background-color:rgba(0,0,0,0.2);
}
#header .title {
	font-size:14pt;
	display:block;
	padding-left:10px;
	font-weight:bolder;
	margin-right:67px;
	text-align:center;
	line-height:42px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	line-height:40px;
}
#header .right {
	position:absolute;
	right:0;
	top:0;
}
#header img {
	height:42px;
	width:66px;
}
#brand img {
	display:block;
	width:100%;
}
.dropdown-menu-top,.dropdown-menu {
	display:none;
	position:absolute;
	right:5px;
	top:48px;
	z-index:9999;
	background:rgba(137,166,110,0.9);
	background-color:#000 9;
	filter:alpha(opacity = 80) 9;
	box-shadow:0 0 3px rgba(137,166,110,0.9);
	min-width:150px;
	margin-left:0;
	margin-left:0;
	list-style:none!important;
	margin-bottom:0;
	max-width:300px;
}
.dropdown-menu:after {
	position:absolute;
	top:-8px;
	right:22px;
	content:"";
	width:0;
	height:0;
	border:8px solid transparent;
	border-bottom:8px solid rgba(137,166,110,0.8);
	border-top:0;
}
.dropdown-menu-top.show,.dropdown-menu.show {
	display:block;
}
.dropdown-menu-top li,.dropdown-menu li {
	border-bottom:1px solid #BBCCAC;
}
.dropdown-menu-top li:first-child,.dropdown-menu li:first-child {
	border-top:0;
}
.dropdown-menu-top li:last-child,.dropdown-menu li:last-child {
	border-bottom:none;
}
.dropdown-menu-top li a,.dropdown-menu li a {
	text-align:left;
	display:block;
	width:auto;
	height:42px;
	line-height:42px;
	padding-left:10px;
	color:#fdf7f7;
	font-size:16px;
	margin:0;
	white-space:nowrap;
	overflow:hidden;
}
.dropdown-menu-top li a:link,.dropdown-menu-top li a:visited,.dropdown-menu li a:link,.dropdown-menu li a:visited {
	color:#fdf7f7;
}
#mainmenu li{
	height: 70px;
	padding: 0 0 0 80px;
	list-style: none;
	margin-bottom: 1px;
	position: relative;
	border-top: 1px solid #dbdbdb;
}
#mainmenu li:first-child{
	border: none;
}
#mainmenu li a{
	display: block;
}
#mainmenu li .title{
	line-height: 45px;
	font-weight: 700;
}
#mainmenu li .summary{
	margin-top: 0px;
	margin-right:30px;
	font-size: 12px;
	height: 20px;
	text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}
#mainmenu li img{
	width: 65px;
	position: absolute;
	top: 10px;
	left: 10px;
	max-height: 45px;
}
.box-btn {
	width:95%;
	margin:10px auto;
	background-color:#FFF;
	text-align:center;
	height:40px;
	line-height:40px;
	color:#FFF;
}
.box-btn a {
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	position:relative;
}
.menulist,#mainmenu,.box-btn {
	width:98%;
	margin:0 auto;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-top:6px;
	background-color:#FFF;
}
.menulist,#mainmenu {
	border:1px solid #cdcdcd;
	-webkit-box-shadow:#d4d4d4 0 1px 2px;
	-moz-box-shadow:#d4d4d4 0 1px 2px;
	box-shadow:#d4d4d4 0 1px 2px;
}
#mainmenu li a {
	color:#6d6b78;
}
#mainmenu li .title {
	width:90%;
	text-overflow:ellipsis;
	white-space:nowrap!important;
	overflow:hidden;
}
#mainmenu li .right-arrow {
	position:absolute;
	width:18px;
	height:27px;
	background:url("/tpl/icon/grey-right-arrow.png") no-repeat 0 0;
	top:25px;
	right:15px;
	-webkit-background-size:12px 18px;
	-o-background-size:12px 18px;
}
#news .news-title .right-arrow {
	width:45px;
	height:50px;
	background:url("/tpl/icon/right-arrow.png") no-repeat 17px 14px;
	-webkit-background-size:12px 18px;
	-o-background-size:12px 18px;
	float:right;
	background-color:rgba(0,0,0,0.2);
}
#footer {
	width:100%;
	max-width:800px;
	margin:0 auto;
	_zoom:1;
	text-align:center;
	padding-top:10px;
	padding-bottom:8px;
	clear:both;
	font-size:10pt;
	color:#666;
}
#container {
	padding-left:8px;
	padding-right:8px;
	width:100%;
	box-sizing:border-box;
	padding-bottom:10px;
}
.article-time {
	padding-bottom:6px;
	font-size:10pt;
	color:#999;
	border-bottom:1px solid #C6C4C2;
}
.article-content {
	background:#f8f8f8;
	margin-top:10px;
	line-height:28px;
}
.article-content p {
	text-indent:2em; 
}
.article-content .title-img {
	display:block;
	width:100%;
	text-align:center;
}
.article-content img {
	max-width:100%!important;
	margin:0 auto 5px;
}
#container .source {
	color:#607FA6;
	font-size:14px;
	text-decoration:none;
	text-shadow:0 1px #fff;
}
#container h1 {
	font-size:14pt;
	display:inline-block;
	line-height:40px;
}