﻿@charset "utf-8";
@import url("//r.img.cctvpic.com/nettv/cbpat/ARITI/style/common.css");
.nav_wrapper_bg{background:#181818 !important;}
.nav_wrapper_bg .nav_wrapper .navli .nav_tit a{color: #fff !important;}
.nav_wrapper_bg .nav_wrapper .navli .nav_tit .group{ background-image:url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1561603549108607/nav_icon_spirit__20190902_hei.png) !important;}
.nav_wrapper_bg .nav_wrapper .search_icon .btn_icon{ background-image:url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1561603549108607/nav_icon_spirit__20190902_hei.png) !important;}
.nav_wrapper_bg .nav_wrapper .app_icon .btn_icon{ background-image:url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1561603549108607/nav_icon_spirit__20190902_hei.png) !important;}
.nav_wrapper_bg .nav_wrapper .user_icon .btn_icon{ background-image:url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1561603549108607/nav_icon_spirit__20190902_hei.png) !important;}
.nav_wrapper_bg .nav_wrapper .class_icon .group{ background-image:url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1561603549108607/nav_icon_spirit__20190902_hei.png) !important;}
.nav_wrapper_bg .nav_wrapper .class_icon .btn_icon{ background-image:url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1561603549108607/nav_icon_spirit__20190902_hei.png) !important;}
.nav_wrapper_bg .nav_wrapper .navli.aigcLogo .nav_tit a{ background-image: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1561603549108607/LogoAIGCwhite.png) !important;}
.nav_wrapper_bg .nav_wrapper .navli.aigcLogo .nav_tit a:hover{ background-image: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1561603549108607/LogoAIGCwhiteH.png) !important;}	
	
	body {
  background: #f5f5f5 none;
  margin-top: 0;
  font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
  min-width: 1200px;
}
.page_wrap {
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_banner.jpg)
    no-repeat center top;
}
.isphonebox{display: none;}
.isphoneboxyd{display:none;}
.ispcbox{display: block;}
.column_wrapper {
  width: 1200px;
  margin: 0 auto;
}
.column_wrapper_qipan{
	width: 1200px;
	  margin: 0 auto;
}
.col_w590_1 {
  width: 590px;
  float: left;
  background-color: #11212e;
}
.col_w590_2 {
  width: 590px;
  float: right;
  background-color: #11212e;
}
.col_w380 {
  float: right;
  width: 380px;
}
.col_w_600{width: 600px;float: left;}
.col_w800 {
  float: left;
  width: 800px;
}
.isphonebox {
  display: none;
}
.ispcbox {
  display: block;
}

.getMore {
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    height: 26px;
    padding-top: 10px;
    background-color: #F5F5F5;
    font-size: 20px;
    color: #666666;
	padding:30px 0;
}

.getMore .clickout {
    display: none;
    cursor: text;
    color: #666666;
    padding-left: 36px;
}

.image img {
  -webkit-transition: transform 1.3s;
  -moz-transition: transform 1.3s;
  -o-transition: transform 1.3s;
  -ms-transition: transform 1.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-perspective: 1000;
  -moz-backface-visibility: hidden;
  -o-perspective: 1000;
  -o-backface-visibility: hidden;
  -ms-perspective: 1000;
  -ms-backface-visibility: hidden;
}
.image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
  -ms-transition: all 1s;
  /* Opera */
}
/* 特色专题 */

.sports18885_ind03{background: #FFFFFF;}
.sports18885_ind03 h3{}
.sports18885_ind03 ul{}
.sports18885_ind03 ul li{margin: 0 auto;position: relative;}
.sports18885_ind03 ul li .image{ width: 360px; height: 203px;margin: 20px 10px 0px 10px;position: relative;display: block;overflow: hidden;}
.sports18885_ind03 ul li .image img{
		width: 100%;
		height: 100%;
		-webkit-transition: transform 1.3s;
		-moz-transition: transform 1.3s;
		-o-transition: transform 1.3s;
		-ms-transition: transform 1.3s;
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
		-moz-perspective: 1000;
		-moz-backface-visibility: hidden;
		-o-perspective: 1000;
		-o-backface-visibility: hidden;
		-ms-perspective: 1000;
		-ms-backface-visibility: hidden;
		/*border-radius:3px ;
		-webkit-border-radius:3px ;
		-moz-border-radius:3px ;
		-ms-border-radius:3px ;
		-o-border-radius:3px ;*/
}
.sports18885_ind03 ul li .image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
    -ms-transition: all 1s;
    /* Opera */
    }
