.agree-mcont{
	background-color: #fff;
	margin-top: .2rem;
	padding: .2rem;
}

.agr-mtit{
	font-size: .26rem;
	color: #292929;
	margin: .3rem 0rem .2rem;
}
.agr-msub>p{
	font-size: .26rem;
	line-height: .46rem;
	color: #5f5f5f;
}
.agr-msub>p>span{
	color:#262525;
}

.agr-ul>li{
	border-bottom: 1px dashed #dfdfdf;
	padding: .5rem 0rem;
}
.agr-lis{
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
.agr-img{
	display: block;
	width: .3rem;
	height: .3rem;
	overflow: hidden;
	background: url(../images/jh1.png) no-repeat center;
	background-size: 100% 100%;
}
.agr-txt{
	width: calc(100% - 2em);
	width: -moz-calc(100% - 2em);
	width: -webkit-calc(100% - 2em);
	padding-left: .3rem;
	font-size: .26rem;
	color: rgb( 38, 37, 37 );
}
.agr-lidow{
	display: none;
	margin-top: .4rem;
	transition: all .4s;
}
.agr-lidow>p{
	font-size: .24rem;
	color: #5f5f5f;
	padding-left: .34rem;
	position: relative;
	line-height: .44rem;
	margin-bottom: .34rem;
}
.num{
	position: absolute;
	top: 0;
	left: 0;
}

/* .agr-ul>li:hover .agr-img, */
.agr-ul>li.on .agr-img{
	background: url(../images/jh2.png) no-repeat center;
	background-size: 100% 100%;
}

/* .agr-ul>li:hover .agr-lidow, */
.agr-ul>li.on .agr-lidow{
	display: block;
	transition: all .4s;
}