@charset: "utf-8";
/*课程列表*/
.classList-hd{
	height: 123px;
	background: #bababa;
}
.classList-hd h2{
	color: #fff;
	font-size: 36px;
	font-weight: normal;
    padding-top: 35px;
}
.classList-hd p{
	float: right;
	margin-top: 32px;
	margin-right: 15px;
}
.classList-hd p span{
	color: #fff;
	font-size: 48px;
}
.classList-hd p span em{
	font-size: 36px;
}
.classList-hd p .gostud{
    float: right;
    display: inline-block;
    padding: 5px 40px;
    text-align: center;
    color: #fff;
    background: #fe3700;
    font-size: 26px;
    margin-left: 20px;
    margin-top: 10px;
}

.mt30{
	margin-top: 30px;
}

.classList{
    background: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 5px 5px #ddd;
}
.classList.nomargin {
	margin-top: 0;
	margin-bottom: 0;
}
.classList .item{

}

.classList .item.open{
	background: #ececec;
}
.classList .item-ct{
	width: 1068px;
	padding-left: 44px;
	margin: 0 auto;
}

.classList .item:first-child .item-ct-tt{
	border-top: none;
}
.classList .item-ct-tt{
	width: 983px;
	padding-top: 38px;
	padding-bottom: 28px;
	border-bottom: 1px solid #eaeaea;
	cursor: pointer;
}
.classList .item-ct-tt h2{
	font-size: 24px;
    font-weight: normal;
}
.classList .item-ct-tt .hd-tage{
    display: inline-block;
	width: 44px;
	margin-left: -44px;
	color: #cbcbcb;
	text-align: center;
}
.classList .item.open .item-ct-tt .hd-tage{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.classList .item-ct-tt> .bre{
	position: relative;
	font-size: 18px;
    margin-top: 18px;
    *line-height: 40px;
    *margin-top: 0;
}
.classList .item-ct-tt> .bre span{
	position: absolute;
	color: #fe3700;
    font-size: 40px;
    right: 0;
    bottom: 12px;
    *line-height: 50px;
}
.classList .item-ct-tt> .bre span em{
	font-size: 30px;
}
.classList .item.open .item-ct-tt> .bre{
	display: none;
}


.classList .item-ct-bd{
	display: none;
	padding-bottom: 45px;
}
.classList .item.open .item-ct-bd{
	display: block;
}
.classList .item-ct-bd .instr{
	font-size: 18px;
	line-height: 35px;
}
.classList .item-ct-bd .img-pric{
    padding-top: 30px;
}
.classList .item-ct-bd .img-pric> img{
    float: left;
    width: 265px;
    height: 179px;
    margin-right: 80px;
}
.classList .item-ct-bd .img-pric> dl{
	float: left;
}
.classList .item-ct-bd .img-pric .pric{
	float: left;
	font-size: 30px;
}
.classList .item-ct-bd .img-pric .pric em{
	font-size: 2em;
}
.classList .item-ct-bd .img-pric .time-det{
	float: left;
	padding: 10px 0;
	margin-left: 25px;
	line-height: 35px;
	font-size: 20px;
	margin-bottom: 10px;
}
.classList .item-ct-bd .img-pric .det{
	color: #fe3700
}
.classList .item-ct-bd .img-pric .det> a{
	font-size: .7em;
	color: #206dbc;
	/*margin-left: 15px;*/
}
.classList .item-ct-bd .img-pric .gostud{
	*float: left;
	display: inline-block;
	padding: 10px 60px;
	text-align: center;
	color: #fff;
	background: #fe3700;
	font-size: 30px;
	margin-left: 20px;
}
.classList .item-ct-bd .img-pric .buyclass{
	display: inline-block;	
	padding: 15px 30px;
	color: #fe3700;
	border: 1px solid #fe3700;
	font-size: 22px;
	margin-left: 40px;
}

.classList .item-ct-bd .teach{
	margin-top: 45px;
	font-size: 20px;
	line-height: 35px;
}
.classList .item-ct-bd .teach> img{
	float: right;
	width: 100px;
	height: 100px;
	margin-left: 70px;
}
.classList .item-ft{
	text-align: center;
}
.classList .buyAll{
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	background: #fe3700;
	font-size: 30px;	
	margin: 45px auto;
}
.classList .buyAll del{
	font-size: .8em;
    color: #999;
    margin-right: 15px;
}


/*收获*/
.harvest{
	background: #fff;
	padding: 30px 0 80px;
}
.harvest .item{
	position: relative;
	float: left;
	width: 400px;
	padding-top: 60px;
	text-align: center;
}
.harvest .item-img{
	width: 204px;
	height: 204px;
	text-align: center;
	line-height: 204px;
	margin: 0 auto;
    border: 3px solid #333;
}
.harvest .item img{
	vertical-align: middle;
}
.harvest .item p{
	padding-top: 60px;
	font-size: 26px;
}
.harvest .item .right-line{
	position: absolute;
    top: 146px;
    right: -59px;
	width: 117px;
	height: 3px;
	background: #333;
}
.harvest .item:last-child .right-line{
	display: none;
}


/*好课程分享*/
.classShare{
	background: #f0f0f0;
	padding-top: 50px;
}
.classShare .d-bd{
    padding-top: 30px;
    padding-bottom: 120px;
}
.classShare .erwei{
	float: left;
	width: 50%;
	text-align: right;
}
.classShare .erwei> img{
	width: 204px;
	height: 204px;
	margin-right: 50px;
}
.classShare .erwei> div{
	float: right;
	text-align: left;
    width: 180px;
    line-height: 41px;
    margin-top: 35px;
}

.classShare .erwei> div h3{
	font-size: 36px;	
}
.classShare .erwei> div p{
	font-size: 24px;	
}
.classShare .erwei> div p span{
	font-size: 42px;	
}
.classShare .erwei> div .kq{
	color: #fe3700;	
	line-height: 50px;
}
.classShare .step{
	float: left;
	padding-left: 30px;
	line-height: 35px;
	font-size: 24px;
	border-left: 1px solid #979797;
	margin-top: 35px;
}
.classShare .step> p{
	margin-bottom: 10px;
}
