.detail .right .all li {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}

.detail .right .all li a {
	text-decoration: none;
}

.detail .right .all li a img {
	float: left;
	width: 200px;
	height: 120px;
	margin-right: 15px;
}

.detail .right .all li a p:nth-child(2) {
	color: #a4d91e;
	font-size: 18px;
	margin-bottom: 5px;
}

.detail .right .all li a p:nth-child(3) {
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
}

.detail .right .all li a p:nth-child(4) {
	color: #888;
	font-size: 12px;
}

.detail .right .all li a p:nth-child(5) {
	color: #666666;
	font-size: 14px;
	width: 75%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.detail .right .all li:hover a p:nth-child(3) {
	color: #f77400;
}

.detail .right .text .p1 {
	text-align: center;
	font-size: 24px;
	color: #f77400;
	margin-top: 25px;
	text-indent: 0px;
}

.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 .link {
	clear: both;
	overflow: hidden;
	margin-top: 40px;
}

.detail .right .link a {
	color: #888888;
	font-size: 16px;
}

.detail .right .link a:nth-child(2) {
	float: right;
}

@media only screen and (max-width: 640px) {
	.detail .right .all li a img {
		float: none;
		width: 100%;
		height: 200px;
		margin-right: 15px;
	}
	.detail .right .all li a p:nth-child(2) {
		color: #a4d91e;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.detail .right .all li a p:nth-child(3) {
		color: #333;
		font-size: 14px;
		margin-bottom: 5px;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.detail .right .all li a p:nth-child(4) {
		color: #888;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.detail .right .all li a p:nth-child(5) {
		color: #666666;
		font-size: 14px;
		width: 100%;
		float: none;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.detail .right .text .p1 {
		text-align: center;
		font-size: 20px;	
	}
	.detail .right .text p {
		text-indent: 0px;
		color: #666666;
		line-height: 1.8;
	}
	.detail .right .text img{
		width: 100%;
		height: auto;
	}
	.detail .right .link a {
		display: block;
		color: #888888;
		font-size: 15px;
	}
	.detail .right .link a:nth-child(2) {
		float: none;
		margin-top: 10px;
	}
}