.df{display: flex;}
.wrap{
	width: 1200px;
	margin: auto;
}
.alzs{
	color: #fff;
	/*background: url(../i/bg_alzs.jpg) center center no-repeat;*/
	background-size: cover;
	padding: 30px 0;
}
.alzs .left{
	width: 260px;
	flex-shrink: 0;
	background-color: #264793;
	box-sizing: border-box;
	padding: 20px;
	margin-right: 20px;
}
.alzs .left>p{
	height: 50px;line-height: 30px;
}
.alzs .left ul li {
	height: 60px;
	border-top: 1px solid #587fc9;
}
.alzs .left ul li .df{
	color: #fff;
	align-items: center;
	height: 60px;
	justify-content: flex-start;
}
.alzs .left ul li .df p{ text-indent:20px;}
.alzs .left ul li .df img{
	margin: 10px;
}
.alzs .right{
	width: 910px;
	background-color: #fff;
}
/*.alzs .right li{
	height: 115px;
	border-bottom: 1px solid #eee;
	padding: 28px;
	box-sizing: border-box;
}*/
.alzs .right li:last-of-type{
	border-bottom: 0;
}
.alzs .right li .df{
	align-items: center;
	justify-content: space-between;
}
.alzs .right li .al_icon{
	background-color: #264793;
	color: #fff;
	width: 58px;height: 58px;
	flex-shrink: 0;
	display: flex;align-items: center;justify-content: center;
}


.alzs .left{
	padding: 20px 0;
}
.alzs .left>p{
	padding: 0 40px;
}
.alzs .left ul li{
	padding: 0 20px;
	border: 0;
}
.alzs .left ul li .df{
	border-top: 1px solid #587fc9;
}
.alzs .left ul li{
	background-position: right 20px center;	
	transition: all 0.5s;
}
.alzs .left ul li.on,.alzs .left ul li:hover{
	background: #f4f4f4 url(../i/icon_alzs_active.png) no-repeat;
	background-position: right 10px center;	
}
.alzs .left ul li.on .df,.alzs .left ul li:hover .df{
	border: 0;
}
.alzs .left ul li.on .df p,.alzs .left ul li:hover .df p{
	color: #264793;
	font-weight: bold;
}
.alzs .left ul li.on .df .normal , .alzs .left ul li .df .active,.alzs .left ul li:hover .df .normal{
	display: none;
}
.alzs .left ul li.on .df .active , .alzs .left ul li .df .normal,.alzs .left ul li:hover .df .active{
	display: block;
}