@charset "utf-8";
/* CSS Document */
a{ text-decoration:none !important;}
.cont{
	width:1150px;
	height:auto;
	padding:30px 0px;
	overflow:hidden;
	margin:0 auto;
}

/*左侧*/
.cont .left{
	width:260px;
	height:auto;
	float:left;
	margin-right:20px;

}
.left .lm{
	width:260px;
	height:93px;
	background:#3c0891;
	overflow:hidden;

}
.left .lm .lmmc{
	width:114px;
	height:28px;
	line-height:28px;
	font-size:24px;
	color:#FFF;
	margin-top:20px;
	margin-left:38px;
	clear:both;
}
.left .lm .lm-line{
	width:50px;
	height:2px;
	background-color:#FFF;
	margin-top:15px;
	margin-left:38px;	
}
.left .erji-nav{
	width:260px;
	height:auto;
}
.left .erji-nav li{
	width:260px;
	height:50px;
	line-height:50px;
	text-align:center;
	margin-bottom:5px;
	background-color:#eee;
}
.erji-nav li:hover{
	background-color:#999;
	color:#fff;
}
.left .zs{
	width:261px;
	height:352px;
	margin-top:10px;
}
/*右侧*/
.right{
	width:850px;
	height:auto;
	float:right;
}
.right .r-top{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.t-zi{
	width:100%;
	height:auto;
	overflow:hidden;
}
.r-top .t-zi .r-lm{
	font-size:20px;
	color:#3c0891;
	float:left;
}
.r-top .t-zi .dqwz{
	width:300px;
	height:14px;
	line-height:14px;
	color:#888888;
	float:right;
	font-size:12px;
	margin-top:10px;
}
.r-top .t-zi .dqwz .icon{
	width:14px;
	height:14px;
	float:left;
	
}
.t-zi .dqwz .wz{
	width:270px;
	height:14px;
	line-height:14px;
	float:right;
	font-size:12px;
}
.r-top .r-line{
	width:50px;
	height:4px;
	background-color:#3c0891;
	margin-top:5px;
}
.list{
	width:100%;
	height:auto;
	overflow:hidden;
} 
.list li{
	width:820px;
	height:50px;
	line-height:50px;
	padding-left:30px;
	border-bottom:1px dashed #ededed;
	float:left;
}
.list li .l-time{
	float:right;
	margin-right:20px;
}





/*分页*/
.page{
	text-align: center;
	margin-top: 33px;
	height: 27px;
	position: relative;
}
.page input{
	width: 30px;
	height: 22px;
	position: relative;
	border: 1px solid #a9a9a9;
	top:-0.5px;
	line-height: 20px;
}
.page span{
	display: inline-block;
	margin:  0 10px;
	color: #000;
}
.page a{
	border: 1px solid #afd5f5;
	padding: 0px 5px;
	color: #000;
	height: 24px;
	display: inline-block;
}
.page a.active{
	color: #cccccc;
}
.page a.toPage{
	background: #d1e6fa;
	margin-left: 20px;
}