#content {
	width: 1200px;
    margin: 0 auto 56px;
    font-family: Microsoft Yahei;
    min-height: 630px;

}
/*左边部分*/
.leftPart {
	width: 300px;
	height: 137px;
	margin-right: 20px;
	background-color: rgba(255, 255, 255, 1);
}

.leftPart > p {
	margin-left: 32px;
	width: 97px;
	height: 80px;
	line-height: 80px;
	background-color: rgba(255, 255, 255, 0);
	color: rgba(172, 52, 52, 1);
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
}

.leftBottom {
	width: 300px;
	height: 56px;
	line-height: 20px;
	border-radius: 0px;
	background-color: rgba(172, 52, 52, 1);
	text-align: center;

}

.leftBottom p {
	margin-left: 32px;
	width: 57px;
	height: 56px;
	line-height: 56px;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	text-align: center;
	vertical-align: middle;	
}
/*左边部分*/
/*右边部分*/
.rightPart {
	width: 880px;
	background-color: rgba(255, 255, 255, 1);
	min-height: 630px;
}

.header {
	width: 880px;
	height: 80px;
}
/*右边头部标题*/
.headerLeft {
	margin-top: 12px;
	margin-left: 32px;
	width: 73px;
	height: 56px;
	line-height: 56px;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	font-weight: 700;

}

.headerRight {
	
	height: 56px;
	line-height: 56px;
	margin-top: 12px;
	margin-right: 32px;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
}
/*右边头部标题*/
/*右边列表*/
.rightPart>article>ul {
	width: 880px;
	min-height: 560px;
}

.rightPart>article>ul>li {
	width: 816px;
	height: 56px;
	line-height: 56px;
	vertical-align: middle;
	border: 1px solid rgba(245, 245, 245, 1);
	border-left-style: none;
	border-right-style: none;
	margin-left: 32px;
}

.rightPart>article>ul>li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 0px;
	background-color: #E6E6E6;
	
	font-size: 14px;
	text-align: center;
	margin-left: 16px;
	
}

.rightPart>article>ul>li>a {
	margin-left: 12px;
	height: 56px;
	line-height: 56px;
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	text-align: left;
}

.rightPart>article>ul>li>span {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	background-color: rgba(255, 255, 255, 0);
	color: #999999;
	font-size: 12px;
	text-align: center;
	float: right;
	margin-right: 16px;

}

.rightPart>article>ul>li:hover {
	background-color: rgba(172, 52, 52, 0.05);
	
}
.rightPart>article>ul>li:hover a {
	color: #AC3434;
}
.rightPart>article>ul>li:hover span {
	color: #AC3434;
}
.rightPart>article>ul>li:hover:before {
	background-color: #AC3434;
}
/*右边列表*/
/*右边部分*/

.yqPaginator-ul {
	display: block;
}