/* 导航 */
.nav360{
	margin:.5rem 0;
	font-size: .28rem;
}
.nav360 ul{
	padding-left:.3rem;
	display:flex;
	display:-webkit-flex;
	position:relative;
}
.nav360 ul>li{
	margin-right:.75rem;
}
.nav360 ul h6{
	display:flex;
	align-items:center;
}
.nav360 ul h6 i{
	width:.4rem;
	height:.4rem;
	margin-left:.22rem;
	background:url(../../images/triangleNo.png);
	background-size:cover;
}
.nav360 ol{
	display:none;
	position:absolute;
	left:0;
	top:.7rem;
	width:100%;
	z-index:999;
	line-height:.8rem;
	max-height: 4rem;
    overflow-y: auto;
}
.nav360 ol li{
	padding-left:.3rem;
}
.nav360 ol li:nth-child(odd){
	background:#fff;
}
.nav360 ol li:nth-child(even){
	background:#f7f7f7;
}
#navigation .sonActive{
	background: #e5f1ff;
	color:#0079ff;
}
.nav360 .active ol{
	display:block;
}
.nav360 .active h6{
	color:#0079ff;
}
.nav360 .active i{
	background:url(../../images/triangle.png);
	background-size:cover;
}
/* 教材列表 */
.bookMin{
	margin:.3rem;
	background: #fff;
    border-radius: .1rem;
    padding:.4rem;
}
.bookMin dl{
	display:-webkit-flex;
	display:flex;
}
.bookMin dt{
	margin-right:.24rem;
	width:1.5rem;
	height:1.5rem;
}
.bookMin dt>img{
	width:100%;
	height:100%;
	border-radius:.1rem;
}
.bookMin dd{
	width:0;
	-webkit-flex:1;
	flex:1;
}
.bookMin dd h3{
	font-size: .3rem;
	color:#20232c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bookMin .affiliation{
	font-size:.24rem;
	color:#b9c0c6;
	margin:.19rem 0; 
	text-align:left;
}
.bookMin .affiliation span{
	margin:0 .05rem;
	color:#b9c0c6;
}
.bookMin p:last-child{
	text-align:right;
}
.bookMin p span{
	color:#c90007;
	font-size: .28rem;
	font-weight:900;
}
.bookMin p i{
	color:#b9c0c6;
	font-size: .24rem;
	text-decoration:line-through;
	font-style:normal;
	margin-left: .1rem;
}
.noList{
	text-align: center;
    display: none;
    margin-top: 1.5rem;
}
.noList img{
	width:1.91rem;
	height:2.34rem;
}