﻿.book{
	width:1200px;
	margin:0 auto;
}
.bookTit{
	padding:30px 0 10px;
}
.oneNav span{
	display: inline-block;
	width: 52px;
	height: 28px;
	background: #378BF4;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	margin-right:20px;
}
.oneNav{
	margin-bottom:20px;
}
.oneNav a{
	font-size: 16px;
	color: #707D8C;
	margin-right:26px;
}
.oneNav .active{
	color: #217FF3;
}
.twoNav a{
	display: inline-block;
	padding:2px 8px;
	background: #F5F5F5;
	border-radius: 4px;
	font-size: 12px;
	color: #707D8C;
	margin:0 26px 20px 0;
}
.twoNav .active{
	color: #217FF3;
	background: #EEF5FE;
}
.shopCont::after {
	content: "";
	display: block;
	clear: both;
}
.shopMin{
	float: left;
	width: 277px;
	height: 412px;
	background: #FFFFFF;
	border-radius: 16px;
	margin:0 30px 30px 0;
	cursor:pointer;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
}
.shopMin:hover{
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.09);
	position:relative;
	top:-8px;
}
.shopMin:hover h6{
	color:#217FF3;
}
.shopMin:nth-child(4n){
	margin-right:0;
}
.shopMin dt{
	width: 277px;
	height: 277px;
}
.shopMin dt img{
	width:100%;
	height:100%;
	border-radius:12px 12px 0 0
}
.shopMin dd{
	padding:10px 16px 0 16px;
}
.shopMin h6{
	font-size: 20px;
	color: #333333;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height:50px;
	line-height: 24px;
	padding-top:2px;
}
.shopMin p{
	height: 26px;
	margin:12px 0;
}
.shopMin time{
	display: inline-block;
	height: 26px;
	background: #F5F5F5 url(../image/time.png)no-repeat 9px center;
	background-size:16px;
	border-radius: 4px;
	font-size: 14px;
	color: #707D8C;
	line-height: 26px;
	padding:0 10px 0 28px;
	box-sizing: border-box;
}
.shopMin span{
	font-size: 22px;
	font-weight: 600;
	color: #FF5D00;
	float: right;
	margin:18px 0;
}