.articlelist{

}

.articlelist li{
	margin:0.15rem 0;
	width:92%;
	padding:0.15rem 3%;
	background-color:#F5F5F5;
	overflow:hidden;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	transition: .2s ease-out;
}

.articlelist li:hover{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


.booklist{}
.booklist li{
	padding: 0.20rem 0;
}
.booklist li .cover{
	width: 80%;
	padding:0 10%;
}
.booklist li .title{
	text-align: center;
	font-size: 0.16rem;
	margin-top:0.10rem;
}

.info_box .cate_list{
	width: 100%;
	font-size: 0.14rem;
}
.info_box .cate_list li{
	height:0.40rem;
	line-height:0.40rem;
	border-bottom: 1px solid #EEEEEE;
}