.contents{
	width: 100%;
	background: #ececec;
}
.content{
	width: 1200px;
	margin: 0px auto;
}
.content .left{
	width: 196px;
	float: left;
}
.content .left .cate{
	position: relative;
	top: -30px;
	background: url('../images/rect.png') no-repeat;
}
.content .left .cate p{
	text-align: center;
	width: 180px;
	color: #fff;
}
.content .left .cate .p1{
	font-size: 24px;
}

.content .left ul{
	width: 180px;
	position: relative;
	top: -30px;
}
.content .left ul li{
	width: 147px;
	height: 40px;
	font-size: 18px;
	border-bottom: 1px dashed #bcbcbc;
	background: #fff;
	padding-left: 34px;
	line-height: 40px;
	
}
.content .left ul li a{
	color: #058a13;
}
.content .left ul li:hover{
	background: url('../images/angle.png') 20px 14px #fff no-repeat;
}
.content .right {
	width: 1004px;
	float: left;
	background: #fff;
	padding-bottom: 45px;
	margin-bottom: 50px;
}


.content .right .topic{
	width: 100%;
	border-top: 5px solid #058a13;
	border-bottom: 1px solid #058a13;
	height: 45px;
	
}
.content .right .nam{
	float: left;
	padding-left: 10px;
	font-size: 24px;
	color: #058a13;
}
.content .right .live{
	padding-top: 18px;
	float: right;
	
}
.content .right .live ul li{
	float: left;
	color: #d2d2d2;
}
.content .right .live ul li a{
	color: #d2d2d2;
}
.content .right .live ul li a:hover{
	color: #058a13;
}




.content .right .page{
	height: 15px;
	margin-left: 53%;
	margin-top: 115px;
}
.content .right .page li{
	float: left;
	height: 15px;
	margin: 0px 3px;
	text-align: center;
	width: 32px;
}
.content .right .page li a{
	color: #000;
}
.content .right .page li a:hover{
	color:#058a13;
}