@charset "utf-8";
/* CSS Document */

.car {
	width:100%;
	background:#F8F8F8;
}

.car_nav {
	background:#313131;
	position:relative;
	z-index:9;
}

.car_menu {
	position:relative;
	z-index:19;
	width: 100%;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	margin: auto;
}

.car_menu .m {
	float:left;
	position:relative;
	z-index:1;
	margin-right:5px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	text-align: center;
}

.car_menu li:last-child {
	margin-right:0;
}	

.car_menu h3 {
	line-height:42px;
	font-size:17px;
	font-weight:normal;
	position:relative;
	z-index:19;
}

.car_menu h3 a {
	display:block;
	color:#fff;
	text-align:center;
}

.car_menu h3 i {
	display:block;
	position: absolute;
    top: 50%;  
    right: 20px;  
    width: 5px;  
    height: 5px;  
    border-style: solid;  
    border-width: 2px 2px 0 0;  
    border-color: #fff;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(135deg);  
    -webkit-transition: 100ms ease-in .1s;  
    transition: 100ms ease-in .1s;
}	

.car_menu .sub {
	display:none;
	position:absolute;
	left:-50%;
	margin-left:68px;
	top:42px;
	z-index:19;
	width:160px;
	border:1px solid #E6E4E3;
	border-top:0;
	background-color:rgba(255,255,255,.95);
}
	
.car_menu .sub li {
	text-align:center;
	padding:0 10px;
	font-size:15px;
}	

.car_menu .sub li a {
	display:block;
	padding:8px 0;
	height:28px;
	line-height:28px;
}

.car_menu .sub li:last-child a {
	border-bottom:none;
}

.car_menu li.curt {
	position:relative;
	z-index:1;
	background:#E94740;
}

.car_menu li.curt i {
	border-color:#fff;
}

.car_menu li.curt h3 a {
	position:relative;
	z-index:11;
	color:#fff;
}

.car_bg {
	width:100%;
	background:#FFF;
	border-top:1px solid #E5E5E5;
	padding-bottom:20px;
}

.car_headline {
	background:#F4F4F4;
	padding:10px 0;
}

.car_headline_l {
	float:left;
	font-size:20px;
	font-weight:bold;
	color:#313131;
	width:100px;
	box-sizing:border-box;
	padding:0 26px;
	line-height:30px;
	margin-left:10px;
}

.car_headline_l b {
	color:#E94740;
}

.car_headline_r {
	float:right;
	width:-webkit-calc(100% - 110px); 
	width:-moz-calc(100% - 110px); 
	width:calc(100% - 110px);
	font-size:14px;
	height:65px;
	overflow:hidden;
}

.car_headline_r li {
	width:-webkit-calc(20% - 20px); 
	width:-moz-calc(20% - 20px); 
	width:calc(20% - 20px);
	float:left;
	height:32px;
	line-height:32px;
	overflow:hidden;
	margin-right:20px;
}

.car_hot {
	border:1px solid #e5e5e5;
	padding:15px 20px;
	margin-top:10px;
}

.car_hot_tit {
	width:20px;
	float:left;
	background:#e5e5e5;
	height:105px;
	position:relative;
	z-index:1;
	padding-top:45px;
	font-size:16px;
	text-align:center;
	padding:32px 8px 0 8px;
	line-height:24px;
	color:#111;
}

.car_hot_tit i {
	display:block;
	position:absolute;
	z-index:5;
	left:0;
	top:0;
	background:#E94740;
	text-align:center;
	color:#FFF;
	width:100%;
	font-size:12px;
	height:36px;
	line-height:24px;
}

.car_hot_tit i:before {
	content:"";
	width:0; 
    height:0; 
    border-left:18px solid transparent;
    border-right:18px solid transparent;
    border-bottom:12px solid #e5e5e5;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
}

.car_hot_list {
	width:-webkit-calc(100% - 53px); 
	width:-moz-calc(100% - 53px); 
	width:calc(100% - 53px);
	float:right;
}

