/* 导航 */
.freeNav{
	margin:.5rem 0;
	font-size: .28rem;
}
.freeNav ul{
	padding-left:.3rem;
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	position:relative;
}
.freeNav ul h6{
	display:flex;
	align-items:center;
}
.freeNav ul h6 i{
	width:.4rem;
	height:.4rem;
	margin-left:.22rem;
	background:url(../../images/triangleNo.png);
	background-size:cover;
}
.navSon{
	display:none;
	position:absolute;
	left:0;
	top:.7rem;
	width:100%;
	z-index:999;
	line-height:.8rem;
	max-height: 4rem;
    overflow-y: auto;
}
.navSon li{
	padding-left:.3rem;
}
.navSon li:nth-child(odd){
	background:#fff;
}
.navSon li:nth-child(even){
	background:#f7f7f7;
}
#navigation .sonActive{
	background: #e5f1ff;
	color:#0079ff;
}
.freeNav .active ol{
	display:block;
}
.freeNav .active h6{
	color:#0079ff;
}
.freeNav .active i{
	background:url(../../images/triangle.png);
	background-size:cover;
}
/* 列表 */
.free{
	margin:0 .3rem;
}
.free dl{
	display: flex;
	justify-content: space-between;
	padding:.4rem;
	background: #fff;
	border-radius: .1rem;
	margin-bottom: .3rem;
}
.free dl dt{
	width:1.5rem;
	height:1.5rem;
}
.free dl dt img{
	width:100%;
	height:100%;
}
.free dl dd{
	width:0;
	flex:1;
	margin-left:.22rem;
}
.free dl h5{
	font-size: .3rem;
	color:#222222;
}
.free dl h5 p{
	font-size: .24rem;
	color:#bbcccc;
	//margin-left:.4rem;
	margin:.23rem 0;
}
.free dl p{
	font-size: .24rem;
	color:#222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin:.23rem 0;
}
.free .affiliation{
	color:#bbcccc;
	margin:0;
}
.free .affiliation span{
	font-size: .22rem;
	color:#bbcccc;
	margin:0 .1rem;
}
.free .affiliation span:first-child{
	margin-left:0;
}
.free .affiliation span:last-child{
	float:right;
	background:url(../../images/icon.png)no-repeat left center;
	background-size:.24rem;
	padding-left:.4rem;
	margin-right:0;
}