.sports18885_ind03 ul li .image span.img_co{position: absolute;left: 10px;top:26px;width: 70px;height: 30px;/*opacity: 0.8;*/padding-right: 0;display: block;}
.sports18885_ind03 ul li .text{overflow: hidden;padding:20px 15px;}
.sports18885_ind03 ul li .text .right_t{font-size: 20px;width: 350px;overflow: hidden;line-height: 28px; line-height: 25px;float: none;}
.sports18885_ind03 ul li .text .right_t a{}
.sports18885_ind03 ul li .text .right_b{cursor: default;width: 100%;line-height:15px;text-decoration: none;font-size: 14px;color: #999999;margin-top: 15px; height: 15px; overflow: hidden;white-space:nowrap;text-overflow:ellipsis;}
.sports18885_ind03 ul li .text .right_b a{color: #999999;}
.sports18885_ind03 ul li a:hover{color:#2c6493;}
.sports18885_ind03 ul li .bot{height: 25px;padding:15px 10px 40px 15px;}
.sports18885_ind03 ul li .bot .club{float:left;}
.sports18885_ind03 ul li .bot .club a{margin-right: 10px;font-size: 14px;line-height: 20px;display: inline-block;color: #999999;cursor: pointer;}
.sports18885_ind03 ul li .bot .club a:hover{color:#2c6493;}
.sports18885_ind03 ul li .bot .like{float: right;}
.sports18885_ind03 ul li .bot .like {cursor: pointer;float: right;background: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1566972414095866/dyw18929_jctj_zanhui.png) left center no-repeat;height: 22px;padding-left: 31px;line-height: 23px;display: inline-block;color: #666666;position: relative;font-size:14px;}
.sports18885_ind03 ul li .bot .like:hover{ background: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1566972414095866/dyw18929_jctj_zanhover01.png) left center no-repeat ;color: #bf0614;}
.sports18885_ind03 ul li .bot .like.cur {color: #bf0614;float: right;
    background:url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1566972414095866/dyw18929_jctj_zanhover.png) left center no-repeat !important;height: 22px;line-height: 23px;display: inline-block;}
.sports18885_ind03 ul li .bot .like.cur:hover{ background: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1566972414095866/dyw18929_jctj_zanhover.png) left center no-repeat !important;color: #bf0614;}
.sports18885_ind03 ul li .bot .like i{display: inline-block;position: absolute;right: 0px;top: -23px;background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1565315968922641/icon_zan_cur_190822.png) no-repeat;width: 34px;height: 23px;text-align: center;color: #fff;font-size: 12px;line-height: 18px;display: none;}
.sports18885_ind03 ul li .line{height: 1px; width: 360px; background: #f8f8f8;margin: 0 auto;}
.sports18885_ind03 ul li .club a:hover{color:#2c6493;}
.md {
  border: 0px;
  background-color: transparent;
  position: relative;
}
.md .md_hd {
  background: transparent none;
  height: 89px;
  line-height: 89px;
  font-weight: bold;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
}
.md .md_hd .mh_title {
  height: 68px;
  padding-left: 0;
  font-size: 30px;
  margin: 0;
  color: #2f4c69;
  font-weight: bold;
}

.md .md_bd {
  background-color: transparent;
  border: none;
  padding: 0;
}

.model {
  border: 0px;
  background-color: transparent;
  position: relative;
}
.model .model_hd {
  background: #fff none;
  height: 25px;
  line-height: 25px;
  font-weight: bolder;
  text-align: left;
  border: 0;
  margin: 0;
  padding: 12px 0;
  overflow: hidden;
}
.model .model_hd .model_title {
  display: block;
  float: left;
  height: 26px;
  padding-left: 15px;
  font-size: 18px;
  margin: 0;
  color: #333;
  font-weight: bolder;
}
.model .model_hd .model_option {
  float: right;
  margin-right: 20px;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}
.model .model_hd .model_option a {
  text-decoration: none;
  color: #666666;
}
.model .model_hd .model_option a:hover {
  color: #134a85;
}
.model .model_bd {
  background-color: transparent;
  border: none;
  padding: 17px 0 0 0;
  overflow: visible;
}

/* 公用样式 */
.boxShadow {
  box-shadow: 0px 2px 7px #e6e6e6;
}
.boxShadow1 {
  box-shadow: 0px 0px 6px #e6e6e6;
}

/* 导航 */
.header190215 {
  display: none;
}

.car19295_nav {
  width: 100%;
  height: 65px;
  background-color: #333333;
  margin: 0 auto;
}
.car19295_nav .navWidth {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
.car19295_nav.fixednav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.car19295_nav .nav_logo {
  width: 179px;
  height: 76px;
  background-color: #bf0614;
  float: left;
  position: relative;
  z-index: 51;
}
.car19295_nav .swiper-container {
  width: 978px;
  height: 65px;
  padding: 0 0 0 43px;
  float: right;
}
.car19295_nav .swiper-container ul li {
  margin-right: 29px;
  font-size: 16px;
  color: #fff;
  height: 65px;
  line-height: 65px;
  float: left;
  cursor: pointer;
  display: inline-block;
  width: auto;
}
.car19295_nav .swiper-container ul li a {
  color: #fff;
}
.car19295_nav .swiper-container ul li.cur a {
  color: #bf0614;
}
.car19295_nav .swiper-container ul li.cur a,
.car19295_nav .swiper-container ul li:hover a {
  color: #bf0614;
  text-decoration: none;
}
.navvspace {
  height: 1.08rem;
  width: 100%;
  display: none;
}
/* 轮播 */
.car19295_slider {
  height: 450px;
  width: 1200px;
  margin: 0 auto;
}
/*pc*/
.sports18885_ind01 {
  width: 1200px;
  position: relative;
}
.sports18885_ind01 a {
  text-decoration: none;
}
.sports18885_ind01 .plantingvideo {
  height: 450px;
  width: 830px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.sports18885_ind01 .plantingvideo .video {
  height: 450px;
  width: 830px;
  background-color: #000;
}
.sports18885_ind01 .plantingvideo .close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 94px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  font-size: 12px;
  background: transparent url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/video_03.png) no-repeat;
  color: #b10d18;
}
.sports18885_ind01 .plantingvideo .close a {
  color: #b10d18;
  margin-left: 20px;
}
.sports18885_ind01 .plantingimg {
  height: 450px;
  width: 830px;
}
.sports18885_ind01 .plantingimg ul li.plantting_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sports18885_ind01 .plantingimg ul li.plantting_img.cur {
  display: block;
}
.sports18885_ind01 .plantingimg ul li.plantting_img span {
  display: none;
  width: 64px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 20px;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/live_cur_03.png) no-repeat;
}
.sports18885_ind01 .plantingimg ul li.plantting_img .live_con span {
  display: inline-block;
}
.sports18885_ind01 .plantingimg ul li.plantting_img img {
  width: 830px;
  height: 450px;
}
.sports18885_ind01 .plantingimg .plantting_img .list_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 714px;
  margin-right: 42px;
  overflow: hidden;
  height: 406px;
  margin: 22px 58px;
}
.sports18885_ind01 .plantingimg .plantting_img .list_img ul {
  width: 714px;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.sports18885_ind01 .plantingimg .plantting_img .list_img ul.list_img_top {
  top: -203px;
  height: 208px;
}
.sports18885_ind01 .plantingimg .plantting_img .list_img ul.list_img_bottom {
  bottom: -203px;
  height: 198px;
}
.sports18885_ind01 .plantingimg .plantting_img .list_img ul li {
  width: 352px;
  height: 198px;
  float: left;
  position: relative;
  margin-right: 10px;
}
.sports18885_ind01 .plantingimg .plantting_img .play {
  display: block;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/vip_play.png) no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 5;
  bottom: 15px;
  right: 32px;
}
.sports18885_ind01 .plantingimg .plantting_img .play:hover {
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/vip_play1.png) no-repeat;
}
.sports18885_ind01 .plantingimg .plantting_img .list_img ul li .top_img {
  width: 352px;
  height: 198px;
  overflow: hidden;
}
.sports18885_ind01 .plantingimg .plantting_img .list_img ul li .top_img img {
  width: 352px;
  height: 198px;
}
.sports18885_ind01 .plantingimg .plantting_img .list_img ul li .top_text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 0 5px;
  width: 342px;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1549941859564401/bg72.png) repeat;
  height: 36px;
  overflow: hidden;
}
.sports18885_ind01 .plantingimg .plantting_img .list_img ul li .top_text.cur {
}
.sports18885_ind01
  .plantingimg
  .plantting_img
  .list_img
  ul
  li
  .top_text.cur
  .title {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  padding-bottom: 5px;
}
.sports18885_ind01
  .plantingimg
  .plantting_img
  .list_img
  ul
  li
  .top_text.cur
  .title
  a:hvoer {
  color: #eb982a;
}
.sports18885_ind01
  .plantingimg
  .plantting_img
  .list_img
  ul
  li
  .top_text.cur
  .title
  a {
  color: #eb982a;
  font-weight: bold;
}
.sports18885_ind01
  .plantingimg
  .plantting_img
  .list_img
  ul
  li
  .top_text
  .title {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
.sports18885_ind01
  .plantingimg
  .plantting_img
  .list_img
  ul
  li
  .top_text
  .title
  a {
  color: #fff;
}
.sports18885_ind01
  .plantingimg
  .plantting_img
  .list_img
  ul
  li
  .top_text
  .brief {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.sports18885_ind01
  .plantingimg
  .plantting_img
  .list_img
  ul
  li
  .top_text
  .brief
  a {
  color: #fff;
}
.sports18885_ind01 .plantingimg .plantting_img .list_img ul li.last {
  margin-right: 0;
}
.sports18885_ind01 .plantingtext {
  width: 370px;
  height: 450px;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_plantingtext.png) repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.sports18885_ind01 .plantingtext ul {
  padding: 20px 0;
}
.sports18885_ind01 .plantingtext li.planting_column {
  color: #ffffff;
  text-align: left;
  width: 370px;
  height: 56px;
}
.sports18885_ind01 .plantingtext li.planting_column .text {
  color: #ffffff;
  width: 290px;
  padding-left: 40px;
  height: 56px;
}
.sports18885_ind01 .plantingtext li.planting_column h2 {
  font-size: 16px;
  line-height: 56px;
  color: #fff;
  width: 290px;
  overflow: hidden;
  font-weight: normal;
  height: 56px;
  overflow: hidden;
}
.sports18885_ind01 .plantingtext li.planting_column h2 a {
  font-size: 16px;
  color: #fff;
}
.sports18885_ind01 .plantingtext li.planting_column span {
  display: none;
  font-size: 14px;
  line-height: 25px;
  padding-top: 2px;
  color: #fff;
  width: 290px;
  overflow: hidden;
  height: 50px;
}
.sports18885_ind01 .plantingtext li.planting_column span a {
  color: #fff;
}
.sports18885_ind01 .plantingtext li.cur {
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/text_03.png) repeat-y;
  height: 94px;
  padding: 0;
  margin: 20px 0;
}
.sports18885_ind01 .plantingtext li.cur h2 {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  height: 34px;
  overflow: hidden;
}
.sports18885_ind01 .plantingtext li h2 a {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  /*font-weight: bold;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.sports18885_ind01 .plantingtext li.cur h2 a {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.sports18885_ind01 .plantingtext li.cur span {
  display: block;
}
/*phone*/
.lunbo18795_ind01 .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 0.16rem;
  width: 1rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #ffffff;
  z-index: 998;
}
.lunbo18795_ind01
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-duplicate-next {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  transform: scale(0.93);
}
.lunbo18795_ind01 .swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 0.1rem;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: auto !important;
  margin: 0 auto;
  position: relative;
  pointer-events: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  transform: scale(0.93);
}
.lunbo18795_ind01 .swiper-container {
  position: relative;
  padding: 0 6%;
}
.lunbo18795_ind01
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .tit {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.lunbo18795_ind01 .swiper-container .swiper-wrapper .swiper-slide .img {
  position: relative;
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.lunbo18795_ind01 .swiper-pagination .swiper-pagination-current {
  color: #bf0614;
  font-size: 0.4rem;
}
.lunbo18795_ind01 .swiper-container .swiper-wrapper .text p {
  background: url(//p4.img.cctvpic.com/photoAlbum/templet/common/DEPA1563326987184439/lunbobg_xq18886.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 1rem 0 0.2rem;
  font-size: 0.32rem;
  color: #ffffff;
  line-height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lunbo18795_ind01
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.lunbo18795_ind01 .swiper-container .swiper-wrapper i {
  background: #e42626;
  border-radius: 0.05rem;
  -webkit-border-radius: 0.05rem;
  padding: 0 0.06rem;
  line-height: 0.36rem;
  font-size: 0.22rem;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: 0.06rem;
  top: 0.06rem;
}
.lunbo18795_ind01 .swiper-container .swiper-wrapper .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.72rem;
}
.lunbo18795_ind01 .swiper-container .swiper-wrapper img {
  font-size: 0;
  vertical-align: top;
  width: 100%;
  height: auto;
}
.lunbo18795_ind01 .swiper-container .swiper-wrapper a {
  display: block;
  position: relative;
}
.lunbo18795_ind01
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-duplicate-active
  .tit {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.lunbo18795_ind01
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.lunbo18795_ind01 .swiper-container .swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lunbo18795_ind01
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  transform: scale(0.93);
}
.lunbo18795_ind01
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-duplicate-prev {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  transform: scale(0.93);
}
.lunbo18795_ind01 {
  overflow: hidden;
}
.lunbo18795_ind01
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  transform: scale(0.93);
}

/* 综编区 */
.car19295_ind01 {
  margin: 5px 21px 10px;
}
.car19295_ind01 a {
  text-decoration: none;
}
.car19295_ind01 .title {
  line-height: 53px;
  height: 53px;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.car19295_ind01 .title a {
  color: #fff;
}
.car19295_ind01 .title:hover {
  color: #e8b98c;
}
.car19295_ind01 .title:hover a {
  color: #e8b98c;
}
.car19295_ind01 li {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.car19295_ind01 li div {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 478px;
}
.car19295_ind01 li div:first-child {
  color: #e8b98c;
  width: 57px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_label.png) no-repeat center center;
}
.car19295_ind01 li div:first-child a {
  color: #e8b98c;
  display: block;
  width: 100%;
  height: 100%;
}
.car19295_ind01 li a {
  color: #fff;
}
.car19295_ind01 li a:hover {
  color: #e8b98c;
}

/* banner区 */
.car19295_ind02 {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
}

/* 热门车型 */
.car19295_con01 {
  width: 100%;
}
.car19295_con01 a {
  text-decoration: none;
}
.car19295_con01 ul {
  margin-top: 20px;
}
.car19295_con01 ul:first-child {
  margin-top: 0;
}
.car19295_con01 li {
  float: left;
  width: 285px;
  margin-left: 20px;
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none; /*webkit浏览器*/
  -ms-user-select: none; /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;
}
.car19295_con01 li:first-child {
  margin-left: 0;
}
.car19295_con01 li .image {
  height: 160px;
  overflow: hidden;
}
.car19295_con01 li .text {
  height: 134px;
  color: #333333;
  background-color: #fff;
}
.car19295_con01 li .text .title {
  padding: 15px 20px;
  height: 52px;
  line-height: 26px;
  font-size: 18px;
}
.car19295_con01 li .text .label {
  color: #999;
  margin-top: 7px;
  padding: 0 20px;
  height: 30px;
  position: relative;
  line-height: 30px;
  font-size: 14px;
}
.car19295_con01 li .text .label a {
  color: #999;
}
.car19295_con01 li .label span {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 3px;
  display: block;
  width: 26px;
  height: 21px;
  background: #fff url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_xin-moren.png) no-repeat center center;
}
.car19295_con01 li .label span:hover {
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_xin.png);
}
.car19295_con01 li .label span.cur {
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_xin-cur.png);
}
.car19295_con01 li .label i {
  display: block;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/aixin-top.png) no-repeat center center;
  width: 12px;
  height: 10px;
  position: absolute;
  right: 27px;
  top: 8px;
}
.car19295_con01 li .text a {
  color: #333333;
  margin-right: 10px;
}
.car19295_con01 li .text .title:hover {
  color: #134a85;
}
.car19295_con01 li .text .title:hover a,
.car19295_con01 li .text .label a:hover {
  color: #134a85;
}
.car19295_con01 .change {
  display: none;
  line-height: 0.32rem;
  padding: 0.24rem 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  font-size: 0.28rem;
}
.car19295_con01 .change span {
  padding-right: 0.42rem;
  position: relative;
  color: #bf0614;
}
.car19295_con01 .change span i {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.14rem;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_change.jpg) no-repeat center center/0.24rem 0.24rem;
}

