.classifyContent{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.classifyContent .classifyTxt{
	width: 1200px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	font-family: "MicroSoft YaHei";
	color: #969696;
	margin: 5px auto;
	padding-top: 0px;
}
.classifyNav{
	width: 1200px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background-color: #fafafa;
	margin: 0 auto;
	overflow: hidden;
}
.classify{
	width: 1190px;
	padding-top: 12px;
	margin-left: 25px;
	margin-right: 10px;
	overflow: hidden;
	padding-left: 1px;
}
.classify li{
	white-space: nowrap;
	list-style: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	line-height: 20px;
	height: 22px;
}
.classify li a{
	display: inline-block;
	padding: 0 6px;
	text-decoration: none;
	font-size: 14px;
	font-family: "MicroSoft YaHei";
	color: #323232;
	font-weight: bold;
	border: 1px #fafafa solid;
}
.classify li a:hover,.classify li a.now:hover{
	border: 1px solid red;
	color: red;
	background: #fff;
}
.classify li a.now{
	background: red;
	color: #fff;
}
.classifyCon{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}
.classifyLeft{
	position: relative;
	float: left;
	width: 590px;
	left: 0px;
	right: 0px;
}
.classifyRight{
	position: relative;
	float: right;
	width: 590px;
	right: 0px;
	right: 0px;
}
.classifyBooks{
	width: 587px;
	border: 1px solid #efefef;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 10px;
}
.booksDetail{
	width: 590px;
	height: 40px;
	background: #fafafa;
	margin-bottom: 8px;
}
.redIcon{
	display: inline-block;
	margin-left: 15px;
	margin-top: 12px;
	width: 4px;
	height: 16px;
	border-radius: 3px;
	background: #ff2832;
}
.classifyTitle{
	margin: -17px 0 0 24px;
}
.classifyContent .classifyTitle a{
	text-decoration: none;
	color: #323232;
	font-size: 15px;
	font-weight: bold;
	font-family: "MicroSoft YaHei";
}
.kindName{
	width: 90px;
	float: left;
	text-align: center;
	position: relative;
	top: 4px;
	*top: 5px;
	padding-bottom: 4px;
}
.kindName a{
	color: #ff2832;
	font-size: 13px;
	font-weight: bold;
}
.kindDetail{
    overflow: hidden;
    position: relative;
    padding-bottom: 1px;
    min-height: 24px;
    padding-right: 16px;
    width: 470px;
    border-bottom: 1px dashed #d6d6d6;
    float: left;
    word-break: break-all;
    word-wrap: break-word;
    display: inline-block;
    *width: 420px;
}
.kindDetail li{
	white-space: nowrap;
	padding: 0 15px 0 0;
	*padding-right: 40px;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
	float: left;
}
.kindDetail a{
	color: #646464;
	font-size: 14px;
}
.kindDetail a:hover{
	color: red;
	text-decoration: underline;
}
.classifyNobor{
	border: none;
}
.backTop {
    position: fixed;
    width: 46px;
    height: 44px;
    bottom: 1%;
    right: 1%;
    z-index: 100;
}
.marginLft{
	margin-left: 19px;
}
