/* 信息导航 */
.info-nav{
	/*background:url(../img/banner/bg.png) no-repeat center center;*/
	height: 228px;
	display: flex;
	align-items: center;
	position: relative;
}
.info-zz{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.7);*/
	background: #0c1f3f;
	z-index: 1;
}
.info-nav-list{
	position: relative;
	z-index: 2;
}
.info-nav-list li{
	
}
.info-nav-list li:nth-child(2){
	width: 422px;
}
.vertical{
	display: flex;
	align-items: center;
	width: 22px;
	font-size: 22px;
	font-weight: 500;
	color: #FFFEFE;
	line-height: 28px;
	border-right: 1px solid #F0F0F0;
	padding-right: 28px;

}
.transverse{
	display: flex;
	align-items: center;
	width: 296px;
	align-items: center;
	padding-left: 30px;
	flex-wrap: wrap;
}
.transverse a{
	display: inline-block;
	min-width: 62;
	font-size: 15px;
	color: #FFFEFE;
	margin-bottom: 10px;
	margin-right: 15px;
	opacity: 0.8;
}
/* 信息导航 */
.main{
	/* margin-bottom: 150px; */
}
.info-list,.comment-list{
	width: 1016px;
	border-right: 1px solid #EFEFEF;
	margin-right: 62px;
}
.info-list.b-none{
	border: none;
}
.info-title{
	font-size: 25px;
	font-weight: bold;
	color: #1F4EA6;
	margin-bottom: 40px;
}
.info-list li{
	margin-bottom: 44px;
	position: relative;
}
.info-list li .datatime{
	position: absolute;
	right: 60px;
	top: 0;
	color: #444444;
	font-size: 18px;
}
.info-list li p{
	font-weight: 400;
	color: #444444;
	max-width: 549px;
}
.info-list li div span{
	min-width: 77px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	color: #214A9A;
	margin-left: 8px;
	background: #F1F6FF;
	border: 1px solid #214A9A;
	border-radius: 0px 10px 10px 10px;
}
.top-ad{
	margin-bottom: 42px;
}
.top-ad img{
	width: 100%;
}

/* 评论相关 */
.comment-list{

}
.comment-list li{
	margin-bottom: 45px;
}
.user-info{
	 margin-bottom: 20px;
}
.user-info img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.name-des h4{
	color: #333333;
	margin-bottom: 10px;
	font-weight: 400;
}
p.text{
	color: #535353;
	line-height: 32px;
	padding-right: 100px;
}
.follow-btn{
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 30px;
}
.follow-btn span{
	display: inline-block;
	color: #214A9A;
	border: 1px solid #214A9A;
	padding: 7px;
	margin-right: 10px;
	cursor: pointer;
}
.follow-btn span.active{
	background: #214A9A;
	color: #FFFFFF;
}
.follow-btn span:nth-child(2){
	padding-left: 25px;
	background: url(../img/icon/cimg.png) no-repeat 10px center;
}
.follow-btn span:nth-child(3){
	padding-left: 29px;
	background: url(../img/icon/cimgs.png) no-repeat 10px center;
}

.follow-btn.follow-text span{
	border: none;
	background: none;
	color:#999999;
	margin-right: 0;
}

