body {
    background: #FFFFFF;
}


/* 文本内容 */
.content_text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 35px;
    padding: 0 10px;
}

/* 领导 */
.leader_list_box {}

.leader_list_box .leader_div {
    align-items: flex-start;
    margin-bottom: 15px;
}

.leader_list_box .leader_div .leader_head_img {
    width: 131px;
    height: 160px;
    min-width: 131px;
    background: #F5F5F5;
    border-radius: 7px;
    margin-right: 10px;
    padding: 5px;
}

.leader_list_box .leader_div .leader_content {
    width: 86%;
}

.leader_list_box .leader_div .leader_content .leader_title_box {
    font-family: Microsoft YaHei;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    padding: 10px 0;
}

.leader_list_box .leader_div .leader_content .leader_title_box span {
    color: #888888;
    font-size: 15px;
}

.leader_list_box .leader_div .leader_content .leader_title_line {
    width: 20%;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 15px;
}

.leader_list_box .leader_div .leader_content>p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

/* 机构设置 */
.institution_list_box {
    width: 90%;
    flex-wrap: wrap;
    padding: 0 30px;

}

.institution_list_box .institution_div {
    width: 48%;
    background: #FFFFFF;
    border-radius: 7px;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 10px 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.institution_list_box .institution_div:hover {
    box-shadow: 0px 6px 19px 1px rgba(153, 153, 153, 0.13);
}

.institution_img {
    width: 74px;
    height: 74px;
    border-radius: 7px;
    border: 1px solid #E5E5E5;
    padding: 7px;
    box-sizing: border-box;
}

.institution_content {
    width: 80%;
}

.institution_content .institution_name {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 19px;
    color: #333333;
    margin-bottom: 15px;
}

.institution_content .institution_text {
    color: #888888;
    font-size: 14px;
}

/* 校园风光 */
.scene_box {}

.Vr_bg_box {
    padding: 60px 10%;
    box-sizing: border-box;
}

.Vr_video_box {
    width: 90%;
    height: 490px;
    border-radius: 9px;
    margin: 0 auto 30px auto;
    position: relative;
    overflow: hidden;
}

.Vr_video_box .Vr_video_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(27, 27, 27, 0.6); */
    justify-content: center;
}

.Vr_video_btn {

    height: 55px;
    background: rgba(27, 27, 27, 0.7);
    border-radius: 9px;
    padding: 0 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 55px;
}

.Vr_list_box {
    width: 85%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.Vr_list_box .swiper-slide {
    background: none;
    display: flex;
    justify-content: center;
}

.Vr_list_box .Vr_list_div {
    width: 120px;
    height: 120px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

.Vr_list_box .Vr_list_div::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: rgba(49, 49, 49, 0.65);
}

.Vr_list_box .active_divVr>.Vr_list_div {
    border: 1px solid rgba(197, 2, 34, 0.69);
}

.Vr_list_box .active_divVr>.Vr_list_div::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: none;
}

.studio_btn {
    width: 27px;
    height: 27px;
    border-radius: 21px;
    border: 1px solid #C50222;
    justify-content: center;
    cursor: pointer;
}

.studio_btn img {
    width: 11px;
    height: 19px;
}

/* 校训 */
.motto_box {
    display: none;
}

.motto_content_title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.motto_content_title>img {
    width: 19px;
    height: 20px;
    margin-right: 10px;
}

.motto_content_text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #222222;
    line-height: 35px;
}

.active_show {
    display: block;
}

/* 校徽展示 */
.badge_box {
    padding: 0 30px;
    
}
.badge_box img{
    width: 244px;
    height: 244px;
}
/* 宣传片 */
.video_box {
    height: 715px;
    position: relative;
}

.video_box>video {
    width: 100%;
    height: 100%;
}

.video_mask_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: rgba(49, 49, 49, 0.5);

}

.video_mask_box>img {
    width: 73px;
    height: 73px;
}

@media screen and (max-width: 750px) {
	.institution_list_box{
		  padding: 0 0.1rem;
		  width: auto;
		  width: 100%;
	}
	.institution_list_box .institution_div{
		width: 100%;
	}
	.Vr_video_box{
		height: 5rem;
	}
	.Vr_list_box .Vr_list_div{
		width: 1rem;
		height: 1rem;
		flex-shrink: 0;
	}
	.badge_box{
		text-align: center;
	}
	.badge_box img{
		width: 3.5rem;
		height: 3.5rem;
		margin: 0 auto;
	}
	.video_box{
		height: auto;
	}
	.service_title_tag{
		justify-content: space-between;
	}
	.service_title_tag>li{
		font-size: 0.3rem;
		padding: 0.3rem 0.2rem;
	}
	.leader_list_box .leader_div .leader_content>p{
		font-size: 0.22rem;
	}
    .studio_btn{
        display: none;
    }
}