
/* 内容 */

.list-content {
	width: 100%;
	display: flex;
	margin-bottom: 20px;
	height: 600px;
}

.list-left {
	flex: 3;
	margin-right: 15px;
	border: 1px solid #ededed;
	text-align: center;
}

.left-h4 {
	background-color: #d9001b;
	color: #fff;
	height: 46px;
	line-height: 46px;
	font-family: "microsoft yahei";
}

.list-right {
	flex: 7;
	border: 1px solid #ededed;
}
.list-right h4{
	padding-left: 15px;
	font-size: 15px;
	background-color: #d9001b;
	color: #fff;
	height: 46px;
	line-height: 46px;
}
.list-right a{
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
.list-right a:hover{
	color: #fedc06;
}
.list-p {
	margin: 0 10px 0 10px;
}
.navs li{
	width: 100%;
	list-style: none;
}
.navs li a {
	height: 36px;
	line-height: 36px;
	color: #505050;
	text-decoration: none;
	font-size: 14px;
}

.navs a:hover {
	color: #d9001b;
}

.navs span {
	display: inline-block;
	float: left;
	font-size: 14px;
	color: rgb(153, 153, 153);
	height: 36px;
	line-height: 36px;
}
.text-title{
	width: 72%;
}
.pagenav {
    clear: both;
    float: left;
    margin: 5px 0;
    padding: 2px 0;
    line-height: 24px;
}

