/*
*2016.09.13
*/
/**/
body {
  padding-top: 81px;
}
/*车讯大banner图*/
.ws-banner {
  position: relative;
  height: 280px;
  background: url('../images/carbanner.jpg') no-repeat center center;
  background-size: cover;
}
.ws-banner h1 {
  font-size: 48px;
  font-weight: bold;
  position: relative;
  top: 100px;
  z-index: 3;
  color: #fff;
  letter-spacing: 8px;
  word-spacing: 8px;
  text-align: center;
}
.ws-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
}
/*中间部分*/
.ws-common-head {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #333;
  background: #f1f1f1;
  padding-left: 24px;
  position: relative;
}
.ws-common-head:after {
  content: '';
  height: 30px;
  width: 4px;
  background: #f60;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -14px;
}
.ws-content {
  width: 1200px;
  min-width: 1200px;
  padding: 0;
}
.ws-content .ws-left {
  width: 860px;
  /*分页*/
}
.ws-content .ws-left .ws-news {
  /* 包裹可以加inline-block */
  /* image */
  /* 内容*/
  /* 类型 */
}
.ws-content .ws-left .ws-news hr {
  margin: 0 auto 20px;
}
.ws-content .ws-left .ws-news .article--wraped {
  display: inline-block;
  width: 860px;
  height: 170px;
  /*outline:1px solid red;*/
  padding-bottom: 19px;
  position: relative;
}
.ws-content .ws-left .ws-news .article--img {
  display: inline-block;
}
.ws-content .ws-left .ws-news .article--img .ws-tip {
  width: 27px;
  height: 27px;
  background: url("/src/news/images/play.png");
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 4;
}
.ws-content .ws-left .ws-news .article--img .ws-tip:hover {
  background: url("/src/news/images/playhover.png");
}
.ws-content .ws-left .ws-news .article--img .tip {
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  background: rgba(255, 102, 0, 0.8);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  /*   outline:1px solid red; */
}
.ws-content .ws-left .ws-news .article--img img {
  width: 225px;
  height: 150px;
  position: relative;
  z-index: 2;
}
.ws-content .ws-left .ws-news .article--content {
  width: 100%;
  padding-left: 225px;
  height: 150px;
  padding: 0 0px 2px 245px;
  position: absolute;
  text-align: justify;
}
.ws-content .ws-left .ws-news .article_p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height:66px;
  overflow:hidden;
  text-overflow:ellipsis;
  
  font-size: 20px;
  text-align: left;
  color: #4d4d4d;
}
.ws-content .ws-left .ws-news .article--author {
  font-size: 12px;
  color: #999;
}
.ws-content .ws-left .ws-news .article--author span {
  display: inline-block;
  margin: 0 5px 0 0;
  line-height: 25px;
  height: 25px;
}
.ws-content .ws-left .ws-news .article--author .article--authorpic {
  margin-left: 0;
}
.ws-content .ws-left .ws-news .article--author .article--authorpic img {
  width: 25px;
  height: 25px;
  margin-top: -4px;
  border-radius: 50%;
}
.ws-content .ws-left .ws-news .article--type {
  font-size: 13px;
  text-align: left;
  color: #999;
}
.ws-content .ws-left .ws-news .article--type .icon {
  display: inline-block;
  margin-left: 15px;
  vertical-align: bottom;
}
.ws-content .ws-left .ws-news .article--type--tip a {
  color: #999;
}
.ws-content .ws-left .ws-news .article--type .first {
  display: inline-block;
  margin: 0 10px 0 0;
}
.ws-content .ws-left .ws-news .article--type--say {
  margin: 0;
}
.ws-content .ws-left .am-pagination {
  text-align: center;
}
.ws-content .ws-left .am-pagination li a {
  font-size: 16px;
  color: #808080;
}
.ws-content .ws-left .am-pagination li.am-active a {
  background: none;
  border: 1px solid #f60;
  color: #f60;
}
.ws-content .ws-right {
  width: 300px;
  /*找车*/
  /*关注排行*/
  /*我要询价 预约试驾*/
}
.ws-content .ws-right .ws-find-wrap .ws-find .am-dropdown {
  width: 48%;
}
.ws-content .ws-right .ws-find-wrap .ws-find .am-btn {
  height: 30px;
  padding: .6em 1em;
  font-size: 12px;
}
.ws-content .ws-right .ws-find-wrap .ws-find .am-dropdown:first-child {
  float: left;
}
.ws-content .ws-right .ws-find-wrap .ws-find .am-dropdown:last-child {
  float: right;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-find-btn {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #f60;
  border: 1px solid #f60;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
}
.ws-content .ws-right .ws-find-wrap .ws-find .am-selected-btn {
  border-radius: 4px;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend {
  border: 1px solid #f1f1f1;
  padding: 10px 0 10px;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend ul,
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend ol {
  list-style: none;
  margin: 0;
  padding: 0 10px 0;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-commend-tab {
  width: 217px;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-commend-list {
  height: 470px;
  position: relative;
  overflow: hidden;
  display: none;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-commend-list .ws-commend-list-wrap {
  /**/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-commend-list1 {
  display: block;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-newsflash-scroll {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  visibility: hidden;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-newsflash-scrollBg {
  width: 5px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background: #efefef;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-newsflash-scrollBar {
  background: #a3a3a3;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  width: 7px;
  height: 110px;
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend dl dd {
  width: 76px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
  border-right: 1px solid #f1f1f1;
  cursor: pointer;
  /**/
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend dl .active {
  color: #f60;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-commend-listPhotoBg {
  border: 1px solid #f1f1f1;
  width: 100px;
  height: 68px;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-commend-listPhotoBg img {
  width: 100%;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend ol {
  margin-bottom: 14px;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend ol li {
  margin-bottom: 6px;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend ul li {
  margin-bottom: 16px;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend ul .ws-commend-ul-carName {
  font-size: 13px;
  color: #989898;
  position: relative;
  max-width: 120px;
  overflow: hidden;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend ul .ws-commend-ul-carName i {
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border: 1px solid #f60;
  color: #f60;
  border-radius: 4px;
  margin-left: 10px;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend ul .ws-commend-ul-price {
  font-size: 13px;
  color: #f60;
  line-height: 1;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-commend-listCon {
  padding-left: 10px;
  position: relative;
  height: 65px;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-commend-listCon .ws-commend-listCon-h5 {
  font-size: 13px;
  color: #999;
  line-height: 1;
  margin: 0;
  max-width: 84px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-commend-listCon .ws-commend-listCon-price {
  font-size: 13px;
  color: #f60;
  line-height: 1;
  padding: 9px 0;
}
.ws-content .ws-right .ws-find-wrap .ws-find .ws-commend .ws-commend-listCon .ws-commend-listCon-sale {
  font-size: 12px;
  line-height: 1;
  color: #f60;
  border: 1px solid #f60;
  padding: 2px 4px;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  bottom: 2px;
  left: 10px;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ol {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ol li {
  margin-bottom: 10px;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ol .ws-follow-le {
  font-size: 14px;
  width: 30px;
  text-align: center;
  color: #f60;
  margin-right: 20px;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ol .ws-follow-md {
  width: 100px;
  height: 68px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ol .ws-follow-md img {
  width: 100%;
  max-height: 68px;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ol .ws-follow-ri > div {
  width: 100%;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ol .ws-follow-ri {
  padding-left: 10px;
  width: 198px;
  height: 68px;
  position: relative;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ol .ws-follow-ri .ws-follow-ri-name {
  font-size: 13px;
  color: #999;
  line-height: 1;
  margin: 0;
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ol .ws-follow-ri .ws-follow-ri-price {
  font-size: 13px;
  color: #f60;
  line-height: 1;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ol .ws-follow-ri span {
  font-size: 12px;
  line-height: 1;
  color: #f60;
  border: 1px solid #f60;
  padding: 2px 4px;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  bottom: 2px;
  left: 10px;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ul li {
  margin-bottom: 16px;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ul .ws-follow-le {
  font-size: 14px;
  width: 30px;
  text-align: center;
  margin-right: 20px;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ul .ws-follow-md {
  /**/
  position: relative;
  max-width: 160px;
  line-height: 1;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ul .ws-follow-md span {
  font-size: 13px;
  color: #989898;
  position: relative;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ul .ws-follow-md i {
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border: 1px solid #f60;
  color: #f60;
  border-radius: 4px;
  margin-left: 10px;
}
.ws-content .ws-right .ws-follow-wrap .ws-follow ul .ws-follow-ri {
  line-height: 1;
  font-size: 13px;
  color: #f60;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabname {
  width: 100%;
  height: 50px;
  background: #f1f1f1;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabname div {
  font-size: 16px;
  color: #333;
  width: 50%;
  line-height: 50px;
  padding-right: 1px;
  text-align: center;
  cursor: pointer;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabname div.ws-active {
  color: #f60;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabname .ws-div1 {
  padding-left: 20px;
  position: relative;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabname .ws-div1:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  height: 16px;
  border-right: 1px solid #ccc;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabname .ws-div2 {
  padding-right: 20px;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabcont .ws-lastform-item {
  display: none;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabcont .ws-lastform-item .ws-group {
  font-size: 12px;
  margin-bottom: 10px;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabcont .ws-lastform-item .ws-group .am-btn {
  height: 30px;
  padding: .6em 1em;
  font-size: 12px;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabcont .ws-lastform-item .ws-group .am-dropdown {
  width: 48%;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabcont .ws-lastform-item .ws-group .am-dropdown:first-child {
  float: left;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabcont .ws-lastform-item .ws-group .am-dropdown:last-child {
  float: right;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabcont .ws-lastform-item .ws-group .ws-group-inp {
  width: 100%;
  outline: none;
  border: 1px solid #e6e6e6;
  height: 30px;
  padding: .6em 1em;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabcont .ws-lastform-item .ws-group .ws-submit {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #f60;
  border: 1px solid #f60;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.ws-content .ws-right .ws-lastform .ws-lastform-tabcont .ws-lastform-item1 {
  display: block;
}
/*分页*/
.ws-pagination span {
  display: inline-block;
  padding: 6px 14px;
  color: #808080;
  margin-right: 8px;
}
.ws-pagination .current {
  border: 1px solid #ff6600;
  color: #ff6600;
}
.ws-pagination a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 6px 14px;
  color: #808080;
  margin-right: 8px;
}
.ws-pagination a:hover {
  border: 1px solid #ff6600;
  color: #ff6600;
}

#vedio{

}

#vedio .veidio--wraped {
  display: inline-block;
  width: 300px;
    background: #f9f9f9;
  /*   outline: 1px solid red; */
 
  padding-bottom: 10px;
  position: relative;
}
/* image */

#vedio .veidio--img {
  display: inline-block;
  position: relative;
}
#vedio .veidio--img>img {
  width: 300px;
  height: 180px;
}
/* 内容*/

#vedio .veidio--content {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px 15px;
  color: #fff;
}
#vedio .tip--wrapper {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
#vedio .veidio--img .tip {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(/src/news/images/play.png);
  color: #fff;
  text-align: center;
  z-index: 3;
  /* outline: 1px solid red; */
}
#vedio .veidio--img .tip:hover {
  background: url(/src/news/images/playhover.png);
}
#vedio .veidio--head {
  display: inline-block;
  width: 229px;
  font-size: 16px;
  line-height: 27px;
  margin: 0 0 0 15px;
}
#vedio .picture--head{
  display: inline-block;
  width: 270px;
  font-size: 16px;
  line-height: 27px;
  margin:0;
}
#vedio .vedio_shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
}
#vedio .ws-common-head {
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #333;
  background: #f1f1f1;
  padding-left: 24px;
  position: relative;
}
#vedio .ws-common-head:after {
  content: '';
  height: 30px;
  width: 4px;
  background: #f60;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -14px;
}
#vedio .ws-common-head a {
  color: #4d4d4d;
}
#vedio .activity-textr {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 14px;
  color: #999;
  /* cursor: pointer; */
}
#vedio .activity-textr:hover {
  color: #f60;
}
#vedio .ws-company-item {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 33px;
  padding-left: 13px;
  position: relative;
  margin-left:10px;
}
#vedio .ws-company-icon {
  display: block;
  width: 3px;
  height: 3px;
  background: #f60;
  position: absolute;
  left: 0;
  top: 14px;
}
#vedio .vedios--wrapper {
  padding: 10px;
  background: #f9f9f9;
}
/*推荐模块*/
.ws-recommend .recommend {
  background: #f1f1f1;
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
  position: relative;
  font-size: 20px;
  color: #333;
  margin-bottom: 30px;
}
.ws-recommend .recommend:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 4px;
  height: 30px;
  /*   outline:1px solid red; */
  background: #f60;
}
 .ws-recommend .recommend--icon {
  margin: 0 auto 10px;
  margin: 15px 15px 0;
}
.ws-recommend .recommend--wrapper {
  text-align: center;
}
.ws-recommend .recommend--wrapper .namer {
  margin: 10px 0px 15px 30px;
}
.ws-recommend .recommend--img {
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 30px;
}
.ws-recommend .recommend--wrapper img {
  width: 70px;
  height: 70px;
  vertical-align: middle;
}
.ws-recommend .margin--reset {
  margin-left: -30px;
}