.list {
	width: 989px;
	height: auto;
	margin: 0 auto;
	padding: 5px 5px 0 5px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
}


/* 左边 */
.list-left {
	width: 226px;
	height: auto;
}

.left-box {
	width: 226px;
	height: auto;
	margin-bottom: 10px;

}

.left-top {
	width: 220px;
	margin: 0 auto;
	height: 33px;
	background: url(../img/shipinzhanbo.png);
	background-size: 100% 100%;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
	text-indent: 30px;
}


.left-down {
	width: 218px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
}

.left-down ul li {
	width: 206px;
	height: 35px;
	background: url(../img/cpbj.jpg);
	margin: 0 auto;
	line-height: 30px;
	text-indent: 20px;
}

.left-text {
	width: 190px;
	height: auto;
	margin: 5px auto;
}

.left-text p {
	font-size: 12px;
	/* height: 25px; */
	line-height: 25px;
}

/* 右边 */

.list-right {
	width: 750px;
	height: auto;
}

.right-top {
	width: 100%;
	height: 32px;
	display: flex;
	justify-content: flex-start;
}

.right-top div:nth-child(1) {
	width: 110px;
	height: 32px;
	text-align: center;
	background: url(../img/xinwenzhan.jpg);
	background-size: 100% 100%;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: bold;
}

.right-top div:nth-child(2) {
	width: 590px;
	height: 32px;
	background: url(../img/cpzszj.jpg);
	line-height: 32px;
}

.right-box {
	width: 748px;
	height: auto;
	border: 1px solid #b9e1eb;
	border-top: none;
}


.right-list{
	width: 680px;
	height: auto;
	margin: 0 auto;
	/* margin-top: 30px; */
	padding-top: 30px;
	margin-bottom: 20px;
}
.right-list ul li{
	width: 100%;
	height: 30px;
	border-bottom: 1px dotted #8da685;
	line-height: 30px;
	font-size: 12px;
}
.right-list ul li a{
	display: inline-block;
	width: 490px;
	white-space:nowrap;
			overflow:hidden;
			text-overflow:ellipsis;
			float: left;
}
.right-list ul li span{
	display: inline-block;
	float: left;
	width: 90px;
	font-size: 12px;
	text-align: center;
}