
.ml-10px {
	margin-left: 10px;
}
.yz-shixun-bg {
	background: #FFFAF0;
}

.yz-shixun-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .3rem 0 .15rem;
    font-size: .44rem;
    font-weight: bold;
    font-family: '宋体';
    color: #BC1B21;
    text-align: center;
}
.yz-shixun-title .l, .yz-shixun-title .r {
    flex: 1;
    max-width: 200px;
    height: 3px;
    position: relative;
    background: #BC1B21;
    background-position: center;
    padding-right: 30px;
}
.yz-shixun-title .c {
    font-size: .44rem;
    font-weight: bold;
    font-family: '宋体';
    text-align: center;
    padding: 0 30px;
}
.yz-shixun-title-des {
    font-size: 24px;
    text-align: center;
}

.fixed-vr-box {
	position: fixed;
	right: 10px;
}
.fixed-vr-box .vr-dom {
	width: 100px;
	padding-top: 12px;
}
.fixed-vr-box .vr-dom .vr-icon {
	background-color: #e9b702;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	cursor: pointer;
}

.fixed-vr-box .vr-dom .vr-list {
	display: none;
}
.fixed-vr-box .vr-dom:hover .vr-list {
	display: block;
	width: 100%;
	padding-top: 20px;
}
.fixed-vr-box .vr-dom:hover .vr-list .vr-item {
	cursor: pointer;
	margin-bottom: 15px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
}
.fixed-vr-box .vr-dom:hover .vr-list .vr-item .txt {
	padding: 5px;
	color: #333;
}

.shixun-list {
	padding: 16px 0 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}
.shixun-list .wrap {
	width: 33.33%;
	padding: 10px;
}
.shixun-list .wrap .item {
	display: block;
	background: rgba(255, 255, 255, .9);
    box-shadow: 0px -2px 8px 1px rgba(56, 27, 4, 0.05);
    transition: .1s;
}
.shixun-list .wrap .item:hover {
	box-shadow: 0px -2px 8px 1px rgba(56, 27, 4, 0.13);
}

.shixun-list .wrap .item .imgbox {
	width: 100%;
	height: 2.24rem;
    overflow: hidden;
}
.shixun-list .wrap .item .imgbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.shixun-list .wrap .item .info {
	padding: 12px;
}
.shixun-list .wrap .item .info .title {
	color: #333333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.shixun-list .wrap .item .info .bottom {
	display: flex;
	justify-content: space-between;
    font-size: 16px;
    color: #666666;
    margin-top: 8px;
}

.shixun-list.main-list {
	background: rgba(255, 255, 255, .9);
	padding: 12px;
}

.shizhengyaowen-block {
	margin: 0 0 30px;
	margin: 0 0 .3rem;
	padding: 30px 0;
	padding: .3rem 0;
	background-image: url('../images/2025/yz_shixun/lianghui_bg.png');
	background-size: 100% 100%;
}
.shixun-list.shizhengyaowen-list .wrap {
	width: 25%;
}

.xinwen-block .shixun-list.xinwen-list .wrap {
	width: 25%;
}
.xinwen-block .shixun-list.xinwen-list .wrap .imgbox {
	height: 1.5rem;
}
.xinwen-block .shixun-list .wrap .item .info .title {
	text-align: center;
}
.xinwen-block .shixun-list.xinwen-list .item:hover .imgbox img {
	transform: scale(1.1);
    transition: 300ms;
}


@media screen and (max-width: 768px) {
	.fixed-vr-box .vr-dom {
		width: 60px;
	}

	.shixun-list .wrap {
		width: 50% !important;
		padding: 5px;
	}
	.shixun-list .wrap .item .info {
		padding: 4px;
	}
	.shixun-list .wrap .item .info .title {
		white-space: normal;
		font-size: 14px;
		line-height: 20px;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.shixun-list .wrap .item .info .bottom {
		font-size: 12px;
		margin-top: 4px;
	}
	.shixun-list .wrap .item .info .bottom span:nth-of-type(2) {
		display: none;
	}


	.shixun-list.xinwen-list .wrap .item .info .title {
		white-space: nowrap;
		height: 23px;
	}
	.shixun-list.xinwen-list .wrap .item .imgbox {
		height: 2.1rem;
	}
}



.vrModal .yz-modal-body {
	max-width: 75%;
	height: 80%
}

.vrModal .yz-modal-header {
	background: #FFFFFF;
}
.vrModal .yz-modal-content {
	max-height: 100%;
	height: calc(100% - 46px);
	/* background: #000000; */
	padding: 10px 30px 30px 30px;
	display: flex;
	flex-direction: column;
}
.vrModal .yz-modal-content .flex {
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 10px 0px;
	align-items: center;
}
.vrModal .yz-modal-header .yz-modal-close {
	font-size: 28px;
	padding: 0px 30px;
}
.vrModal .yz-modal-content .flex a{
	display: block;
	text-align: center;
	color: #fff;
	background: #4495E5;
	padding: 12px 14px;
	font-size: 16px;
	border-radius: 4px;
}
.vrModal .yz-modal-content .vr-title {
	font-size: 18px;
}
.vrModal .yz-modal-content .vr-title > div {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.vrModal .yz-modal-content .vr-title img {
	height: 26px;
	margin-right: 5px;
}
.vr-container {
	position: relative;
	height: 100%;
	background-image: url('../images/yuzhongvs/zblogo.png');
	background-repeat: no-repeat;
	background-size: 182px 177px;
	background-position: center center;
	background-color: rgba(0, 0, 0, .6);
	overflow: hidden;
}
.vr-container::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.yz-modal.vrModal .vr-container .a-canvas {
	position: absolute !important;
}
.yz-modal.vrModal .vr-container .a-enter-vr-button {
	display: none;
}
@media screen and (max-width: 767px) {
	div::-webkit-scrollbar-thumb {
		background: transparent;
	}
	.vr-warper {
		height: 3.2rem;
		margin-top: .2rem;
	}
	.vr-content .vr-title {
		position: static;
		color: #333;
		margin-top: 6px;
		width: 100%;
	}
	.vr-content {
		padding: 0 3px;
	}
	.vr-content .vr-title >div:last-child span {
		color: #999;
	}
	.vr-content .vr-title img {
		display: none;
	}
	.vr-content .zblogo{
		position: absolute;
		height: 45px;
		right: 14px;
		bottom: 57px;
	}
	.vr-content > img {
		height: 2.27rem;
		object-fit: cover;
	}
	.vr-swiper {
		margin-top: 12px;
	}
	.ds-video .ds-vd-header .ds-tab .item {
		margin-left: 0;
		margin-right: 16px;
	}
	.vrModal .yz-modal-header {
		height: 30px;
	}
	.vrModal .yz-modal-content .flex {
		flex-direction: column;
		padding: 0;
		align-items: flex-start;
	}
	.vrModal .yz-modal-content .vr-title {
		padding-left: 0px;
	}
	.vrModal .yz-modal-content .flex>div:last-child {
		margin-top: 6px;
	}
	.vrModal .yz-modal-content .flex a {
		display: none;
	}
	.vrModal .yz-modal-content {
		height: calc(100% - 30px);
		padding: .1rem .3rem .3rem .3rem;
	}
	.vrModal .yz-modal-header .yz-modal-close {
		padding: 0 .3rem;
	}
	.vrModal .yz-modal-body {
		width: 100%;
		max-width: 100%;
		height: 100%;
	}
}