
.rule{
	width: 1100px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	padding-top: 40px;
	margin-bottom: 60px; 
}
.rule-left{
	width: 200px;
	height: 210px;
	border-radius: 10px;
	float: left;
	margin-right: 20px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	background-color: #fff;
}
.rule-titleone{
	width: 200px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #dcdcdc;
	text-indent: 1.5em;
	font-size: 20px;
}
.rule-left>ul>li{
	width:200px;
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #dcdcdc;

}
.rule-left>ul>li a{
	display: block;
	width: 199px;
	height: 49px;
	font-size: 18px;
	text-indent: 1.5em;
	color: #000;
}
.rule-left>ul>li a:hover{
	background-color: #0099ff;
	color: #fff;
}
.rule-left>ul>li.add a{
	display: block;
	background-color: #0099ff;
	color: #fff;
}
.rule-right{
	width: 880px;
	height:auto;
	float: left;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-radius: 20px;
	background-color: #fff;
	padding-bottom: 30px;
}
.rule-title{
	height: 58px;
	line-height: 58px;
	font-size: 20px;
	border-bottom: 2px solid #dcdcdc;
	text-indent: 1.5em;
}
.rule-text{
	padding: 0 30px;
	width: 820px;
	line-height: 35px;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin:10px 0;
}
.rule-wrong{
	width: 880px;
	height: 50px;
	line-height: 50px;
	background-color: #e6e7e8;
	font-size: 18px;
	text-indent: 1.5em;
}
.off a{
	border-bottom-right-radius: 10px;
   	border-bottom-left-radius: 10px;
}