.img--wrapper img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}
.img--wrapper .tip {
  padding: .2em;
  height: 17px;
  line-height: 1;
  font-size: 10px;
  background: #f60;
  border: .5px solid hsla(0, 0%, 100%, .5);
  color: #fff;
  text-align: left;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 3;
  border-radius: 4px
}
ul li .li_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  line-height: 1.375;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0
}
ul li .li_desc p {
  width: 100%;
  line-height: inherit;
  overflow: hidden;
  max-height: 22px;
  text-align: center;
  font-weight: bold;
}
.pointList .mark .headLine, .pointList ul li.mark p, .model_List ul.model_articleList li.mark p, .flashListing ul li.mark p.desc_title {
  color: #f60;
}
ul li .img--wrapper:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
ul li .content_desc a:hover {
  color: inherit
}
body main ul li p:hover, body ul li .li_desc p:hover {
  color: #f60;
  -webkit-transition: color .2s ease-in .2s;
  transition: color .2s ease-in .2s
}
.main_content .banner:first-child .img--wrapper {
  margin-top: 20px;
}
.autoModel {
  background: #fff;
  min-height: 160px
}
.autoModel .model_wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 20px
}
.autoModel .List_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  color: #000;
  text-align: center;
  margin: 0 auto 16px
}
.autoModel .List_ul li.model_li:hover {
  background: #f5f5f5;
  color: #f60;
  -webkit-transition: all .2s ease-in .2s;
  transition: all .2s ease-in .2s
}
.autoModel .List_ul li a {
  height: 60px;
  padding-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.autoModel .List_ul li p {
  line-height: 60px;
  color: inherit
}
.autoModel .List_ul li .img--wrapper {
  width: 70px;
  height: 56px;
  margin-right: 10px
}
.autoModel .List_ul li:first-of-type .img--wrapper {
  background: url(../images/car-01.png) no-repeat 50%;
  background-size: contain
}
.autoModel .List_ul li:nth-of-type(2) .img--wrapper {
  background: url(../images/car-02.png) no-repeat 50%;
  background-size: contain
}
.autoModel .List_ul li:nth-of-type(3) .img--wrapper {
  background: url(../images/car-03.png) no-repeat 50%;
  background-size: contain
}
.autoModel .List_ul li:nth-of-type(4) .img--wrapper {
  background: url(../images/car-04.png) no-repeat 50%;
  background-size: contain
}
.autoModel .List_ul li:nth-of-type(5) .img--wrapper {
  background: url(../images/car-05.png) no-repeat 50%;
  background-size: contain
}
.autoModel .List_ul li:nth-of-type(6) .img--wrapper {
  background: url(../images/car-06.png) no-repeat 50%;
  background-size: contain
}
.autoModel .List_ul li:nth-of-type(7) .img--wrapper {
  background: url(../images/car-07.png) no-repeat 50%;
  background-size: contain
}
.autoModel .List_ul li:nth-of-type(8) .img--wrapper {
  background: url(../images/car-08.png) no-repeat 50%;
  background-size: contain
}
.autoModel .List_ul li:nth-of-type(9) .img--wrapper {
  background: url(../images/car-09.png) no-repeat 50%;
  background-size: contain
}
.autoModel .tab_nav {
  position: relative
}
.autoModel .tab_nav > ul {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2
}
.autoModel .tab_nav > ul > li {
  display: inline-block;
  line-height: 36px;
  font-size: 16px;
  color: #333
}
.autoModel .tab_nav li.active, .autoModel .tab_nav li a:hover {
  color: #ff6c17;
  font-weight: 700
}
.autoModel .tab_nav li a:focus, .autoModel .tab_nav li a:visited {
  color: inherit
}
.autoModel .tab_nav > ul > li:not(:last-of-type) {
  margin-right: 30px;
  position: relative
}
.autoModel .tab_nav > ul > li:not(:last-of-type).active:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -13px;
  left: 0;
  border-bottom: 2px solid #ff6c17
}
.autoModel .tab_nav li.nav_select--wrapper {
  min-width: 582px;
  position: absolute;
  top: 0;
  right: 0
}
.autoModel .tab_nav li.nav_select--wrapper .li_newModels {
  display: inline-block;
  width: 78px;
  height: 36px;
  margin-right: 26px;
}
.autoModel .tab_nav li.nav_select--wrapper .li_newModels .li_wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 78px;
  height: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.autoModel .tab_nav li.nav_select--wrapper .li_newModels .li_wrapper img {
  height: 20px;
}
.autoModel .tab_nav li .select--wrapper {
  display: inline-block;
  vertical-align: top;
  min-width: 192px;
}
.autoModel .tab_nav li .select--wrapper .am-selected.am-dropdown {
  vertical-align: top
}
.autoModel .quickSelect--wrapper .button {
  height: 35px;
  color: #9e9e9e;
  border-color: #9e9e9e
}
.autoModel .quickSelect--wrapper .select_content {
  margin: 8.5px 0 0
}
.autoModel .quickSelect--wrapper.active .button {
  background: #fff
}
.autoModel .quickSelect--wrapper .select_content {
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none
}
.autoModel .am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
  background: #fff
}
.autoModel .am-dropdown-content {
  border-color: #e9e9e9
}
.am-dropdown-content:before, .autoModel .am-dropdown-content:after {
  display: none
}
.autoModel .am-selected-list li.am-checked .am-icon-check {
  color: #f60
}
.autoModel .tab_nav li .select--wrapper .quickSelect--wrapper .button:before {
  color: #9e9e9e;
  top: 9px
}
.autoModel .tab_nav li .select--wrapper select {
  display: none
}
.autoModel .tab_nav .am-btn-default {
  height: 35px;
  font-size: 14px;
  color: #d0d0d0;
  border-color: #dcdcdc
}
.autoModel .tab_nav .nav_select--wrapper.selected .am-btn-default {
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
  color: #d0d0d0
}
.autoModel .tab_nav .am-selected-btn {
  padding: 8px 16px 8px 10px;
  line-height: 1.212;
  border-radius: 4px
}
.autoModel .tab_nav .am-selected-btn .am-selected-icon {
  font-size: 16px;
  color: #d0d0d0;
  vertical-align: text-bottom
}
.autoModel .tab_nav li.nav_select--wrapper .select_button {
  display: inline-block;
  vertical-align: top;
  width: 72px;
  height: 35.5px;
  border: none;
  background: #f60;
  color: #fff;
  font-size: 16px;
  line-height: 35.5px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}
