body {
	font-family: Microsoft YaHei;
	font-size: 10px;
	background: #ffffff;
}
header{
    
box-shadow: 0px 0px 0.27rem 0px rgba(126, 126, 126, 0.16);
}
.headerText {
	font-size: 0.14rem;
	font-weight: 300;
	color: #585858;
	margin-bottom: 0.86rem;
}
.navText {
	color: #0e6eb2;
	cursor: pointer;
}
.content {
	width: 12rem;
	margin: 0 auto;
	font-family: Microsoft YaHei;
	margin-top: 0.42rem;
}
.headerTextBox {
	margin-top: 0.55rem;
	padding-bottom: 0.21rem;
	border-bottom: 0.02rem solid #dcdcdc;
}
.headerTextTitle {
	font-size: 0.35rem;
	font-weight: 400;
	color: #585858;
	text-align: center;
}
.headerTextNext {
	font-size: 0.14rem;
	font-family: Source Han Sans SC;
	font-weight: 300;
	color: #585858;
	display: flex;
	justify-content: space-evenly;
	margin-top: 0.21rem;
}
.contentFirstText {
	font-size: 0.14rem;
	margin-top: 0.45rem;
	font-weight: 400;
	color: #343434;
	margin-bottom: 0.2rem;
}
.contentText {
	font-size: 0.14rem;
	font-weight: 400;
	color: #343434;
	margin-bottom: 0.2rem;
}
.sectionBottom {
	padding-bottom: 1.43rem;
}
.sectionBottomBox {
	margin-top: 0.31rem;
	width: 5.86rem;
	height: 1.89rem;
	background: #ffffff;
	border-radius: 0.06rem;
	box-shadow: 1px 2px 7px 7px #dcdcdc;
	cursor: pointer;
}
.turnImg {
	width: 0.18rem;
	height: 0.22rem;
	cursor: pointer;
}
.sectionBottomText {
	font-weight: 400;
	color: #585858;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.13rem;
	border-bottom: 0.01rem solid #e5e5e5;
}
.sectionBottomText > span:first-child {
	font-size: 0.24rem;
}
.sectionBotImg {
	width: 2.37rem;
	height: 1.47rem;
}
.sectionBottomBox {
	display: flex;
	justify-content: space-between;
	padding: 0 0.11rem;
	padding-top: 0.22rem;
}
.sectionBottomRightBox {
	width: 3.1rem;
}
.sectionBotTextHeader {
	font-size: 0.14rem;
	font-weight: 400;
	color: #585858;
}
.sectionBotText {
	font-size: 0.26rem;
	font-weight: 400;
	margin-right: 0.08rem;
}
.sectionBotText {
    color:#343434 ;
}
.sectionBotTextNext {
	margin-top: 0.24rem;
	font-size: 0.18rem;
	font-weight: 400;
	color: #343434;
}
.sectionBotTextLast {
	font-size: 0.14rem;
	font-weight: 300;
	color: #343434;
	margin-top: 0.17rem;
	line-height: 0.26rem;
}
.sectionBottomBox:hover .sectionBotText {
	color: #0e6eb2;
}

.sectionBottomBox:hover .sectionBotTextNext {
	color: #0e6eb2;
}

.serctionListBox {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.contentTextBox {
	margin-bottom: 0.62rem;
}
.contentBomTextBox {
	font-size: 0.14rem;
	font-weight: 400;
	color: #343434;
	line-height: 0.24rem;
}
.contentBomText_1 {
	margin-bottom: 0.3rem;
}
.contentBomTextBox {
	padding-bottom: 0.97rem;
	border-bottom: 0.02rem dotted #dcdcdc;
}
.nextBook {
	margin-top: 0.26rem;
	margin-bottom: 0.98rem;
	display: flex;
	justify-content: space-between;
    cursor: pointer;
}

.nextBook > span:first-child a {
    color: #343434;
}
.nextBook > span:last-child a {
    color: #0e6eb2;
}

.serctionListBox2{
    display: none;
}


.headerText a{
    color: #0e6eb2;
}