.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

.mainContent {
	margin-top: 0.88rem;
}

#choice_swiper {
	margin: auto;
	padding: 0.3rem 0;
	width: 6.9rem;
}
#choice_swiper .swiper-slide {
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #a0a0a0;
	overflow: hidden;
}
#choice_swiper .swiper-slide > a {
	display: block;
	width: 100%;
	height: 100%;
}
#choice_swiper .swiper-slide > a > .imgBox {
	width: 100%;
	height: 2.86rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#choice_swiper .swiper-slide > a > p {
	padding: 0 0.28rem;
	line-height: 0.8rem;
	background: #fff;
	font-size: 0.26rem;
	font-weight: normal;
	color: #2c2c2c;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tabBox {
    padding: 0.32rem 0 0.3rem;
    background: #fff;
}

.tabBox > ul {
    display: flex;
    justify-content: center;
}

.tabBox > ul > li {
    margin-right: 1.24rem;
    height: 0.46rem;
    line-height: 0.36rem;
    color: #2c2c2c;
    font-size: 0.36rem;
}

.tabBox > ul > li:last-child {
    margin-right: 0;
}

.tabBox > ul > li.tabActive {
    border-bottom: 0.06rem solid #f6376e;
}

.typeBox {
	padding: 0.2rem 0;
    width: 100%;
	background: #fff;
    overflow-x: auto;
}
.typeBox::-webkit-scrollbar {
    width: 1px;     
    height: 3px;
}
.typeBox::-webkit-scrollbar-thumb {
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #f7386e;
    scrollbar-arrow-color: red;
}
.typeBox::-webkit-scrollbar-track {
    background: transparent;
}
.typeBox > ul {
	white-space: nowrap;
}
.typeBox > ul > li {
	display: inline-block;
    margin: 0 0.18rem;
	font-size: 0.3rem;
	font-weight: normal;
	color: #2c2c2c;
}
.typeBox > ul > li.active {
	color: #cf0f32;
}

.newsListBox > ul > li > a {
	display: block;
	margin: 0 0.3rem;
	padding: 0.34rem 0;
	border-bottom: 1px solid #f2f2f2;
}
.newsListBox > ul > li > a > .textBox {
	float: left;
	width: 4.04rem;
	overflow: hidden;
}
.newsListBox > ul > li > a > .textBox > h3 {
	display: -webkit-box;
	margin-bottom: 0.24rem;
	line-height: 0.36rem;
	font-size: 0.28rem;
	font-weight: normal;
	color: #2c2c2c;
	text-align: left;
	overflow : hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsListBox > ul > li > a > .textBox > p {
	display: -webkit-box;
	line-height: 0.28rem;
	font-size: 0.24rem;
	font-weight: normal;
	color: #979797;
	text-align: left;
	overflow : hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsListBox > ul > li > a > .imgBox {
	float: right;
	margin: 0.04rem 0;
	width: 2.6rem;
	height: 1.4rem;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.newsListBox .moreBtn {
	margin: auto;
	width: 6.9rem;
	line-height: 1rem;
	border-radius: 10px;
	background: #f2f2f2;
	font-size: 0.3rem;
	font-weight: normal;
	color: #2c2c2c;
	text-align: center;
}

.detailBox {
	margin: 0 0.3rem;
	padding: 0.12rem 0 0.3rem;
	border-bottom: 1px solid dashed;
}
.detailBox > h2 {
	line-height: 0.56rem;
	font-size: 0.44rem;
	font-weight: bold;
	text-align: left;
}

.CGWangAppPart {
    width: 6.9rem;
    height: 1.3rem;
    padding-top: 0.38rem;
    padding-bottom: 0.38rem;
    border-top: 1px dashed #a0a0a0;
    margin: auto;
}
.CGWangAppPart .logo {
    float: left;
    width: 1.3rem;
    height: 1.3rem;
    background: url("../../Image/schoolBooks/MobileIndex/logo.png") no-repeat center center/cover;
}
.CGWangAppPart .appDescription {
    float: left;
    height: 1.14rem;
    padding-top: 0.16rem;
    margin-left: 0.2rem;
}
.CGWangAppPart .appDescription h2 {
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin-bottom: 0.14rem;
    font-weight: 600;
}
.CGWangAppPart .appDescription p {
    font-size: 0.22rem;
    line-height: 0.34rem;
    color: #1c1c1c;
}
.CGWangAppPart .btn {
    float: right;
    width: 2.2rem;
    height: 100%;
    line-height: 1.3rem;   
}
.CGWangAppPart .btn a {
    display: block;
    width: 2.2rem;
    height: 0.5rem;
    border-radius: 25px;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.5rem;
    text-align: center;
}