@charset "gb2312";
@import url("base.css");
html{
	min-width: 1200px;
	background: #fff;
}
.banner img{
	display: block;
	width: 100%;
}
.content{
	width: 100%;
	padding: 0 20% 50px;
	float: left;
}
.content .famous-books,
.content .famous{
	float: left;
	width: 100%;
	margin-top: 136px;
}
.content .famous{
	margin-top: 86px;
}
.title{
	text-align: center;
	height: 102px;
	margin-bottom: 100px;
}
.title img{
	height: 100%;
}

.book-item {
	width: 45.5%;
	display: inline-block;
	float: left;
	margin-bottom: 9%;
	padding-right: 10px;
	border: 1px solid #e9e9e9;
	box-shadow: inset  0 0 1px #e9e9e9;
	cursor: pointer;
}
.author-item1{
	width: 49.5%;
	display: inline-block;
	float: left;
	margin-bottom: 1%;
	padding-right: 10px;
	border: 1px solid #e9e9e9;
	box-shadow: inset  0 0 1px #e9e9e9;
}
.author-item1:nth-of-type(2n){
	margin-left: 1%;
}
.book-item:nth-of-type(2n){
	margin-left: 9%;
}
.book-item .book-cover{
	width: 219px;
	height: 292px;
}
.book-item .book-cover img{
	width: 100%;
	height: 100%;
	display: block;
}
.book-item .book-info,
.author-item1 .author-info{
	padding-left: 20px;
	padding-bottom: 20px;
}
.book-item .book-info .book-name,
.author-item1 .author-info .author-name{
	font-size: 28px;
	margin-top: 38px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.book-item .book-info .book-author{
	font-size: 16px;
	margin-top: 28px;
	color: #999;
}
.author-item1 .author-info .author-books{
	font-size: 16px;
	margin-top: 28px;
	color: #b8232f;
}
.book-item .book-info .book-intro{
	font-size: 18px;
	margin-top: 26px;
	color: #666;
	line-height: 28px;
	height: 84px;
}
.author-item1 .author-info .author-intro{
	font-size: 16px;
	margin-top: 26px;
	color: #666;
	line-height: 28px;
	height: 84px;
}
.book-item .book-info .book-read,
.author-item1 .author-info .author-read{
	font-size: 16px;
	margin-top: 20px;
	color: #b8232f;
	cursor: pointer;
}
.author-item1{
	padding: 20px;
}
.author-item1 .author-avatar{
	width: 120px;
	padding: 20px 0 0 2px;
}
.author-item1 .author-avatar img{
	width: 100%;
}
.author-item{
	width: 23.5%;
	display: inline-block;
	float: left;
	margin-bottom: 2%;
	padding: 20px 20px 40px;
	background: #FFF;
	margin-right: 2%;
	text-align: center;
	cursor: pointer;
	min-height: 460px;
}
.author-item:nth-of-type(4n){
	margin-right: 0;
}

/* .author-item .author-avatar{
	text-align: center;
} */
.author-item .author-avatar img{
	width: 120px;
	height: 120px;
	border-radius: 100%;
}
.author-item .author-name{
	font-size: 28px;
	color: #333;
	margin-top: 36px;
}
.author-item .author-book{
	font-size: 16px;
	color: #b8232f;
	margin-top: 16px;
}
.author-item .author-intro{
	font-size: 16px;
	color: #333;
	line-height: 22px;
	height: 88px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-top: 20px;
}
.more{
	font-size: 18px;
	color: #b8232f;
	border: 1px solid #b8232f;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 200px;
	margin: auto;
	float: left;
	margin-left: calc(50% - 100px);
	cursor: pointer;
}
.text-els{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.line3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.swiper-part{
	width: 100%;
	padding: 0 15%;
	background: #b8232f;
}
.swiper-container {
     width: 100%;
     height: 50px;
}
.swiper-slide {
    height: 50px;
	line-height:50px;
     text-align: center;
     font-size: 20px;
	color:#fff;
     /* Center slide text vertically */
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
}
.swiper-slide.ac{
	color:#e6bf25;
}
.famouspage{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	background: #b8232f;
	color: #fff;
	width: 200px;
	text-align: center;
	cursor: pointer;
}
@media only screen and (max-width: 1024px) {
	html{
		background: #fff;
		min-width: 100%;
	}
	.content{
		padding-left:16px ;
		padding-right: 16px;
	}
	.author-item1,
	.book-item{
		width: 100%;
		border: none;
	}
	.content .famous-books,
	.content .famous{
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	.title{
		text-align: center;
		height: 60px;
		margin-bottom: 30px;
	}
	.author-item1:nth-of-type(2n){
		margin-left: 0;
	}
	.book-item:nth-of-type(2n){
		margin-left: 0;
	}
}

@media only screen and (max-width: 650px){
	html{
		background: #fff;
		min-width: 100%;
	}
	.content{
		padding-left:16px ;
		padding-right: 16px;
	}
	.content .famous-books,
	.content .famous{
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	.title{
		text-align: center;
		height: 60px;
		margin-bottom: 30px;
	}
	.author-item1,
	.book-item{
		width: 100%;
		border: none;
	}
	.author-item1{
		padding: 10px 10px;
		border: 1px solid #e9e9e9;
		box-shadow: inset  0 0 1px #e9e9e9;
		margin-bottom: 16px;
	}
	.author-item1 .author-avatar{
		width: 90px;
		padding: 10px 0 0 5px;
	}
	.author-item1:nth-of-type(2n){
		margin-left: 0;
	}
	.book-item:nth-of-type(2n){
		margin-left: 0;
	}
	.book-item .book-cover{
		width: 120px;
		height: 160px;
	}
	.book-item .book-info,
	.author-item1 .author-info{
		padding-left: 15px;
		padding-bottom: 0;
		padding-top: 15px;
	}
	.book-item .book-info .book-name,
	.author-item1 .author-info .author-name{
		font-size: 16px;
		margin-top: 8px;
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.book-item .book-info .book-author{
		font-size: 12px;
		margin-top: 8px;
		color: #999;
	}
	.author-item1 .author-info .author-books{
		font-size: 12px;
		margin-top: 8px;
		color: #b8232f;
	}
	.book-item .book-info .book-intro{
		font-size: 12px;
		margin-top: 8px;
		color: #666;
		line-height: 18px;
		height: 54px;
	}
	.author-item1 .author-info .author-intro{
		font-size: 12px;
		margin-top: 8px;
		color: #666;
		line-height: 18px;
		height: 54px;
	}
	.book-item .book-info .book-read,
	.author-item1 .author-info .author-read{
		font-size: 14px;
		margin-top: 12px;
		color: #b8232f;
		cursor: pointer;
	}
	.author-item .author-avatar img{
		width: 80px;
		height: 80px;
		border-radius: 100%;
	}
	.author-item .author-name{
		font-size: 16px;
		color: #333;
		margin-top: 8px;
	}
	.author-item .author-book{
		font-size: 12px;
		color: #b8232f;
		margin-top: 8px;
	}
	.author-item .author-intro{
		font-size: 12px;
		color: #333;
		line-height: 18px;
		height: 72px;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		margin-top: 10px;
	}
	.more{
		font-size: 14px;
		color: #b8232f;
		border: 1px solid #b8232f;
		border-radius: 15px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 100px;
		margin: auto;
		float: left;
		margin-left: calc(50% - 50px);
		cursor: pointer;
	}
	.author-item{
		width: 49%;
		display: inline-block;
		float: left;
		margin-bottom: 2%;
		padding: 20px 10px 20px;
		background: #FFF;
		margin-right: 2%;
		text-align: center;
		cursor: pointer;
	}
	.author-item:nth-of-type(4n){
		margin-right: 2%;
	}
	.author-item:nth-of-type(2n){
		margin-right: 0;
	}
	.swiper-part{
		width: 100%;
		padding:0;
		background: none;
	}
	.swiper-container {
	     width: 100%;
	     height: 50px;

	}
	.swiper-slide {
		font-size: 14px;
		 height: 50px;
		line-height:50px;
		border-bottom: 1px solid #f3f3f3;
		color: #313131;
	}
	.swiper-slide.ac{
		font-weight: 600;
		border-bottom: 2px solid #f3f3f3;
	}
	.famouspage{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		background: #b8232f;
		color: #fff;
		padding:0 30px;
		width: auto;
		text-align: center;
		cursor: pointer;
	}
}