.detail .right .all li{
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	background: #eeeeee;
	padding: 15px;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.detail .right .all li a{
	text-decoration: none;
}

.detail .right .all li a p:nth-child(1){
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.detail .right .all li a p:nth-child(2){
	color: #777;
	font-size: 14px;
	margin-bottom: 5px;
}

.detail .right .all li a p:nth-child(3){
	color: #777;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*行数*/
	-webkit-box-orient: vertical;
}

.detail .right .all li a p:nth-child(4){
	color: #FFFFFF;
	font-size: 14px;
	background: #e60012;
	text-align: center;
	width: 120px;
	padding: 7px 0;
	margin-top: 20px;
}

.detail .right .all li:hover{
	background: #fdedee;
}

.detail .right .text .p1{
	text-align: center;
	font-size: 24px;
	color: #e60012;
	margin-top: 25px;
	text-indent: 0px;
	margin-bottom: 0;
}

.detail .right .text .p2{
	text-align: center;
	font-size: 12px;
	color: #888;
	text-indent: 0px;
}

.detail .right .text p{
	text-indent: 30px;
	color: #666666;
	line-height: 1.8;
}

.detail .right .link2{
	clear: both;
	overflow: hidden;
	margin-top: 40px;
}

.detail .right .link2 a{
	color: #888888;
	font-size: 16px;
}

.detail .right .link2 a:nth-child(2){
	float: right;
}
