#new .right .list{
	         height: 100px;
	         border-bottom: 1px dashed #e5e5e5;
	         width: 1010px;
	         box-sizing: border-box;
	         color: #636363;
}
#new .right .list span:nth-child(1){
    display: inline-block;
    height: 65px;
    width: 65px;
    float: left;
    margin-top: 20px;
    background-color: #c6a28a;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    color: white;
}
#new .right .list span:nth-child(2){
	font-size: 20px;
	font-weight: bold;
	float: left;
	display: inline-block;
	width: 750px;
	padding-left: 50px;
	line-height: 100px;
}
#new .right .list span:nth-child(3){
	font-size: 20px;
	font-weight: bold;
	color: #cacaca;
	float: right;
	line-height: 100px;
}
#new .right .list:hover{
	color: #c6a47e;
}