.detail .right .all {
	clear: both;
	overflow: hidden;
}

.detail .right .all li {
	float: left;
	width: 31%;
	margin-left: 15px;
	margin-top: 10px;
	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 img {
	width: 100%;
	height: 200px;
}

.detail .right .all li p {
	text-align: center;
	color: #333333;
	margin-top: 8px;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.detail .right .all li:hover {
	transform: scale(1.05);
}

.detail .right .all li:hover p {
	color: #f77400;
}

.detail .right .text .p1 {
	text-align: center;
	font-size: 24px;
	color: #666666;
	margin-bottom: 5px;
	margin-top: 20px;
}

.detail .right .text .p2 {
	text-align: center;
	font-size: 14px;
	color: #999;
}

.detail .right .text img {
	width: 90%;
	margin: 10px 0;
	margin-left: 5%;
}

.detail .right .text .link {
	clear: both;
	overflow: hidden;
	margin-top: 25px;
}

.detail .right .text .link a {
	color: #888888;
	font-size: 15px;
}

.detail .right .text .link a:nth-child(2) {
	float: right;
}

@media only screen and (max-width: 640px) {
	.detail .left .nynav a {
		display: block;
		float: left;
		width: 46.5%;
		margin-left: 10px;
		margin-bottom: 5px;
	}
	.detail .right .all {
		margin-left: -10px;
	}
	.detail .right .all li {
		float: left;
		width: 46.5%;
		margin-left: 10px;
		margin-top: 10px;
	}
	.detail .right .all li a {
		text-decoration: none;
	}
	.detail .right .all li img {
		width: 100%;
		height: 120px;
	}
	.detail .right .all li p {
		text-align: center;
		color: #333333;
		margin-top: 8px;
		font-size: 14px;
	}
	.detail .right .all li:hover {
		transform: scale(1.0);
	}
	.detail .right .text img {
		width: 100%;
		margin: 10px 0;
		margin-left: 0;
	}
	.detail .right .text .link {
		clear: both;
		overflow: hidden;
		margin-top: 25px;
	}
	.detail .right .text .link a {
		color: #888888;
		font-size: 15px;
		display: block;
	}
	.detail .right .text .link a:nth-child(2) {
		float: none;
		margin-top: 10px;
	}
}