.listOne {
	width: 1180px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}


/* 左边 */
.listOne-left {
	width: 280px;
	height: 100px;
	/* background-color: #8e745a; */
}

.listOne-left-ins {
	width: 200px;
	/* height: 65px; */
	margin: 0 auto;
	background-color: #8e745a;
	padding: 7px 0;
}


.listOne-left-ins div {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 1px;
	background-color: #f9f9f9;
	text-align: center;
}

.listOne-left-ins div a {
	font-size: 14px;

}

.listOne-left-ins div a:hover {
	text-decoration: underline;
	color: #CC9900;
}

/* 右边 */
.listOne-right {
	width: 870px;
	border: #cccccc 1px solid;
	height: auto;

}

.listOne-right-top {
	background-color: #8e745a;
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.listOne-right-top div {
	display: inline-block;
	float: left;
	color: #FFFFFF;

}

.right-top-wz1 {
	width: 121px;
	height: auto;
	text-align: right;
	font-weight: bold;
}

.right-top-wz2 {
	height: auto;
	text-align: left;
	text-indent: 10px;
}


.listOne-list {
	width: 820px;
	height: auto;
	min-height: 700px;
	/* background-color: red; */
	margin: 0 auto;
	margin-top: 50px;
}

.list-num {
	width: 100%;
	height: 140px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.list-num-img {
	width: 200px;
	height: 130px;
	margin: 5px 0 0 0;
}

.list-num-img img {
	width: 100%;
	height: 100%;
}


.list-num-text {
	width: 600px;
	height: 130px;
	margin: 5px 0 0 0;
	/* background-color: #666666; */
}

.list-num-text a {
	display: block;
	color: #333333;
}

/* .list-num-text a:hover{
	color: #CC9900;
	text-decoration: underline;
} */
.list-num-text a:nth-child(1) {
	font-size: 15px;
	font-weight: bold;

}

.list-num-text a:nth-child(2) {
	color: #666666;
	font-size: 14px;
	text-indent: 20px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
		/*  (此处显示限制行数)  	*/
}

.list-num-text a:hover {
	color: #CC9900;
	text-decoration: underline;
}
