.zy_contentbox{
	padding-top:72px;
}
.zy_content{
	background-color: #fff;
	position: relative;
	padding-top: 80px;
}

/* 子页导航 */
.zy_tabNav{
	display: flex;
	justify-content: space-between;
	align-items:center;
	position: absolute;
	top: -140px;
	width: 1290px;
	height: 130px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	border-radius: 5px;
	overflow: hidden;
	background: rgba(255, 255, 255, 1);
}
.zy_tabNav a{
	display: block;
	color: #101010;
	font-size: 16px;
	text-align: center;
	border-left: #bbb solid 1px;
	flex: 1;
	box-sizing: border-box;
	height: 90px;
	transition: all 0.5s;
}
.zy_tabNav a:first-child{
	border-left: 0;
}
.zy_tabNav .layui-icon{
	display: block;
	font-size: 30px;
	color: #666;
	transition: all 0.5s;
}
.zy_tabNav b{
	margin: auto;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background-color: #e5e5e5;
	font-weight: normal;
	line-height:60px;
	margin-bottom: 10px;
	transition: all 0.5s;
}
.zy_tabNav a.cur{
	color: #3B62A7;
	position: relative;
}
.zy_tabNav a.cur::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 7px;
	background-color: #3B62A7;
}
.zy_tabNav a.cur b{
	background-color: #3B62A7;
}

.zy_tabNav a.cur .layui-icon{
	color: #fff;
}

.zy_tabNav a:hover{
	color: #3B62A7;
}
.zy_tabNav a:hover .layui-icon{
	color: #fff;
}
.zy_tabNav a:hover b{
	background-color: #3B62A7;
}
.zy_tabNav a.cur:hover{
	color: #3B62A7;
}

/* 子页列表 */
.zy_listBox{
	min-height: 500px;
	margin-bottom: 60px;
}
.zy_list li{
	border-bottom: #eee solid 1px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px 0;
}
.zy_list li span{
	width: 400px;
	height: 240px;
	overflow: hidden;
}
.zy_list li span img{
	width: 100%;
	height: 100%;
	transition: all.5s;
}
.zy_list li span:hover img{
	transform: scale(1.1,1.1);
}

.zy_list li .tit{
	height: 240px;
	margin-left: 40px;
	width: calc(100% - 440px);

}
.zy_list li .tit h2{
	font-size: 26px;
	color: #101010;
	font-weight: bold;
	margin: 5px 0 15px 0;
	line-height: 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zy_list li .tit h2	a:hover{
	color: #3B62A7;
}
.zy_list li .tit p{
	font-size: 18px;
	color: #666;
	line-height: 26px;
	overflow: hidden;
	height: 80px;
	margin-bottom: 45px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.zy_list li .tit b{
	font-size: 14px;
	color: #666;
}

/* 分页 */
#zy_fenye{
	margin: 100px 0;
	text-align: center;
}
#zy_fenye .layui-laypage .layui-laypage-curr .layui-laypage-em{
	color: #fff;
	background-color: #3B62A7;
}
#zy_fenye .layui-laypage a:hover{
	color: #3B62A7;
}
#zy_fenye .layui-laypage a, #zy_fenye .layui-laypage span{
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 14px;
}
#zy_fenye  .layui-laypage button, #zy_fenye  .layui-laypage input{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
#zy_fenye .layui-laypage input:focus{
	border: #8B5943 solid 1px !important;
}

/*公用详情页*/
.zy_xqbox{
	padding: 50px 30px 80px;
	position: relative;
	top: -220px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	border-radius: 5px;
	margin-bottom: -110px;
}
.zy_xqbox .xq_title{
	position: relative; 
	border-bottom: #ccc solid 1px; 
	padding-bottom: 50px;
	text-align: center;
}
.zy_xqbox .xq_title h1{ 
	font-size: 36px; 
	color: #101010; 
	margin-bottom: 30px; 
	font-weight: bold;
}
.zy_xqbox .xq_title p span{ 
	font-size: 14px; 
	color: #999; 
	margin-right: 10px; 
}
.zy_xqbox .xq_txt{
	margin:40px 0; 
	font-size: 16px; 
	color: #333; 
	line-height: 30px; 
	text-indent: 2em; 
}
.zy_xqbox .xq_txt img{ 
	display: block; 
	max-width: 100%; 
	margin:10px auto;
}
.zy_xqbox .xq_txt *{ 
	margin:20px 0; 
}

.zy_xqbox .share{
	border-top: #ddd solid 1px;
	position: relative;
	padding-top: 30px;
}
.zy_xqbox .share i{
	position: absolute;
	height: 3px;
	width: 80px;
	left: 0;
	top: -2px;
	background-color: #F64802;
}
.zy_xqbox .share>div span{ 
	display: block; 
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}
.zy_xqbox .share h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zy_xqbox .share h2 p{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 32px;
}

.zy_xqbox .share h2 p a{
	color: #333;
	display: inline-block;
	font-weight: normal;
}
.zy_xqbox .share h2 p a:hover{
	color: #3B62A7;
}

/* 关于我们 */
.zy_about{
	padding: 0 0 100px 0;
}
.zy_about .txt{ 
	font-size: 16px; 
	color: #333; 
	line-height: 36px; 
	text-indent: 2em; 
	text-align: justify;
}
.zy_about .txt *{
	margin:24px 0;
}
.zy_about .txt img{ 
	display: block; 
	max-width: 1290px;
	margin:0 auto; 
}

.zy_small_tit{
	margin:20px 0 50px 0; 
}
.zy_small_tit h2{ 
	font-size: 30px; 
	color: #101010;
	font-weight: bold; 
	position: relative; 
	padding-bottom: 10px;
	display: inline-block;
}
.zy_small_tit h2 i{
	width: 100%; 
	height: 5px; 
	position: absolute; 
	left: 0;
	bottom: 0; 
	background-color: #3B62A7;
}

/* 学院领导 */
.zy_leader{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.zy_leader .box{
	width: 280px;
	background-color: #F5F5F5;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 50px;
}
.zy_leader .box img{
	display: block;
	width:240px;
	height: 350px;
	margin: auto;
	border-radius: 5px;
}
.zy_leader .box .text{
	margin-top: 20px;
	text-align: center;
	line-height: 1.5;
	color: #666;
}
.zy_leader .box .text h3{
	font-size: 24px;
	color: #101010;
	font-weight: bold;
}
.zy_leader .box span{
	display: block;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zy_leader .box:hover {
	background-color: #f3f7ff;
}
.zy_leader .box:hover .text h3 a{
	color: #3B62A7;
}