/*即将上市*/
.car19295_con02 {
  width: 100%;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_timebg.jpg) no-repeat center top;
  height: 250px;
  text-align: center;
}
.car19295_con02 a {
  text-decoration: none;
  cursor: default;
}
.car19295_con02 .swiper-container {
  height: 100%;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_carbg.jpg) no-repeat center bottom;
}
.car19295_con02 .swiper-slide {
  width: 200px;
  float: left;
}
.car19295_con02 .time {
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #fff;
}
.car19295_con02 .point {
  width: 100%;
  height: 24px;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_point.png) no-repeat center center;
}
.car19295_con02 .title {
  margin-top: 6px;
  height: 27px;
  line-height: 27px;
  color: #333333;
  font-size: 18px;
}
.car19295_con02 .title a {
  color: #333333;
}
.car19295_con02 .money {
  height: 22px;
  line-height: 22px;
  color: #134a85;
  font-size: 14px;
  font-weight: bold;
}
.car19295_con02 .car {
  width: 100%;
  height: 133px;
}
.car19295_con02 .swiper-slide:hover .time {
  font-weight: bold;
}
.car19295_con02 .swiper-slide:hover .point {
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_point_cur.png);
}
.car19295_con02 .swiper-slide:hover .title {
  color: #134a85;
}
.car19295_con02 .swiper-slide:hover .title a {
  color: #134a85;
}
.car19295_con02 .swiper-slide img {
-webkit-transition: transform 1.3s;
-moz-transition: transform 1.3s;
-o-transition: transform 1.3s;
-ms-transition: transform 1.3s;
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
-moz-perspective: 1000;
-moz-backface-visibility: hidden;
-o-perspective: 1000;
-o-backface-visibility: hidden;
-ms-perspective: 1000;
-ms-backface-visibility: hidden;
}
.car19295_con02 .swiper-slide:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transition: all 1s;
  -moz-transition: all 1s;
  /* Firefox 4 */
  -webkit-transition: all 1s;
  /* Safari 和 Chrome */
  -o-transition: all 1s;
  /* Opera */
  -ms-transition: all 1s;
  /* Opera */
}