.car_hot_list li {
	width:145px;
	float:left;
	overflow:hidden;
	margin-right:15px;
}

.car_hot_list li:last-child {
	margin-right:0;
	float:right;
}

.car_hot_list li span {
	display: block;
    height: 105px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 7px;
}

.car_hot_list li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.car_hot_list li b {
	display: block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}

.car_top {
	margin-top:15px;
}

.car_toppic {
	width:900px;
	float:left;
}

.car_slide {
	width:600px;
	height:365px;
	float:left;
	overflow:hidden;
	position:relative;
}

.car_slide .pic{ position:relative; z-index:0; }	

.car_slide .pic li {
	position:relative; 
	z-index:1;
	height:365px;
}
.car_slide .pic li b {
	display:block; 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:5; 
	background:rgba(0,0,0,.5); 
	width:100%; 
	height:50px; 
	line-height:50px; 
	color:#FFF; 
	box-sizing:border-box; 
	padding:0 20px; 
	font-weight:normal;
	font-size:18px;
}

.car_slide .pic li img { 
  	height:100%;
  	width: 100%;
}	

.car_slide .hd {
	width:20%; 
	position: absolute; 
	z-index:11; 
	bottom: 15px; 
	text-align: right; 
	font-size:0; 
	z-index:1;
	right:10px;
}	
.car_slide .hd li{
    margin: 0 5px 0 0; 
	background: url(../images/dot.png) no-repeat 0 -16px; 
	height: 16px; 
	overflow: hidden; 
	width: 16px; 
	cursor: pointer;
	display:inline-block; 
}	
.car_slide .hd .on {
	background-position:0 0;
}	
.car_slide .prev, .car_slide .next {
	width: 40px;
	height: 60px;
	margin: -20px 0 0;
	display: none;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter:alpha(opacity=20);
	opacity:0.2;
}	
.car_slide .prev {
	left: 0;
}	
.car_slide .next {
	background-position: 0 -60px;
	right: 0;
}	
.car_slide .prev:hover, .car_slide .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
}

.car_simg {
	width:295px;
	float:right;
}

.car_simg li {
	display: block;
    height: 180px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin-bottom:5px;
}

.car_simg li img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
}

.car_simg li p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 0px 15px;
}

