@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: 15px;
	border-bottom: 1px solid #EEE;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	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: 15px;
}
.page-vr-holder .operation a {
    display: block;
	width: 100%;
	height: 40px;
    font-size: 16px;
	background-color: #CCC;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
}
.page-vr-holder .operation a:first-child {
	margin-bottom: 10px;
	background-color: #3dae6c;
}
.page-vr-holder .operation a:hover {
	background-color: #41c2e1;
}
/*---------------------------------------------------------------------*/
.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: 15px 0px;
	border-bottom: 1px solid #EEE;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	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: 210px;
	margin-left: 62%;
	padding: 10px 0px;
	line-height: 22px;
	color: #666666;
	overflow: hidden;
}
.page-vr-holder:first-child .operation {
	width: 36%;
	margin-left: 62%;
	padding: 15px 0px;
}
.page-vr-holder:first-child .operation a {
	display: block;
	width: 100%;
	height: 40px;
	background-color: #CCC;
	color: #FFF;
    font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
}
.page-vr-holder:first-child .operation a:first-child {
	margin-bottom: 15px;
	background-color: #3dae6c;
}
.page-vr-holder:first-child .operation a:hover {
	background-color: #41c2e1;
}