.autoModel .tab_nav li.nav_select--wrapper .select_button:hover {
  font-weight: 400
}
.autoModel .tab_nav li.nav_select--wrapper .select_button:focus {
  outline: none
}
.autoModel .tab_panel_ul {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.autoModel .tab_panel_ul.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.autoModel .tab_panel_ul li {
  width: 10%;
  border-bottom: 1px solid #f2f2f2
}
.autoModel .tab_panel_ul li:not(:nth-of-type(10n+10)) {
  padding-right: 23px
}
.autoModel .tab_panel_ul .li_wrapper {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.autoModel .tab_panel_ul:not(:last-of-type) li img {
  width: 100%;
  display: block
}
.autoModel .desc_name {
  font-size: 14px;
  font-weight: 400;
  font-family: Microsoft YaHei, 微软雅黑, PingFangSC-Regular;
  color: #333;
  max-width: 100%;
  line-height: 1.4285;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px
}
.autoModel .desc_name:hover {
  color: #f60;
  -webkit-transition: color .2s ease-in .2s;
  transition: color .2s ease-in .2s
}
.autoModel .disc_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  height: 12px;
  line-height: 1;
  margin-right: 2px
}
.autoModel .disc_wrapper span {
  font-size: 12px;
  color: #898989
}
.autoModel span.desc_division {
  margin: 0 5px
}
.autoModel .descContainer {
  width: 100%;
  text-align: center
}
.autoModel .tab_panel_ul:last-of-type .series_name {
  font-size: 14px;
  color: #282828;
  margin-top: 15px;
  line-height: 1;
  max-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}
.recommendModel .model--wrapper {
  height: 90px;
  background: #f7fafe;
  margin-bottom: 20px;
  border-radius: 6px
}
.recommendModel .model--wrapper .wrapper_ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%
}
.recommendModel .model--wrapper li {
  -webkit-flex-basis: 105px;
  -ms-flex-preferred-size: 105px;
  flex-basis: 105px;
  position: relative;
  height: 100%
}
.recommendModel .model--wrapper li .img--wrapper {
  height: 70px
}
.recommendModel .model--wrapper li p.li_name {
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  color: #666;
  line-height: 1.4166;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.recommendModel .model--wrapper li:hover p.li_name {
  color: #f60;
  -webkit-transition: color .2s ease-in .2s;
  transition: color .2s ease-in .2s
}
.recommendModel .model--wrapper li .li_hot {
  display: block;
  min-width: 30px;
  padding: 0 0.3em;
  line-height: 15px;
  font-size: 10px;
  font-weight: bold;
  color: #FA6400;
  text-align: center;
  position: absolute;
  top: 10px;
  right: -12px;
  background: #FFF6F0;
  border: 1px solid #FF8738;
  border-radius: 100px;
  z-index: 2;
}
.banner .img--wrapper {
  max-width: 100%;
  height: 79px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  border-radius: 6px
}
.banner .img--wrapper:after {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-size: contain
}
.banner .img--wrapper img {
  max-height: 100%
}
.articleList .banner .img--wrapper img:hover {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}
.point--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 485px;
  margin-bottom: 20px
}
.slide--wrapper {
  position: relative;
  width: 1200px;
  height: 485px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.point--wrapper .slide--wrapper {
  height: 485px;
}
.slide--wrapper .am-control-nav.am-control-thumbs {
  display: none
}
.slide--wrapper .am-slider.am-slider-default {
  min-height: 485px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  overflow: hidden
}
.slide--wrapper .am-slider .am-slides .img--wrapper {
  width: 100%;
  height: 485px;
  overflow: hidden
}
.slide--wrapper .am-slider .am-slides .video .img--wrapper:after {
  display: none;
  content: "";
  position: absolute;
  width: 47px;
  height: 38px;
  top: 28.5px;
  right: 25px;
  background: url(../images/video-big.png) no-repeat 50%;
  background-size: contain;
  border-radius: 15px;
  z-index: 2;
}
.slide--wrapper .am-slider .am-slides .img--wrapper img {
  height: auto
}
.point--wrapper .slide--wrapper .am-slider .am-slides .img--wrapper:hover img, .point--wrapper .slide--wrapper .am-slider .am-slides li:hover img {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none
}
.slide--wrapper .am-slider .am-slides .img--wrapper .title--wrapper {
  display: none;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 15px;
  left: 0;
  padding: 10px 0 14px 48px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.83)), to(rgba(0, 0, 0, 0.03)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.03) 100%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.03) 100%);
  z-index: 1;
}
.slide--wrapper .am-slider .am-slides .img--wrapper .title--wrapper::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 65px;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f60;
}
.slide--wrapper .am-slider .am-slides .img--wrapper .img_title {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.3939;
  color: #fff;
  white-space: nowrap;
  max-width: 20em;
  overflow: hidden;
}
.slide--wrapper .am-slider .am-slides .img--wrapper .img_title--tip {
  font-size: 22px;
  line-height: 1.3939;
  color: #fff;
  white-space: nowrap;
  max-width: 30em;
  overflow: hidden;
}
.slide--wrapper .slide_content {
  display: none;
  font-size: 24px;
  text-align: justify;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 63px;
  background: #424242; /*display: -webkit-box;*//*display: -webkit-flex;*//*display: -ms-flexbox;*//*display: flex*/
}
.slide--wrapper .slide_content .content_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 20px 0;
  white-space: nowrap;
  overflow: hidden;
}
.slide--wrapper .slide_content .content_desc p {
  width: 100%;
  line-height: 1.375;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: bold;
}
.slide--wrapper .am-slider-default .am-control-nav {
  bottom: 10px;
}
.slide--wrapper .am-slider-default .am-control-nav li {
  vertical-align: middle;
  margin: 0 5px;
}
.slide--wrapper .am-slider-default .am-control-nav li a {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background: rgba(131, 131, 131, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none
}
.slide--wrapper .am-slider-default .am-control-nav li a.am-active {
  background: #fff;
}
.slide--wrapper .silde--picture .svgIcon, .slide--wrapper .slide--video .svgIcon {
  vertical-align: text-bottom
}
.slide--wrapper .slide_tip {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #f60;
  padding: 0 .5em;
  line-height: 20px;
  margin-right: .4em;
  margin-top: -4.4px
}
.slide--wrapper .am-slider-default .am-direction-nav a {
  width: 48px;
  height: 48px;
  opacity: 1
}
.slide--wrapper .am-slider-default .am-direction-nav a:before {
  width: 48px;
  height: 48px;
  content: "";
  background: url(../images/slider-left.png?v=3) no-repeat;
  background-size: contain
}
.slide--wrapper .am-slider-default .am-direction-nav a.am-next:before {
  content: "";
  background: url(../images/slider-right.png?v=3) no-repeat;
  background-size: contain
}
.slide--wrapper .am-slider-default .am-direction-nav .am-prev {
  left: 20px;
}
.slide--wrapper .am-slider-default .am-direction-nav .am-next {
  right: 20px;
  text-align: right
}
.point--wrapper .pointList {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  width: 305px
}
.pointList .list--wrapper {
  padding-left: 30px;
}
.pointList .headLine, .pointList .secondLine {
  font-size: 20px;
  white-space: nowrap;
  font-weight: 700;
  color: #333;
  line-height: 21px;
  margin-bottom: 20px;
  max-width: 13em;
  overflow: hidden;
}
.pointList .headLine {
  margin-bottom: 25px
}
.pointList .headLine:hover, .pointList .secondLine:hover {
  color: #f60;
  -webkit-transition: color .2s ease-in .2s;
  transition: color .2s ease-in .2s
}
.pointList ul li a {
  color: #333
}
.pointList ul li p {
  font-size: 16px;
  color: inherit;
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
  max-width: 17em;
  overflow: hidden
}
ul li .p_tip.img--wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  margin-top: -3px;
  overflow: visible
}
ul li .p_tip.img--wrapper:hover img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: none;
  transition: none
}
.pointList ul li {
  margin-bottom: 20px;
  position: relative
}
.pointList ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #d8d8d8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
/*container*/
.container_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.container_wrapper .wrapper_content {
  width: 890px;
}
/*标签*/
.tag--wrapper {
  margin: 0 auto 30px;
}
.tag--wrapper.am-sticky {
  padding: 20px 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.tag--wrapper ul li {
  display: inline-block;
  float: left;
  background: #fff;
  position: relative;
}
.tag--wrapper ul li:not(:last-of-type) {
  margin-right: 20px;
}
.tag--wrapper ul li:nth-of-type(1n+10) {
  margin-top: 20px;
}
.tag--wrapper ul li .li_new {
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 90%;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  background: #3fa8f4;
  border-radius: 4px;
  padding: 0 0.5em;
}
.tag--wrapper ul li a {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #333;
  text-align: center;
  background: #F7FAFE;
  border: 1px solid #EAEEF3;
  border-radius: 6px;
}
.tag--wrapper ul li.active a, .tag--wrapper ul li:hover a {
  color: #fff;
  font-weight: bold;
  background: #FFA04C;
  border-color: transparent;
}
/*文章列表*/
.tab_panel ul.articleList {
  display: none;
  padding: 0;
  margin: 0;
}
.tab_panel ul.articleList.active {
  display: block;
}
.articleList > li {
  background: #fff;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f7f7f7;
}
.articleList .article--img {
  display: inline-block;
  position: relative;
  width: 187px;
  height: 126px;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 6px;
}
.articleList .article--img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.articleList .article--img .video {
  width: 40px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
  vertical-align: text-bottom;
}
.articleList .article--img .video .svgIcon {
  width: 1em;
  height: 1em;
  margin: 0;
  vertical-align: -0.15em;
}
.articleList .article--img .tip {
  width: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  background: rgba(216, 216, 216, 0.40);
  border: 1px solid rgba(255, 255, 255, 0.60);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3; /*   outline:1px solid red; */
}
.articleList .article--wraped {
  display: block;
  max-height: 160px; /*outline:1px solid red;*/
  position: relative;
}
.articleList .article--wraped .article_author {
  width: 100%;
}
.articleList .article_content--wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 2px 207px;
  text-align: justify;
  position: absolute;
  top: 0;
  left: 0;
}
.articleList .article_content--wrapper .article_content {
  width: 100%;
  height: 100%;
  padding: 10px 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.articleList .article_content--wrapper a {
  max-width: 100%;
}
.articleList .article_p {
  font-size: 20px;
  color: #333333;
  /*font-weight: bold;*/
  letter-spacing: 0.33px;
  text-align: justify;
  max-height: 59.2px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.articleList .article_p .article_tip {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #FD6B1B;
  width: 47px;
  line-height: 22px;
  text-align: center;
  margin-right: 10px;
  margin-top: -4.4px;
  background: rgba(255, 243, 232, 0.4);
  border: 1px solid #FF6600;
  border-radius: 4px;
}
.article_Newsletter {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #3180f4;
  padding: 0 0.5em;
  line-height: 20px;
  margin-right: 0.4em;
  margin-top: -4.4px;
  border-radius: 2px;
}
.articleList .article--author .author_tip {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  color: #f60;
  padding: 0 0.3em;
  height: 18px;
  line-height: 18px;
  margin-right: 0.4em;
  margin-top: -4.4px;
  border: 1px solid #f60;
  border-radius: 2px;
}
.articleList .article--type {
  text-align: left;
  height: 35px;
  line-height: 35px;
}
.articleList .article--type--tip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  margin-right: 7px;
}
.articleList .article--author {
  font-size: 16px;
  color: #333;
  text-align: left;
  max-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: inherit;
}
.articleList .article--author .article--authorpic img {
  width: 100%;
  min-height: 100%;
  border-radius: 50%;
  border: 1px solid #f7f7f7;
  vertical-align: bottom;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.articleList .article--author span {
  display: inline-block;
  vertical-align: middle;
}
.articleList .article--author span:not(:last-of-type) {
  margin: 0 3px 0 0;
}
.articleList .article--author span.article--authorpic {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  overflow: hidden;
  margin-left: 0;
  margin-right: 15px;
  position: relative;
}
.articleList span.article--time {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8E8E8E;
}
.articleList span.article--time time {
  vertical-align: middle;
  height: 15px;
  line-height: 15px;
  padding-left: 10px;
  border-left: 1px solid #d8d8d8;
}
.articleList .article--author > *:first-child time {
  padding-left: 0;
  border: none;
}
.articleList .article--type .first {
  display: inline-block;
  margin: 0 10px 0 0;
}
.articleList .article--author span.type_tip {
  width: 13px;
  height: 13px;
  margin-left: 4px;
  margin-right: 0;
  vertical-align: text-top;
}
.articleList .article--author .type_tip img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: top;
}
.articleList .ask--type--say {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 112px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  color: #333;
}
.articleList .ask--type--say .img--wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.articleList .ask--type--say > span:not(:last-child) {
  margin-right: 6px;
}
.articleList .ask--type--say .article_good .img--wrapper {
  background: url("../images/good.png") no-repeat center;
  background-size: contain;
}
.articleList .ask--type--say .article_good.active .img--wrapper {
  background: url("../images/good-active.png") no-repeat center;
  background-size: contain;
}
.articleList .ask--type--say .img--wrapper img {
  width: 100%;
}
/*关注车友圈*/
.articleList .li_unsign {
  font-size: 23px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 160px auto;
}
.articleList .li_unsign .li_unsign_info {
  line-height: 1.174;
  text-align: center;
}
.articleList .li_unsign .li_button {
  width: 240px;
  height: 60px;
  border-radius: 100px;
  background: url("https://www.d1ev.com/special/newIndex/images/index-to-follow.png") no-repeat center;
  background-size: contain;
  margin-top: 40px;
}
.post_li {
  position: relative;
  padding-bottom: 1px;
}
.post_li:not(:first-child) {
  padding-top: 20px;
}
.post_li:not(:last-child) {
  border-bottom: 1px solid #F7F7F7;
}
.post_li.essence:before {
  content: "";
  width: 72px;
  height: 72px;
  background: url(//www.d1ev.com/special/circle/images/essence.png) no-repeat 50%;
  background-size: contain;
  position: absolute;
  top: 28px;
  right: 173px;
  z-index: -1;
}
.post_li .li_desc {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1.375;
  max-height: 45.7px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post_li > .img--wrapper {
  margin: 14px auto;
  text-align: center
}
.post_li > .img--wrapper img {
  max-width: 100%
}
.post_li .li_picList {
  position: relative;
  max-width: 885px;
}
.post_li .li_picList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0
}
.post_li .li_picList ul li {
  list-style: none;
  -webkit-flex-basis: 23.729%;
  -ms-flex-preferred-size: 23.729%;
  flex-basis: 23.729%;
  height: 148px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.post_li .li_picList ul li:not(:nth-child(4)) {
  margin-right: 1.6949%
}
.post_li .li_picList ul li:nth-child(1n+5) {
  display: none;
}
.post_li .li_picList ul li .img--wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.post_li .li_picList ul li .img--wrapper img {
  min-width: 100%;
  max-width: 150%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.post_li .li_picList ul li .img--wrapper .img {
  vertical-align: top
}
.post_li .li_picList ul li .img--wrapper .img .img__error {
  min-height: 172px
}
.post_li .li_picList .pic_tip {
  display: none;
  min-width: 34px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  padding: 0 .57em;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px 0 10px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .75);
  z-index: 2;
}
.post_li .li_picList.list-more .pic_tip {
  display: block
}
.post_li .li_video {
  margin-bottom: 15px
}
.post_li .li_video .img--wrapper {
  width: 320px;
  height: 180px;
  background: #0d0d0d -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), color-stop(90%, rgba(0, 0, 0, .25)), to(#000));
  background: #0d0d0d -webkit-linear-gradient(top, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25) 90%, #000);
  background: #0d0d0d linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25) 90%, #000);
  text-align: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden
}
.post_li .li_video .img--wrapper > img {
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}
.post_li .li_video .img--wrapper .img-video {
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2
}
.post_li .li_video .img--wrapper .img-video img {
  max-width: 100%
}
.post_li .li_footer {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1;
  margin: 20px auto;
}
.post_li .li_footer .footer_box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post_li .li_footer .footer_box-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}
.post_li .li_footer ul li, .post_li .li_footer ul li > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_li .footer_box-wrapper ul .img--wrapper {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.post_li .li_footer .footer_box-wrapper .box_like .img--wrapper {
  background: url(../images/good.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
.post_li .li_footer .footer_box-wrapper .box_like.acitive .img--wrapper {
  background: url(../images/good-active.png) no-repeat center;
  background-size: contain;
}
.post_li .footer_box-wrapper ul .box_comment .img--wrapper {
  background: url("//www.d1ev.com/static/home/search/images/comment.png") no-repeat center;
  background-size: contain;
}
.post_li .footer_box-wrapper ul li:not(:first-child) {
  margin-left: 30px;
}
.post_li .li_footer ul li span {
  color: #0D0D0D;
  font-weight: 600;
}
.post_li .author-link, .post_li .author-link:focus, .post_li .author-link:hover {
  color: inherit
}
.post_li .author--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.author--wrapper .li_author {
  margin-bottom: 0;
}
.author--wrapper .li_author .author--pic {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.author--wrapper .li_author .author--pic .author_type {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: -0.18em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -2px;
}
.author--wrapper .li_author .author-info .info-name {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.author--wrapper .li_author .author-info .info-time {
  font-size: 16px;
  font-weight: 400;
  color: #8E8E8E;
  padding-left: 10px;
  border-left: 1px solid #D8D8D8;
  margin-left: 10px;
}
.author--wrapper .li_author {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 500;
  color: #0d0d0d;
  line-height: 17px;
  margin-bottom: 20px
}
.author--wrapper .li_author .author-info {
  font-size: 17px;
  color: #0d0d0d;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.author--wrapper .li_author .author-info .info-name {
  max-width: 28em
}
.author--wrapper .li_author {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.author--wrapper .li_author .author--pic {
  display: inline-block;
  vertical-align: -.18em;
  width: 35px;
  height: 35px;
  border: 1px solid #f7f8f9;
  border-radius: 50%;
  overflow: visible;
  position: relative;
  margin-right: 15px
}
.author--wrapper .li_author .author--pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: top
}
.author--wrapper .li_author .author--pic img.image-default {
  margin-top: -2px
}
.author--wrapper .li_author .author--pic .author_type {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: -.18em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -2px
}
.author--wrapper .li_author .author-info .info-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.author--wrapper .li_author .author-info .info-wrapper .info-name {
  max-width: 18em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.author--wrapper .li_author .author-info .info-wrapper .isTop {
  font-size: 14px;
  font-weight: 500;
  color: #ff7e28;
  margin-left: 16px;
  margin-top: -1px
}
.author--wrapper .li_author .author-info .info-wrapper .isTop img {
  max-width: 16px;
  margin-right: 5px;
  margin-top: -3px
}
.author--wrapper .li_author .author-info .info_tip {
  font-size: 12px;
  color: #6d6d6d;
  font-weight: 400;
  margin-top: 4px;
}
.author--wrapper .author-follow {
  margin-bottom: 20px;
}
.ant-btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px 0 rgba(0 0 0 0.2);
  cursor: pointer;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.author--wrapper .author-follow .ant-btn {
  font-size: 16px;
  color: #ff7e28;
  width: 88px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: 1px solid #FF7E28;
  padding: 0 16px;
  border-radius: 32px;
}
.author--wrapper .author-follow .ant-btn.active {
  color: #0d0d0d;
  border-color: #6d6d6d;
  cursor: default;
}
/*车友圈*/
.articleList .ask-wrapper .article--img img {
  height: auto;
  min-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.articleList .ask-wrapper .article--img img:hover {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.articleList .ask-wrapper .article_p {
  max-height: 30px;
  -webkit-line-clamp: 1
}
/*原创*/
ul.original_content, .original_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.original_content {
  padding: 10px 0;
}
ul.original_content li {
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  padding: 15px 16px 17px;
}
ul.original_content li, ul.original_content li a {
  width: 290px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
ul.original_content .img--wrapper {
  width: 48px;
  height: 48px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
ul.original_content p.content_title {
  font-size: 18px;
  color: #333;
  margin: 15px auto;
}
ul.original_content p.content_desc {
  width: 198px;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.42857;
  text-align: left;
  max-height: 38.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul.original_content p.content_desc span {
  color: #999;
}
/*大牛作者*/
.daNiu_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
ul.daNiu_content li {
  width: 290px;
  padding: 12px 15px 15px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}
ul.daNiu_content li .li_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
ul.daNiu_content li .img--wrapper {
  width: 48px;
  height: 48px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 3px;
  border: 1px solid #FB953A;
  border-radius: 50%;
  margin-right: 10px;
}
ul.daNiu_content li .author_tip {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
ul.daNiu_content li .img--wrapper img {
  width: 42px;
  min-height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.articleList ul.daNiu_content li .img--wrapper img:hover {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.daNiu_content .content_title {
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 1.375;
  max-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
ul.daNiu_content .content_tip {
  font-size: 14px;
  color: #8E8E8E;
  text-align: left;
  line-height: 1.42857;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
ul.daNiu_content .content_desc {
  font-size: 14px;
  color: #333333;
  line-height: 1.42857;
  max-height: 38.5px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul.daNiu_content .content_desc span {
  color: #999;
}
/*车友圈*/
ul.circle-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.circle-list > li:nth-child(odd) {
  margin-right: 10px;
}
.circle-list > li:nth-child(3), .circle-list > li:nth-child(4) {
  margin-top: 15px;
}
.circle-list .list-container {
  max-width: 440px;
  -webkit-flex-basis: 440px;
  -ms-flex-preferred-size: 440px;
  flex-basis: 440px;
  background: #F6FAFF;
  padding: 20px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.circle-list .list-container:not(:last-child) {
  border-bottom: 1px solid #F0F3F4;
}
.list-container .li-wrapper {
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.list-container .li-type {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.list-container .li-type .type-name, .list-container .li-type .type-name a, .list-container .li-type .type-link, .list-container .li-type .type-link a {
  height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-container .li-type .type-name {
  color: #FD6B1B;
  min-width: 60px;
  padding: 0 0.4em;
  background: rgba(255, 243, 232, 0.4);
  border-radius: 4px;
  border: 1px solid #FF6600;
  cursor: default;
}
.list-container .li-type .type-name .img--wrapper {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.list-container .li-type .type-link {
  color: #9C9C9C;
}
.list-container .li-type .type-link .img--wrapper {
  width: 14px;
  height: 14px;
}
.list-container .li-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  max-width: 100%;
  height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-container .li-title.isCircle {
  line-height: 1;
  max-width: 255px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-container .li-wrapper .li-follow {
  -webkit-flex-basis: 88px;
  -ms-flex-preferred-size: 88px;
  flex-basis: 88px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.list-container .li-wrapper .li-follow .ant-btn {
  font-size: 16px;
  color: #FF7E28;
  width: 88px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #FF7E28;
}
.list-container .li-wrapper .li-follow .ant-btn.active {
  color: #0D0D0D;
  border-color: #6D6D6D;
  cursor: default;
}
.list-container .li-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-container .li-container .li-content {
  max-width: 100%;
  height: 100px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-container .li-container .li-content .li-desc {
  max-width: 420px;
  font-size: 18px;
  font-weight: 400;
  color: #8E8E8E;
  line-height: 1.17;
  max-height: 42px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-container .li-container .li-content .li-list {
  font-size: 16px;
  font-weight: 400;
  color: #8E8E8E;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.list-container .li-container .li-content .li-list li:not(:last-child) {
  margin-right: 30px;
}
.list-container .li-container .li-content .li-list li span {
  margin-right: 0.5em;
}
.list-container .li-container > .img--wrapper {
  width: 100px;
  height: 100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #D8D8D8;
  border-radius: 10px;
  margin-left: 29px;
  position: relative;
}
.list-container .li-container > .img--wrapper img {
  min-width: 100%;
  max-width: 200%;
  height: 100%;
}
.list-container .li-container > .img--wrapper .img-video {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.list-container .li-container > .img--wrapper .img-video img {
  max-width: 100%;
}
.list-container .li-type .img--wrapper:hover img, .list-container .li-container > .img--wrapper:hover .img-video img {
  -webkit-transform: none;
  transform: none;
}
.list-container .li-link {
  margin-right: -4px;
}
.list-container .li-link img {
  max-width: 14px;
}
/*广告*/
.articleList > li.banner {
  padding: 0;
  border: none;
}
.banner .img--wrapper {
  max-width: 100%;
  height: 79px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  border-radius: 6px
}
.header_banner .banner .img--wrapper {
  margin: 20px auto 0;
}
.banner .img--wrapper:after {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-size: contain
}
.banner .img--wrapper img {
  max-height: 100%
}
/*图集*/
.articleList .li_wrapper {
  position: relative;
}
.articleList .li_title {
  margin-bottom: 20px;
}
.articleList .li_title_p {
  line-height: 1;
  font-size: 20px;
  color: #333333;
  /*font-weight: bold;*/
  max-height: 24px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px auto;
}
.articleList .li_time {
  font-size: 13px;
  color: #999;
}
.articleList .li_wrapper .article--img .tip {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 40px;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  background: rgba(216, 216, 216, 0.40);
  border: 1px solid rgba(255, 255, 255, 0.60);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.articleList .li_wrapper > a > .tip {
  width: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  background: rgba(216, 216, 216, 0.40);
  border: 1px solid rgba(255, 255, 255, 0.60);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50px;
  left: 10px;
  z-index: 3;
}
.articleList .li--wraped {
  margin-bottom: 20px;
}
.articleList .li--wraped li:not(:last-of-type) {
  margin-right: 15px;
}
.articleList .li--wraped li a {
}
.articleList .li--wraped li .img--wrapper {
  display: inline-block;
  position: relative;
  width: 187px;
  height: 126px;
  overflow: hidden;
  vertical-align: bottom;
  border: 1px solid #dedede;
  border-radius: 6px;
}
.articleList .li--wraped li .img--wrapper .tip {
  padding: 0.416em 0.67em;
  height: 24px;
  line-height: 1;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 3;
}
.articleList .li--wraped li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  z-index: 2;
}
.articleList .li_wrapper .article--type {
  width: 100%;
}
.article--img .tip:hover {
  color: #fff;
}
.articleList a:hover .article_p, .articleList a:hover .pictures_p, .articleList a:hover .li_title_p, .articleList .article_p a:hover {
  color: #f60;
  -webkit-transition: color 0.2s ease-in 0.2s;
  transition: color 0.2s ease-in 0.2s;
}
.articleList .img--wrapper img:hover, .slide--wrapper li:hover .img--wrapper img, .articleList .article--img:hover a img, .articleList .articleList_rich:hover .img--wrapper img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.articleList_more {
  font-size: 14px;
  color: #999;
  width: 300px;
  line-height: 1;
  padding: 17px 0 20px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.articleList_more .svgIcon {
  width: 12px;
  height: 12px;
  color: #000;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
}
.articleList_more:hover, .articleList_more:hover a {
  color: #f60;
}
.articleList_more:hover .svgIcon {
  color: inherit;
}
.articleList .circle-wrapper .article--img:hover a img {
  transform: translateY(-50%) scale(1.03);
}
/*sidebar*/
.container_wrapper .wrapper_sidebar {
  width: 289px;
  background: #fff;
}
.container_wrapper .wrapper_sidebar > *:not(.ad--wrapper) {
  margin-bottom: 20px;
}
.wrapper_division .division_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 15px;
}
.wrapper_division .division_container, .division_link--wrapper, .division_link--wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.wrapper_division .division_link--wrapper span {
  font-size: 20px;
  color: #222;
  line-height: 1;
  font-weight: 400;
  position: relative;
}
.division_link--wrapper, .division_link--wrapper ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.division_link--wrapper ul li {
  font-size: 18px;
  color: #222;
  line-height: 18px;
  position: relative;
}
.division_link--wrapper ul li.active::after {
  content: "";
  position: absolute;
  bottom: -21.5px;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #f60;
}
.division_link--wrapper ul li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #ececec;
  margin-right: 10px
}
.division_container ul li:hover {
  color: #f60;
  -webkit-transition: color .2s ease-in .2s;
  transition: color .2s ease-in .2s
}
.division_container .division_more {
  font-size: 14px;
  color: #9c9c9c
}
.division_container .division_more .more-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.division_container .division_more .more-wrapper:hover {
  color: #f60;
  -webkit-transition: color .2s ease-in .2s;
  transition: color .2s ease-in .2s
}
.division_container .division_more .img--wrapper {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  top: -1px
}
.ad--wrapper .img--wrapper {
  max-width: 100%;
  height: 138px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  border-radius: 6px
}
.ad--wrapper .img--wrapper:after {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-size: contain
}
.ad--wrapper .img--wrapper img {
  max-height: 100%
}
.newCarWrapper .wrapper_division .division_container {
  padding-bottom: 15px;
  border-bottom: 5px solid #f7f7f7;
  margin-bottom: 20px;
}
.newCarWrapper .wrapper_division .division_link--wrapper span:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  border-bottom: 5px solid #f60
}
.newCarListing {
  padding-left: 21px;
  position: relative;
}
.newCarListing .list_container {
  min-height: 385px;
}
.newCarListing::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  height: 100%;
  border-left: 1px dashed #b0b0b0;
}
.newCarListing ul {
  display: none;
}
.newCarListing ul.active {
  display: block;
}
.newCarListing ul li {
  border: 1px solid transparent
}
.newCarListing ul li:not(:last-child) {
  margin-bottom: 15px
}
.newCarListing ul li, .newCarListing ul li a {
  width: 100%;
  height: 85px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.newCarListing ul li.active {
  background: #f7fafe;
  border-radius: 6px
}
.newCarListing ul li:hover {
  border: 1px solid #f60;
  border-radius: 6px
}
.newCarListing ul li .li_wrapper time:after {
  content: "";
  position: absolute;
  left: -30.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #b0b0b0;
  border-radius: 50%
}
.newCarListing ul li.active .li_wrapper time:after {
  border-color: #f60
}
.newCarListing ul li.active:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 15px;
  top: -9px;
  right: -5px;
  background: url(../images/hot.png?v=1) no-repeat 50%;
  background-size: cover;
  z-index: 2
}
.newCarListing ul li .li_wrapper {
  padding: 9px 0 9px 10px;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.newCarListing ul li .li_wrapper time {
  display: inline-block;
  vertical-align: middle;
  font-family: Microsoft YaHei, 微软雅黑, PingFangSC-Regular;
  font-size: 18px;
  color: #444;
  line-height: 1;
  position: relative
}
.newCarListing ul li .li_wrapper p.desc_name {
  font-size: 16px;
  color: #666;
  line-height: 18px;
  max-height: 18px;
  margin: 10px 0 5px;
  max-width: 8em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newCarListing ul li .li_wrapper p.desc_name:hover {
  color: #f60;
  -webkit-transition: color .2s ease-in .2s;
  transition: color .2s ease-in .2s
}
.newCarListing ul li .li_wrapper p.desc_price {
  font-size: 16px;
  color: #fe7c32;
  text-align: justify;
  line-height: 16px
}
.newCarListing ul li .img--wrapper {
  width: 117px;
  height: 77px
}
.newsflashWrapper {
  width: 288px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.newsflashWrapper .wrapper_division .division_container {
  margin-bottom: 15px
}
.newsflashWrapper .flashListing {
  padding: 15px;
  background: #F6FAFF;
}
.newsflashWrapper .flashListing .list_container {
  padding: 1px 1px 1px 6px;
  position: relative;
}
.newsflashWrapper .flashListing .list_container:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  border-left: 1px dashed #b0b0b0
}
.newsflashWrapper .flashListing ul li {
  height: 57px;
  padding-left: 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid transparent
}
.newsflashWrapper .flashListing ul li:hover .desc_title {
  color: #f60;
  -webkit-transition: color .2s ease-in .2s;
  transition: color .2s ease-in .2s;
}
.newsflashWrapper .flashListing ul li:after {
  content: "";
  position: absolute;
  left: -7.5px;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #b0b0b0;
  border-radius: 50%
}
.newsflashWrapper .flashListing ul li .desc_title {
  font-size: 14px;
  color: #333;
  line-height: 1.714285;
  max-width: 230px;
  max-height: 23.2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2px
}
.newsflashWrapper .flashListing ul li time {
  font-size: 14px;
  color: #b0b0b0
}
.newCarWrapper .division_link--wrapper ul li {
  border-right: none;
}
.NewsList .list_wrapper { /*min-height: 480px;*/
}
.NewsList .list_wrapper .title--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  font-family: Microsoft YaHei, 微软雅黑, PingFangSC-Semibold;
}
.NewsList .list_wrapper p.li_title {
  font-size: 20px;
  font-family: Microsoft YaHei, 微软雅黑, PingFangSC-Regular;
  height: 20px;
  line-height: 1;
  color: #222
}
.NewsList .list_wrapper p.li_title .tip {
  display: inline-block;
  font-weight: 400;
  vertical-align: top;
  font-size: 14px;
  color: #6d7278;
  line-height: 20px;
  margin-left: 5px
}
.NewsList .list_wrapper > ul, .NewsList .list_wrapper .content--wrapper > ul {
  padding: 15px;
  background: #F6FAFF;
}
.NewsList .list_wrapper li {
  padding-left: 30px;
  position: relative;
}
.NewsList .list_wrapper li:not(:last-child) {
  margin-bottom: 20px;
}
.NewsList .list_wrapper p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.NewsList .list_wrapper ul p:hover {
  color: #f60;
  -webkit-transition: color .2s ease-in .2s;
  transition: color .2s ease-in .2s;
}
.NewsList .list_wrapper li:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #222;
  line-height: 20px;
  text-align: center;
  border: 1px solid #d5d5da
}
.NewsList .list_wrapper li:first-of-type:after {
  content: "1"
}
.NewsList .list_wrapper li:nth-of-type(2):after {
  content: "2"
}
.NewsList .list_wrapper li:nth-of-type(3):after {
  content: "3"
}
.NewsList .list_wrapper li:nth-of-type(4):after {
  content: "4"
}
.NewsList .list_wrapper li:nth-of-type(5):after {
  content: "5"
}
.NewsList .list_wrapper li:nth-of-type(6):after {
  content: "6"
}
.NewsList .list_wrapper li:nth-of-type(7):after {
  content: "7"
}
.NewsList .list_wrapper li:nth-of-type(8):after {
  content: "8"
}
.NewsList .list_wrapper li:nth-of-type(9):after {
  content: "9"
}
.NewsList .list_wrapper li:nth-of-type(10):after {
  content: "10"
}
.NewsList .list_wrapper li:not(:nth-of-type(1n+4)):after {
  background: #f60;
  border: none;
  color: #fff
}
.NewsList .list_wrapper .li_wrapper {
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.NewsList .list_wrapper .li_wrapper .volume_price {
  font-size: 14px;
  color: #BABABA;
}
.NewsList .list_wrapper .title--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  font-family: Microsoft YaHei, 微软雅黑, PingFangSC-Semibold, serif
}
.NewsList .list_wrapper .content--wrapper ul {
  display: none
}
.NewsList .list_wrapper .content--wrapper ul.active {
  display: block
}
.NewsList .list_wrapper .title_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
  height: 20px;
  font-size: 16px;
  color: #3C3C3C;
}
.NewsList .list_wrapper .title_list .list_content {
  cursor: pointer
}
.NewsList .list_wrapper .title_list .list_content.active {
  color: #fa6400;
  cursor: default
}
.NewsList .list_wrapper .title_list .list_content:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #d8d8d8
}
.NewsList .list_wrapper .title_list .list_content:not(:first-child) {
  margin-left: 10px
}
.suppliers .NewsList .list_wrapper li {
  padding-left: 0;
}
.suppliers .NewsList .list_wrapper li:after {
  content: "";
  display: none;
}
.suppliers .NewsList .list_wrapper p {
  max-width: 260px;
}
.suppliers .NewsList .list_wrapper > .li_title {
  margin-bottom: 15px;
}
.supplier li .li_tip {
  font-size: 11px;
  color: #bababa
}
.supplierVip {
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}
.supplierVip .vip_title {
  font-size: 14px;
  color: #3c3c3c;
  line-height: 40px;
  padding: 0 13px
}
.supplierVip ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #f1f1f1;
  padding: 13px 26px 3px
}
.supplierVip ul li:not(:nth-of-type(11n+11)) {
  margin-right: 10px
}
.supplierVip ul li {
  width: 95px;
  height: 30px;
  margin-bottom: 10px
}
.supplierVip ul li .img--wrapper {
  width: 100%;
  height: 100%;
  outline: 1px solid #d1d1d1
}
.supplierVip ul li .img--wrapper img {
  width: 100%;
  height: 100%
}
.editorProduced .produce--wrapper {
  height: 70px;
  padding: 0 0 0 101px;
  background: #f7fafe url(../images/ev-produced.png) no-repeat 0;
  background-size: contain;
  margin-bottom: 30px;
  border-radius: 6px;
  position: relative
}
.editorProduced .produce--wrapper .produce_original {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 70px
}
.editorProduced .produce--wrapper .wrapper_ul {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.editorProduced .produce--wrapper .wrapper_ul, .editorProduced .produce--wrapper li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}
.editorProduced .produce--wrapper li {
  -webkit-flex-basis: 85px;
  -ms-flex-preferred-size: 85px;
  flex-basis: 85px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.editorProduced .produce--wrapper li a {
  display: inline-block;
  width: 100%
}
.editorProduced .produce--wrapper li .img--wrapper {
  height: 50px;
  border-radius: 6px
}
.container_ad {
  position: fixed;
  top: 307px;
  width: 150px;
  height: 300px;
  z-index: 10
}
.container_ad .img--wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden
}
.fixed-ad--wrapper {
  display: none;
  position: fixed;
  right: calc(50% - 170px);
  bottom: 50px;
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
  width: 150px;
  height: 102px;
  z-index: 10;
}
@media (max-width: 1560px) {
  .fixed-ad--wrapper {
    right: 10px;
    -webkit-transform: none;
    transform: none;
  }
}
.fixed-ad--wrapper .img--wrapper {
  max-width: 100%;
  height: 102px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 6px
}
.fixed-ad--wrapper .ad-close {
  color: #FE7C32;
  position: absolute;
  top: -9px;
  right: -9px;
  font-size: 1em;
  line-height: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1001;
}
.fixed-ad--wrapper .img--wrapper:after {
  content: "";
  width: 40px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-size: contain
}
.fixed-ad--wrapper .img--wrapper img {
  max-height: 100%
}
.ad_close {
  position: absolute;
  top: -20px;
  right: 0;
  cursor: pointer;
  font-size: 14px
}
.my_alert {
  padding: 30px 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  z-index: 1111;
}