.car_simg li b {
	display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.car_topnew {
	width:290px;
	height:365px;
	float:right;
	border:1px solid #e5e5e5;
}

.car_topnew .tit {
	height:50px;
	background:#f8f8f8;
	position:relative;
	z-index:1;
	padding:0 15px;
}

.car_topnew .tit b {
	display:block;
	color:#E94740;
	height:50px;
	line-height:45px;
	overflow:hidden;
	font-size:24px;
}

.car_topnew ul {
	margin:12px 15px;
}

.car_topnew li {
	font-size: 17px;
    height: 41px;
    line-height: 41px;
    overflow: hidden;
}

.car_focus {
	margin-top:20px;
}

.focus_left {
	width:875px;
	float:left;
}

.focus_right {
	width:300px;
	float:right;
}

.focus_head {
	border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
	background:url(../images/today.png) no-repeat left 8px;
	font-size:30px;
	font-weight:bold;
	padding-left:150px;
	color:#E94740;
}

.focus_head a {
	color:#E94740;
}

.focus_l {
	width:370px;
	float:left;
	margin-top:20px;
}

.focus_l li {
	margin-bottom:20px;
}

.focus_l li:last-child {
	margin-bottom:0;
}

.focus_l li span {
    display: block;
    height: 220px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.focus_l li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width:100%;
}

.focus_l li b {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
	border:1px solid #e5e5e5;
	border-top:none;
	box-sizing:border-box;
	padding:0 15px;
}

.focus_r {
	width:480px;
	float:right;
	margin-top:20px;
}

.focus_rtop {
	border:1px solid #ef8984;
	color:#ef8984;
	height:42px;
	line-height:42px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	overflow:hidden;
	padding:0 10px;
}

.focus_rtop a {
	color:#ef8984;
}

.focus_r ul {
	margin-bottom:20px;
}

.focus_r li {
	float: left;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
	font-size: 16px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.focus_r li:nth-child(2n) {
    float: right;
}

.focus_right_t {
	border-top:3px solid #eee;
	height:56px;
}

.focus_right_t b {
	display:inline-block;
	font-size:20px;
	color:#333;
	position:relative;
	z-index:1;
	padding-top:12px;
}

.focus_right_t b:before {
	content:"";
	position:absolute;
	left:0;
	top:-3px;
	width:100%;
	height:3px;
	background:#E94740;
}

.focus_right_pic {
	height: 180px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.focus_right_pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width:100%;
}

.focus_right_pic p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 15px 0px 15px;
}

.focus_right_pic b {
	display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.focus_right_list {
	margin-top:7px;
}

.focus_right_list li {
	font-size: 15px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}

.focus_right_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #888;
    margin-top: -2px;
}

.car_title {
	border-bottom: 3px solid #e5e5e5;
    height: 52px;
    width: 100%;
}

.car_title h4 {
	float:left;
	height:52px;
	position:relative;
	z-index:1;
	font-size:32px;
	color:#333;
	font-weight:bold;
}

.car_title h4:before {
	content:"";
	position:absolute;
	left:0;
	bottom:-3px;
	width:100%;
	height:3px;
	background:#E94740;
}

.car_title h4:after {
	content:"";
	position:absolute;
	right:-10px;
	bottom:-3px;
	width:10px;
	height:3px;
	background:#fff;
}

.car_title .advt {
	float:left;
	width:550px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin-left:20px;
	font-size:15px;
	margin-top:10px;
}

.car_title .advt i {
	display: block;
    float: left;
    width: 48px;
	height:24px;
	line-height:24px;
	border: 1px solid #E94740;
	color:#E94740;
	text-align:center;
	border-radius:3px;
	margin-top:2px;
}

.car_title .advt b {
	display: block;
    float: left;
    font-weight: normal;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
	margin-left:10px;
}

.car_title .enter {
	display:block;
	float:right;
	color:#E94740;
	font-size:14px;
	line-height:24px;
	padding-top:15px;
}

.newcar {
	margin-top:20px;
}

.newcar_l {
	width:370px;
	float:left;
}

.newcar_c {
	width:480px;
	float:left;
	margin-left:25px;
}

.newcar_r {
	width:300px;
	float:right;
}

.newcar_ulist {}

.newcar_ulist li {
	float: left;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    background: #F7F7F7;
    height: 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
}

.newcar_ulist li:nth-child(2n+1) {
    float: right;
}

.newcar_ulist li img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
}

.newcar_ulist li p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 10px 10px 10px;
}

.newcar_ulist li b {
    display: block;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
	font-weight:normal;
}

.newcar_ulist li:first-child {
    width: 100%;
    height: 220px;
}

.newcar_ulist li:first-child b {
	font-size:16px;
}

.newcar_box {
	border:1px solid #eee;
	height:188px;
	overflow:hidden;
	margin-top:5px;
}

.newcar_box ul {
	margin:10px 15px;
}

.newcar_box li {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}

.newcar_box li b {
    display: block;
    float: left;
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.newcar_box li b:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #888;
    margin-top: -2px;
}

.newcar_box li span {
    display: block;
    float: right;
    color: #999;
    font-size: 12px;
}






.newcar_clist {
	margin-bottom:20px;
}

.newcar_clist:last-child {
	margin-bottom:0;
}

.newcar_cpic {
	width:190px;
	float:left;
}

.newcar_cpic li {
	background:#F5F5F5;
	margin-bottom:15px;
}

.newcar_cpic li span {
	display: block;
    height: 115px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.newcar_cpic li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.newcar_cpic li p {
	height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 0 10px;
}

.newcar_ctxt {
	width:270px;
	float:right;
}

.newcar_ctxt ul {
	margin-bottom:15px;
}

.newcar_ctxt li {
	font-size: 15px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}

.newcar_ctxt li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #888;
    margin-top: -1px;
}

