@charset "utf-8";
@import url("base.css");
*{
	font-family: "microsoft yahei";
}
a{
	color: inherit;
	text-decoration: none;
}
header img{
	display: block;
	width: 100%;
}
.bg{
	background-color: #0f4c82;
}
.content{
	margin: auto;
	width: 1000px;
}
.nav{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	padding: 10px;
}
.nav-item{
	width: 50%;
	text-align: center;
	color: #f4dbb2;
	border-left: 1px solid #F4DBB2;
	border-right: 1px solid #F4DBB2;
	height: 30px;
	line-height: 30px;
}
.nav-item:last-of-type{
	border-left: none;
}
.nav-item.ac{
	color: #f7b793;
}
.line-left{
	background: url(../img/line-left.png) no-repeat left center;
	background-size: 100% auto;
	height: 30px;
	margin-top: 30px;
}
.line-right{
	background: url(../img/line-right.png) no-repeat left center;
	background-size: 100% auto;
	height: 30px;
	margin-top: 30px;
}
.part1,.part2{
	padding: 50px 15%;
	color: #F4DBB2;
	text-align: left;
	line-height: 40px;
	font-size: 20px;
}
.part3{
	padding: 50px 25% 20px;
	color: #F4DBB2;
	text-align: left;
	line-height: 50px;
	font-size: 20px;
}
.part4{
	padding: 150px 0 100px;
	color: #F4DBB2;
	text-align: left;
	line-height: 50px;
	font-size: 20px;
}
.part3 p{
	text-align: center;
}
.part2 ul li{
	list-style-type: none;
	background: url(../img/tt1.png) left top no-repeat;
	background-size: auto 30px ;
	padding-left: 130px;
	margin-top: 50px;
}
.part2 ul li:nth-of-type(2){
	background: url(../img/tt2.png) left top no-repeat;
	background-size: auto 30px ;
	padding-left: 130px;
	margin-top: 50px;
}
.part2 ul li:nth-of-type(3){
	background: url(../img/tt3.png) left top no-repeat;
	background-size: auto 30px ;
	padding-left: 130px;
	margin-top: 50px;
}
.part1 p{
	text-indent: 2em;
	font-family: "microsoft yahei";
}
.part2 .title,
.part3 .title{
	text-align: center;
}
.part2 .title img{
	height: 35px;
}
.part3 .title img{
	height: 120px;
	margin-top: 30px;
}
.prize-item{
	width: 45%;
	text-align: center;
	color: #F4DBB2;
	height: 400px;
	border: 4px solid #F4DBB2;
	position: relative;
	padding: 100px 50px 50px;
}
.prize-item h4{
	font-weight: 500;
	font-size: 24px;
	line-height: 100px;
}
.prize-item p{
	font-size: 16px;
	line-height: 30px;
}
.prize-item img{
	position: absolute;
	top: -78px;
	height: 150px;
	width: 150px;
	left: calc(50% - 75px) ;
}

