.list {
	width: 1000px;
	margin: 0 auto;
	height: auto;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}



.list-left {
	width: 235px;
	height: auto;
}

.list-num {
	width: 100%;
	height: auto;
}

.list-num-top {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: flex-start;
}

.list-num-top div:nth-child(1) {
	width: 175px;
	height: 40px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	text-indent: 15px;
	background: #1d1d1d;
}

.list-num-top div:nth-child(2) {
	width: 60px;
	height: auto;
	background: #D62A2A;
	text-align: center;
}

.list-num-top div:nth-child(2) a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 40px;
}

.list-num-dowm {
	width: 233px;
	border: 1px solid #edebeb;
	border-top: none;
	padding: 5px 0;
}

.list-num-dowm div {
	border: 1px solid #dddddd;
	width: 158px;
	height: 33px;
	background: url(../img/bj_07.jpg);
	margin: 5px auto;
	text-indent: 2em;
	line-height: 33px;
}

.list-num-dowm div a {
	FONT-SIZE: 15px;
	font-weight: bold;
	color: #000000;
}

.down-bg {
	width: 233px;
	height: 168px;
	background: url(../img/CBJ.jpg);
}

.down-bg p {
	font-size: 12px;
	line-height: 28px;
	text-indent: 15px;
}

.list-right {
	width: 748px;
	height: auto;
	border: 1px solid #edebeb;
}


.list-right-top {
	width: 100%;
	height: 40px;
	background-color: #f5f5f5;
	text-indent: 2em
}

.yw {
	font-size: 24px;
	font-weight: bold;
	color: #b30117;
}

.zw {
	font-size: 16px;
	font-weight: bold;
	color: #696664;
}

.list-ul {
	width: 700px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

.list-ul li {
	height: 30px;
	width: 100%;
	line-height: 30px;
	border-bottom: 1px dotted #a7c59e;
}

.list-ul li a,
.list-ul li span {
	float: left;
	font-size: 12px;
}

.list-ul li a {
	width: 515px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-ul li span{
	width: 80px;
	text-align: center;
}