/* 信息流 */
.car19295_ind03 {
  width: 100%;
  position: relative;
}
.car19295_ind03 a {
  text-decoration: none;
}
.car19295_ind03 .nav_con_tab {
  height: 50px;
}
.car19295_ind03 .nav_con {
  height: 50px;
  position: relative;
  z-index: 40;
}
.car19295_ind03 .tab {
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  z-index: 10;
  width: 800px;
}
.car19295_ind03 .tab a {
  width: 160px;
  display: inline-block;
  vertical-align: top;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #666666;
  background-repeat: no-repeat;
  background-position: 100px center;
}
.car19295_ind03 .tab a.cur {
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_tab.jpg) no-repeat center center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.car19295_ind03 .tab a.sw.cur {
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_tab.jpg);
}
.car19295_ind03 .tab a.sw i {
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/axiala_07.png) !important; display: inline-block; width: 13px; height: 8px; margin-left: 4px;);
}
.car19295_ind03 .tab a.sw.cur.last i {
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/axiala_07_cur_03.png) !important; display: inline-block; width: 13px; height: 8px; margin-left: 4px;);
}
.car19295_ind03 .tab a.sw.cur.more i {
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/axiala_07_cur_03.png) !important; display: inline-block; width: 13px; height: 8px; margin-left: 4px;);
}.car19295_ind03 .tab a.sw.cur i {
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/axiala_07_cur_04.png) !important; display: inline-block; width: 13px; height: 8px; margin-left: 4px;);
}
.car19295_ind03 .tab a.more {
  /*background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_tab.jpg) !important;*/
}
.car19295_ind03 .tab a.more i{
 /*background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/axiala_07_cur_04.png) !important; display: inline-block; width: 13px; height: 8px; margin-left: 4px;*/
}
.car19295_ind03 .tab_more {
  background-color: #fff;
  height: auto;
  display: none;
  z-index: 10;
  width: 800px;
}
.car19295_ind03 .tab_more .list {
  padding: 0 10px;
  padding-top: 20px;
  overflow: hidden;
}
.car19295_ind03 .tab_more a {
  display: inline-block;
  margin: 0 10px;
  width: 134px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 48px;
  height: 48px;
  font-size: 18px;
  text-align: center;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.car19295_ind03 .tab_more a:hover {
  color: #134a85;
  border: 1px solid #134a85;
}

.car19295_ind03 .bot_list {
  width: 100%;
  height: auto;
}
.car19295_ind03 .bot_list li {
  display: none;
  padding: 19px 20px 20px 20px;
  float: left;
  border-bottom: 1px solid #f5f5f5;
  *height: 118px;
  background-color: #fff;
}
.car19295_ind03 .bot_list li.cur {
  display: block;
}
.car19295_ind03 .bot_list li:hover {
  background-color: #f8f8f8;
}
.car19295_ind03 .bot_list .image {
  width: 210px;
  height: 118px;
  float: left;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  background: #e6e6e6 url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_diandi.png) no-repeat center center;
}
.car19295_ind03 .bot_list .image .btn {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  left: 8px;
  bottom: 10px;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/cont_play.png) no-repeat center center;
}
.car19295_ind03 .bot_list .image .small_label {
  position: absolute;
  display: block;
  line-height: 24px;
  height: 24px;
  width: 49px;
  left: 8px;
  top: 5px;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_label1.png) no-repeat center center;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.car19295_ind03 .bot_list .image:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.car19295_ind03 .bot_list .cont {
  float: left;
  height: 118px;
  width: 530px;
  position: relative;
}
.car19295_ind03 .cont .title {
  line-height: 28px;
  font-size: 20px;
  color: #333;
}
.car19295_ind03 .cont .title a {
  color: #333;
  text-decoration: none;
}
.car19295_ind03 .cont .title a:hover {
  color: #134a85;
}
.car19295_ind03 .cont .label {
  position: absolute;
  bottom: 1px;
  left: 0;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.car19295_ind03 .images .cont .label {
  position: absolute;
  bottom: 3px;
  left: 0;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.car19295_ind03 .cont .label a {
  color: #999;
  margin-right: 20px;
}
.car19295_ind03 .cont .label .show_time {
  margin-right: 50px;
  cursor: default;
}
.car19295_ind03 .cont .label a:hover {
  color: #134a85;
  text-decoration: none;
}
.car19295_ind03 .cont .label .show_time:hover {
  color: #999;
}
.car19295_ind03 .cont .share {
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 28px;
}
.car19295_ind03 .share span {
  cursor: pointer;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 8px;
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/share1.png);
  background-repeat: no-repeat;
  float: right;
}
.car19295_ind03 .share span:hover {
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/share2.png);
}
.car19295_ind03 .share .ico1 {
  background-position: 0px 1px;
  position: relative;
}
.car19295_ind03 .share .ico1.cur {
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/share2.png);
  background-position: 0px 1px;
  position: relative;
}
.car19295_ind03 .share .ico1.cur:hover {
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/share2.png);
  background-position: 0px 1px;
  position: relative;
}
.car19295_ind03 .share .ico2 {
  background-position: -34px 1px;
}
.car19295_ind03 .share .ico3 {
  background-position: -68px 1px;
}
.car19295_ind03 .share .ico4 {
  background-position: -103px 1px;
}
.ind01cntvshare_weixin {
  z-index: 100;
  position: absolute;
  width: 150px;
  height: 176px;
  padding: 0;
  margin: 0;
  top: 30px;
  /*left: -64px;*/
  left: -55px;
  text-align: center;
}
.ind01cntvshare_weixin .sharebg {
  background-color: #fff;
  width: 150px;
  height: 168px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.ind01cntvshare_weixin .cntvshare_head {
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/sanjiao.png) no-repeat center top;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  height: 8px;
  position: relative;
  color: #000;
  z-index: 10;
}
.ind01cntvshare_weixin .codeqr {
  padding: 24px 24px 0 24px;
  min-height: 102px;
  position: relative;
  z-index: 110;
}
.ind01cntvshare_weixin .cntvshare_headfoot {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #666;
}

.car19295_ind03 .cont .image_box {
  width: 100%;
  height: 135px;
  margin-top: 20px;
  overflow: hidden;
}
.car19295_ind03 .cont .image_box a {
  display: block;
  width: 240px;
  height: 135px;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 20px;
  float: left;
  position: relative;
}
.car19295_ind03 .cont .image_box a.last {
  margin-right: 0;
}
.car19295_ind03 .cont .image_box a .sml_lab {
  display: block;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/tiyu19222_imgsbg.png) repeat;
  line-height: 23px;
  padding: 0 7px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 4px 0 5px 0;
}

.car19295_ind03 .images {
  width: 760px;
  height: auto !important;
}
.car19295_ind03 .images .image {
  display: none;
}
.car19295_ind03 .images .cont {
  width: 100%;
  height: auto;
  padding-bottom: 44px;
  margin-left: 0;
}
.car19295_ind03 .cont .image {
  display: block;
  width: 100%;
  height: 135px;
}

.car19295_ind03 .ads {
  padding: 20px 0 !important;
  height: 100px;
  width: 100%;
  background-color: #f8f8f8 !important;
  display: none !important;
}
.car19295_ind03 .ads .ads2 {
  display: none;
}

.car19295_ind03 .loading_more {
  height: 30px;
  padding: 22px 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #666;
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 0.04rem;
}
.car19295_ind03 .loading_more span {
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1563326600105320/loadx.png) left center no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin-right: 10px;
  -webkit-animation: mymoveing 1.5s linear infinite;
  -moz-animation: mymoveing 1.5s linear infinite;
  -o-animation: mymoveing 1.5s linear infinite;
  animation: mymoveing 1.5s linear infinite;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: -2px\9;
}

.car19295_ind03 .loading_list {
  height: 30px;
  padding: 200px 0 0 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #666;
  background: #f5f5f5;
  display: none;
}
.car19295_ind03 .loading_list div {
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1563326600105320/loadx.png) center left no-repeat;
  display: block;
  width: 26px;
  height: 26px;
  -webkit-animation: mymoveing 1.5s linear infinite;
  -moz-animation: mymoveing 1.5s linear infinite;
  -o-animation: mymoveing 1.5s linear infinite;
  animation: mymoveing 1.5s linear infinite;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}


/* 背景墙 */
.car19295_ind04{width: 600px; margin: 0 auto;}
.car19295_ind04 .image{width: 296px; height: 166px;float: left;position: relative;overflow: hidden;}
.car19295_ind04 .image .shadow_txt{display:block;width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align: center; font-size: 24px; color:#fff; opacity: 0; filter:alpha(opacity=0); -webkit-filter:alpha(opacity=0); }
.car19295_ind04 .image .shadow_txt:hover{opacity: 1; filter:alpha(opacity=100); -webkit-filter:alpha(opacity=100);}
.car19295_ind04 .image .shadow_txt i{display: inline-block;font-size: 0;height: 100%;width: 0px;vertical-align: middle;}
.car19295_ind04 .image b{display: block;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1606804523714961/img_shadow.png) repeat;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0); 
	/* display: none; */
}
.car19295_ind04 .image b.yiru{
	  -webkit-animation:shadowscale 0.3s linear 1;
	  -moz-animation: shadowscale 0.3s linear 1;
	  -o-animation: shadowscale 0.3s linear 1;
	  animation: shadowscale 0.3s linear 1;
	  opacity: 1;
	  filter:alpha(opacity=100);
	  /*display: block;*/
}
.car19295_ind04 .image:hover b{
	  -webkit-animation: shadowscale 0.3s linear 1;
	  -moz-animation: shadowscale 0.3s linear 1;
	  -o-animation: shadowscale 0.3s linear 1;
	  animation: shadowscale 0.3s linear 1;
	  display: block;
}

