﻿@charset "utf-8";

/*左侧列表*/
.list-lf {
	 width:840px;
}
.list-lf ul {
	margin-top:-15px;

}
.list-lf ul li {
	background:#fafafa; 
	width:800px; 
	height:155px; 
	margin-top:15px; 
	padding:20px;
}
.list-lf ul li:hover {
	background:#fdf3f3;
}
.brand-logo {
	float:left;
	width:200px;
	height:153px;
	border:1px solid #eeeeed;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition:  all 0.3s ease;
}
.brand-logo img{ vertical-align: bottom}
.brand-logo:hover{
	box-shadow:0 0 5px #f8b3b3;
	border:1px solid #f8b3b3;
}
.brand-info {
	float:right;
	width:580px;
	line-height:28px;
	height: 155px;
}
.brand-info h4 {
	font-size:16px;
	font-weight:bold;
}
.brand-info h5 {
	color:#757575;
}
.brand-info h6 {
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.brand-info h6 span {
	color:#333;
}
.brand-info p{
	width:100%;
	color:#757575; 
	margin-bottom:8px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.brand-info span.list-tel {
	background:#f65757;
	padding:3px 16px;
	color:#fff; 
	font-size:18px; 
	letter-spacing:1px; 
	border-radius:4px;
}
.list-ad ul li{
	margin-top: 22px;
	_margin-top: 20px;
	height: 82px;
}
.list-ad ul li img {
	display: block;
	float: left;
}
.cd-text {
	padding-top: 5px;
	float: right;
	width: 152px;
}
.cd-text h4{
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.cd-text p {
	margin-top: 5px;
	color: #999;
}
.cd-text p span {
	color: #f65757
}
/*品牌资讯列表页*/
.nsls {
	width:840px;
}
.nsls ul li {
	clear: both;
	margin-bottom: 40px;
}
.nsls ul li img {
	float: left;
	margin-right: 25px;
}
.nsls ul li img:hover {
	opacity: .8;
}
.nsls-text { float: left}
.nsls ul li h2 {
	display: inline;
	font-size: 24px;
	font-weight: bold;
	height: 28px;
	line-height: 33px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	/*width: 840px;*/
	display: block;
}
.nsls ul li p {
	overflow: hidden;
	height: 85px;
	line-height: 30px;
	margin: 16px 0 22px 0;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.nsls ul li p a{
	color: #dd2727;
}
.nsls ul li p a:hover {
	text-decoration: underline;
}
.newsls-tip span {
	color: #ccc;
	margin-right: 25px;
}
.newsls-tip span.ns-date {
	background: url("../images/t.jpg") left center no-repeat;
	padding-left: 22px;
}
.newsls-tip span.ns-keyword a {
	color:#ccc;
}
.newsls-tip span.ns-keyword a:hover {
	text-decoration: underline;
}
