@charset "gb2312";
@import url("base.css");
.header{
	position: relative;
	background: url(../img/banner-bg.png) center no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.header .con{
	width: 90%;
	margin-top: 30px;
}
.header .logo{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 21px;
	height: 23px;
}
.content{
	width: 100%;
	padding-top: 30px;
}
.content .item{
	width: 90%;
	height: 336px;
	box-shadow:0px 0px 9px rgba(0,0,0,.1);
	border-radius: 5px;
	margin: auto;
	margin-bottom: 30px;
}
.content .item .item-l{
	width: 40%;
	height: 100%;
	background-color: #fff8f8;
	float: left;
}
.content .item .item-r{
	width: 60%;
	float: left;
	height: 100%;
	padding-left: 15px;
	padding-right: 20px;
}
.content .item .item-l .item-l-t{
	position: relative;
	height: 116px;
	text-align: center;
}
.content .item .item-l .item-l-t .head{
	position: absolute;
	bottom: -10px;
	left: 10px;
	width: 30px;
}
.content .item .item-l .item-l-t .logo{
	position: absolute;
	top: -2px;
	left: -4px;
	width: 45px;

}
.content .item .item-l .item-l-t .book{
	margin-top: 10px;
	width: 60px;
}
.content .item .item-l .item-l-b{
	height: 220px;
	background: #fff;
	padding-left: 10px;
	overflow: hidden;
}
.content .item .item-l .item-l-b .author-info{
	overflow-y: auto;
	width: 103%;
	height: 163px;
	padding-right: 10px;
	font-size: 12px;
	color: #333;
	line-height: 1.4;
}
.content .item .item-l .item-l-b .author{
	font-size: 14px;
	color: #333;
	line-height: 1;
	padding-left: 40px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.book-name{
	font-size: 20px;
	line-height: 1;
	margin-top: 25px;
	color: #333;
}
.tip{
	font-size: 10px;
	color: #d03333;
	margin-top: 10px;
}
.book-intro{
	font-size: 12px;
	line-height: 1.4;
	color: #666;
	margin-top: 18px;
	height: 177px;
	overflow: hidden;
}
.book-intro .intro{
	overflow-y: auto;
	height: 175px;
	width: 102%;
	padding-right: 10px;
}
.submit{
	height: 26px;
	border-radius: 20px;
	padding: 0 15px;
	line-height: 26px;
	background: #D03333;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
