@charset "gb2312";
.page-vr {
	width: 100%;
}
.page-vr-holder {
	float: left;
	width: 32%;
	background-color: #FFF;
	margin-right: 2%;
	margin-bottom: 2%;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
}
.page-vr-holder:nth-child(4) {
	margin-right: 0%;
}
.page-vr-holder:nth-child(7) {
	margin-right: 0%;
}
.page-vr-holder .img {
	width: 100%;
	overflow: hidden;
}
.page-vr-holder .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-vr-holder .title {
	width: 100%;
	padding: 10px 15px;
	border-bottom: 1px solid #EEE;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page-vr-holder .roundup {
	display: none;
}
.page-vr-holder .operation {
	width: 100%;
	padding: 10px 15px;
}
.page-vr-holder .operation a {
	display: block;
	width: 100%;
	height: 36px;
	background-color: #bfa679;
	color: #FFF;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
}
.page-vr-holder .operation a:first-child {
	margin-bottom: 10px;
	background-color: #CCC;
}
.page-vr-holder .operation a:hover {
	background-color: #142952;
}
/*---------------------------------------------------------------------*/
.page-vr-holder:first-child {
	float: none;
	width: 100%;
	background-color: #FFF;
	margin-right: 0%;
	margin-bottom: 2%;
	-webkit-box-shadow: 0px 0px 5px 0px #999;
	box-shadow: 0px 0px 5px 0px #999;
	overflow: auto;
}
.page-vr-holder:first-child .img {
	float: left;
	width: 60%;
	height: 400px;
	overflow: hidden;
}
.page-vr-holder:first-child .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-vr-holder:first-child .title {
	width: 36%;
	margin-left: 62%;
	padding: 10px 0px;
	border-bottom: 1px solid #EEE;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.page-vr-holder:first-child .roundup {
	display: block;
	width: 36%;
	height: 240px;
	margin-left: 62%;
	padding: 10px 0px;
	line-height: 22px;
	color: #989898;
	overflow: hidden;
}
.page-vr-holder:first-child .operation {
	width: 36%;
	margin-left: 62%;
	padding: 10px 0px;
}
.page-vr-holder:first-child .operation a {
	display: block;
	width: 100%;
	height: 36px;
	background-color: #bfa679;
	color: #FFF;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
}
.page-vr-holder:first-child .operation a:first-child {
	margin-bottom: 10px;
	background-color: #CCC;
}
.page-vr-holder:first-child .operation a:hover {
	background-color: #142952;
}