@charset "utf-8";
/* CSS Document */

/* brandview */
.brandview .brand{
	position:relative;
	margin-bottom: 25px;
}
.brandview .brand>.imgbox{
	width:250px;
	height:105px;
	margin-right:20px;
}
.brandview .brand .pp_n{
	color:#333;
	line-height:1.8;
	margin-bottom:10px;
	margin-top:5px;
	font-family: "微软雅黑";
}
.brandview .brand .middle{
	width: 330px;
	border-right: 1px #e5e5e5 dotted;
	padding-right: 20px;
}
.brandview .brand .middle p{
	color:#999999;
	font-size:12px;
	margin-bottom:5px;
	font-family:"宋体";
	word-wrap: break-word;
}
.brandview .brand .right{
	color:#999;
	font-size:12px;
	text-align:center;
	position:absolute;
	right: 8px;
	top:0;
	bottom:0;
	margin:auto;
	height: 85px;
}
.brandview .brand .right>.t-org{
	font-size:16px;
}
.brandview .brand .right span{
	margin-left:5px;
}
.brandview .brand .right>.t-org .fen{
	font-size:36px;
	font-weight:bold;
	margin: 0 5px 0 0;
	line-height: 1.3;
	font-family: "微软雅黑";
}
.brandview .brand .right img{
	width:80px;
	margin-bottom: 8px;
}
.brandview .text{
	font-size: 12px;
	margin-bottom: 25px;
	position: relative;
	word-break:break-all;
	text-overflow:ellipsis; /*显示为省略号*/
	display:-webkit-box;/*对象作为伸缩盒子模型显示*/
	-webkit-box-orient:vertical;/*设置或检索伸缩盒对象的子元素的排列方式*/
	-webkit-line-clamp:2;/*显示行数*/
	text-align: justify;
	overflow:hidden;
}
.brandview .text .more{
	position:absolute;
	right:0;
	bottom: 0;
	background: rgb(255 255 255 / 85%);
	background: #ffffff\0;
	padding-left: 20px;
}
.brandview .pingjia{
	border-top:1px #e5e5e5 solid;
	padding-top:30px;
}
.brandview .pingjia .left{
	width:100px;
	text-align:center;
	color:#333;
	margin-right:20px;
	font-family: "微软雅黑";
}
.brandview .pingjia .left p{
	font-size: 14px;
	color: #c5c5c5;
}
.brandview .pingjia .middle{
    width: 390px;
}
.pingjia .stars{
	margin-bottom: 10px;
}
.pingjia .stars ul{
	overflow:hidden;
}
.pingjia .stars img{
	float:left;
	margin-right:5px;
	cursor: pointer;
}
.pingjia .stars em{
	font-style:normal;
	margin-left:5px;
	line-height: 30px;
	color: #ff5a19;
}
.brandview .pingjia .middle>ul li{
	float:left;
	margin-right:20px;
	font-size: 12px;
}
.brandview .pingjia .middle>ul li span{
	margin-left:3px;
}
.brandview .pingjia .right a{
	font-size: 14px;
	color:#999;
	border:1px #ddd solid;
	padding: 0 25px;
	display:block;
	height: 30px;
	line-height: 30px;
	float:left;
	margin:5px;
	border-radius: 3px;
	font-family: "微软雅黑";
}
.brandview .pingjia .right a:hover{
	color:#f64646;
	border-color:#f55555;
}
