@CHARSET "UTF-8";
#left {
	width: 242px;
	margin-top: 28px;
	min-height: 100px;
	display: inline-block;
	vertical-align: top;
}

#right {
	width: 908px;
	margin-top: 28px;
	min-height: 500px;
	background-color: #FFFFFF;
	border: 1px #dddddd solid;
	display: inline-block;
	margin-left: 16px;
	border-radius: 4px;
}

.left_title {
	width: 100%;background-color: #016DD9;
	border: 1px #016DD9 solid; 
	border-radius: 4px;
}

.left_titleT {
	margin: 18px;
	border-left: 4px #fff solid;
	padding-left: 10px;color: #fff;
}

.left_titleT span {
	font-size: 22px;
	color: #fff;
}

.guide {
	width: 100%;
	min-height: 315px;
	background-color: #FFFFFF;
	border: 1px #dddddd solid;
	margin-top: 6px;
	border-radius: 4px;
}

.guide_top {
	height: 55px;
	line-height: 55px;
	text-indent: 2em;
	color: #CC3300;
	font-size: 15px;
	font-weight: bold;
	background-color: #fafafa;
	border-bottom: 1px #dddddd solid;
}

.guide ul {
	padding: 8px 8px 0 20px;
}

.guide ul li {
	line-height: 30px;
}

.login {
	margin-top: 8px;
	display: block;
}

.right_top {
	width: 100%;
	border-bottom: 1px #dddddd solid;
	height: 40px;
	line-height: 43px;
	padding: 0 20px;
	background-color: #ededed;
}

.right_top img {
	display: inline-block;
	height: 18px;
	width: 18px;
	vertical-align: text-bottom;
	margin-right: 6px;
}

#right .right_list {
	/*width: 700px;*/
	margin: 1rem auto;
	padding: 2rem;
}

#right  .right_list li {
	width: 100%;
	display: block;
	height: 35px;
	line-height: 35px;
	list-style: none;
	background-image: url(/static/index/image/label.png);
	background-position-x: 0;
	background-position-y: 8px;
	background-repeat: no-repeat;
	background-size: 18px;
	border-bottom: 1px #dddddd dashed;
	padding-left: 30px;
}

.page {margin:1rem auto;font-size:12px;overflow: hidden;padding:0 2rem 2rem;}
.page li {float:left;display:inline-block;}
.page a{width:36px;height:32px;line-height:32px;display:block;border: 1px solid #ccc;border-radius: 3px;color:#000;margin:0 2px 0 0;text-decoration:none;text-align:center;}
.page a:hover{background:#01478C;border: 1px solid #01478C;color:#fff;}
.page .active span{width:36px;height:32px;line-height:32px;display:block;background:#01478C;color:#fff;margin:0 2px 0 0;text-align:center;border-radius: 3px;}
.page .disabled span{width:36px;height:32px;line-height:32px;display:block;border: 1px solid #ccc;color:#000;margin:0 2px 0 0;text-align:center;border-radius: 3px;}
.page .total {display:inline-block;float:left;line-height:32px;margin-right:2px;background:#6fb3e0;color:#fff;padding:0px 5px;border-radius: 3px;}