.newcar_ctxt li:first-child {
	color:#E94740;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	padding-left:0;
}

.newcar_ctxt li:first-child a {
	color:#E94740;
}

.newcar_ctxt li:first-child:before {
	background:none;
}

.newcar_rlist {}

.newcar_rlist li {
	margin-bottom:10px;
}

.newcar_rlist li:last-child {
	margin-bottom:0;
}

.newcar_rlist li span {
	display: block;
    height: 185px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.newcar_rlist li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.newcar_rlist li b {
	display:block;
	height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
	text-align:center;
}

.newcar_energy_t {
	font-size:20px;
	font-weight:bold;
	height:36px;
	line-height:36px;
	color:#333;
}

.newcar_energy_l {
	height:140px;
	overflow:hidden;
	margin:5px 0 12px 0;
}

.newcar_energy_l li {
	height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 7px;
}

.newcar_energy_l li i {
    display: block;
    height: 24px;
    line-height: 24px;
    margin-top: 2px;
    background: #E94740;
    color: #FFF;
    width: 70px;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    float: left;
}

.newcar_energy_l li b {
    display: block;
    float: right;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    margin: 0 0 5px 0;
}

.newcar_energy_pics {
	width: 100%;
    height: 220px;
	position: relative;
    z-index: 1;
    overflow: hidden;
}

.newcar_energy_pics img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.newcar_energy_pics p {
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 10px 10px 10px;
}

.newcar_energy_pics b {
	display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: normal;
}


.car_energy_c {
    width: 480px;
    float: left;
    margin-left: 25px;
	margin-top:-8px;
}

.car_energy_ca {
	height:490px;
	overflow:hidden;
	margin-bottom:11px;
}

.car_energy_ca li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.car_energy_ca li b {
    display: block;
    float: left;
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-left: 15px;
	height: 36px;
	font-size:16px;
}

.car_energy_ca li b:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #888;
    margin-top: -2px;
}

.car_energy_ca li span {
    display: block;
    float: right;
    color: #999;
    font-size: 12px;
}

.car_energy_cb {
	padding:5px 0 9px 0;
}

.car_energy_cb:last-child {
	padding-bottom:0;
}

.car_energy_cb .pic {
	width:190px;
	float:left;
	height:115px;
	overflow:hidden;
	position:relative;
}

.car_energy_cb .pic img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.car_energy_cb .pic p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 10px 10px 10px;
}

.car_energy_cb .pic b {
    display: block;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: normal;
}

.car_energy_cb .list {
	width:270px;
	float:right;
	height:115px;
	overflow:hidden;
}

.car_energy_cb .list li {
	font-size: 15px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    z-index: 1;
}

.car_energy_cb .list li:before {
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #888;
    margin-top: -2px;
}

.car_energy_ra {
	border:1px solid #eee;
	margin-bottom:10px;
}

.car_energy_ra h4 {
	border-bottom:1px solid #eee;
	height:44px;
	line-height:44px;
	font-size: 18px;
    font-weight: bold;
	color:#E94740;
	padding:0 15px;
}

.car_energy_ra ul {
	margin:10px 15px;
}

.car_energy_ra ul li {
	font-size: 14px;
    height: 38px;
    line-height: 38px;
	overflow:hidden;
}

.car_energy_ra ul li i {
	display:block;
	float:left;
	width:30px;
	color:#E94740;
}

.car_energy_ra ul li b {
	display:block;
	float:right;
	font-weight:normal;
	width:-webkit-calc(100% - 30px); 
	width:-moz-calc(100% - 30px); 
	width:calc(100% - 30px);
}

.car_energy_rb {}

.car_energy_rb ul {
	margin-top:10px;
}

.car_energy_rb ul li {
	float: left;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.car_energy_rb ul li:nth-child(2n) {
	float:right;
}

.car_energy_rb ul li span {
	display:block;
	height:98px;
	position: relative;
    z-index: 1;
    overflow: hidden;
}

.car_energy_rb ul li span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
	z-index:5;
}

