body{
	background-color: #f2f3f9;
}

/*** department-list start ***/
.department-list{
	padding: 0 0.24rem;
}

.department-list li{
	position: relative;
	margin-top: 0.22rem;
}

.department-list li a{
	display: block;
	margin: 0 0.08rem 0;
	padding: 0.24rem 0.6rem 0.24rem 0.46rem;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}

.department-list li .info{
	overflow: hidden;
}

.department-list li h3{
	margin: 0.1rem 0 0.24rem 0;
	font-size: 0.30rem;
	font-weight: 600;
	color: #000;
}

.department-list li p{
	font-size: 0.24rem;
	color: #b8c2cd;
}

.department-list li .cover{
	float: left;
	margin-right: 0.6rem;
}

.department-list .cover img{
	width: 0.82rem;
	height: 0.96rem;
}

.department-list .icon-arrow-right{
	position: absolute;
	top: 0;
	right: 0.42rem;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 0.14rem;
	height: 0.24rem;
	background: url(../images/icon-arrow-right.png) no-repeat scroll center/cover;
}
/*** department-list end ***/