


.search-view{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
.more{
	display: none;
}
.search-item{
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.search-item span{
	font-size: 20px;
	color: #323333;
	font-weight: bold;
	display: inline-block;
	width: 115px;
	line-height: 35px;
	text-align: center;
}
.search-item input, .search-item select{
	width: 255px;
	height: 35px;
	border: none;
	outline: none;
	background-color: #d2d2d2;
	border-radius: 3px;
	font-size: 20px;
	font-weight: bold;
	color: #5b5c5c;
	font-family: '楷体';
}
.search-item select{
	appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
    background: url(../images/img/select-icon.png) no-repeat 240px center #d2d2d2;
    padding-left: 10px;
}
.search-item input[type="text"]{
	padding: 0 10px;
}
.search-item input[type="checkbox"]{
	width: 35px;
	background-color: #d2d2d2;
	border: none;
}
.search-item .long-input{
	width: 625px;
}
.search-item a{
	font-size: 20px;
	color: #646464;
	width: 90px;
	text-align: center;
}

.btn-view{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 40px 30px 0 0;
}
.btn-view button{
	outline: none;
	border: 0;
	display: block;
	width: 130px;
	height: 40px;
	background: url(../images/img/btn-bg.png) no-repeat left top;
	background-size: 100%;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	position: relative;
	font-size: 20px;
	padding-left: 15px;
	margin: 0 10px;
	text-align: left;
}
.btn-view input{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.center-view{
	width: 100%;
	background: url(../images/img/center-bg.png) no-repeat center top;
	background-size: 1920px auto;
	padding-top: 60px;
}
.hiddenBg{
	background: url(../images/img/top-view-bg.png) no-repeat center -330px;
}
.search-list{
	width: 1200px;
	margin: 0 auto;
}
.list-title{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../images/img/title-bg.png) no-repeat center top;
	line-height: 57px;
	background-size: auto 60px;
	padding-right: 7px;
	margin-bottom: 80px;
}

.book-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 1180px;
	margin: 0 auto;
}
.book-list li{
	margin-bottom: 20px;
}
.book-list li:nth-of-type(2n - 1){
	margin-right: 20px;
}
.book-list li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	width: 580px;
	padding: 30px 30px 30px 0;
}
.book-list li a .img{
	position: relative;
}
.book-list li a .img .text{
	position: absolute;
	right: 40px;
	top:30px;
	width: 95px;
	height: 95px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #000;
}
.book-list li a .img .text p{
	color: #000;
}
.book-list li a img{
	width: 200px;
}
.book-list li a .item-txt{
	flex: 1;
	padding-left: 20px;
}

.book-list li a p{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.book-list li a p.line2{
	height: 60px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.book-list li a p font{
	color: #999999;
	margin-right: 20px;
}
.current-books{
	margin-top: 40px;
	font-size: 20px;
	color: #333;
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
}