.car_energy_rb ul li b {
	display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}


.car_review {
	margin-bottom:20px;
}

.review_list {
	
}

.review_list li {
	width:-webkit-calc(25% - 15px); 
	width:-moz-calc(25% - 15px); 
	width:calc(25% - 15px);
	float:left;
	margin-right:20px;
	margin-top:25px;
}

.review_list li:nth-child(4n) {
	float:right;
	margin-right:0;
}

.review_list li span {
	display: block;
    height: 180px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.review_list li span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
    z-index: 5;
}

.review_list li b {
	display: block;
    height: 48px;
    line-height: 24px;
    font-size: 15px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	margin-top:10px;
}

.review_list li .bot {
	font-size:14px;
	color:#999;
	line-height:24px;
	height:24px;
	margin-top:7px;
}

.review_list li .bot .l {
	display:block;
	float:left;
}

.review_list li .bot .r {
	display:block;
	float:right;
}

.car_subsidy {
	margin-top:20px;
	margin-bottom:20px;
}

.subsidy_l {
	width:875px;
	float:left;
}

.subsidy_r {
	width:300px;
	float:right;
}

.subsidy_left {
	width:370px;
	float:left;
}

.subsidy_la {
	height:260px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.subsidy_la img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.subsidy_la p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    width: 100%;
    height: 70px;
    color: #FFF;
    box-sizing: border-box;
    padding: 30px 10px 10px 10px;
}

.subsidy_la b {
    display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: normal;
}

.subsidy_lb {
	margin-top:15px;
	height:260px;
	overflow:hidden;
}