.part5 .title,
.part6 .title{
	margin: 30px 0;
}
.part5 .title img,
.part6 .title img{
	height: 25px;
}
.swiper-container {
	width: 100%;
	padding: 0 30px;
}
.swiper-slide {
	/* Center slide text vertically */
	position: relative;
}
.swiper-slide p{
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	color: #F4DBB2;
	font-size: 18px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper-slide p:last-of-type{
	font-size: 16px;
}
.swiper-slide img{
	height: 100%;
	width: 100%;
	border-radius: 10px;
}
.swiper-slide .play{
	background: url(../img/play.png) center no-repeat;
	background-size: 50px 50px;
	width: 52px;
	height: 52px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.swiper-button-next{
  background: url(../img/swiper-right.png) center no-repeat;
  background-size: 15px 20px;
  width: 15px ;
  height: 20px;
  margin-top: -30px;
  right: 0px;
}
.swiper-button-prev{
  background: url(../img/swiper-left.png) center no-repeat;
 background-size: 15px 20px;
  width: 15px ;
  height: 20px;
  margin-top: -30px;
  left: 0px;
}
.more{
	background: url(../img/swiper-right.png) right center no-repeat;
	background-size: 12px 14px;
	padding-right: 25px;
	font-size: 14px;
	text-align: right;
	color: #F4DBB2;
	margin-top: 20px;
	margin-right: 20px;
}
.part6{
	margin-bottom: 100px;
}
.books{
	flex-wrap:wrap;
	justify-content:flex-start;
}
.books .book-item{
	margin-bottom:20px;
	/*background:#fff;*/
	padding-bottom: 20px;
	width: 24%;
	margin-right: 1.333%;
}
.books .book-item:nth-of-type(4n){
	margin-right: 0;
}
.book-item .cover,
.book-item2 .cover{
	width: 100%;
	display: block;
}
.books .book-item p{
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	color: #0F4C82;
	font-size: 18px;
}
.books .book-item p:last-of-type{
	font-size: 16px;
}
.books .book-item p:first-of-type{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 50px;
	line-height: 50px
	/* display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; */
}
.t3{
	justify-content:flex-start;
}
.chapterread{
	justify-content: space-around;
}
.books .book-item2{
	margin-bottom:20px;
	width: 25%;
	margin-right: 12.5%;
	position: relative;
}
.books .book-item2:nth-of-type(3n){
	margin-right: 0;
}
.books .book-item2 p{
	height: 40px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 18px;
	color: #F4DBB2;
	overflow: hidden;
	white-space: nowrap;
}
.books .book-item2 p:last-of-type{
	font-size: 16px;
	line-height: 35px;
}
.books .book-item2 .play{
	background: url(../img/play.png) center no-repeat;
	background-size: 50px 50px;
	width: 52px;
	height: 52px;
	position: absolute;
	left: 20px;
	bottom: 135px;
}
.bookname{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size:24px;
	color: #F4DBB2;
}
.reader-content{
	background-color: #fff;
	border-radius: 8px;
	margin: 20px auto 100px auto;
	width: 800px;
	padding: 40px 50px;
}
.reader-content .chaptername{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
.reader-content .chapterinfo{
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
}
.reader-content .con{
	padding: 20px 0;
}
.reader-content .con p{
	text-indent: 2em;
	line-height: 30px;
	color: #333333;
	margin-bottom: 20px;
}
.pre,.next{
	display: block;
	height: 40px;
	width: 120px;
	text-align: center;
	line-height: 40px;
	color: #333;
	background-color: #ddd;
	cursor: pointer;
}
.next{
	background-color: #bbb;
}
video{
	width: 280px ;
	height: 320px ;
}
@media only screen and (max-width: 650px){
	*{
		cursor: pointer;
	}
	.content{
		width: 90%;
		margin: auto;
	}
	.nav{
		height: 40px;
		line-height:40px;
		font-size: 16px;
		padding: 10px;
		margin-top: 20px;
	}
	.nav-item{
		width: 50%;
		text-align: center;
		color: #f4dbb2;
		border-left: 1px solid #F4DBB2;
		border-right: 1px solid #F4DBB2;
		height: 20px;
		line-height: 20px;
	}
	.nav-item:last-of-type{
		border-left: none;
	}
	.nav-item.ac{
		color: #f7b793;
	}
	.line-left{
		background: url(../img/line-left.png) no-repeat left center;
		background-size: 100% auto;
		height: 10px;
		margin-top: 10px;
	}
	.line-right{
		background: url(../img/line-right.png) no-repeat left center;
		background-size: 100% auto;
		height: 10px;
		margin-top: 10px;
	}
	.part1,.part2{
		padding: 10px 10px;
		color: #F4DBB2;
		text-align: left;
		line-height: 26px;
		font-size: 14px;
	}
	.part3{
		padding: 10px 10px;
		color: #F4DBB2;
		text-align: left;
		line-height: 30px;
		font-size: 16px;
	}
	.part4{
		padding: 60px 0 100px;
		color: #F4DBB2;
		text-align: left;
		line-height: 50px;
		font-size: 20px;
	}
	.part3 p{
		text-align: center;
	}
	.part2 ul li{
		list-style-type: none;
		background: url(../img/tt1.png) left top no-repeat;
		background-size: auto 20px ;
		padding-left: 90px;
		margin-top: 20px;
	}
	.part2 ul li:nth-of-type(2){
		background: url(../img/tt2.png) left top no-repeat;
		background-size: auto 20px ;
		padding-left: 90px;
		margin-top: 20px;
	}
	.part2 ul li:nth-of-type(3){
		background: url(../img/tt3.png) left top no-repeat;
		background-size: auto 20px ;
		padding-left: 90px;
		margin-top: 20px;
	}
	.part1 p{
		text-indent: 2em;
	}
	.part2 .title,
	.part3 .title{
		text-align: center;
	}
	.part2 .title img{
		height: 25px;
	}
	.part3 .title img{
		height: 80px;
		margin-top: 10px;
	}
	.box{display: block;}
	.prize-item{
		width: 100%;
		text-align: center;
		color: #F4DBB2;
		height: 250px;
		border: 4px solid #F4DBB2;
		position: relative;
		padding: 50px 50px 50px;
	}
	.prize-item:nth-child(4){
		margin-top: 60px;
	}
	.prize-item h4{
		font-weight: 500;
		font-size: 16px;
		line-height: 50px;
	}
	.prize-item p{
		font-size: 14px;
		line-height: 20px;
	}
	.prize-item img{
		position: absolute;
		top: -42px;
		height: 80px;
		width: 80px;
		left: calc(50% - 40px) ;
	}
	.part5 .title,
	.part6 .title{
		margin: 10px 0;
	}
	.part5 .title img,
	.part6 .title img{
		height: 15px;
	}
	.swiper-slide .play{
		background: url(../img/play.png) center no-repeat;
		background-size: 30px 30px;
		width: 32px;
		height: 32px;
		position: absolute;
		left:  calc(50% - 16px);
		bottom: calc(50% - 16px);
	}
	.swiper-slide p{
		height: 20px;
		line-height: 30px;
		padding: 0 10px;
		color: #F4DBB2;
		font-size: 14px;
		overflow:hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.swiper-slide p:last-of-type{
		font-size: 12px;
	}
	.books{
		flex-wrap:wrap;
		justify-content:flex-start;
	}
	/* .t3{
		justify-content:flex-start;
	} */
	.books .book-item{
		margin-bottom:10px;
		/*background:#fff;*/
		padding-bottom: 6px;
		width: 30%;
		margin-right: 5%;
	}
	.books .book-item:nth-of-type(4n){
		margin-right: 5%;
	}
	.books .book-item:nth-of-type(3n){
		margin-right: 0;
	}
	.books .book-item p{
		height: 20px;
		line-height: 20px;
		padding: 0 10px;
		color: #0F4C82;
		font-size: 14px;
	}
	.books .book-item p:last-of-type{
		height: 20px;
		line-height: 18px;
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.books .book-item p:first-of-type{
		font-size: 14px;
		height: 22px;
		line-height:25px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		/* display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical; */
	}
	.books .book-item2{
		margin-bottom:10px;
		width: 30%;
		margin-right: 5%;
		position: relative;
	}
	.books .book-item2:nth-of-type(3n){
		margin-right: 0;
	}
	.books .book-item2 p{
		height: 20px;
		line-height: 20px;
		padding: 0 10px;
		font-size: 14px;
		color: #F4DBB2;
	}
	.books .book-item2 .play{
		background: url(../img/play.png) center no-repeat;
		background-size: 30px 30px;
		width: 32px;
		height: 32px;
		position: absolute;
		left:  calc(50% - 16px);
		bottom: calc(50% + 26px);
	}
	.books .book-item2 p:last-of-type{
		font-size: 12px;
		height: 30px;
		line-height: 25px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.books .book-item2 p:first-of-type{
		font-size: 14px;
		height: 30px;
		line-height:35px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.reader-content{
		background-color: #fff;
		border-radius: 8px;
		margin: 20px auto 100px auto;
		width: 100%;
		padding: 20px 20px;
	}
	.bookname{
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size:20px;
		color: #F4DBB2;
	}
	.reader-content .chaptername{
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		color: #333;
	}
	.reader-content .chapterinfo{
		text-align: center;
		height: 40px;
		line-height: 40px;
		color: #333;
		font-size: 14px;
	}
	.reader-content .con{
		padding: 20px 0;
	}
	.reader-content .con p{
		text-indent: 2em;
		line-height: 30px;
		color: #333333;
		margin-bottom: 20px;
	}
	.pre,.next{
		display: block;
		height: 40px;
		width: 120px;
		text-align: center;
		line-height: 40px;
		color: #333;
		background-color: #ddd;
		cursor: pointer;
	}
	.next{
		background-color: #bbb;
	}
	video{
		width: 100px ;
		height: 133px ;
	}
}