@keyframes shadowscale{
	from {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		opacity: 1;
	}
}
@keyframes shadowscale02{
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		opacity: 1;
	}
	to {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		opacity: 0;
	}
}
.car19295_ind04 .image b.likai{
	-webkit-animation: shadowscale02 0.3s linear 1  ;
	-moz-animation: shadowscale02 0.3s linear 1  ;
	-o-animation: shadowscale02 0.3s linear 1 ;
	animation: shadowscale02 0.3s linear 1  ;

}
.car19295_ind04 .image table{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align: center; font-size: 24px; color:#fff; opacity: 0; filter:alpha(opacity=0); -webkit-filter:alpha(opacity=0); }
.car19295_ind04 .image:hover table{ opacity: 1; filter:alpha(opacity=100); -webkit-filter:alpha(opacity=100); }

.car19295_ind04 .image img{width: 100%; height: 100%;}
.car19295_ind04 .image em{position: absolute;left: 10px; bottom: 10px; background: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1606804523714961/guanggao1.png) no-repeat 0 0; width: 35px; height: 20px;}
.car19295_ind04 .text{float: left;width: 304px;}
.car19295_ind04 .text ul li{width: 152px; height: 83px; float: left;font-size: 14px;text-align: center;color: #FFFFFF;position: relative;z-index: 1;}
.car19295_ind04 .text ul li:hover{cursor:pointer; background: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1606804523714961/hover_bjq.png) no-repeat center center;box-shadow:0px 0px 8px rgba(0,0,0,0.5);z-index: 2;}
.car19295_ind04 .text ul li a{display: flex;justify-content: center;align-items: center;; height:100%;}
.car19295_ind04 .text ul li span{display: inline-block;/* background:url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1606804523714961/line_left_03.png) no-repeat bottom left; */ color: #FFFFFF;margin-top: 15px;
    padding-left: 15px;
    padding-bottom: 13px;padding-right: 15px;}
/* .car19295_ind04 .text ul li i{display: inline-block;background:url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1606804523714961/line_right_03.png) no-repeat bottom right;} */
.car19295_ind04 .text ul li.bg01{background-color: #2e54a1;}
.car19295_ind04 .text ul li.bg02{background-color: #27496D;}
.car19295_ind04 .text ul li.bg03{background-color: #0C7B93;}
.car19295_ind04 .text ul li.bg04{background-color: #00A8CC;}




/* 侧飘 */
.car19295_float {
  position: fixed;
  width: 70px;
  right: 30px;
  bottom: 40px;
  z-index: 60;
  display: none;
}
.car19295_float .box {
  width: 68px;
  height: 68px;
  border: 1px solid #fff;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 4px;
}
.car19295_float .box span {
  display: block;
  float: left;
  width: 68px;
  padding-top: 40px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #4c4c4c;
  border-radius: 3px 0 0 3px;
}

.car19295_float .code {
  width: 68px;
  height: 68px;
  float: left;
}
.car19295_float .live_box {
  float: left;
  width: 260px;
  padding: 0 15px;
  background-color: #fff;
}

.car19295_float .live_box .channel {
  line-height: 34px;
  height: 34px;
  width: auto;
  border-bottom: 1px solid #e5e5e5;
}
.car19295_float .channel .logo {
  float: left;
  margin-top: 11px;
  width: 84px;
  height: 14px;
}
.car19295_float .channel .refresh {
  cursor: pointer;
  float: right;
  font-size: 12px;
  color: #333;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/refs.png) no-repeat left center;
  padding-left: 15px;
}
.car19295_float .live_time {
  line-height: 35px;
  font-size: 13px;
  color: #333;
  height: 35px;
  overflow: hidden;
  position: relative;
}
.car19295_float .live_time .liveCon {
  position: absolute;
  top: 0;
  height: 35px;
}
.car19295_float .live_time .time {
  display: block;
  float: left;
  padding-left: 16px;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/time_ico.png) no-repeat left center;
}
.car19295_float .live_time .title {
  display: block;
  float: left;
  padding-left: 10px;
}
.car19295_float .phone {
  width: 68px;
  position: relative;
}
.car19295_float .phone span {
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/code.png) no-repeat center 10px;
}
.car19295_float .phone .code {
  width: 106px;
  padding: 0 10px;
  height: 106px;
  position: absolute;
  left: -126px;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.car19295_float .phone:hover span {
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/code1.png) no-repeat center 10px;
  color: #134a85;
}
.car19295_float .phone:hover .code {
  -webkit-animation: ani_x_fixed_tool_pop 0.3s 0s ease-out forwards;
  -moz-animation: ani_x_fixed_tool_pop 0.3s 0s ease-out forwards;
  -o-animation: ani_x_fixed_tool_pop 0.3s 0s ease-out forwards;
  animation: ani_x_fixed_tool_pop 0.3s 0s ease-out forwards;
  filter: alpha(opacity=100);
  display: block;
}
.car19295_float .goTop {
  cursor: pointer;
  background: #fff url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/gotop.png) no-repeat center center;
}
.car19295_float .goTop:hover {
  background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/gotop1.png);
  color: #134a85;
}
.car19295_float .goTop:hover span {
  color: #134a85;
}

.car19295_gotop {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0.08rem;
  background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/tiyu19222_phone_top.png) no-repeat center center/100% 100%;
  position: fixed;
  bottom: 10%;
  right: 0.24rem;
  display: none;
  z-index: 9;
}