.subsidy_lb li {
    float: left;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.subsidy_lb li:nth-child(2n) {
    float: right;
}

.subsidy_lright {
	width:480px;
	float:left;
	margin-left:25px;
}

.newcar_subsidy_t {
	font-size:20px;
	font-weight:bold;
	padding-bottom:15px;
	color:#333;
	border-bottom:1px solid #eee ;
	margin-top:-3px;
}

.newcar_subsidy_t .more {
	display:block;
	float:right;
	font-size:14px;
	color:#888;
	font-weight:normal;
	padding-top:5px;
}

.subsidy_lright .utop {
	height:228px;
	overflow:hidden;
}

.subsidy_lright .utop li {
	border-bottom:1px dotted #ccc;
	padding:14px 0;
}

.subsidy_lright .utop li:first-child {
	padding-top:0;
	margin-top:-5px;
}

.subsidy_lright .utop li b {
	font-size:18px;
	display:block;
	height:30px;
	line-height:30px;
	margin-bottom:8px;
	text-align:center;
	overflow:hidden;
}

.subsidy_lright .utop li p {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:28px;
	height:56px;
	overflow:hidden;
	color:#999;
	font-size:14px;
}

.subsidy_lright .ulist {
	margin-top:10px;
	height:300px;
	overflow:hidden;
}

.subsidy_lright .ulist li {
    float: left;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.subsidy_lright .ulist li:nth-child(2n) {
    float: right;
}

.subsidy_llw {
    width: 370px;
    float: left;
	margin-top:20px;
}

.subsidy_lpt {
	border-bottom:1px solid #eee;
	margin-top:20px;
}

.subsidy_lpt li {
    float: left;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.subsidy_lpt li:nth-child(2n) {
    float: right;
}

.subsidy_lpt li span {
	display:block;
	height: 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.subsidy_lpt li span img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.subsidy_lpt li b {
	display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}


.subsidy_rlc {
    width: 480px;
    float: left;
	margin-top:20px;
	margin-left:25px;
}


.subsidy_rnew {
	margin-top:15px;
	height:360px;
	overflow:hidden;
}

.subsidy_rnew li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}

.subsidy_rnew li b {
    display: block;
    float: left;
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    height: 36px;
    font-size: 16px;
}

.subsidy_rnew li b:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #888;
    margin-top: -2px;
}

.subsidy_rnew li span {
    display: block;
    float: right;
    color: #999;
    font-size: 12px;
}

.subsidy_rpic {
	margin-bottom:15px;
	height:480px;
	overflow:hidden;
}

.subsidy_rpic li {
    width: 100%;
    float: left;
    margin-bottom:20px;
}

.subsidy_rpic li:last-child {
	margin-bottom:0;
}

.subsidy_rpic li .pic {
    float: right;
    width: 120px;
    height: 79px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.subsidy_rpic li .pic img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.subsidy_rpic li .txt {
    float: left;
    width: -webkit-calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    width: calc(100% - 145px);
}

.subsidy_rpic li .txt b {
    display: block;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}

.subsidy_rpic li .txt p {
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    color: #777;
}

.subsidy_rtime {
	position:relative;
	z-index:1;
	height:485px;
	margin-top:5px;
}

.subsidy_rtime:before {
	content:"";
	width:1px;
	height:100%;
	position:absolute;
	background:#e0e0e0;
	left:5px;
	top:0;
	z-index:5;
}

.subsidy_rtime li {
	position:relative;
	z-index:11;
	margin-bottom:20px;
	width:100%;
	float:left;
}

.subsidy_rtime li:last-child {
	margin-bottom:0;
}

.subsidy_rtime li:before {
	content: "";
    position: absolute;
	z-index:11;
    left: 0;
    top: 13px;
    width: 11px;
    height: 11px;
    background: #9C9DFF;
    margin-top: -5px;
    border-radius: 50%;
}

.subsidy_rtime li:after {
	content: "";
    position: absolute;
	z-index:19;
    left: 2px;
    top: 13px;
    width: 7px;
    height: 7px;
    background: #fff;
    margin-top: -3px;
    border-radius: 50%;
}

.subsidy_rtime li .pic {
	float: right;
    width: 120px;
    height: 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.subsidy_rtime li .pic img {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.subsidy_rtime li .txt {
    float: left;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
	margin-left:25px;
	height:80px;
	overflow:hidden;
}

.subsidy_rtime li .txt b {
    display: block;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
}

.subsidy_rtime li .txt i {
	display:block;
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
    height: 26px;
    color: #777;
	background:#f2f2f2;
	text-align:center;
	width:100px;
	margin-bottom:8px;
}

.subsidy_cpp {
	margin-top:15px;
}

.subsidy_cpp li {
	width:150px;
	float:left;
	margin-right:15px;
}

.subsidy_cpp li:nth-child(3n) {
	float:right;
	margin-right:0;
}

.subsidy_cpp li span {
    display: block;
    height: 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.subsidy_cpp li span img {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    height: 100%;
}

.subsidy_cpp li p {
    display: block;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-top: none;
    box-sizing: border-box;
    padding: 5px 15px;
	
}

.subsidy_cpp li p b {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
	font-weight: normal;
}

.carhot_list {
	margin:30px 0 20px 0;
}

.carhot_list_a {
	border:1px solid #eee;
	float: left;
    width: -webkit-calc(33% - 25px);
    width: -moz-calc(33% - 25px);
    width: calc(33% - 25px);
    margin-right: 40px;
    background: #FFF;
}

.carhot_list_a:nth-child(3n) {
    float: right;
    margin-right: 0;
}

.carhot_list_a h3 {
	height:50px;
	line-height:50px;
	background:#eee;
	padding:0 20px;
	font-size:18px;
	color:#333;
	font-weight:bold;
}

.carhot_list_a ul {
	margin:10px 15px;
	height:360px;
	overflow:hidden;
}

.carhot_list_a ul li {
	font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.carhot_list_a ul li i {
    display: block;
    float: left;
    width: 30px;
	font-weight:bold;
	font-style:italic;
	color:#666;
}

.carhot_list_a ul li:nth-child(1) i, .carhot_list_a ul li:nth-child(2) i, .carhot_list_a ul li:nth-child(3) i {
	color: #E94740;
}

.carhot_list_a ul li b {
    display: block;
    float: right;
    font-weight: normal;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
}


