.zs1{
    display: flex;
    margin:0 1rem;
    

    background: #FFF4CC;
}
.l_zs1{
    width: 2.8rem;
    height: 4.1rem;
    font-size: 0.7rem;
    background: url(../img/bg1.png) no-repeat;
    padding:0.2rem 0.8rem 0 0.6rem;
    color:#fff;
    background-size: contain;
}
.r_zs1{
    width: 28rem;
    height: 3rem;
    line-height: 1rem;
    color: #FDA201;
    padding:0.65rem 0.75rem;
    font-size: 0.52rem;
}

.zs2_con{
    display: flex;
}

/** * 校园视频 */
.zs2{
	
	padding-bottom: 0.75rem;
	background-color: white;
}
.tit{
    font-size: 0.8rem;
    line-height: 2rem;
    color: #FFFFFF;
    text-align: center;
    margin-top:0.5rem;
    background: url("../img/titbg.png") no-repeat center;
    background-size: contain;

}
.zs2-layout .zs2-main{
	position: relative;
	margin-left:1rem;
	margin-right:1rem;
	margin-top:0.5rem;
	overflow: hidden;
	padding-bottom: -0.2rem;
	font-size: 0rem;
}
.zs2-layout .zs2-main h1{
	position: absolute;
	font-size: 2rem;
	color: white;
	z-index: 100;
	margin-top: 16.2rem;
	margin-left: 1rem;
}
.zs2-layout .zs2-main .bg{
	width: 100%;
	z-index: 1;
}
.zs2-layout .zs2-main .heat{
	width: 3.95rem;
	height: 1.45rem;
	bottom: -0.25rem;
	text-align: center;
	position: absolute;
	line-height: 1.4rem;
	z-index: 10;
	right: 0rem;
	font-size:0.8rem;
	color: white;
	margin-top: 9.7rem;
	background-image: url(../img/bg2.png);
	background-size: 100% 100%;
}
.zs2-layout .zs2-main .heat img{
	width: 0.7rem;
	height: 0.85rem;
	margin-top:0.2rem;
	margin-left: 0.4rem;
	float: left;
}
.zs2-less{
	display: flex;
	margin-left:1rem;
	margin-right:1rem;
	margin-top:0.75rem;
	text-align: center;
}
.zs2-less span{
	width:1rem;
}
.zs2-less .zs2-less-layout{
	position: relative;
	flex: 1;
	border-radius:0.3rem;
}
.zs2-less .zs2-less-layout .bg{
	width: 100%;
}
.zs2 p{
	margin-top: 0.325rem;
	margin-bottom: 0.325rem;
	line-height:1.2rem;
	font-size: 0.75rem;
	color: rgba(63, 64, 79, 1);
    text-align: center;
}
.zs2-less-layout .play{
	position: absolute;
	width: 1.85rem;
	height: 1.85rem;
	top: 1.275rem;
	left: 3.35rem;
}
.zs2-less-layout .heat{
	width: 3.3rem;
	line-height: 0.925rem;
	text-align: center;
	position: absolute;
	z-index: 10;
	left: 0;
	font-size: 0.6rem;
	color: white;
	margin-top: 66%;
	background-image: url(../img/bg2.png);
	background-size: 100% 100%;
}
.zs2-less-layout .heat img{
	width:100%;
	float: left;
}
.zs2-less-overflow{
	overflow: hidden;
	font-size: 0rem;
	position: relative;
}

.zs3 table{
	text-align: center;
	width: 100%;
	margin-top: 0.5rem;
    padding:0 1rem;
}
.zs3 table tr th{
	font-size:0.7rem;
	border: 0rem;
	height: 1.5rem;
	color: #fff;
	text-align: center;
    background: #FF7302;
    border-right: 1px solid #fff;
    font-weight: normal;
}
.zs3 .important{
	border-right:0rem;
	color: red;
}
.zs3 .table-move{
	position: relative;
	overflow: hidden;
	font-size:0.65rem;
    padding:0 1rem;
}
.s_tit{
    width:14rem;
    margin:0 auto;
    display: flex;
    margin-top:0.9rem;
}
.s_tit span{
    width:4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color:#333;
    background: #EDEDED;
    font-size: 0.7rem;
    display: block;
    margin-right: 1rem;
    cursor: pointer;
}
.s_tit span.active{
background: #FF7302;
color:#fff;
}

.con{
    padding:1rem 1rem 0;
    display: none;
}
.ac{
    display: block;
}
.con p{
    font-size: 0.6rem;
    color: #333;
}
.table-item{
	display: flex;
}
.fle{

    display: flex;
}
.fle div:first-child{
    flex: 1;
}
.fle div:last-child{
    flex: 1;
    margin-left: 0.5rem;
}
.fle img{
    width: 100%;
    margin-bottom: 0.5rem;
}
.table-item{
    background:#EEEEEE;
}
.table-move .table-item:nth-of-type(even){ background:#FBF2C2;}
.table-item div{
	text-align: center;
	line-height: 1.55rem;
	border-right: 1px solid rgba(232, 232, 232, 1);
	border-bottom: 1px solid rgba(232, 232, 232, 1);
    
}
.table-item div:last-child{
	border-right: none;
}

.jydy-from{
    margin-top: 20px;
    overflow: hidden;
    background-color: white;
}
.jydy-from h2{
    margin-top: 0.55rem;
    font-size: 0.95rem;
    line-height: 1rem;
    font-weight: 400;
    text-align: center;
}
.jydy-from p{
    font-size: 0.75rem;
    text-align: center;
    margin: 0.375rem;
}
.jydy-from a{
    display: flex;
}
.jydy-from span{
    width: 0.25rem;
}
.jydy-from div{
    flex: 1;
}
.jydy-from div img{
    width: 100%;
}