.content-main {
	padding: 16px;
	width: 1240px;
	height: 1046px;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 16px;
}
.content-main .menu {
	height: 70px;
	float: left;
	margin-right: 28px;
}

.content-main .menu li {
	font-size: 20px;
	padding-left: 5px;
	width: 275px;
	height: 56px;
	background-color: #fff5f0;
	line-height: 56px;
	margin-bottom: 3px;
	padding-left: 30px;
	box-sizing: border-box;
}
.content-main .menu li:first-child {
	color: #fff;
	width: 275px;
	height: 70px;
	background-image: url(./images/menubg.png);
	background-size: cover;
	font-size: 28px;
	line-height: 70px;
	margin-bottom: 10px;
}

.content-main .menu li:not(:first-child):hover {
	background-image: url(./images/menubg.svg);
}
.content-main .content-list {
	width: 900px;
	height: auto;
	float: right;
}

.content-main .content-list h3 {
	font-size: 28px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	height: 50px;
	color: #cc2121;
}
.content-main .content-list ul li {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 18px;
}
.content-main .content-list ul li span {
	float: right;
	font-size: 18px;
	font-weight: 500;
	color: #999;
}
.content-list  li span {
	height:36px;
	line-height:36px;
}
.content-list li:hover {
	background-color: #eee;
	transition: all 0.5s;
}

