.disno {
	display: none
}

.bor-btn {
	display: inline-grid;
	width: 100%;
    border-spacing: 0;
    text-align: center;
    margin-top: 30px;
}

.bor-btn thead tr,
.bor-btn tbody tr{
	display: inline-flex;
	width: 100%;
	height: 32px;
	line-height: 30px;
	border-bottom:2px solid #eee;
}
.bor-btn tbody tr{
	border-bottom: 1px solid #eee;
}
.bor-btn thead tr th,
.bor-btn tbody tr td{
	width: 20%;
}
.text-cent th {
	text-align: center;
}
.details-banner {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 6px;
}

.details-banner img {
	width: 100%;
}

.course-tips{
	background-color: #f6faff;
    overflow: hidden;
    padding: 14px 20px;
    margin-top: 30px;
    text-align: justify;
}
.course-tips p span{
	padding:2px 8px;
	color:white;
	background-color:#539fff;
	border-radius:12px;
	margin-right:10px;
}

.details-cent {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

.listLeft{
	width: 170px; 
	height: auto;
	float: left;
	text-align: center;
	color: #666;
}

.listLeft ul{
	width:100%;
	height: auto;
	margin: 0 auto;
	list-style: none;
	cursor:pointer; 
	background-color: #f9fbfe;   
}

.listLeft ul li{
	width: 100%;
	height: 40px; 
	line-height:40px; 
	background-image: url("https://cdn-website.e2say.com/Content/images/course-details/but1.jpg");
	background-position:20px center;
	background-repeat: no-repeat;
}

.listLeft ul li a {
	display: block;
	width: 100%; 
	height: 100%;
	text-decoration: none;
	color: #666;
	text-align: left;
	text-indent: 50px;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.listLeft ul li:hover {
	background-color: #338cfb; 
	cursor: pointer;
	color: #fff;
	background-image: url("https://cdn-website.e2say.com/Content/images/course-details/but2.png");
	
}
.listLeft ul li:hover a{
	color: #fff;
}


.listLeft ul li.current{
	background-image: url("https://cdn-website.e2say.com/Content/images/course-details/but2.png");
}

.listLeft ul li.current a {
	display: block;
	height:30px;
	color: #338cfb;
}

.listLeft ul li.current a:hover {
	color: #fff; 
}

.specialli {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	margin: 0 0 0 0;
	text-indent: 40px;
	color: #fff;
	background-image: url("https://cdn-website.e2say.com/Content/images/course-details/fl.jpg");
	background-position: center;
	background-repeat: no-repeat;
}
.special{
	width: 100%;
	height: 60px;
	padding: 8px 0;
	background-color: #e8f2ff;
	margin-bottom: 10px;
}
.special p{
	line-height: 22px;
	color: #328bfc;
}
.special p:nth-of-type(1){
	width: 100%;
	background-image: url("https://cdn-website.e2say.com/Content/images/course-details/kf.png");
	background-position: 40px center;
	background-repeat: no-repeat;
	text-indent: 34px;
}
.details-cent-rigth {
	width: 800px; 
	height: auto;
	float: right;
}
.special-div:hover{
	background-color: #e8f9ff;
}

.details-cent-rigth h1 {
	width: 100%;
	height: 30px;
	margin: 0 0 0 0;
	line-height: 30px;
	font-size: 24px; 
	text-align: left;
}

.details-cent1-p2 {
	width: 100%;
	margin-top: 5px;
	border-bottom:1px dashed #999;
}

.details-cent-rigth .coursediv h2{
	width: 94%;
	color: #318cfe; 
	line-height: 18px;
	font-size:18px;
	text-align:left;  
	float:left;
}

.details-cent-rigth .coursediv h2:before{
	content:"";
	display:inline-block;
	width:4px;
	height:18px;
	background-color: #318cfe;
	margin-right:6px;
	vertical-align: middle;
	margin-top: -2px;
}

.coursediv:nth-of-type(1){
	padding-bottom:8px;
}

.coursediv{
	overflow:hidden;
	margin-top:40px;
	border-bottom:1px dashed #afd3ff;
	padding-bottom:4px;
}

.details-cent-rigth .coursediv a {
	float:right;
	color: #318cfe; 
}

/* 学员心声开始 */
.students {
	margin-top: 30px;
	overflow: hidden;
}

.students-left {
	width: 100px;
	height: 120px;
	float: left;
}

.students-right {
	width:680px; 
	float: left;
	margin-left: 20px;
	text-align: left;
}

.students-right-p1 {
	font-size: 16px; 
	line-height: 30px;
	margin-bottom:10px; 
}

.students-right-p2 {
	color: #666;
	text-align:justify; 
}

/* 相关文章开始 */
.article {
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
}

.article ul {
	margin-top:20px;
	list-style: none;
}

.article .artright {
	border: none;
	float: right;
}

.article ul li {
	margin: 0 0 22px;
    overflow: hidden;
}
.article ul li:nth-child(odd){
	width: 48%;
	float: left;
}
.article ul li:nth-child(even){
	width: 48%;
	float: right;
}

.article ul li a:nth-of-type(1){
	height: 32px;
	line-height: 32px;
	color: #333;
	overflow: hidden;
	display: block;
}

.article ul li a:nth-of-type(1):hover {
	color: #338cfb;
}

.article ul img {
	width: 33%;
	height: 79px;
	float: left;
	margin-right: 2%;
}

.article ul p {
	width: 64%;
	float: left;
	margin-left: 1%;
	height: 66px;
	line-height: 22px;
	overflow: hidden;
	color: #999;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/* 无选项卡样式开始 */
.conRight{margin-top:30px;}
.conBox1{width:100%;overflow:hidden;width:800px;height:auto;padding-bottom: 30px; margin-bottom: 30px;  color:#666;border-bottom:1px dashed #ddd;}
.details-cent1 .conBox1:last-of-type {border-bottom:none; margin-bottom:0;}
.conBox1 .couContent h3 {width:100%;font-size:16px;margin-bottom:10px;color:#333;}
.conBox1 .couContent ul {width:470px;}
.conBox1 .couContent ul li,.conBox1 .couContent p {font-size:14px;color:#666;line-height:1.68;}
.conRight  .Left-image img{float:left; }
.conRight  .Right-image img{float:right;}
.conBox1 img{width:269px;height:auto;border:1px solid #eee;}
.conRight  .Left-image div{float:right; width:500px; height:100%;text-align:left; margin-left:20px;}
.conRight  .Right-image div{float:left; width:500px; margin-right:20px; }
/* 无选项卡样式结束 */

/* 新添加切换标签样式开始 */
.column {border:1px solid #ddd;margin:30px auto 20px;}
.column ul.Label {height:40px;background-color:#f2f2f2;clear:both;border-bottom:1px solid #ccc;}
.column ul.Label li {height:40px;float:left;padding:0 20px;line-height:40px;text-align:center;position:relative;overflow:hidden;border-right:1px solid #ccc;border-bottom:1px solid #ccc;cursor:pointer;}
.column ul.Label li:nth-last-child(1) {margin:0 auto;}
.tags {height:40px;background-color:#fff;border-top:2px solid #328CFC;color:#328CFC;}
.column ul.Label li:hover {border-bottom:1px solid #fff;}
.tags:after {content:"";display:block;width:0;height:0;border:6px solid #328CFC;border-top-color:#328CFC;border-bottom:none;border-left-color:transparent;border-right-color:transparent;position:absolute;top:0;left:44%;}

/* 内容 */
.column-ul{width:760px; overflow:hidden; display:block; margin:0 auto;}
.column-ul .Modular1:last-of-type{border-bottom:none; margin-bottom:0;}
.columnhegiht{display:none;}
.Modular1{width:780px;height:auto;padding-bottom: 30px; margin-bottom: 30px; color:#666;border-bottom:1px dashed #ddd; overflow:hidden;}
.couContent h3 {width:100%;font-size:16px;margin-bottom:10px;color:#333;}
.couContent ul{width:470px;}
.couContent ul li,.couContent p {font-size:14px;color:#666;line-height:1.68;}
.column-ul .Left-image img{float:left; }
.column-ul .Right-image img{float:right;}
.Modular1 img{width:269px; height:auto; margin-right:20px;border:1px solid #eee;}
.column-ul .Left-image .couContent {width:470px; float:left; height:100%;text-align:left;}
.column-ul .Right-image  .couContent{width:470px; float:right; margin-right:20px;}
.details-cent-rigth .column-ul h2{margin:16px auto;font-size:16px;line-height:26px;text-align:left;}
/* 新添加切换标签样式结束 */