

.list_main>div{
	float: left;
}
.list_left{
	width: 78%;
	/*background-color: pink;*/
}


.list_left ul li {
	height: 70px;
	padding-right: 18px;
	list-style-type: none;             
    background: url('../images/list_bg.png')no-repeat; 
    background-position: 15px center;
    padding-left: 40px;
    margin-left: -15px;
    border-bottom: 1px solid #e5e5e5;
}
.list_left ul li a{
	font-size: 14px;
	display: block;
	line-height: 70px;
	color: 	#959499;
}

.list_left ul li span:nth-of-type(2){
		float: right;
}
.list_left ul li:hover{
	background-color: #f6f6f6;
	
	background-color: #f0f0f0;
	border:none;

}
.list_left .tit{
	justify-content: flex-start;
}

.bottom-box{
	width: 100%;
	height: 50px;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
	margin-bottom: 62px;
}
.bottom-box .bottom-content{
	position: absolute;
	right: 0px;

	height: 50px;
	
	display: flex;
	justify-content: center;
}
.bottom-box .bottom-content .box{
	display: block;
	width: 50px;
	height: 50px;
	background: #377ac1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bottom-box .bottom-content .box img{
	width: auto;
	height: auto;
}
.bottom-box .bottom-content .number{
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #807f85;
	font-size: 14px;
}
.bottom-box .bottom-content{
	color: #807f85;
	line-height: 50px;
	font-size: 14px;
}
.bottom-box .bottom-content .number.active{
	color: #377ac1;
}



@media screen and (max-width:768px) and (min-width:320px){

.list_main{
	padding: 0 20px;
	margin-top: 20px;
}	
.list_main>div{
	float: none;
	width: 100%;
}
.list_left ul li a{
	overflow: hidden;
	position: relative;
	height: 70px;
}
.list_left ul li a span{
	padding-right: 70px;
	display: inline-block;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
	width: 100%;
}
.list_left ul li a span:nth-of-type(2){
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 0;
	width: auto;
}

}