.right_images{
	margin-top: 32px;
	overflow: hidden;
}

.right_images li{
	margin-right: 33px;
	margin-bottom: 33px;
	width: 337px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.right_images .text_detail{
	padding: 20px 10px;
    font-size: 15px;
}
.right_images li:nth-child(even) {
	margin-right: 0;
}
.right_images li img{
	width: 337px;
    height: 200px;
}
.right_images li img:hover{
	transform: scale(1.15);
}
.right_index_img li{
	padding: 10px 20px;
}
.right_index_img img{
	height: 250px;
    width: 100%;
}
.index_detail{
	margin-top: 10px;
}
.index_detail p{
	display: inline-block;
    min-width: 49%;
    font-size: 15px;
}