@-webkit-keyframes ani_x_fixed_tool_pop {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes ani_x_fixed_tool_pop {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-o-keyframes ani_x_fixed_tool_pop {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes ani_x_fixed_tool_pop {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes ani_x_fixed_tool_pop {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes mymoveing {
  from {
    transform: rotate(0deg) translateZ(0);
    -ms-transform: rotate(0deg) translateZ(0); /* IE 9 */
    -moz-transform: rotate(0deg) translateZ(0); /* Firefox */
    -webkit-transform: rotate(0deg) translateZ(0); /* Safari 和 Chrome */
    -o-transform: rotate(0deg) translateZ(0);
  }
  to {
    transform: rotate(360deg) translateZ(0);
    -ms-transform: rotate(360deg) translateZ(0); /* IE 9 */
    -moz-transform: rotate(360deg) translateZ(0); /* Firefox */
    -webkit-transform: rotate(360deg) translateZ(0); /* Safari 和 Chrome */
    -o-transform: rotate(360deg) translateZ(0);
  }
}

@-webkit-keyframes mymoveing /*Safari and Chrome*/ {
  from {
    transform: rotate(0deg) translateZ(0);
    -ms-transform: rotate(0deg) translateZ(0); /* IE 9 */
    -moz-transform: rotate(0deg) translateZ(0); /* Firefox */
    -webkit-transform: rotate(0deg) translateZ(0); /* Safari 和 Chrome */
    -o-transform: rotate(0deg) translateZ(0);
  }
  to {
    transform: rotate(360deg) translateZ(0);
    -ms-transform: rotate(360deg) translateZ(0); /* IE 9 */
    -moz-transform: rotate(360deg) translateZ(0); /* Firefox */
    -webkit-transform: rotate(360deg) translateZ(0); /* Safari 和 Chrome */
    -o-transform: rotate(360deg) translateZ(0);
  }
}

/** 专家解读模块 **/
.car19295_con03 {
  width: 100%;
}
.car19295_con03 li {
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 16px 0;
}
.car19295_con03 li:first-child {
  margin-top: 0;
}
.car19295_con03 li:first-child.cur {
  padding: 0px 10px 0;
}
.car19295_con03 .title {
  padding-left: 20px;
  color: #333;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.car19295_con03 .title a {
  color: #333;
  text-decoration: none;
}
.car19295_con03 .title a:hover {
  color: #134a85;
  text-decoration: none;
}
.car19295_con03 .title a.yidong{display: none;}
.car19295_con03 li.cur {
  padding: 16px 10px 0;
  height: auto;
  width: auto;
  margin: 0;
}
.car19295_con03 li.cur .title {
  white-space: inherit;
  overflow: visible;
  text-overflow: inherit;
}
.car19295_con03 .image {
  width: 360px;
  height: 203px;
  display: none;
  position: relative;
  overflow: hidden;
}
.car19295_con03 .image .label {
  line-height: 30px;
  padding: 0 6px;
  background: #bf0614;
  border-radius: 4px;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 15px;
  color: #fff;
}
.car19295_con03 .cur .image {
  display: block;
}
.car19295_con03 .cur .title {
  line-height: 28px;
  font-size: 20px;
  color: #333;
  padding: 16px 0 0 5px;
  padding-bottom: 47px;
  /*white-space: inherit;*/
  white-space: normal;
  overflow: visible;
  text-overflow: inherit;
}
.car19295_con03 .tabs {
  display: none;
  position: absolute;
  left: 5px;
  bottom: 16px;
  line-height: 21px;
  color: #999;
  font-size: 14px;
}
.car19295_con03 .tabs a {
  color: #999;
  text-decoration: none;
  margin-right: 10px;
}
.car19295_con03 .tabs a:hover {
  color: #999;
  text-decoration: none;
}
.car19295_con03 .cur .tabs {
  display: block;
}
.car19295_con03 .last {
  padding-bottom: 16px;
}
.car19295_con03 .last,
.car19295_con03 .last.cur {
  margin-bottom: 0;
}

/*移动端标题*/
.car19295_title {
  display: none;
}

/*原创名栏*/
.car19295_con04 {
  width: 100%;
}
.car19295_con04 ul {
  margin-top: 10px;
  float: left;
}
.car19295_con04 ul li {
  margin-right: 10px;
  width: 185px;
  height: 90px;
  float: left;
  overflow: hidden;
}
.car19295_con04 ul li.last {
  margin-right: 0;
}

/*专题策划*/
.car19295_con05 {
  width: 100%;
}
.car19295_con05 li {
  margin-top: 10px;
  width: 100%;
  height: 214px;
  overflow: hidden;
}

.footer {
  display: none;
}
/*移动端底通*/
.ind_search {
  width: 93.6%;
  margin: 0.2rem auto;
}
.ind_search .search_area {
  width: 100%;
  overflow: hidden;
}
.ind_search .search_area input {
  outline: none;
  float: left;
  width: 88.7%;
  height: 0.78rem;
  padding: 0.18rem 0 0.18rem 0.12rem;
  border: 1px solid #bf0614;
  font-size: 0.28rem;
  color: #999999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-appearance: none; /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}
.ind_search .search_area .search_btn {
  display: block;
  width: 100%;
  height: 0.78rem;
  background-color: #21448c;
  background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1563326987184439/search_xq18886.png) no-repeat center center;
  background-size: 0.48rem 0.48rem;
}
.ind_search .search_area .search_btn_box {
  float: left;
  width: 11.26%;
  height: 0.78rem;
  background-color: #bf0614;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ind_search {
  display: none;
}
#footer {
  width: 100%;
  background-color: #444444;
  display: none;
}
#footer p span {
  padding: 0 0.16rem;
}
#footer p {
  color: #ffffff;
  font-size: 0.22rem;
  line-height: 0.24rem;
  text-align: center;
  padding-bottom: 0.38rem;
}
#footer .link {
  padding: 0.4rem 0 0.38rem;
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
}
#footer .link a {
  color: #ffffff;
  padding: 0 0.2rem;
}

