/*dwl新增*/
.new_list_wrap {
	margin-bottom: 50px;
}
.new_content_ul {
	width: 100%;
}
.new_content_li {
	width: 850px;
	height: 318px;
	background-color: #ffffff;
	/*box-shadow: 0px 0px 18px 0px 
		rgba(0, 0, 0, 0.2);*/
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 0 0 10px;
	margin-bottom: 20px;
}
.new_content_li:last-child{
	margin-bottom: 0;
}
.new_car_wrap {
	overflow: hidden;
	float: left;
	position: relative;
	width: 530px;
	height: 298px;
	background-color: #ffffff;
	border-radius: 10px;
}
.new_car_people {
	height: 30px;
	background: rgba(0,0,0,0.6);
	border-radius: 5px;
	padding: 0 10px;
	line-height: 30px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	top: 10px;
	left:10px;
}
.new_car_img {
	/*width: 100%;*/
	height: 100%;
}
.new_tuan_cli {
	text-align: center;
	width: 241px;
	height: 36px;
	background-image: linear-gradient(180deg, 
		#f82b2b 0%, 
		#b81521 100%), 
	linear-gradient(
		#fb1728, 
		#fb1728);
	background-blend-mode: normal, 
		normal;
	border-radius: 18px;
	cursor: pointer;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	margin-top: 5px;
}
.new_tuan_num {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #fb1728;
}
.new_tuan_address{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	height:26px ;
	line-height:26px ;
	color: #333333;
	margin-bottom: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_tuan_num1 {
	font-size: 30px;
	font-weight: bold;
}
.new_tuan_time {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #333333;
	margin-top: 12px;
	height: 26px;
	line-height: 26px;
}
.new_tuan_txt {
	font-family: MicrosoftYaHeiLight;
	font-size: 16px;
	height:36px ;
	line-height: 18px;
	color: #999999;
	margin-top: 7px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new_tuan_sure {
	width: 100px;
	height: 30px;
	background: url(../imgs/tuan_sure.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 7px;
	margin-bottom: 18px;
}
.new_tuan_tit {
	font-family: MicrosoftYaHei;
	font-size: 20px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_car_tit {
	font-family: MicrosoftYaHei;
	font-size: 22px;
	color: #666666;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 70px;
}
.new_car_right {
	float: left;
	margin-left: 30px;
	width: 252px;
}
.new_car_top {
	width: 100%;
	overflow: hidden;
	height: 70px;
	margin-bottom: 14px;
}
.new_car_logo {
	width: 50px;
	height: 50px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.new_con_right {
	width: 280px;
	float: left;
	margin-left: 30px;
}
.new_con_wrap {
	background: #fff;
	margin-bottom: 20px;
}
.new_tit {
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	height:40px ;
	line-height: 40px;
	color: #323232;
	padding-left: 28px;
	background: url(../imgs/new_tit_back.png) no-repeat 11px center;
	background-size: 4px 20px;
	font-weight: bold;
}
.new_con {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.new_code {
	width: 212px;
	display: block;
	margin: 15px auto;
}
.new_code_txt {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.new_list_ul {
	width: 100%;
	box-sizing: border-box;
	padding: 0 28px 0 11px;
	margin-top: 20px;
}
.new_list_li {
	margin-bottom: 10px;
	position: relative;
}
.new_list_a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.new_list_con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.new_list_num {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #fb1728;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	border-radius: 100%;
}
.new_list_img_wrap {
	width: 210px;
	height: 90px;
	border-radius: 10px;
}
.new_list_img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.new_list_txt {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #6b6b6b;
	padding-left: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con_add {
	padding: 0 20px;
	margin-top: 10px;
}
#feedback_sub{
	margin-bottom: 0;
}
.select_car_wrap {
	width: 100%;
	position: relative;
	background: #fff;
	margin-bottom: 20px;
}
.select_car {
	overflow: hidden;
}
.select_car_ul {
	width: 754px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	padding:10px;
}
.select_car_li {
	float: left;
	position: relative;
	margin-right: 20px;
}
.select_car_li:last-child{
	margin-right: 0;
}
.select_car_a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.select_car_logo {
	width: 60px;
	height: 60px;
}
.select_car_name {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	text-align: center;
	color: #333333;
	line-height: 30px;
	height: 30px;
}
.select_car_cli {
	width: 80px;
	height: 130px;
	cursor: pointer;
	background: url(../imgs/select_car_cli.png) no-repeat center center;
	background-size: 31px 19px;
	float: right;
}
.check_car_wrap {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 40px;
	margin-top: 15px;
	display: none;
}
.check_car_ul {
	overflow: hidden;
}
.check_car_li{
	float: left;
	overflow: hidden;
	width: 370px;
	margin-bottom: 10px;
}
.check_car_li:nth-child(2n+1){
	margin-right:40px ;
}
.check_car_tit,.check_con_li {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #333333;
	float: left;
	height: 26px;
	line-height: 26px;
}
.check_con_ul {
	padding-left: 28px;
	overflow: hidden;
}
.check_con_li{
	cursor: pointer;
	margin-right: 15px;
}
.container_top_on {
    color: #e71212 !important;
    border-bottom: 2px solid #e71212;
}
/**/
