/* 空白 */
.blank{
	height: 20px;
	background-color: #fff;
}

/* 主标题 */
.main-title{
	height: 60px;
	background-color: rgb(82,161,254);
}

.main-title p{
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	padding: 18px 0 0 20px;
}

/* 主体部分 */
.main{
	width: 90%;
	margin: 0 auto;
}

.main .main-item li{
	padding: 24px 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.main .main-head{
	font-size: 18px;
	font-weight: 700;
	color: #000000;
}

.main .description{
	font-size: 16px;
	line-height: 1.4;
	color: rgb(131,131,131);
}

.main .icon-menu{
	position: relative;
	float: right;
	width: 20%;
	text-align: center;
}

/* 点击弹出的菜单 */
.main .subMenu{
	position: absolute;
	top: 35px;
	left: -90px;
	height: 50px;
	width: 120px;
}

.main .subMenu ul{
	height: 100%;
	width: 100%;
	border-radius: 8px;
}

.main .subMenu li{
	padding: 0;
	height: 36px;
	width: 100%;
	border: 0;
	border-radius: 0;
}

.main .subMenu li a{
	border-radius: 6px;
	display: block;
	border: 1px solid rgb(221,221,221);
	background-color: #fff;
	height: 36px;
	line-height: 36px;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	z-index: 100;
}

.main .subMenu li:nth-child(2) a{
	border-top: 0;
}