*{
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
#dingBu {
	width: 100%;
	font-family: "微软雅黑";
	font-size: 14px;
	background: #F3F3F3;
}
img{
	cursor: pointer;
}
a{
	color: #666666;
}

	/*主题内容开始*/
.backstage-NR{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.backstage-NR-left{
	width: 240px;
	height: 680px;
	background: #FFFFFF;
	float: left;
}

.listed>li{
	width: 220px;
	height: 25px;
	margin-left: 10px;
	border-radius: 5px;
}
.list-itemed{
	width: 158px;
	height: 40px;
	float: left;
}
.list-itemed>span{
	width: 155px;
	height: 40px;
	float: left;
}
.list-itemed>span>img{
	float: left;
	margin: 13px;
	margin-right: 8px;
}
.list-itemed>span>b{
	color: #333333;
	font-size: 16px;
	font-family: "微软雅黑";
	float: left;
	line-height: 40px;
}
.list-uled{
	width: 220px;
	height: auto;
	float: left;
}
.list-uled>li{
	width: 220px;
	height: 30px;
	float: left;
}
.list-uled>li>a{
	line-height: 30px;
	float: left;
	margin-left: 35px;
	color: #707070;
}
.list-uled>li:hover{
	background: #FF6C6C;
}
.list-uled>li:hover a{
	color: #FFFFFF;
	cursor: pointer;
}
.list-uled>li>a{
	font-size: 14px;
	font-family: "微软雅黑";
}
.NR-left_naver{
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
.naver2{
	float: left;
	margin-bottom: 3px;
}

		/*左侧结束*/
	/*版权*/
.copyright{
	width: 100%;
	height: 60px;
	background: #8A95A3;
	float: left;
	margin-top: 30px;
	border-radius: 5px;
}
.copyright>p{
	font-size: 14px;
	line-height: 60px;
	font-family: "微软雅黑";
	color: #F8F9FB;
	float: left;
	margin-left: 10%;
}