.more-list-box{
	position: relative;
	padding-bottom: 100px;
}
.more-list-box p{
    /*text-indent: 2em;*/
    font-size: 16px;
    /*font-family: PingFang SC;*/
    font-weight: 400;
    color: #535353;
    line-height: 38px;
    padding: 0 15px;
    margin-bottom: 13px;
    color: #000;
    /*text-indent: 2em;*/
}
/*.more-list-box table{*/
/*    margin-bottom: 20px;*/
/*}*/
.more-list-box table tr,.more-list-box table tr td{
    border: 1px solid #000;
}
.more-list-box h4, .more-list-box h5, .more-list-box h6,.more-list-box h1,.more-list-box h2,.more-list-box h3{
    text-indent: 2em;
    line-height: 40px;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.moreMask{
	color: #214A9A;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 130px;
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
	font-weight: bold;
	color: #214A9A;
}
.moreMask span{
	cursor: pointer;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.more-list-box ul li:nth-child(n+3){
	display: none;
}

/* 信息首页 */
.info-ad{
	padding-top: 30px;
	margin-bottom: 30px;
	justify-content: space-between;
}
.exam-time{
	
}
.exam-time-info{
	width: 500px;
	height: 70px;
	background: linear-gradient(180deg, #F9B943 0%, #F29445 100%);
	border-radius: 10px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
	margin-bottom: 40px;
}
.exam-time-info span{
	font-size: 40px;
	margin: 0 10px;
}
.info-exam-title{
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	align-items: center;
	justify-content: space-between;
}
.info-exam-title a{
	font-size: 12px;
	color:#B3B3B3;
	font-weight: normal;
}
.info-exam-title a span{
	font-size: 12px;
	font-weight: normal;
}
.exam-time-list{
	padding-top: 24px;
}
.exam-time-list li{
	display: flex;
	align-items: center;
	font-weight: 400;
	color: #444444;
	justify-content: space-between;
	margin-bottom: 34px;
	position: relative;
}
.exam-time-list li:last-child{
	margin-bottom: 0;
}
.exam-time-list li .time{
	width: 190px;
}
.exam-time-list li .name{
	width: 284px;
}

.exam-time-list li::after{
	position: absolute;
	content: '';
	left: 158px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border: 2px solid #214A9A;
	border-radius: 50%;
}
.exam-time-list li::before{
	position: absolute;
	content: '';
	width: 2px;
	height: 33px;
	background: #EBF2FF;
	border-radius: 1px;
	left: 163px;
	top: 24px;
}
.exam-time-list li:last-child::before{
	display: none;
}

/* 广告部分 */
.ad-list{
	/* margin-left:94px; */
}
.info-ad1{
	width: 720px;
	height: 276px;
	overflow: hidden;
	font-size: 0;
	margin-bottom: 14px;
}
.info-ad1 img{
	max-width: 100%;
	border-radius: 15px;
}
.info-ad2{
	font-size: 0;
}
.info-ad2 img{
	width: 355px;
	border-radius: 15px;
}
.info-ad2 img:nth-child(1){
	margin-right: 10px;
}

/* 精选课程 */

.selected-list{
	margin-bottom: 38px;
}
.m-b-30{
	margin-bottom: 30px;
}
.selected-list li{
	margin-right: 20px;
}
.selected-list li .text1{
	width: 272px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
	font-size: 16px;
}
.selected-list li .text2{
	width: 272px;
	font-weight: 500;
	color: #B3B3B3;
	font-size: 12px;
}
.selected-list li:last-child{
	margin-right: 0;
}
.selected-list li .img2{
	width: 272px;
	height: 150px;
	overflow: hidden;
	font-size: 0;
	margin-bottom: 20px;
}
.selected-list li .img2 img{
	max-width: 100%;
	border-radius: 15px;
}

/* 畅销书籍 */
.book-list{
	background-color:#F5F5F5;
	margin-bottom: 86px;
	padding: 30px 28px 16px 34px;
}
.book-list li{
	width: 240px;
	/* height: 276px; */
	position: relative;
}
.book-list li:last-child{
	margin-right: 0;
}
.book-list li{
	margin-right: 46px;
}

.book-list li .img{
	width: 240px;
	height: 240px;
	display: flex;
	border: 1px solid #E6E6E6;
	/*align-items: center;*/
	/*justify-content: center;*/
	justify-content: center;
    overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 25px;
	margin-bottom: 20px;
}
.book-list li .img img{
    max-width: 100%;
}
.book-list li .book-activity{
    display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 42px;
	background: url(../img/icon/book_list_bg.png) no-repeat center center;
	background-size: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 48px;
}
.book-list li .name{
	/*position: absolute;*/
	/*bottom: -48px;*/
	/*left: 0;*/
	width: 100%;
	text-align: left;
	font-weight: 500;
	color: #333333;
}

.book-list li .price{
    font-size: 20px;
    font-weight: bold;
    color: #e0262c;
    padding-top: 5px;
	margin-bottom: 10px;
}

.book-list li .price span{
    font-size: 16px;
}


/* 直播课程 */
.live-ad{
	justify-content: space-between;
}
.live-list{
	background: #F5F5F5;
	padding: 30px 0px 30px 20px;
	margin-bottom: 12px;
}

.live-lists{
	width: 605px;
	flex-wrap: wrap;
}
.live-list .info-exam-title{
	color: #777777;
	font-weight: 500;
	padding-right: 14px;
}

.live-list .info-exam-title span{
	font-size: 18px;
}
.live-list .info-exam-title a span{
	font-size: 12px;
}
.live-banner{
	width: 280px;
	height: 510px;
	overflow: hidden;
	font-size: 0;
	margin-right: 14px;
		border-radius: 15px;
}
.live-banner img{
	max-width:280px;
	border-radius: 15px;
}
.live-lists li{
	width: 275px;
	position: relative;
	margin-right: 12px;
	margin-bottom: 43px;
}
.live-lists li .icon-img{
	position: absolute;
	left: -4px;
	top: -13px;
	width: 40px;
	height: 70px;
	background:url(../img/icon/qx.png) no-repeat 0px 0px;
}
.live-lists li:nth-child(n+2){
	margin-bottom: 0;
}
.live-list li:nth-child(2n){
	margin-right: 0;
}
.live-lists li .live-ad-img{
	width: 275px;
	height: 152px;
	overflow: hidden;
	font-size: 0;
	margin-bottom: 12px;
	position: relative;
}
.live-lists li .live-ad-img .mske{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgb(0,0,0,.5);
	height:24px;
	color: #FFFFFF;
	z-index: 2;
	line-height: 24px;
    padding-left: 10px;
}
.live-lists li .name{
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	/* width: 296px; */
	margin-bottom: 10px;
}
.live-lists li .live-ad-img img{
	max-width: 100%;
	border-radius: 15px;
}
.price-num{
	justify-content: space-between;
	font-weight: 500;
}
.price-num span{
	font-size: 16px;
	color: #FFA800;
}
.price-num span:last-child{
	font-size: 12px;
	color: #999999;
}

/* 老师团队 */
.teacher-list{
	flex-wrap: wrap;
}
.teacher-list .teacher-item{
	border-radius: 15px;
	margin-right: 10px;
	width: 203px;
	background: #FFFFFF;
	box-shadow: 0px 8px 14px 2px rgba(209, 207, 207, 0.22);
	overflow: hidden;
	/* margin-bottom: 34px; */
}


.teacher-list .teacher-item:nth-child(4n){
	margin-right: 0px;
}
.teacher-list .teacher-item .headimg{
	width: 100%;
	height: 212px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	background: radial-gradient(circle, rgba(160, 159, 159, 0.66), rgba(47, 46, 46, 0.86));
}
.teacher-list .teacher-item .headimg img{
	max-width: 100%;
}
.teacher-list .teacher-item .info{
	padding: 18px 0 18px 18px;
}
.teacher-list .teacher-item .info .teacher-name{
	font-size: 17px;
	font-weight: 500;
	color: #444444;
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
}
.teacher-list .teacher-item .teacher-name::before{
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 18px;
	background: #4296B2;
	border-radius: 2px;
}

.info-index-main{
	overflow: hidden;
	justify-content: space-between;
}
.info-index{
	width: 880px;
	overflow: hidden;
}
.info-index-main .right-side{
	overflow: hidden;
	width: 344px;
	margin-left: 0px;
}
.side-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.side-title span{
	font-size: 16px;
	color: #999999;
	font-weight: normal;
}
.side-title a,.side-title a span{
	font-size: 12px;
	color:#a0a0a0;
	font-weight: normal;
}
.text-list p{
	margin-bottom: 28px;
	
}
.text-list p a{
	width: 100%;
	display: inline-block;
	font-weight: 400;
	color: #888888;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.text-box{
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 24px;
}
.text-box.b-none{
	border: none;
}
.side-ad2{
	margin-bottom: 24px;
	overflow: hidden;
	font-size: 0;
	border-radius: 15px;
}
.side-ad2 img{
    width: 100%;
	border-radius: 15px;
}
.text-list-speed p{
	position: relative;
	padding-left: 30px;
	margin-bottom: 50px;
	
}

.text-list-speed p::after{
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border: 2px solid #214A9A;
	border-radius: 50%;
}
.text-list-speed p::before{
	position: absolute;
	content: '';
	width: 2px;
	height: 56px;
	background: #EBF2FF;
	border-radius: 1px;
	left: 5px;
	top: 25px;
}

.text-list-speed p:last-child::before{
	display: none;
}
.text-list-speed p:last-child{
	margin-bottom: 0;
}
.text-list-speed p:last-child a{
	color: #194E9E;
}

/* 关于我们介绍 */
.about-des{
	width: 1152px;
	background-color: #F5F5F5;
	padding-top: 54px;
	padding-bottom: 62px;
	padding-right: 50px;
	margin-left: 110px;
	position: relative;
	margin-bottom: 60px;
}
.logo-img-list{
	position: absolute;
	width: 334px;
	height:226px;
	left: -108px;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}
.logo-img-list p{
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #FFFFFF;
	left: 0;
	height: 54px;
	background: rgba(0,0,0,.3);
	line-height: 54px;
	padding-left: 32px;
}
.logo-img-list img{
	width: 100%;
	height: 100%;
}
.about-1{
	width: 516px;
	margin-right: 20px;
	margin-left: 256px;
}
.about-1 h4,.about-2 h4{
	font-size: 22px;
	font-weight: 500;
	color: #444444;
	margin-bottom: 30px;
}
.about-1 p,.about-2 p{
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 30px;
}
.about-2 p{
	margin-bottom:38px;
}
.about-2{
	width:400px;
}
.wx-btn{
	width: 106px;
	height: 49px;
	font-size: 20px;
	font-weight: 300;
	color: #444444;
	line-height: 49px;
	padding-left: 60px;
	background:#E6E6E6 url(../img/icon/wx.png) no-repeat 16px center;
}

/* 文章详情 */
.content-post{
	margin-bottom: 100px;
	min-height: 300px;
}
.content-post p{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #535353;
	line-height: 36px;
}
.content-post img{
	max-width: 100%;
}