.con{
	padding: 0 0.3rem 0.6rem;
	background-color: #fff;
}
.p1{
	text-align: center;
	color: #666460;
}
.p1 img{
	width: 1.5rem;
	margin: 0.8rem 0 0.3rem;
}
.p2{
	font-size: 0.32rem;
	color: rgb(7, 34, 63);
	line-height: 1.594;
	text-align: justify;
	margin: 0.6rem 0;
}
.p3>ul>li{
	margin-top: 0.6rem;
	color: #002741;
}
.p3>ul>li p.p4{
	font-weight: bold;
}
.p3>ul>li .word{
	margin-top: 0.1rem;
}
.submit_btn{
	width: 100%;
	height: 1rem;
	color: #fff;
	background-color: #002741;
	border-radius: 6px;
	outline: 0;
	border: 0;
	margin-top: 0.4rem;
}
.p3>ul>li p.p5{
	color: #0074D3;
}
.p3>ul>li .teacher{
	margin-top: 0.3rem;
}
.p3>ul>li p.p6{
	color: #F55A00;
}
.p3>ul>li .video{
	margin-top: 0.3rem;
}

/* 点开显示大图和视频 */
.show_pic{
	overflow: hidden;
	overflow-x: auto;
	width: 100%;
	white-space: nowrap;
	margin-top: 0.3rem;
}
.show_pic li{
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 6px;
	margin-right: 0.14rem;
	background-color: #000;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
}
.show_pic li:last-child{
	margin-right: 0;
}
.show_pic li .wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	height: 100%;
}
.show_pic li img{
	width: 100%;
}
.show_pic li video{
	height: 100%;
}
.shadow{
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	z-index: -10;
}
.shadow img{
	width: 100%;
}






ul.con{
	padding-top: 0.5rem;
	height: 100%;
	overflow: auto;
	background-image: url(../images/home.png);
	background-size: 100% 100%;
	color: #fff;
}
ul.con li{
	margin-bottom: 0.7rem;
}
.intro{
	text-align: justify;
}
.intro p{
	font-size: 0.34rem;
	font-weight: bold;
	margin-bottom: 0.16rem;
}
.intro div{
	text-indent: 0.6rem;
	line-height: 0.46rem;
	font-size: 0.28rem;
}