﻿@charset "utf-8";
/* CSS Document */

/*讲师介绍*/
section  .jiangshi img{
	width: 147px;
	height: 198px;
	border-radius: 3px
}
section .jiangshi  .jianjie{
	margin-left: 25px;
}
section .jiangshi  .jianjie h3{
	font-size: 18px;
	font-weight: 550;
	color: #333;
	line-height: 18px;
	margin-bottom: 25px
}
section .jiangshi  .jianjie h4{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	margin-bottom: 15px
}
section .jiangshi  .jianjie h5{
	font-size: 16px;
	font-weight: normal;
	color: #666;
	line-height: 16px;
}
section .jiangshi  .jianjie h5 span{
	margin:  0 8px;
}
section .jiangshi  .jianjie .dingyue{
	width: 225px;
	margin-top: 73px;
}
section .jiangshi  .jianjie .dingyue .jinbi{
	background: url(../images/jinbi.png) no-repeat 0px center;
	padding-left: 25px;
	color: #333;
	font-size: 18px;
	font-weight: 550;
	float: left;
	line-height: 35px;
}
section .jiangshi  .jianjie .dingyue .btn-dingyue a {
	display: inline-block;
	width: 108px;
/*	background: #e4b63a;*/
	background: #09BB07;
	line-height: 35px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	float: right;
	
}
section .jiangshi  .jianjie .dingyue .btn-dingyue a:hover{
	box-shadow: 1px 1px 5px 1px  rgba(0, 0, 0, .1)
}


/*课程介绍*/
article {
	margin-top: 30px;
}
article  .jieshao{
	width: 871px;
}
article .fl-l .bt {
	border-bottom: 1px solid #f5f5f5;
	width: 871px;
}
article .fl-l .bt ul li{
	float: left;
	margin-right: 30px;
}
article .fl-l .bt ul li.active{
	border-bottom: 1px solid #e43a3d;
	font-weight: 550
}
article .fl-l .bt ul li a{
	font-size: 18px;
	color: #333;
	line-height: 45px;
	display: inline-block;
}
article .fl-l .bt ul li a:hover{
	color: #e43a3d;
}
	article .jieshao .jiange {
		margin-top: 25px;
		line-height: 32px;
	}
article .jieshao p{
	color: #666;
	line-height: 32px;
	font-size: 16px;
	text-indent: 2em;
	margin-top: 8px;
}

/*课程目录*/
article .jieshao .jiange ul li {
	margin-bottom: 15px;
}
article .jieshao .jiange ul li a:hover{
	color: #e43a3d;
}
article .jieshao .jiange ul li a{
	color: #333;
	
}
article .jieshao .jiange ul li time{
	color: #999;
	font-size: 14px;
	line-height: 18px;
	float: right;
}

































