/*global settings*/







/*---------------------------------------����ҳ��--------------------------------------*/
.subpage{
	background:url(../images/lider.png) 5px 0 repeat-y #fff;
	border:1px solid #e5e5e5;
	position:relative;
	/* padding-left:200px; */
}
.subpage.no-sider{
	background:#fff;
	padding-left:0;
}
.subpage.no-sider .siderBar{
	display:none;
}
.subpage.no-sider > .content{
	border-left:0;
}
.subpage > .content{
	min-height:530px;
	background:#fff;
	border-left:1px solid #e5e5e5;
}
.subpage > .siderBar{
	width:200px;
	position:absolute;
	left:0;
	top:0;
}
.subpage > .siderBar > .title{
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	padding:0 10px;
	margin-bottom:15px;
	/* border-bottom:2px solid #154285; */
	border-bottom:2px solid #B02923;
}
/* .subpage > .siderBar > .menu{
	padding:0 8px;
} */
.subpage > .siderBar > .menu li{
	padding:3px 0;
}
.subpage > .siderBar > .menu a{
	display:block;
	line-height:30px;
	padding:2px 10px;
	border-radius:5px;
	position:relative;
}
.subpage > .siderBar > .menu a > i{
	display:block;
	line-height:24px;
	position:absolute;
	top:5px;
	right:10px;
}
.subpage > .siderBar > .menu a.default:link,.subpage > .siderBar > .menu a.default:visited{
	color:#666;
	border:1px solid #e2e2e2;
}
.subpage > .siderBar > .menu a.default:hover{
	background:#f4f4f4;
	text-decoration:none;
	border:1px solid #dadada;
}
.subpage > .siderBar > .menu a.blue:link,.subpage > .siderBar > .menu a.blue:visited{
	color:#999;
	background:#dadada;
	border:1px solid #ccc;
}
.subpage > .siderBar > .menu a.blue:hover{
	text-decoration:none;
}


.subpage .listbar{
	margin:0 30px;
}
.subpage .listbar > .title{
	font-size:14px;
	color:#555;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}
.subpage .listbar > .title > span{
	display:inline-block;
	line-height:40px;
	/* border-bottom:2px solid #154285; */
	border-bottom:2px solid #B02923;
	margin-bottom:-1px;
	font-weight:bold;
}
.subpage .listbar > .list{
	width:100%;
	padding-bottom:50px;
}
.subpage .listbar > .list td{
	display:block;
	line-height:24px;
	padding:7px 115px 7px 24px;
	border-bottom:1px dotted #eee;
	position:relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}
.subpage .listbar > .list td a{
	padding-left:60px;
	color:#444;
}
.subpage .listbar > .list td:before{
	font-family:"iconfont" !important;
	font-size:13px;
	font-style:normal;
	line-height:24px;
	color:#aaa;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	top:7px;
	left:0;
}
.subpage .listbar > .list td:hover{
	background:#f8f8f8;
}
.subpage .listbar > .list td span{
	color:#aaa;
	display:block;
	position:absolute;
	top:7px;
	right:0;
}
.subpage .listbar > .list td span.time{
	color:#aaa;
	display:block;
	position:absolute;
	top:7px;
	right:0;
}
.subpage .listbar > .list td span.time.over{
	color:#093;
}

.subpage .listbar > .list td span.bno{
	color:#aaa;
	right:250px;
	display:block;
	position:absolute;
	top:7px;
}

.subpage .listbar > .list td span.type{
	color:#aaa;
	display:block;
	position:absolute;
	top:7px;
	width:57px;
	left:18px;
}
.subpage .listbar > .list td span.warningLevel{
	color:red;
	display:block;
	position:absolute;
	top:7px;
	width:57px;
	left:18px;
}


.subpage .textbox{
	padding:20px;
}
.subpage .textbox > .title{
	border-bottom:1px solid #f5f5f5;
	text-align:center;
	padding-bottom:15px;
}
.subpage .textbox > .title h1{
	font-size:21px;
	font-weight:800;
	color:#444;
	line-height:1.5em;
}
.subpage .textbox > .title > span{
	color:#999;
	line-height:2em;
	margin:0 1em;
}
.subpage .textbox > .msbox{
	width:auto;
	font-size:14px;
	line-height:2em;
	padding:30px;
}
.subpage .textbox > .msbox p{
	/*text-indent:2em;*/
	margin-bottom:1em;
}

.subpage .search-bar{
	padding:50px 0;
	border-bottom:1px solid #eee;
}
.subpage .search-bar > .search-tool{
	width:500px;
	margin:0 auto;
}
.subpage .search-bar > .search-tool > input{
	display:block;
	width:410px;
	font-size:12px;
	padding:8px 12px;
	background:#fff;
	border:2px solid #4774d6;
	border-radius:3px 0 0 3px;
	float:left;
}
.subpage .search-bar > .search-tool > button{
	display:block;
	width:62px;
	line-height:42px;
	font-size:14px;
	color:#fff;
	background:#4774d6;
	border:0;
	border-radius:0 3px 3px 0;
	float:left;
	overflow:hidden;
}
.subpage .search-bar > .search-tool > button:hover{
	background:#4879e4;
	cursor:pointer;
}
