.detail .all li {
	background: #eeeeee;
	margin-bottom: 25px;
	padding: 18px;
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.detail .all li a {
	text-decoration: none;
}

.detail .all li p:nth-child(1) {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.detail .all li p:nth-child(2) {
	font-size: 14px;
	color: #888;
}

.detail .all li p:nth-child(3) {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.detail .all li p:nth-child(4) {
	background: #999999;
	width: 110px;
	text-align: center;
	color: #FFFFFF;
	padding: 7px 0;
	margin-bottom: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.detail .all li:hover {
	background: #e7f0fe;
}

.detail .all li:hover p:nth-child(4) {
	background: #1155bf;
}

.detail .right .text .p1 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.4;
	color: #333333;
}

.detail .right .text .p2 {
	font-size: 14px;
	color: #888888;
	text-align: center;
	margin-bottom: 20px;
}

.detail .right .text p {
	color: #666666;
	line-height: 2.0;
	margin-bottom: 0;
}

.detail .right .text p b {
	color: #333333;
}

.detail .right .link {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}

.detail .right .link a {
	font-size: 16px;
	color: #888;
}

.detail .right .link a:nth-child(2) {
	float: right;
}

@media only screen and (max-width: 640px) {
	.banner .right {
		display: none;
	}
	.detail .all li {
		background: #eeeeee;
		margin-bottom: 20px;
		padding: 13px;
		transition: all 0.7s;
		-moz-transition: all 0.7s;
		-webkit-transition: all 0.7s;
		-o-transition: all 0.7s;
	}
	.detail .all li a {
		text-decoration: none;
	}
	.detail .all li p:nth-child(1) {
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.detail .all li p:nth-child(2) {
		font-size: 13px;
		color: #888;
	}
	.detail .all li p:nth-child(3) {
		font-size: 13px;
		color: #666;
		line-height: 1.8;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.detail .all li p:nth-child(4) {
		background: #999999;
		width: 100px;
		text-align: center;
		color: #FFFFFF;
		padding: 5px 0;
		margin-bottom: 0;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		font-size: 13px;
	}
	.detail .right .text .p1 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 5px;
		line-height: 1.4;
		color: #333333;
	}
	.detail .right .text .p2 {
		font-size: 13px;
		color: #888888;
		text-align: center;
		margin-bottom: 10px;
	}
	.detail .right .text p {
		color: #666666;
		line-height: 2.0;
		margin-bottom: 0;
	}
	.detail .right .text img{
		width: 100%;
	}
	.detail .right .text p b {
		color: #333333;
	}
	.detail .right .link {
		display: block;
		clear: both;
		overflow: hidden;
		margin-top: 30px;
	}
	.detail .right .link a {
		display: block;
		font-size: 15px;
		color: #888;
	}
	.detail .right .link a:nth-child(2) {
		float: none;
		margin-top: 10px;
	}
}