@font-face {
  font-family: 'search_icon';
  src:  url('fonts/search_icon.eot?sz3321');
  src:  url('fonts/search_icon.eot?sz3321#iefix') format('embedded-opentype'),
    url('fonts/search_icon.ttf?sz3321') format('truetype'),
    url('fonts/search_icon.woff?sz3321') format('woff'),
    url('fonts/search_icon.svg?sz3321#search_icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'search_icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-m_enjoy:before {
  content: "\e904";
}
.icon-m_answer:before {
  content: "\e905";
}
.icon-m_star:before {
  content: "\e906";
}
.icon-m_goback:before {
  content: "\e907";
}
.icon-down:before {
  content: "\e901";
}
.icon-rating:before {
  content: "\e902";
}
.icon-up:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e900";
}
@media only screen and (min-width: 1024px) and (max-width: 1170px) {
  .content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListImg a{
    padding-bottom: 70% !important
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1220px) {
  .content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rLeft a{
       padding-bottom:120% !important;
  }
  .content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight .car_news_rContent{
      -webkit-line-clamp: 2 !important
  }
}
@media only screen and (min-width: 1221px) and (max-width: 1440px) {
  .content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rLeft a{
      padding-bottom:100% !important;
  }
  .content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight .car_news_rContent{
      -webkit-line-clamp: 2 !important
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rLeft a{
       padding-bottom:100% !important;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rLeft a{
       padding-bottom:90% !important;
  }
}
@media only screen and (min-width: 2000px){
  .content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rLeft a{
       padding-bottom:70% !important;
  }
}


/* index 所有图片适配 */
.content-wrapper .car_banner_wrapper .car_banner .swiper-container .swiper-slide a img, 
.content-wrapper .car_banner_wrapper .car_bRight div a img,
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itTop a img, 
.car_recommend_item1 a img,
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itBottom .car_news_itbItem .car_news_itbItemImg img,
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rLeft a img,
.content-wrapper .car_recommend_wrapper ul li:not(.car_recommend_item1) .car_recommend_Img img,
.car_news_left ul li:not(.car_recommend_item1) .car_recommend_Img img,
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListImg a img,
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList1 li.car_other_ilist1Top a img{
  object-fit: cover;
}
/* index 所有多行文本左右对齐 文字过多省略号处理*/
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itTop a div h3, 
.car_recommend_item1 a div h3,
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itBottom .car_news_itbItem h3 a,
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight h3 a,
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight .car_news_rContent a,
.content-wrapper .car_recommend_wrapper ul li:not(.car_recommend_item1) h3 a,
.content-wrapper .car_recommend_wrapper ul li:not(.car_recommend_item1) h4,
.content-wrapper .car_bLink_wrapper div,
.car_content_wrapper .car_c_wLeft .car_c_wlContent p,
.car_content_wrapper .car_c_wLeft .car_c_wlMiddle,
.car_content_wrapper .car_c_wLeft .car_c_wlMore,
.car_content_wrapper .car_c_wLeft .car_c_wlMore .car_c_wlmBottom div:last-child{
  text-align: justify !important;
  text-justify: distribute-all-lines;
}
.car_content_wrapper .car_c_wLeft .car_c_wlContent p[align*="center"]{text-align: center !important;}

body{
  font-family: 微软雅黑;
}

header{
  display: flex;
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  overflow: hidden;
}
header .h_logo{
  margin-top: 15px;
}
header .h_search{
  min-width: 580px;
  margin: 20px auto 0px auto;
  height: 40px;
}
header .h_search form{
  width: 100%;
  height: 40px;
}
header .h_search form .search_form{
  display: flex;
  width: 100%;
  height: 40px;
  
}
header .h_search form .search_form div{
  margin:0px 0px -1px -1px;
}
header .h_search form .search_form .search_part1{
  width: 100px;
  height: 40px;
  line-height: 40px;
  border:1px solid #fba940;
}
header .h_search form .search_form .search_part1 select{
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
  background: #fff;
  border-radius: 0;
  border:none;
}
header .h_search form .search_form .search_part2{
  width: 400px;
  height: 40px;
  line-height: 40px;
  border:1px solid #fba940;
}
header .h_search form .search_form .search_part2 input{
  box-sizing: border-box;
  padding-left: 5px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #333;
  border:none;
}
header .h_search form .search_form .search_part3{
  width: 80px;
  height: 40px;
  line-height: 40px;
  border:1px solid #fba940;

}
header .h_search form .search_form .search_part3 button{
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border:none;
  text-align: center;
  background: #fba940;
}
header .h_map{
  margin-top: 30px;
  height: 20px;
}
header .h_map span{
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  font-size:16px;
  color: #000;
}
header .h_map span img{
  display: inline-block;
  vertical-align: middle;
}
header .h_map span a{
  padding-left: 5px;
  color: #000;
}

nav{
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: #256a9a;
}
nav ul {
  margin: 20px auto 0 auto;
  width: 1200px;
  display: flex;
  height: 40px;
  max-height: 40px;
  
}
nav ul li.b{
  flex: 0 0 5%;
  width: 5%;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
nav ul li.li_2{
  flex: 0 0 12%;
  width: 12%;
  font-size:14px;
  margin-left: 1%;
  border-right: 1px solid #ddd;
}
nav ul li:last-child{
  border-right: 0;
}
nav ul li.li_2_1{
  width: 15%;
  flex: 0 0 15%;
}
nav ul li.li_2_2{
  width: 14%;
  flex: 0 0 14%;
}
nav ul li.li_2 a{
  display: inline-block;
  padding-bottom: 2%;
  /*box-sizing: border-box;*/
  float: left;
  height: 20px;
  margin-right: 8%;
}
nav ul li a{
  color: #fff;
}

.content-wrapper{
  width: 98%;
  margin:0 auto;
  border-bottom: 2px solid #256a9a;
}
.content-wrapper .city{
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
}
.content-wrapper .city a{
  color: #000;
}

.content-wrapper .car_ad_wrapper{
  display: flex;
  margin:20px 0;
  width: 100%;
  height: 100px;
  max-height: 100px;
  overflow: hidden;
}
.content-wrapper .car_ad_wrapper .car_ad{
  flex: 1;
  border:1px solid #ddd;
  box-sizing: border-box;
}
.content-wrapper .car_ad_wrapper .car_ewm{
  margin-left: 20px;
  flex: 0 0 250px;
  width: 250px;
  height: 100%;
  border:1px solid #ddd;
  box-sizing: border-box;
}
.content-wrapper .car_ad_wrapper .car_ewm div{
  float: left;
  height: 100%;
  width: 100px;
}
.content-wrapper .car_ad_wrapper .car_ewm div img{
  width: 100%;
  height: 100%;
} 
.content-wrapper .car_ad_wrapper .car_ewm div:last-child{
  width: 148px;
}
.content-wrapper .car_ad_wrapper .car_ewm div p:first-child{
  padding-top: 20px;
}
.content-wrapper .car_ad_wrapper .car_ewm div p{
  font-size: 16px;
  color: #333;
  text-align: center;
}
.content-wrapper .car_ad_wrapper .car_ewm div p:last-child{
  font-size: 14px;
  color: #666;
}

.content-wrapper .car_search_wrapper{
  display: flex;
  width: 100%;
  height: auto;
}
.content-wrapper .car_search_wrapper .car_search{
  flex: 1;
  height: 100%;
  border: 1px solid #ddd;
}
.content-wrapper .car_search_wrapper .car_search .car_brand ol{
  display: flex;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #eee
}
.content-wrapper .car_search_wrapper .car_search .car_brand ol li{
  font-size: 18px;
  color: #000;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.content-wrapper .car_search_wrapper .car_search .car_brand ol li a{
  color: #000;
}
.content-wrapper .car_search_wrapper .car_search .car_brand ul{
  display: none;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.content-wrapper .car_search_wrapper .car_search .car_brand ul li{
  font-size: 16px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 10%;
  flex:0 0 10%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  margin:0 0 -1px -1px;
}
.content-wrapper .car_search_wrapper .car_search .car_brand ul li a{
  color: #333
}
.content-wrapper .car_search_wrapper .car_search_price_brand{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
}
.content-wrapper .car_search_wrapper .car_search_price_brand .car_search_price{
  width: 100%;
}
.content-wrapper .car_search_wrapper .car_search_price_brand .car_search_price span,.car_search_brand span{
  display: inline;
  color: #0088e7;
}
.content-wrapper .car_search_wrapper .car_search_price_brand .car_search_price ol,.car_search_brand form{
  margin-left: 20px;
  display: inline;
}
.content-wrapper .car_search_wrapper .car_search_price_brand .car_search_price ol li{
  display: inline;
  padding: 0px 2px;
}
.content-wrapper .car_search_wrapper .car_search_price_brand .car_search_price ol li a{
  color: #333;
}
.car_search_brand{
  margin-top: 10px;
}
.car_search_brand form select{
  height: 24px;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 16px;
  color: #666;
  margin-right: 10px;
  background: #fff;
}
.brand_part1{
  width: 120px;
}
.brand_part2{
  width: 160px;
}
.car_search_brand form input{
  width: 60px;
  height: 30px;
  box-sizing: border-box;
  background: #fba940;
  color: #fff;
}
.content-wrapper .car_search_wrapper .car_tools{
  margin-left: 20px;
  width: 300px;
  flex: 0 0 300px;
  height: 100%;
  border:1px solid #ddd;
}
.content-wrapper .car_search_wrapper .car_tools p{
  color: #010101;
  font-size: 18px;
  line-height: 50px;
  margin-left: 10px;
}
.content-wrapper .car_search_wrapper .car_tools p span{
  padding-left: 10px;
  border-left: 4px solid #fba940;
}
.content-wrapper .car_search_wrapper .car_tools .car_tools_icon{
  width: 100%;
}
.content-wrapper .car_search_wrapper .car_tools .car_tools_icon span{
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
  line-height: 50px;
}
.content-wrapper .car_search_wrapper .car_tools .car_tools_icon span img{
  display: inline-block;
  vertical-align: middle;
}
.content-wrapper .car_search_wrapper .car_tools .car_tools_icon span a{
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  color: #000;
  font-size: 16px;
}
.car_search_active{
  background: #fff;
  border-top: 3px solid #256a9a;
}
.content-wrapper .car_banner_wrapper{
  display: flex;
  margin-top: 20px;
  width: 100%;
  height: 100%;
}
.content-wrapper .car_banner_wrapper .car_banner{
  flex:0 0 70%;
  width: 70%;
  height: 100%;
}
.content-wrapper .car_banner_wrapper .car_banner .swiper-container {
  width: 100%;
  height: 100%;
}
.content-wrapper .car_banner_wrapper .car_banner .swiper-container .swiper-slide a,.content-wrapper .car_banner_wrapper .car_bRight div a{
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 67.5%;
  width: 100%;
  height: 0;
  margin:0;
  color: #fff;
  overflow: hidden;
}
.content-wrapper .car_banner_wrapper .car_bRight div a{
  padding-bottom: 78.68% !important 
}
.content-wrapper .car_banner_wrapper .car_banner .swiper-container .swiper-slide a img,.content-wrapper .car_banner_wrapper .car_bRight div a img{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-wrapper .car_banner_wrapper .car_banner .swiper-container .swiper-slide a p{
  padding: 10px 80px;
  font-size: 24px;
  box-sizing: border-box;
}
.content-wrapper .car_banner_wrapper .car_banner .swiper-container .swiper-slide a p,.content-wrapper .car_banner_wrapper .car_bRight div a p{
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  background: rgba(0,0,0,0.3);
  z-index: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content-wrapper .car_banner_wrapper .car_banner .swiper-container .swiper-pagination-fraction{
  width: auto;
  left: auto;
  right: 20px;
  bottom: 5px;
  color: #fff;
  font-size: 24px;
}
.content-wrapper .car_banner_wrapper .car_banner .swiper-container .swiper-pagination-fraction .swiper-pagination-current{
  font-size: 30px;
}
.content-wrapper .car_banner_wrapper .car_banner .swiper-container .swiper-pagination-fraction .swiper-pagination-total{
  font-size: 24px;
}
.content-wrapper .car_banner_wrapper .car_bRight{
  flex: 0 0 30%;
  width: 30%;
  height: 100%;
}
.content-wrapper .car_banner_wrapper .car_bRight div{
  width: 100%;
  height: 50%;
}
.content-wrapper .car_banner_wrapper .car_bRight div a p{
  padding: 2px 40px;
  font-size: 20px;
  box-sizing: border-box;
}

/* index 标题公共部分 */
.car_title_common{
  font-size: 20px;
  color: #000;
}
.car_title_common span{
  border-left: 6px solid #fba940;
  padding-left: 10px;
}
.car_title_common span:before{
  content:'';
  border-left: 1px solid red;
}
/* index 标题公共部分 */

.content-wrapper .car_news_wrapper{
  display: flex;
  margin-top: 40px;
  width: 100%;
}
.content-wrapper .car_news_wrapper .car_news_left{
  width: 49%;
  flex: 0 0 49%;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem{
  margin-top: 20px;
  width: 100%;
  height: 740px;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itTop,.car_recommend_item1{
  width: 100%;
  height: 400px;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itTop a,.car_recommend_item1 a{
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 51.657%;
  width: 100%;
  height: 0;
  margin:0;
  color: #fff;
  overflow: hidden;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itTop a img,.car_recommend_item1 a img{
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itTop a div,.car_recommend_item1 a div{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itTop a div h3,.car_recommend_item1 a div h3{
  position: absolute;
  bottom: 80px;
  left: 20px;
  width: 60%;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itTop a div h4,.car_recommend_item1 a div h4{
  position: absolute;
  bottom: 30px;
  left: 20px;
  font-weight: normal;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itTop a div h4 span,.car_recommend_item1 a div h4 span{
  padding-right: 5px;
  font-size: 12px;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itBottom{
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itBottom .car_news_itbItem{
  width: 290px;
  flex: 0 0 290px;
  margin-right: 10px;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itBottom .car_news_itbItem .car_news_itbItemImg{
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 82.8%;
  width: 100%;
  height: 0;
  margin:0;
  overflow: hidden;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itBottom .car_news_itbItem .car_news_itbItemImg img{
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itBottom .car_news_itbItem h3{
  margin-top: 5px;
  line-height: 25px;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itBottom .car_news_itbItem h3 a{
  display: block;
  color: #333;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itBottom .car_news_itbItem h4{
  margin-top: 5px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-wrapper .car_news_wrapper .car_news_left .car_news_lItem .car_news_itBottom .car_news_itbItem h4 span{
  padding-right: 5px;
}


.content-wrapper .car_news_wrapper .car_news_right{
  margin-left: 2%;
  width: 49%;
  flex: 0 0 49%;
}
.content-wrapper .car_news_wrapper .car_news_right ul{
  margin-top: 20px;
  width: 100%;
}

.content-wrapper .car_news_wrapper .car_news_right ul li{
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rLeft{
  width: 25%;
  flex: 0 0 25%;
}
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rLeft a{
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
  height: 0;
  margin:0;
  overflow: hidden;
}
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rLeft a img{
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight{
  margin-left: 2%;
  flex: 0 0 73%;
  width: 73%;
  position: relative;
}
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight h3{
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight h3 a{
  color: #070707;
}
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight .car_news_tag,
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListContent .car_other_tag{
  padding: 1px 5px;
  background: #d42333;
  color: #fff;
  font-size: 12px;
}

.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight .car_news_rAuthor{
  margin-top: 5px;
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #eee;
  padding-bottom: 3px;
}
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight .car_news_rContent{
  margin-top: 5px;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight .car_news_rContent a{
  display: block;
  color: #666;
}
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight .car_news_rEnjoy{
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 5px;
  font-size: 14px;
  color: #666;
  text-align: right;
}
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight .car_news_rEnjoy img{
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.content-wrapper .car_news_wrapper .car_news_right ul li .car_news_rRight .car_news_rEnjoy a{
  display: inline-block;
  margin-left: 5px;
  color: #666;
}
.content-wrapper .car_news_wrapper .car_news_right  .car_news_rMore{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border:1px solid #256a9a;
  border-radius: 4px;
  font-size: 20px;
}
.content-wrapper .car_news_wrapper .car_news_right  .car_news_rMore a{
  display: block;
  color: #256a9a
}

.content-wrapper .car_recommend_wrapper{
  margin-top: 50px;
  width: 100%;
}
.content-wrapper .car_recommend_wrapper h2,
.content-wrapper .car_other_wrapper .car_other_item h2
{
  font-size: 20px;
  color: #000;
  border-bottom: 4px solid #ddd;
}
.content-wrapper .car_recommend_wrapper h2 span:first-child,
.content-wrapper .car_other_wrapper .car_other_item h2 span:first-child{
  border-bottom: 4px solid #0088e7;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: -4px;
}
.content-wrapper .car_recommend_wrapper h2 span:last-child,
.content-wrapper .car_other_wrapper .car_other_item h2 span:last-child {
  float: right;
  font-size: 16px;
}
.content-wrapper .car_recommend_wrapper h2 span:last-child a,
.content-wrapper .car_other_wrapper .car_other_item h2 span:last-child a{
  color: #0088e7;
  line-height: 32px;
}
.car_recommend{
  width: 100%;
  display: flex;
  justify-content: space-between
}
.car_recommend .car_news_left{
  width: 49%;
  flex: 0 0 49%;
  height: 100%;
}
.car_news_left ul{
  justify-content: space-between !important;
}
/*.content-wrapper .car_recommend_wrapper ul{
  margin-left: -5px;
}*/
/*.content-wrapper .car_recommend_wrapper ul,*/
.car_news_left ul{
  margin-top:20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}
.car_news_left ul li.car_recommend_item1{
  flex:0 0 100%;
  width: 100%;
  height: 100%;
}
.car_news_left ul li{
  flex:0 0 49%;
  width: 49%;
  margin-bottom: 2%;
}
/*.content-wrapper .car_recommend_wrapper ul li.car_recommend_item1
.car_news_left ul li.car_recommend_item1{
  flex: 0 0 45%;
  width: 45%;
  height: 100%;
}
.content-wrapper .car_recommend_wrapper ul li
.car_news_left ul li{
  flex: 0 0 28%;
  width: 28%;
  height: 100%;
  margin-bottom: 2%;
}*/
.content-wrapper .car_c_wrContent ul{
  margin-top: 5%;
}
.content-wrapper .car_c_wrContent ul li{
  margin-bottom: 2%;
}
.content-wrapper .car_c_wrContent ul li:not(.car_recommend_item1) .car_recommend_Img,
.car_news_left ul li:not(.car_recommend_item1) .car_recommend_Img{
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 0;
  padding-bottom: 82.8%;
  width: 100%;
  height: 0;
  margin:0;
  overflow: hidden;
}
/*.content-wrapper .car_c_wrContent ul li:not(.car_recommend_item1) .car_recommend_Img:after,
.car_news_left ul li:not(.car_recommend_item1) .car_recommend_Img:after{
  content:'';
  display: block;
  padding-bottom: 82.8%;
}*/
.content-wrapper .car_c_wrContent ul li:not(.car_recommend_item1) .car_recommend_Img img,
.car_news_left ul li:not(.car_recommend_item1) .car_recommend_Img img{
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-wrapper .car_c_wrContent ul li:not(.car_recommend_item1)  h3,
.car_news_left ul li:not(.car_recommend_item1) h3{
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-wrapper .car_c_wrContent ul li:not(.car_recommend_item1)  h3 a,
.car_news_left ul li:not(.car_recommend_item1) h3 a{
  color: #333;
  display: block;
  font-weight:normal;
}
.content-wrapper .car_c_wrContent ul li:not(.car_recommend_item1)  h4,
.car_news_left ul li:not(.car_recommend_item1)  h4{
  margin-top: 10px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-wrapper .car_c_wrContent ul li:not(.car_recommend_item1)  h4 span,
.car_news_left ul li:not(.car_recommend_item1)  h4 span{
  padding-right: 5px;
  color: #999
}

.content-wrapper .car_other_wrapper{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content-wrapper .car_other_wrapper .car_other_item{
  flex: 0 0 32%;
  width: 32%;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList{
  margin-top: 20px;
  width: 100%;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li{
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListImg{
  width: 30%;
  flex: 0 0 30%;
  height: 100%; 
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListImg a{
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 59.64%;
  width: 100%;
  height: 0;
  margin:0;
  overflow: hidden;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListImg a img{
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListContent{
  position: relative;
  margin-left: 5%;
  flex: 0 0 65%;
  width: 65%;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListContent p.car_other_title,
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListContent p.car_other_content{
  margin-bottom: 2px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListContent p.car_other_content{
  font-size: 14px;
  color: #666;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListContent p a{
  color: #333;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListContent p.car_other_time{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  text-align: right;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList li .car_other_iListContent p.car_other_time span{
  padding-right: 2px;
  color: #d42333;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList1{
  margin-top: 20px;
  width: 100%;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList1 li{
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList1 li.car_other_ilist1Top a{
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 64%;
  width: 100%;
  height: 0;
  margin:0;
  overflow: hidden; 
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList1 li.car_other_ilist1Top a img{
  position: absolute;
  width: 100%;
  height: 100%;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList1 li.car_other_ilist1Top a p{
  background: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  color: #fff
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList1 li:not(.car_other_ilist1Top) p a{
  display: inline-block;
  width: 78%;
  color: #333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content-wrapper .car_other_wrapper .car_other_item ul.car_other_iList1 li:not(.car_other_ilist1Top) p span{
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.content-wrapper .car_bLink_wrapper{
  margin-top: 40px;
  width: 100%;
  border:1px solid #ddd;
}
.content-wrapper .car_bLink_wrapper ol{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(37,106,154,0.2);
}
.content-wrapper .car_bLink_wrapper ol li{
  float: left;
  width: 140px;
  color: #333;
  text-align: center;
  font-size: 20px;
  cursor: pointer;  
}
.content-wrapper .car_bLink_wrapper ol li.car_bLink_active{
  background: #fff !important;
  color: #0088e7;
}
.content-wrapper .car_bLink_wrapper div{
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  display: none;
}
.content-wrapper .car_bLink_wrapper div a{
  font-size: 14px;
  color: #666;
  line-height: 35px;
  padding-right: 5px;
}
.content-wrapper .car_bLink_wrapper div a:last-child{
  color: #0088e7;
}

.footer{
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
}
.footer div{
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.footer div a{
  padding-right: 5px;
  color: #333;
  font-size: 20px;
}


/* qi-che 内容页 */
.car_bread_wrapper{
  margin-top: 50px;
  width: 100%;
  color: #333;
  font-size: 16px;
}
.car_bread_wrapper a{
  color: #256a9a;
}

.car_content_title{
  margin-top: 40px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #000;
}
.car_content_title p:last-child{
  margin-top: 20px;
  color: #999;
  font-size: 14px;
}
.car_content_title p:last-child span{
  display: inline-block;
  padding-right: 5px;
} 

.car_content_wrapper{
  display: flex;
  margin-top: 60px;
  width: 100%;
}
.car_content_wrapper .car_c_wLeft{
  flex:1;
  margin:0 20px;
}
/*.car_content_wrapper .car_c_wLeft .car_c_wlContent,
.car_content_wrapper .car_c_wLeft .car_c_wlMiddle,
.car_content_wrapper .car_c_wLeft .car_c_wlMore{
  margin:0 20px;
}*/
.car_content_wrapper .car_c_wLeft .car_c_wlContent,
.car_content_wrapper .car_c_wLeft .car_c_wlMiddle,
.car_content_wrapper .car_c_wLeft .car_c_wlMore,
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy,
.car_content_wrapper .car_c_wLeft .car_c_wlWating,
.car_content_wrapper .car_c_wLeft .car_c_wlWating .car_c_wlwForm,
.load_ratingMore{
  width: 100%;
}
.car_content_wrapper .car_c_wLeft .car_c_wlContent{
  padding-bottom: 20px;
  border-bottom: 2px solid #256a9a;
}
.car_content_wrapper .car_c_wLeft .car_c_wlContent p{
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}
/*.car_content_wrapper .car_c_wLeft .car_c_wlContent img{
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}*/
.car_content_wrapper .car_c_wLeft  .car_c_wlMiddle{
  margin-top: 10px;
  color: #f00000;
  font-size: 16px;
  line-height: 25px;
}
.car_content_wrapper .car_c_wLeft  .car_c_wlMore{
  margin-top: 30px;
  font-size: 16px;
  color: #333;
}
.car_content_wrapper .car_c_wLeft  .car_c_wlMore p{
  margin-bottom: 20px;
}
.car_content_wrapper .car_c_wLeft  .car_c_wlMore p a{
  display: inline-block;
  color: #333;
  padding-right: 5px;
}
.car_content_wrapper .car_c_wLeft  .car_c_wlMore .car_c_wlmBottom{
  display: flex;
  width: 100%;
}
.car_content_wrapper .car_c_wLeft  .car_c_wlMore .car_c_wlmBottom div{
  height: 206px;
}
.car_content_wrapper .car_c_wLeft  .car_c_wlMore .car_c_wlmBottom div:first-child{
  width: 350px;
  flex:0 0 350px;
}
.car_content_wrapper .car_c_wLeft  .car_c_wlMore .car_c_wlmBottom div:first-child p{
  width: 204px;
  height: 206px;
  margin:0 auto;
} 
.car_content_wrapper .car_c_wLeft  .car_c_wlMore .car_c_wlmBottom div:first-child p img{
  width: 100%;
  height: 100%;
}
.car_content_wrapper .car_c_wLeft  .car_c_wlMore .car_c_wlmBottom div:last-child{
  flex:1;
  border:1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
}
.car_content_wrapper .car_c_wLeft  .car_c_wlMore .car_c_wlmBottom div:last-child p:first-child{
  color: #666
}
.car_content_wrapper .car_c_wLeft  .car_c_wlMore .car_c_wlmBottom div:last-child p{
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  line-height: 22px;
}
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy{
  display: flex;
  margin-top: 30px;
  height: 100px;
  background: rgba(37,106,154,0.05);
  padding: 25px 20px;
  box-sizing: border-box;
}
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy .car_c_wleTag,
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy .car_c_wleCollect,
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy .car_c_wleEnjoy{
  height: 50px;
  overflow: hidden;
}
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy .car_c_wleTag{
  width: 50%;
  flex: 0 0 50%;
  font-size: 18px;
  color: #666;
}
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy .car_c_wleTag p{
  display: flex;
  flex-wrap: wrap;
}
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy .car_c_wleTag span{
  line-height: 24px;
}
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy .car_c_wleTag a{
  display: inline;
  border:1px solid #ddd;
  color: #256a9a;
  padding: 0 2px;
  margin-left: 5px;
  font-size: 16px;
}
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy .car_c_wleCollect{
  margin-left: 5%;
  width: 12%;
  flex: 0 0 12%;
  font-size: 18px;
}
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy .car_c_wleCollect p{
  /*line-height: 32px;*/
}
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy .car_c_wleCollect p a {
  padding-left: 5px;
}
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy .car_c_wleCollect p a img{
  display: inline-block;
  vertical-align: top;
}
.car_content_wrapper .car_c_wLeft .car_c_wlEnjoy .car_c_wleEnjoy{
  flex: 1;
}

.car_content_wrapper .car_c_wLeft .car_c_wlWating{
  margin-top: 30px;
  border-top: 4px solid #000;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding: 10px 20px 30px 20px;
  box-sizing: border-box;
}
.car_content_wrapper .car_c_wLeft .car_c_wlWating p{
  width: 100%; 
  color: #333;
  font-size: 18px;
}
.car_content_wrapper .car_c_wLeft .car_c_wlWating p span{
  float: right;
  color: #999;
  font-size: 14px;
  line-height: 26px;
}
.car_content_wrapper .car_c_wLeft .car_c_wlWating .car_c_wlwForm{
  margin-top: 30px;
  display: flex;
}
.car_content_wrapper .car_c_wLeft .car_c_wlWating .car_c_wlwForm div:first-child{
  width: 70px;
  flex: 0 0 70px;
  height: 70px;
}
.car_content_wrapper .car_c_wLeft .car_c_wlWating .car_c_wlwForm div:first-child img{
  width: 100%;
  height:100%;
}
.car_content_wrapper .car_c_wLeft .car_c_wlWating .car_c_wlwForm div:last-child{
  margin-left: 30px;
  flex: 1;
}
.car_content_wrapper .car_c_wLeft .car_c_wlWating .car_c_wlwForm div:last-child form,.re_textarea{
  width: 100%;
}
.car_content_wrapper .car_c_wLeft .car_c_wlWating .car_c_wlwForm div:last-child form textarea,.re_textarea textarea{
  padding: 10px 20px;
  width: 100%;
  height: 100px;
  resize: none;
  box-sizing: border-box;
  line-height: 24px;
  font-size: 14px;
  background: #f8f7f7;
  color: #666;
  border:none;
}
.re_textarea{
  margin-top: 20px;
  padding-bottom: 50px !important;
}
.re_textarea textarea{
  background: #fff !important;
  border:1px solid #ddd !important;

}
.car_content_wrapper .car_c_wLeft .car_c_wlWating .car_c_wlwForm div:last-child form input,.re_textarea  input{
  margin-top: 10px;
  float: right;
  width: 64px;
  height: 30px;
  line-height:30px;
  color: #fff;
  font-size: 16px;
  background: #aaa;
  text-align: center;
}

.car_content_wrapper .car_c_wLeft .car_c_wlTotalwating .car_c_wlwForm div:first-child{
  border-radius: 50%;
}
.car_content_wrapper .car_c_wLeft .car_c_wlTotalwating .car_c_wlwForm div:first-child img{
  border-radius: 50%;
}
.car_content_wrapper .car_c_wLeft .car_c_wlTotalwating .car_c_wlwForm div:last-child{
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.car_content_wrapper .car_c_wLeft .car_c_wlTotalwating .car_c_wlwForm div:last-child h3{
  font-size: 16px;
  color: #ff0000;
  font-weight:normal;
}

.car_content_wrapper .car_c_wLeft .car_c_wlTotalwating .car_c_wlwForm div:last-child p{
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
.car_content_wrapper .car_c_wLeft .car_c_wlTotalwating .car_c_wlwForm div:last-child .car_c_wlwAnswer{
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  text-align: right;
}
.car_content_wrapper .car_c_wLeft .car_c_wlTotalwating .car_c_wlwForm div:last-child .car_c_wlwAnswer span{
  display: inline-block;
  vertical-align: top;
  color: #999;
  float: none !important
}
.car_content_wrapper .car_c_wLeft .car_c_wlTotalwating .car_c_wlwForm div:last-child .car_c_wlwAnswer span:first-child{
  float: left !important;
}
.car_content_wrapper .car_c_wLeft .car_c_wlTotalwating .car_c_wlwForm div:last-child .car_c_wlwAnswer i{
  display: inline-block;
  padding-right: 2px;
}
.car_content_wrapper .car_c_wLeft .car_c_wlTotalwating .car_c_wlwForm .car_c_wlwOtherRating{
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
  margin-left: 0 !important;
  background: #f8f7f7;
}
.car_content_wrapper .car_c_wLeft .car_c_wlTotalwating .car_c_wlwForm .car_c_wlwOtherRating h3 span{
  color: #999;
  padding-left: 10px;
}
.load_ratingMore{
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #999;
  font-size: 16px;
  background: #f8f7f7;
  border:1px solid #ddd;
}
.load_ratingMore span{
  color: #256a9a;
}




/* 百度分享 */
.bdsshare{
    font-size: 18px;
    width: 100%;
}
.bdshare-button-style1-24 a{
    padding-left: 40px !important;
    margin:0 6px 6px 0 !important;
}
.bdshare_popup_bg,.bdshare_popup_box{
    display: none !important;
}


.car_content_wrapper .car_c_wRight{
  margin-left: 40px;
  margin-right: 20px;
  flex:0 0 30%;
  width: 30%;
}
.car_content_wrapper .car_c_wRight .car_c_wrAd{
  width: 100%;
}
.car_content_wrapper .car_c_wRight .car_c_wrContent h2{
  font-size: 24px;
}
.car_content_wrapper .car_c_wRight .car_c_wrContent h2 span:last-child{
  font-size: 16px;
  margin-top: -5px;
}
.car_content_wrapper .car_c_wRight .car_c_wrContent  ul li{
  flex: 0 0 100%;
  width: 100%;
  height: auto;
}

.car_goback_warpper{
  padding-left: 20px;
  margin-top: 60px;
  padding-bottom: 10px;
  width: 100%; 
  box-sizing: border-box;
}
.car_goback_warpper p{
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  border:1px solid #ddd;
}
.car_goback_warpper p a{
  display: block;
  color: #256a9a;
}


    

