.bookinfo {
	background-color: white;
/* 	min-height: 290px; */
	margin: 15px auto;
	padding-bottom: 10px;
}

.bookinfo .info-pic {
	width: 400px;
	height: 100%;
	display: inline-block;
}

.bookinfo .info-pic .info-pic-top {
	width: 100%;
	height: 38px;
}

.bookinfo .info-pic .info-pic-center {
	width: 151px;
/* 	height: 170px; */
	margin: auto;
	text-align: center;
	border: 2px solid rgb(213, 213, 213);
}

.bookinfo .info-pic .info-pic-bottom {
	width: 100%;
	text-align: center;
}

.bookinfo .info-text {
	width: 660px;
	margin-left: 20px;
	display: inline-block;
}

.bookinfo .info-text .info-text-top {
	width: 100%;
	height: 80px;
}

.bookinfo .info-text .info-text-title {
	width: 100%;
	height: 66px;
}

.bookinfo .info-text .info-text-key {
	width: 100%;
	min-height: 32px;
    line-height: 32px;
    padding-bottom: 3px;
    display: inline-block
}

.bookinfo .info-text .info-text-key .keyword-class-name {
	width: 55px;
	line-height: 40px;
}

.bookinfo .info-text .info-text-key .keyword-class-name font {
	color: rgb(66,65,70);
    font-size: 14px;
}

.bookinfo .info-text .info-text-key .keyword-class-keyword {
	width: 600px;
    min-height: 32px;
}

.bookinfo .info-text .info-text-key .keyword-class-keyword a {
	color: rgb(64,65,69);
    padding: 0px 12px;
    border: 1px solid rgb(211,211,211);
    float: left;
    margin: 2px 0px 2px 5px;
}

.bookinfo .info-text .info-text-key .keyword-class-keyword a.selected,
.bookinfo .info-text .info-text-key .keyword-class-keyword a:hover {
	color: white !important;
    background-color: rgb(255,74,1) !important;
    border: 1px solid rgb(255,74,1);
}

.bookinfo .info-text .info-text-title .title {
	font-size: 24px;
	font-weight: 600;
	color: rgb(71, 71, 71);
	margin-right: 50px;
}

.bookinfo .info-text .info-text-title .title-info,
.bookinfo .info-text .info-text-key .title-info {
	line-height: 36px;
	color: rgb(160, 160, 160);
}

.bookinfo .info-text .info-text-desc font {
	font-size: 14px;
	color: rgb(70, 70, 70);
}

.bookinfo .info-text .info-text-info {
	
}

.book-centent {
	width: 100%;
	display: inline-block;
}

.book-centent .book-thumb {
/* 	height: 448px; */
	width: 220px;
	background-color: white;
	float: left;
	margin-right: 20px;
	display: inline-block;
	margin-bottom: 20px;
}

.book-centent .book-thumb .thumb-pic {
	/* 	height: 370px; */
	/* 	width: 220px; */
	text-align: center;
	transition: all 0.4s;
}

.book-centent .book-thumb .thumb-pic:HOVER {
	transform: scale(1.05, 1.05);
}

.book-centent .book-thumb .thumb-info .info-title {
	padding: 10px;
}

.book-centent .book-thumb .thumb-info .info-other {
	margin: 0px 10px;
}

.book-centent .book-thumb .thumb-info .info-other a {
	background-image: url("/style/images/click_eyes.png");
	display: inline-block;
	height: 15px;
	width: 55px;
	text-align: right;
	background-repeat: no-repeat;
}

.book-centent div.thumb-info  div.info-other  font.right{
	padding-bottom: 10px;
}