/*新闻列表*/
.news-back{
	background: #FFFDFF;
	padding-top: 82px;
}
.news{
	width: 1000px;
	margin: 0 auto;
	padding: 22px 0 85px 0;
	position: relative;
}
.nav{
	background: #1795FF;
}
.news .bread-crumb,
.news .bread-crumb a{
	font-size:14px;
	color:rgba(61,77,105,1);
	line-height:20px;
	transition: all .3s ease;
}
.news .bread-crumb a{
	cursor: pointer;
}
.news .bread-crumb a:hover{
	color: #1795FF;
}
.news .news-box{
	margin-top: 24px;
	/* position: relative; */
}
.news .news-list{
	width: 661px;
}
.news .recommend{
	width: 315px;
}
.news .recommend.recommendFixed{
	position: fixed;
	top: 92px;
	right: calc(50% - 500px);
	background: #FFFDFF;
}
.news .recommend.recommendBottom{
	position: absolute;
	bottom: 135px;
	right: 0;
	background: #FFFDFF;
}
.news .recommend.recommendBottom.recommend-in-detail{
	bottom: 85px;
}
.news .first-news{
	display: block;
	width:661px;
	height:375px;
	position: relative;
}
.news .first-news img{
	display: block;
	width:661px;
	height:375px;
	border: 1px solid #DFDFE2;
}
.news .first-news .img-shade{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 12px;
	background:rgba(0,0,0,0.5);
	box-sizing: border-box;
}
.news .first-news .img-shade p{
	font-size:14px;
	color:rgba(255,255,255,1);
	line-height:20px;
}
.news .first-news .img-shade p.img-title{
	font-size:16px;
	font-weight:600;
	line-height:22px;
	margin-bottom: 10px;
}
.news .news-tab{
	margin-top: 24px;
	border-bottom: 1px solid #D2D2D2;
}
.news .news-tab span{
	display: inline-block;
	width: 120px;
	text-align: center;
	font-size:16px;
	color:rgba(61,77,105,1);
	line-height:28px;
	cursor: pointer;
	position: relative;
	transition: all .3s ease;
	margin-top: 20px;
}
.news .news-tab span.active{
	color: #459EFF;
}
.news .news-tab span:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	background: #459EFF;
	width: 0;
	height: 4px;
	transition: all .1s ease;
}
.news .news-tab span.active:after{
	width: 100%;
}
.news .news-tab span:hover:after{
	width: 100%;
}
.news .news-list ul li{
	align-items: center;
	margin-top: 24px;
	position: relative;
}
.news .news-list ul li img{
	width: 216px;
	height: 163px;
	border: 1px solid #DFDFE2;
	flex-shrink: 0;
	flex-grow: 0;
}
.news .news-list ul li .news-content{
	padding: 10px;
	padding-right: 0;
	box-sizing: border-box;
}
.news .news-list ul li .news-content .news-title{
	font-size:16px;
	font-weight:600;
	color:rgba(61,77,105,1);
	line-height:22px;
	transition: all .3s ease;
}
.news .news-list ul li .news-content .news-article{
	font-size:14px;
	margin-top: 12px;
	margin-bottom: 12px;
	color:rgba(61,77,105,1);
	line-height:20px;
	transition: all .3s ease;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news .news-list ul li .news-content:hover .news-title,
.news .news-list ul li .news-content:hover .news-article{
	color: #1795FF;
}
.news .news-list ul li .news-other{
	position: absolute;
	left: 227px;
	font-size:12px;
	color:rgba(153,153,153,1);
	line-height:17px;
	width: calc(100% - 240px);
	bottom: 10px;
}
.news .news-list ul li .news-other a {
	color:rgba(153,153,153,1);
}
.page{
	margin-top: 46px;
	padding-top: 12px;
	border-top: 1px solid #D2D2D2;
	text-align: right;
}
.page .pager{
		margin-bottom: 0;
	}
.pager .pg-first{
	display: none!important;
}
.pager .pg-last{
	display: none!important;;
}
.pager .pg-prev[disabled='true'], .pager .pg-prev[disabled='true']:hover,
.pager .pg-first, .pager .pg-prev, .pager .pg-next, .pager .pg-last{
    cursor: default;
    background:transparent;
}
.pager a, .pager span{
	width:24px;
	height:24px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(223,223,226,1);
	border-radius: 12px;
	line-height: 24px;
	font-size: 12px;
	color: #3D4D69;
	margin: 0 4px;
}
.pager span.current{
	background: #1795FF;
	border-color: #1795FF;
}
.pager .pg-first:hover, .pager .pg-prev:hover, .pager .pg-next:hover, .pager .pg-last:hover{
	background: #1795FF;
	border-color: #1795FF;
}
.pager .pg-prev[disabled='true'], .pager .pg-next[disabled='true'],
.pager .pg-prev[disabled='true']:hover, .pager .pg-next[disabled='true']:hover{
	background: #F7F6F9;
	color: rgba(61, 77, 105, 0.3);
	border:1px solid rgba(223,223,226,1);
}
.pager .pg-prev{
	position: relative;
}
.pager .pg-prev:after{
	content: '<';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 24px;
	font-size: 12px;
}
.pager .pg-next{
	position: relative;
}
.pager .pg-next:after{
	content: '>';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 24px;
	font-size: 12px;
}
.pager .pg-next:hover{
	background: #1795FF;
	border-color: #1795FF;
	color: #fff;
}
.pager a:hover, .pager span:hover{
	background: #1795FF;
	border-color: #1795FF;
	color: #fff;
}
.recommend-title{
	padding-left: 30px;
	position: relative;
	font-size:16px;
	font-weight:500;
	color:rgba(23,149,255,1);
	line-height:22px;
}
.recommend-title i{
	position: absolute;
	left: 0;
	top: -1px;
	background:url(/homepage/asset/frontend/doubleTeacher/img/news/32@2x_7deb099054.png) 0 0 no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 26px;
}
.recommend-art-title{
	font-size:16px;
	font-weight:500;
	color:rgba(61,77,105,1);
	line-height:22px;
	margin-top: 12px;
	margin-bottom: 5px;
	transition: all .3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recommend-art-title:hover{
	color:#1795FF;
}
.recommend-art-title span{
	width: 18px;
	display: inline-block;
}
.recommend-art-time{
	padding-left: 25px;
	font-size:12px;
	color:rgba(155,155,155,1);
	line-height:17px;
}
/*新闻列表END*/

/*新闻详情*/
.news .news-intro{
	width: 660px;
}
.news .news-intro-title{
	font-size:36px;
	font-weight:500;
	color:rgba(61,77,105,1);
	line-height:50px;
}
.news .news-intro-sec-title{
	margin-top: 10px;
	font-size:12px;
	color:rgba(153,153,153,1);
	line-height:17px;
}
.news-intro-sec-title a{
	color:rgba(153,153,153,1);
}
.news-intro-sec-title a:hover{
	text-decoration: underline;
	color:rgba(23,149,255,1);
}
.news .news-intro-art{
	margin-top: 43px;
}
.news .news-intro-art1{
	font-size:18px;
	color:rgba(61,77,105,1);
	line-height:25px;
}
.news .news-intro-art2{
	font-size:14px;
	color:rgba(61,77,105,1);
	line-height:21px;
	margin-top: 20px;
}

/* 新闻底部免费试用 */
.apply-trail{
	width: 100%;
	height: 200px;
	background-image: url(/homepage/asset/frontend/doubleTeacher/img/free-trail_1531b5a876.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.apply-trail .text{
	text-align: center;
	font-size:18px;
	height: 25px;
	line-height: 25px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(255,255,255,1);
}

.apply-trail .apply-btn{
	width:240px;
	height:56px;
	background:rgba(255,255,255,0.9);
	box-shadow:0px 10px 20px 0px rgba(20,133,229,0.3);
	border-radius:30px;
	line-height: 56px;
	text-align: center;
	color: #1795FF;
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	margin-top: 36px;
	cursor: pointer;
	transition: transform .3s;
}

.apply-btn:hover{
	transform: scale(1.1);
}

/* 新闻空 */
.empty-wrap{
	width: 100%;
	height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.empty-wrap .nothing-here{
	background-image: url(/homepage/asset/frontend/doubleTeacher/img/nothing-here_a7f10f371a.png);
	width: 140px;
	height: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.empty-wrap .empty-tip{
	color: #070707;
}
.empty-wrap a{
	color: #1795FF;
}
.empty-wrap .see-ohthers-h5{
	width:160px;
	height:44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background:rgba(23,149,255,1);
	border-radius:22px;
	font-size: 14px;
	display: block;
	margin-top: 28px;
}
/*H5适配*/
@media only all and (max-width: 768px){
	body,html{
		min-width: 100vw;
		width: 100vw;
	}
	.header-inlist{
		margin-top: 11.6vw;
		height: 56.7vw;
	}
	.header-img{
		display: none;
	}
	.header-img.mobile-show{
		right: 0;
		display: block;
		background: url(../img/case/pic11@2x_e77e23e604.png);
		background-size: cover;
		background-position: center center;
		height: 40.5vw;
		top: -5vw;
	}
	.nav{
		display: none;
	}
	.banner{
		width: 100vw;
		padding-top: 0;
	}
	.banner .banner-left{
		float: left;
		width: 100%;
		padding: 0;
		padding-top: 5.6vw;
	}
	.banner-left .title{
		height: 8.8vw;
		color: #fff;
		font-size: 6.4vw;
		font-weight: 600;
		line-height: 8.8vw;
		letter-spacing: 0;
		margin-bottom: 3vw;
	}
	.banner-left .content-main{
		display: none;
	}
	.banner-left .content-main.mobile-show{
		display: block;
		margin-top: 0;
		font-size: 4.5vw;
		color: #fff;
		font-weight: 300;
		line-height: 5.5vw;
	}
	.banner-btns{
		margin-top: 7.2vw;
	}
	.banner-btns .btn{
		width: 43vw;
		height: 11.7vw;
		line-height: 11.7vw;
		font-size: 3.7vw;
	}
	.banner-btns .btn.blue{
		display: none;
	}
	.banner-right {
		width: 52vw;
		height: 42.7vw;
		background-size: 100% 100%;
		position: absolute;
		right: 0;
		top: 5.6vw;
	}
	.bread-crumb{display: none;}
	.title-ch {
		font-size: 6.4vw;
		line-height: 8.8vw;
	}
	.title-en {
		font-size: 3.8vw;
		line-height: 5.3vw;
		margin-top: 2.7vw;
	}
	.news-back{
		padding-top: 11.6vw;
	}
	.news{
		width: 100vw;
		padding: 0;
	}
	.news .news-box{
		margin-top: 0;
	}
	.news .news-list{
		width: 100vw;
	}
	.news .first-news {
		width: 94.6vw;
		margin: 0 auto;
		margin-top: 2.7vw;
		height: 53.3vw;
	}
	.news .first-news img {
	  width: 94.6vw;
		height: 53.3vw;
	}
	.news .first-news .img-shade p.img-title {
		font-size: 3.7vw;
		line-height: 5.3vw;
		margin-bottom: 0.8vw;
	}
	.news .first-news .img-shade p {
		font-size: 3.2vw;
		line-height: 4.5vw;
	}
	.news .recommend {
		width: 100vw;
		margin: 0 auto;
		padding: 2.7vw;
		box-sizing: border-box;
	}
	.recommend-art-title {
		font-size: 4.3vw;
		line-height: 11.7vw;
		margin-top: 0;
		margin-bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.recommend-art-title span {
		width: 6vw;
	}
	.news .news-tab{
		margin-top: 0;
		width: 94.6vw;
		height: 11.7vw;
		box-sizing: border-box;
		margin: 0 auto;
		padding-top: 2.9vw;
		display: flex;
		justify-content: space-around;
	}
	.news .news-tab.fixedNewsTab{
		position: fixed;
		top: 11.7vw;
		background: #FFFDFF;
		width: 100%;
		z-index: 2;
	}
	.news .news-list.fixedNewsList{
		padding-top: 11.7vw;
	}
	.news .news-tab span {
		width: unset;
		text-align: center;
		font-size: 4.3vw;
		line-height: 5.8vw;
		margin-top: 0;
	}
	.news .news-tab span:after{
		bottom: 0;
	}
	.news .news-list ul li .news-content .news-title{
		display: none;
		width: 100vw;
		flex-wrap: nowrap;
	}
	.news .news-list ul li{
		width: 94.6vw;
		margin: 0 auto;
		flex-direction: column;
		margin-top: 4.6vw;
		align-items: flex-start;
	}
	.news .news-list ul li img{
		width: 36.8vw;
		height: 27.8vw;
		flex-shrink: 0;
		flex-grow: 0;
	}
	.news .news-list ul li .news-content {
		padding: 2vw;
		padding-right: 0;
		padding-top: 3px;
	}
	.news .news-list ul li .news-content .news-article {
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 2.2vw;
		line-height: 5.3vw;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.news .news-list ul li .news-other {
		width: 55vw;
		left: 38.5vw;
		font-size: 3.2vw;
		line-height: 3.8vw;
		bottom: 5px;
	}
	.news .news-list ul li .news-other .fr {
		display: block;
		float: unset;
		margin-top: 4px;
	}
	.news .news-list ul li .news-title{
		font-size:4.3vw;
		font-weight:600;
		color:rgba(61,77,105,1);
		line-height:5.3vw;
		text-align: left;
		width: 100%;
		margin-bottom: 3.2vw;
	}
	.page {
		padding: 3.2vw;
		margin: 0 auto;
		margin-top: 10vw;
		text-align: center;
	}
	.pager a, .pager span{
		width:8.5vw;
		height:8.5vw;
		border-radius: 4.3vw;
		line-height: 8.5vw;
		font-size: 3.7vw;
		margin: 0 2.5vw;
	}
	.pager .pg-prev{
		margin-left: 0;
	}
	.pager .pg-next{
		margin-right: 0;
	}
	.pager .pg-prev:after{
		line-height: 8.5vw;
		font-size: 3.7vw;
	}
	.pager .pg-next:after{
		line-height: 8.5vw;
		font-size: 3.7vw;
	}
	.news .news-intro{
		width: 94.6vw;
		margin: 0 auto;
		padding: 4.3vw 0;
	}
	.news .news-intro-title {
		font-size: 4.3vw;
		line-height: 5.3vw;
	}
	.news .news-intro-sec-title {
		margin-top: 2.2vw;
		font-size: 3.2vw;
		line-height: 3.7vw;
	}
	.news .news-intro-art{
		margin-top: 5vw;
	}
	.news .news-intro-art1 {
		font-size: 3.7vw;
		line-height: 5.3vw;
	}
	.news .news-intro-art2 {
		font-size: 3.2vw;
		line-height: 5.3vw;
		margin-top: 2vw;
	}
	.news-detail .news .recommend{
		display: none;
	}
	.recommend-title {
		padding-left: 7vw;
		font-size: 4.3vw;
		line-height: 5.3vw;
	}
	.recommend-title i {
		top: -0.5vw;
		width: 6.4vw;
		height: 6.4vw;
	}
	.recommend-list li{
		border-bottom: 1px solid #EDEDED;
	}
	.recommend-art-time{display: none;}
	.flotage .flotage-icon{
		display: none!important;
	}
}
/*H5适配END*/