@media screen and (max-width: 1025px) {
  body {
    font-family: "PingFang SC", "PingFang TC", "Microsoft YaHei", "STHeiti", arial, helvetica, sans-serif;
  }
  a {
    text-decoration: none;
    outline: none;
  }
  a:link {
    text-decoration: none;
  }
  a:visited {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  a:active {
    text-decoration: none;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    font-size: 50px;
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
  }
  .page_wrap {
    background: none;
    background-color: #f9f9f9;
  }
  .column_wrapper {
    width: 100%;
  }
   .column_wrapper_qipan {
      width: 93.6%;
	  display: none;
    }
  .col_w590_1 {
    width: 100%;
    background: transparent;
  }
  .col_w590_2 {
    display: none;
  }
  .col_w380 {
    float: none;
    width: 100%;
  }
  .col_w800 {
    float: none;
    width: 100%;
  }
  .vspace {
    display: none;
  }
  .md,
  .model,
  .car19295_title {
    width: 93.6%;
    margin: 0 auto;
    background-color: transparent;
  }
  .md .md_hd,
  .model .model_hd,
  .car19295_title {
    line-height: 1.19rem;
    height: 1.19rem;
    position: relative;
    padding: 0;
    background-color: transparent;
  }
  .md .md_hd .mh_title,
  .model .model_hd .model_title,
  .car19295_title .title {
    float: left;
    line-height: 0.43rem;
    height: auto;
    padding: 0.38rem 0;
    font-size: 0.39rem;
    padding-left: 0.15rem;
    font-weight: normal;
    color: #333333;
  }
  .md .md_hd::before,
  .model .model_hd::before,
  .car19295_title::before {
    content: "";
    width: 0.04rem;
    height: 0.38rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.19rem;
    background-color: #bf0614;
  }
  .model .model_hd .model_option,
  .car19295_title .option {
    color: #666666;
    margin-right: 0;
    font-size: 0.27rem;
    float: right;
    font-family: sans-serif;
  }
  .model .model_hd .model_option a,
  .car19295_title .option a {
    color: #666666;
    display: block;
    height: 100%;
  }
  .model .model_hd .model_option a:hover,
  .car19295_title .option a:hover {
    color: #666666;
  }
  .md .md_bd,
  .model .model_bd {
    padding-bottom: 0 !important;
    padding: 0;
  }
  .isphonebox {
    display: block;
  }
  .car19295_gotop.isphonebox {
    display: none;
  }
  .ispcbox {
    display: none;
  }
  .footer {
    display: block;
  }
.md .md_hd.special0724{width: 93.6%;margin: 0 auto;}
.getMore{height: 0.665rem; margin:0 auto;line-height: 0.665rem; padding:5px 40px 0px 0px !important;text-align: center;font-size:0.28rem;background-color: #fff;width: 93.6%;/*border-left: 0.24rem solid #f7f7f7;border-right: 0.24rem solid #f7f7f7;*/padding: 5px 0px !important;border-radius:0.03rem; -webkit-border-radius:0.03rem;}
.getMore .clickout{display:inline-block; padding-left:0px;}
  .image:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    /* Opera */
  }

  /* 导航 */
  .header190215 {
    height: 0.88rem;
    background-color: #333333;
    display: block;
  }
  .header190215 .homepage {
    float: left;
    width: 1.83rem;
    height: 0.88rem;
    margin-left: 0.24rem;
  }
  .header190215 .homepage a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1548732472557170/logo_shouyang_20190129.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .header190215 .twopage {
    font-size: 0.4rem;
    color: #fff;
    line-height: 0.88rem;
  }
  .header190215 .twopage a {
    float: left;
    position: relative;
    left: 0.24rem;
    color: #fff;
    font-weight: bold;
    display: block;
  }
  .header190215 .headmenu {
    float: right;
    width: 0.92rem;
    height: 100%;
  }
  .header190215 .headmenu a {
    display: block;
    background: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1548732472557170/icon_menu_190215.png) no-repeat;
    background-size: 0.48rem;
    width: 0.72rem;
    background-position: right top;
    height: 0.48rem;
    position: relative;
    top: 0.2rem;
  }

  .car19295_nav {
    position: relative;
    height: 1.08rem;
    background-color: #f9f9f9;
    overflow: hidden;
  }
  .car19295_nav .navWidth {
    width: 100%;
    height: 1.08rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 899;
  }
  .car19295_nav .nav_logo {
    display: none;
  }
  .car19295_nav .icon_menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.78rem;
    height: 1.08rem;
    background: #f7f7f7 url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/tiyu19222_nav_more.png) no-repeat center center/0.3rem 0.3rem;
  }
  .car19295_nav .icon_menu a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .car19295_nav .swiper-container {
    position: relative;
    width: 100%;
    padding: 0;
    height: 1.08rem;
  }
  .car19295_nav .swiper-container ul {
    white-space: nowrap;
    width: 9999px;
  }
  .car19295_nav .swiper-container ul li {
    cursor: pointer;
    float: none;
    display: inline-block;
    margin-right: 0;
    font-size: 0.32rem;
    line-height: 1.08rem;
    height: 1.08rem;
    padding: 0rem 0.3rem;
    color: #000000;
  }
  .car19295_nav .swiper-container ul li a {
    color: #000000;
  }
	.car19295_nav .swiper-container ul li:hover a{
		 color: #000000;
	}
  .car19295_nav .swiper-container ul li a:hover {
    color: #000000;
  }
  .car19295_nav .swiper-container ul li:first-of-type {
    padding-left: 0.26rem;
  }
  .car19295_nav .swiper-container ul li:last-of-type {
    padding-right: 0.26rem;
  }
  .car19295_nav .swiper-container ul li.cur {
    color: #bf0614;
  }
  .car19295_nav .swiper-container ul li.cur a {
    color: #bf0614;
  }
  .car19295_nav .swiper-container ul li .box {
    position: relative;
  }
  .car19295_nav .swiper-container ul li .box .hot {
    display: none;
    position: absolute;
    top: -0.24rem;
    right: -0.54rem;
    padding: 0 0.06rem;
    text-align: center;
    border-radius: 0.28rem;
    background: #e42626;
    background-clip: padding-box;
    font-size: 0.22rem;
    color: #fff;
    font-weight: normal;
    line-height: 0.36rem;
    height: 0.36rem;
    overflow: hidden;
  }

  /* 轮播 */
  .car19295_slider {
    height: auto;
    width: 100%;
  }

  /* 综编区 */
  .car19295_ind01 {
    width: 93.6%;
    background: #fff url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_listbg.png) no-repeat center bottom/100% auto;
    margin: 0.2rem auto;
    border-radius: 0.04rem;
    padding: 0.19rem 0;
  }
  .car19295_ind01 .title {
    width: 94.3%;
    margin: 0 auto;
    line-height: 0.63rem;
    height: 0.63rem;
    font-size: 0.26rem;
    color: #333333;
  }
  .car19295_ind01 .title a {
    color: #333333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .car19295_ind01 .title:hover {
    color: #333333;
  }
  .car19295_ind01 .title:hover a {
    color: #333333;
  }
  .car19295_ind01 li {
    width: 94.3%;
    margin: 0 auto;
    line-height: 0.63rem;
    height: 0.63rem;
    font-size: 0.26rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .car19295_ind01 li div:first-child {
    display: none;
  }
  .car19295_ind01 li div {
    width: 100%;
  }
  .car19295_ind01 li a {
    color: #333333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .car19295_ind01 li a:hover {
    color: #333333;
  }
  /* banner区 */
  .car19295_ind02 {
    width: 93.6%;
    margin: 0 auto;
    height: auto;
    border-radius: 0.04rem;
  }
  .car19295_ind02 img {
    border-radius: 0.06rem;
  }
  /* 热门车型 */
  .car19295_con01 ul {
    margin-top: 0;
  }
  .car19295_con01 ul:nth-child(2) {
    display: none;
  }
  .car19295_con01 li {
    width: 48.6%;
    margin-left: 2.8%;
    margin-bottom: 0.2rem;
    border-radius: 0.04rem;
    overflow: hidden;
  }
  .car19295_con01 li .image {
    height: 1.92rem;
  }
  .car19295_con01 li .image img {
    border-radius: 0.04rem;
  }
  .car19295_con01 li .text {
    height: 2.21rem;
  }
  .car19295_con01 li .text a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .car19295_con01 li .text a:hover {
    color: #333333;
  }
  .car19295_con01 li .text .title {
    padding: 0.14rem 0.22rem;
    line-height: 0.48rem;
    height: 0.96rem;
    font-size: 0.3rem;
  }
  .car19295_con01 li .text .title:hover {
    color: #333333;
  }
  .car19295_con01 li .text .title:hover a,
  .car19295_con01 li .text .label a:hover {
    color: #333333;
  }
  .car19295_con01 li .text .label {
    margin-top: 0.3rem;
    line-height: 0.48rem;
    font-size: 0.26rem;
    height: 0.48rem;
    padding: 0 0.22rem;
  }
  .car19295_con01 li .label span {
    display: none;
  }
  .car19295_con01 li .label i {
    display: none;
  }
  .car19295_con01 li.phone_cur {
    margin-left: 0;
  }
  .car19295_con01 .change {
    display: block;
    border-radius: 0.04rem;
    overflow: hidden;
  }

  /*即将上市*/
  .car19295_con02 {
    background: none;
    height: 3.85rem;
  }
  .car19295_con02 .swiper-wrapper {
    display: -webkit-box;
    height: 100%;
    width: 100%;
  }
  .car19295_con02 .swiper-container {
    background: none;
  }
  .car19295_con02 .swiper-slide {
    border-radius: 0.04rem;
    overflow: hidden;
    width: 37%;
    margin-left: 3.2%;
    height: 0.86rem;
    padding: 1.97rem 0 0.97rem;
    position: relative;
    border-bottom: 0.04rem solid #2f4d69;
    background: #fff url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_carbg1.png) no-repeat center bottom/100% auto;
  }
  .car19295_con02 .swiper-slide:last-child {
    margin-right: 3.2%;
  }
  .car19295_con02 .point {
    display: none;
  }
  .car19295_con02 .car {
    width: 100%;
    height: 1.97rem;
    position: absolute;
    top: 0;
    background: #fff;
  }
  .car19295_con02 .title {
    margin-top: 0;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.26rem;
  }
  .car19295_con02 .title a:hover {
    color: #333333;
  }
  .car19295_con02 .money {
    height: 0.4rem;
    line-height: 0.4rem;
    color: #bf0614;
    font-size: 0.22rem;
  }
  .car19295_con02 .time {
    width: 1.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.17rem;
    color: #fff;
    background: #2f4d67;
    position: absolute;
    left: 50%;
    margin-left: -0.55rem;
    border-radius: 0.4rem;
    bottom: 0.36rem;
  }
  .car19295_con02 .swiper-slide:hover .time {
    font-weight: normal;
  }
  .car19295_con02 .swiper-slide:hover .point {
    background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/car19295_point.png);
  }
  .car19295_con02 .swiper-slide:hover .title {
    color: #333333;
  }
  .car19295_con02 .swiper-slide:hover .title a {
    color: #333333;
  }
  .car19295_con02 .swiper-slide:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  /* 信息流 */
  .car19295_ind03 {
    margin: 0 auto;
  }
  .car19295_ind03 .nav_con_tab {
    display: none;
  }
  .car19295_ind03 .cont .share {
    display: none;
  }
  .car19295_ind03 .bot_list ul {
    background-color: #f7f7f7;
    padding: 0 0.24rem;
  }
  .car19295_ind03 .bot_list li {
    min-height: 1.5rem;
    margin-bottom: 0.2rem;
    background-color: #fff;
    padding: 0;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    border-top: 0;
    position: relative;
    overflow: visible;
  }
  .car19295_ind03 .bot_list li:hover {
    padding: 0;
    background: #fff;
  }
  .car19295_ind03 .bot_list li .image {
    float: left;
    width: 37.74%;
    min-height: 1.5rem;
    height: auto;
    border-radius: 3px;
    overflow: visible;
    position: relative;
    margin-right: 0;
    background-size: 60% auto;
  }
  .car19295_ind03 .bot_list li .image a {
    display: block;
  }
  .car19295_ind03 .bot_list li .image img {
    border-radius: 0.08rem;
    display: block;
  }
  .car19295_ind03 .bot_list .image .small_label {
    left: 0.1rem;
    top: 0.1rem;
    width: 0.82rem;
    height: auto;
    padding: 0.07rem 0;
    line-height: 0.28rem;
    font-size: 0.24rem;
    border-radius: 0.04rem;
    overflow: hidden;
    background-size: 100% 100%;
  }
  .car19295_ind03 .bot_list .image .btn {
    position: absolute;
    display: block;
    width: 0.38rem;
    height: 0.38rem;
    left: 0.1rem;
    bottom: 0.1rem;
    background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/cont_play.png) no-repeat center center/0.38rem 0.38rem;
  }
  .car19295_ind03 .bot_list li .cont {
    width: 56.4%;
    float: left;
    margin: 0 2.8%;
    height: 100%;
    position: static;
  }
  .car19295_ind03 .bot_list li .cont .title {
    line-height: 0.5rem;
    font-size: 0.32rem;
    color: #333;
  }
  .car19295_ind03 .bot_list li .cont .title a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .car19295_ind03 .bot_list li .cont .title a:hover {
    color: #333;
  }
  .car19295_ind03 .bot_list li .cont .label {
    position: absolute;
    left: auto;
    bottom: 0;
    line-height: 0.5rem;
    font-size: 0.22rem;
    color: #999;
  }
  .car19295_ind03 .bot_list li .cont .label a {
    color: #999;
    margin-right: 0.2rem;
	-webkit-tap-highlight-color:transparent;
  }
  .car19295_ind03 .bot_list li .cont .label a:hover {
    color: #999;
  }

  .car19295_ind03 .images {
    width: 100%;
    height: auto !important;
    padding: 1.37rem 0 0.1rem 0 !important;
    position: relative;
  }
  .car19295_ind03 .images .image {
    display: none;
  }
  .car19295_ind03 .bot_list li.images {
    min-height: auto;
  }
  .car19295_ind03 .bot_list li.images .cont {
    position: static;
  }
  .car19295_ind03 .bot_list li.images .cont .image_box a.last {
    margin-right: 0;
  }
  .car19295_ind03 .cont .image_box {
    width: 100%;
    height: auto;
    overflow: visible;
    position: absolute;
    top: 0;
    margin-top: 0;
  }
  .car19295_ind03 .cont .image_box a {
    display: block;
    width: 32.33%;
    overflow: visible;
    border-radius: 3px;
    margin-right: 1.505%;
    float: left;
    position: relative;
    min-height: auto;
  }
  .car19295_ind03 .cont .image_box a.last {
    margin-right: 0;
  }
  .car19295_ind03 .bot_list li.images .title {
    padding: 0 0.2rem;
    line-height: 0.51rem;
  }
  .car19295_ind03 .bot_list li.images .label {
    position: static;
    padding-left: 0.2rem;
  }
  .car19295_ind03 .bot_list li.images .cont {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .car19295_ind03 .bot_list li.images .sml_lab {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.28rem;
    line-height: 0.28rem;
    padding: 0 0.14rem;
    border-radius: 3px 0;
    font-size: 0.16rem;
    color: #fff;
    display: block;
    background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/tiyu19222_imgsbg.png) repeat;
  }

  .car19295_ind03 .bot_list li.ads {
    height: 3.95rem;
    width: 100%;
    padding: 0 !important;
    display: block !important;
  }
  .car19295_ind03 .bot_list li.ads .ads1 {
    display: none;
  }
  .car19295_ind03 .bot_list li.ads .ads2 {
    display: block;
  }

  .car19295_ind03 .loading_more {
    height: 0.865rem;
    line-height: 0.865rem;
    padding: 0;
    text-align: center;
    font-size: 0.28rem;
    color: #666;
    margin: 0 0 0.2rem 0;
    background-color: #fff;
    width: 93.6%;
    border: 0;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0.04rem;
  }
  .car19295_ind03 .loading_more span {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1594794506136937/tiyu19222_phone_more.gif) no-repeat center center/0.28rem 0.28rem;
    vertical-align: middle;
    margin-right: 0.1rem;
    position: relative;
    top: -0.01rem;
    animation: none;
  }
  
  .isphoneboxyd{display: block; /*margin: 0.2rem auto;*/margin: 0.2rem auto 0.4rem;}

	.sports18885_ind03 ul li .image img{border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;}
		
		/* 背景墙 */
		.col_w_600{width: 50%;}
		.car19295_ind04{width: auto;margin: .4rem 0;}
		.car19295_ind04 .text{width: 100%;}
		.car19295_ind04 .image{display: none;}
		.car19295_ind04 .text ul li{width: 50%; height: .76rem;font-size: .2rem;box-sizing: border-box;}
		.car19295_ind04 .text ul li:hover{box-shadow: none;background-image: none;}
		.car19295_ind04 .text ul li i{background: none;width: 100%; height: 100%;display: flex;justify-content: center;align-items: center;}
		.car19295_ind04 .text ul li span{margin: 0;padding: 0; width: 1rem;background:none;background: url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1606804523714961/bjqyd_icon.png) no-repeat left center; padding-left: .28rem; background-size: .23rem .14rem;}
		
		/* 排行榜 */
		.sports18885_ind03 ul li .text{display: none;}
		.sports18885_ind03 ul li .bot{display: none;}
		.sports18885_ind03 ul li .line{display: none;}
		.sports18885_ind03{background: none;margin-bottom: 0.4rem;}
		.sports18885_ind03 ul li .image{width: 100%; height: 100%;padding: 0;margin: 0;}
		.sports18885_ind03 ul li .image span.img_co{display: none;}
		.sports18885_ind03 ul li .image a{display: block;width: 100%; height: 100%;}
		.sports18885_ind03 ul li .image:hover img{-webkit-transform:none;-ms-transform:none;transform:none;}
		.sports18885_ind03 ul{/* margin-left: -.2rem; */}
		.sports18885_ind03 ul li{width:3.8rem; height:2.13rem; margin: 0 .2rem 0 0;}
		.sports18885_ind03 ul li:last-child{margin-right:0;}
  /** 专家解读模块 **/
  .car19295_con03 {
    width: 100%;
  }
  .car19295_con03 li {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    display: none;
    border-radius: 0.04rem;
    overflow: hidden;
  }
  .car19295_con03 li:first-child {
    display: block;
  }
  .car19295_con03 li.cur {
    padding: 0;
    height: auto;
    width: auto;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    border-radius: 0.04rem;
  }
  .car19295_con03 li:first-child.cur {
    padding: 0;
  }
  .car19295_con03 .image {
    width: 100%;
    height: 3.94rem;
    display: none;
    position: relative;
    overflow: hidden;
  }
  .car19295_con03 .image img {
    border-radius: 0.04rem;
  }
  .car19295_con03 .image:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 1s;
  }
  .car19295_con03 .image .label {
    line-height: 0.28rem;
    padding: 0.1rem 0.15rem;
    left: 0.12rem;
    top: 0.12rem;
    font-size: 0.24rem;
  }
  .car19295_con03 .cur .title {
    line-height: 0.48rem;
    font-size: 0.32rem;
    color: #333;
    padding: 0.18rem 0.28rem 0.9rem;
  }
  .car19295_con03 .cur .title .tit {
    line-height: 0.48rem;
    height: 0.96rem;
    display: block;
  }
  .car19295_con03 .cur .title .tit:hover {
    color: #333;
  }
  .car19295_con03 .tabs {
    display: none;
    position: absolute;
    left: 0.28rem;
    right: 0.28rem;
    bottom: 0.19rem;
    color: #999;
    font-size: 14px;
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .car19295_con03 .title a:hover {
    color: #333;
  }
  .car19295_con03 .title a.pcduan{display: none !important;}
  .car19295_con03 .title a.yidong{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
  .car19295_con03 .tabs a {
    color: #999;
    text-decoration: none;
    margin-right: 10px;
    display: inline;
    font-size: 0.28rem;
  }
  .car19295_con03 .tabs a:hover {
    color: #999;
    text-decoration: none;
  }
  .car19295_con03 .cur .tabs {
    display: block;
  }

  /* 低通 */
  .ind_search {
    display: block;
  }
  .nav_wrapper_bg,
  #page_bottom {
    display: none;
  }
}

