.zy_contentbox{
	padding-top:110px;
}
/*zy_banner*/
#zy_banner{
	position: relative; 
	background-color: #F64802; 
	overflow: hidden;
}
.zy_banner img{
	display: block; 
	height: 100%;
}

/* 子页导航 */
.zy_tabNav{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 40px 0 14px;
}
.zy_tabNav a{
	display: block;
	background-color: #fff;
	color: #101010;
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border: #eee solid 1px;
	flex: 1;
	border-left: 0;
	box-sizing: border-box;
}
.zy_tabNav a:first-child{
	border-left: #eee solid 1px;
}
.zy_tabNav a.cur{
	background-color: #F64802;
	color: #fff;
	border: 0;
}
.zy_tabNav a:hover{
	background-color: rgba(246, 72, 2, .1);
	color: #F64802;
}
.zy_tabNav a.cur:hover{
	color: #fff;
	background-color: #F64802;
}

/* 子页列表 */
.zy_listBox{
	border: #ccc solid 1px;
	min-height: 500px;
	padding: 40px 50px 0;
	margin-bottom: 60px;
}
.zy_tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: #ccc solid 1px;
}
.zy_tit h2{
	font-size: 22px;
	color: #101010;
	font-weight: bold;
	padding-bottom: 20px;
	position: relative;
}
.zy_tit h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background-color: #8B5943;
}
.zy_tit .layui-breadcrumb a:hover{
	color: #8B5943 !important;
}
.zy_list li{
	border-bottom: #ccc solid 1px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px 0;
}
.zy_list li span{
	width: 410px;
	height: 220px;
	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: 220px;
	margin-left: 30px;
	width: calc(100% - 440px);

}
.zy_list li .tit h2{
	font-size: 26px;
	color: #101010;
	font-weight: bold;
	margin: 5px 0 14px 0;
	line-height: 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.zy_list li .tit h2	a:hover{
	color: #8B5943;
}
.zy_list li .tit p{
	font-size: 24px;
	color: #666;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 80px;
}
.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: #8B5943;
}
#zy_fenye .layui-laypage a:hover{
	color: #8B5943;
}
#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: 80px 0;
}
.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: 15px;
}
.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: #F64802;
}
