/*article details(详情大盒子)*/
.details-box{
	width: 1200px;
	margin: 40px auto 50px auto;
}
/*文章详情*/
.details-content{
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px dashed #b3b3b3;
}
.details-content .details-article-title{
	width: 100%;
	font-size: 22px;
	color: #000000;
	line-height: 26px;
	text-align: center;
}
.details-content .details-time{
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 20px;
	margin: 10px 0 20px 0;
}
.details-content .details-article-text p,
.details-content .details-article-text{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: justify;
}
/*翻页*/
.details-page-cut{
	width: 100%;
	padding: 30px 0 0 0;
}
.details-page-cut .details-page-silde{
	width: 100%;
	margin-bottom: 5px;
}
.details-page-silde span{
	display: block;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	width: 66px;
	text-align: center;
}
.details-page-silde a{
	width: 1134px;
	display: block;
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.details-page-silde a:hover{
	color: #D10101;
}

/*class details(课程详情)*/
.class-details{
	width: 100%;
}
.class-details .class-details-title{
	width: 100%;
	font-size: 22px;
	color: #000000;
	line-height: 26px;
	text-align: center;
}
.class-details .class-time{
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 20px;
	margin: 10px 0 20px 0;
}
.class-details-box{
	width: 100%;
}
.class-details-box .mediaplayer{
	width: 730px;
	height: 440px;
	float: left;
}
.class-details-box .mediaplayer .video-img{
	display: block;
	width: 100%;
	height: 100%;
}
.class-details-box .class-details-text{
	width: 450px;
	height: 440px;
	float: right;
	position: relative;
}
.class-details-text h2{
	font-size: 22px;
	color: #000000;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.class-details-text h6{
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 10px;
}
.class-details-text p{
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	height: 198px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}
.class-details-text h5{
	font-size: 14px;
	color: #D10101;
	line-height: 24px;
	position: absolute;
	left: 0;
	bottom: 46px;
}
.class-details-text #buy{
	display: block;
	width: 100%;
	height: 46px;
	background-color: #D10101;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 46px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
.class-details-text p span,
.class-details-text h6 span{
	font-weight: bold;
	color: #000000;
}

.class-details-box .class-details-intro{
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	text-align: justify;
	margin-top: 12px;
	margin-bottom: 20px;
}
.class-details-box .class-details-intro span{
	font-weight: bold;
}

/*plan details(计划详情)*/
.plan-details{
	width: 100%;
	margin-bottom: 70px;
}
.plan-details .plan-d-top{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #b3b3b3;
	position: relative;
}
.plan-d-top .plan-d-zt{
	display: none;
	width: 64px;
	position: absolute;
	left: 0;
	top: 0;
}
.plan-d-top .plan-d-zt.on{
	display: block;
}
.plan-d-top .plan-d-img{
	display: block;
	float: left;
	width: 718px;
	height: 264px;
	margin-right: 20px;
	border: 1px solid #e6e6e6;
}
.plan-d-top .plan-d-text{
	width: 460px;
	height: 266px;
	float: right;
	position: relative;
	
}
.plan-d-text h3{
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 8px;
}
.plan-d-text h6{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.plan-d-text .isend,
.plan-d-text .join{
	width: 150px;
	height: 46px;
	background-color: #D10101;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.plan-d-text .isend{
	background-color: #e5e5e5;
}
.plan-d-intro{
	width: 100%;
	padding: 15px 0;
}
.plan-d-intro p{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	text-align: justify;
}
.plan-d-intro p span{
	font-weight: bold;
}
.plan-d-class{
	width: 100%;
}
.plan-d-class h2{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 12px;
}
.plan-d-class .plan-class-box{
	width: 100%;
}
.plan-class-box .enpty_ts{
	font-size: 18px;
	color: #D10101;
	line-height: 36px;
}
.plan-class-box .plan-class-slide{
	width: 100%;
	margin-bottom: 20px;
}
.plan-class-slide .plan-class-img{
	display: block;
	width: 290px;
	height: 170px;
	float: left;
	margin-right: 20px;
}
.plan-class-slide .plan-class-text{
	width: 890px;
	height: 170px;
	float: right;
	overflow: hidden;
}
.plan-class-text h4{
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.plan-class-text h5{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	max-height: 40px;
	margin-bottom: 4px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.plan-class-text h5 span{
	font-weight: bold;
}
.plan-class-text .yulan-video{
	height: 24px;
	margin-top: 26px;
}

.yulan-video .yulan-open{
	display: inline-block;
	font-size: 16px;
	color: #D10101;
	line-height: 24px;
}
.yulan-video .yulan-tc{
/*	display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 100;
	overflow: hidden;
}
.yulan-video .yulan-tc.on{
	/*display: block;*/
	height: 100%;
}
.yulan-tc .yulan-bg{
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=70); /* IE */
	-moz-opacity:0.7; /* 老版Mozilla */
	-khtml-opacity:0.7; /* 老版Safari */
	opacity: 0.7; /* 支持opacity的浏览器*/
}
.yulan-tc .yulan-video-box{
	padding: 5px;
	background-color: #FFFFFF;
	width: 730px;
	height: 440px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -225px;
	margin-left: -370px;
}
.yulan-video-box .yulan-close{
	width: 36px;
	height: 36px;
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	z-index: 100;
}
.yulan-video-box .mediaplayer{
	display: block;
	border: none;
	outline: none;
	text-decoration: none;
	width: 730px;
	height: 440px;
}
.yulan-video-box .mediaplayer h6{
	font-size: 18px;
	color: #D10101;
	text-align: center;
	line-height: 440px;
}






