.banner{
	width: 100%;
	height: 460px;
	overflow: hidden;
	position: relative;
}

.banner .bx-wrapper .bx-viewport{
	overflow: inherit !important;
}

.banner a{
	display: block;
	width: 100%;
	height: 460px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner .bx-wrapper .bx-controls-direction a{
    margin-top: -23px;
    width: 46px;
    height: 46px;
    z-index:9;
}

.banner .bx-wrapper .bx-prev {
	left: -70px;
    background: url(../images/left.png) no-repeat 0 0;
}

.banner .bx-wrapper .bx-next {
	right: -70px;
    background: url(../images/right.png) no-repeat 0 0;
}

.banner h4{
	display: none;
	font-size: 20px;
	color: #fff;
	text-align: left;
	background: url(../images/banner_title_bg.png) center top no-repeat;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.banner h4 span{
	display: block;
    padding: 40px 230px 20px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto{
	bottom: 0;
	right: 0;
	max-width: 200px;
	padding: 15px 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a{
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background: #787978;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #d2d2d2;
}

.hover-left,
.hover-right{
	height: 460px;
	background: rgba(229,229,229,.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8e5e5e5, endColorstr=#C8e5e5e5);
	position: absolute;
	top: 0;
}

.hover-left{
	left: 0;
}

.hover-right{
	right: 0;
}

.main-left{
	width: 47.5%;
}

.main-right{
	width: 49%;
}

.main-title{
	float: left;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	margin: 32px auto 20px;
}

.main-title h4{
	float: left;
	font-size: 20px;
	padding-bottom: 7px;
	border-bottom: 2px solid #0e7a8e;
	color: #0e7a8e;
	margin-bottom: -1px;
}

.main-title a{
	float: right;
	font-size: 12px;
	color: #666;
	margin-top: 8px;
}

.main-title a:hover{
	color: #0e7a8e;
}

.main-list1,
.main-list1 li,
.main-list1 li a{
	float: left;
	width: 100%;
}

.main-list1 li{
	margin-bottom: 20px;
}

.main-list1 li:last-child{
	margin-bottom: 0;
}

.main-list1-left{
	float: left;
	width: 57px;
	height: 54px;
	padding: 10px 0;
	text-align: center;
	background: #0e7a8e;
	color: #fff;
	font-size: 12px;
	margin-right: 17px;
}

.main-list1-left small{
	letter-spacing: 2px;
	margin-bottom: 1.5px;
}

.main-list1-left small,
.main-list1-left strong{
	display: block;
}

.main-list1-right{
	width: 1000px;
	display: table-cell;
	height: 54px;
	border-bottom: 1px dashed #dcdcdc;
}

.main-list1-right h4{
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 20px;
    height: 20px;
	overflow: hidden;
}

.main-list1-right p{
	font-size: 0;
	color: #454545;
	height: 12px;
}

.main-list1-right p span{
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 10px;
	width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main-list1-right p span.main-local{
	background: url(../images/local-icon.png) left center no-repeat;
}

.main-list1-right p span.main-time{
	background: url(../images/time-icon.png) left center no-repeat;
}

.main-list1 li a:hover h4{
	color: #0e7a8e;
}

.main-list2,
.main-list2 li,
.main-list2 li a{
	float: left;
	width: 100%;
}

.main-list2-F{
	margin-bottom: 18px;
}

.main-list2-S{
	margin-bottom: 20px;
}

.main-list2 li:last-child{
	margin-bottom: 0;
}

.main-list2-left{
	float: left;
	width: 195px;
	height: 110px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 20px;
}

.main-list2-right{
	width: 1000px;
	display: table-cell;
	vertical-align: top;
	border-bottom: 1px solid #dfdfdf;
}

.main-list2-right h4{
	font-size: 16px;
	color: #333;
	margin-bottom: 13px;
	line-height: 20px;
    height: 20px;
	overflow: hidden;
}

.main-list2-right p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-indent: 2em;
	margin-bottom: 7px;
}

.main-list2-right span{
	font-size: 12px;
	color: #999;
	float: right;
	padding-bottom: 4px;
}

.main-list2-S{
	position: relative;
}

.main-list2-S a{
	padding: 0 85px 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #000;
	position: relative;
}

.main-list2-S a:before{
	content: '';
	border-bottom: 6.5px solid transparent;
	border-top: 6.5px solid transparent;
	border-left: 6px solid #bfbfbf;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6.5px;
}

.main-list2-S span{
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 12px;
	color: #999;
}

.main-list2-F a:hover h4,
.main-list2-S a:hover{
	color: #0e7a8e;
}

.main-list2-S a:hover:before{
	border-left: 6px solid #0e7a8e;
}

/*
.main-list3{
	font-size: 0;
	padding: 30px 0 0;
	margin-left: -30px;
	margin-right: -30px;
	
}

.main-list3 li{
	display: inline-block;
	margin: 15px 30px 0;
}
*/

.main-list3 {
  font-size: 0;
  padding: 30px 0 0;
  margin-left: -30px;
  margin-right: -30px;
  /* 新增：为容器开启Flex布局，确保子项整体对齐 */
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  /* 可选：根据实际需求调整对齐方式 */
  /* justify-content: center;  如果需要整个列表水平居中 */
}

.main-list3 li {
  display: inline-block; /* 保留或改为 flex 取决于需求 */
  margin: 15px 30px 0;
  /* 新增：统一每个li的垂直对齐方式为顶部对齐，防止因高度不同导致下沉 */
  vertical-align: top; /* 关键修复：确保所有li顶部对齐 */
  /* 或者使用Flexbox方式（如果li内部结构复杂也可考虑） */
  /* display: inline-flex; 如果改用flex，需调整 */
}

.main-list3 li a{
	display: block;
	width: 350px;
	height: 95px;
	position: relative;
}
/*
.main-list3 li a h4{
	font-size: 20px;
	color: #fff;
	height: 95px;
	line-height: 95px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}*/

.main-list3 li a h4{
	font-size: 20px;
	color: #fff;
	/* 移除原来的 height 和 line-height */
	/* 使用 Flexbox 实现居中 */
	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中 */
	width: 100%; /* 确保宽度充满容器 */
	height: 100%; /* 高度充满容器 */
	/* 处理文本换行 */
	white-space: normal; /* 允许换行，覆盖原来的 nowrap */
	overflow-wrap: break-word; /* 允许在长单词或URL中间换行 */
	text-align: center; /* 文字水平居中，对多行文本也有效 */
	/* 移除不再需要的属性 */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
}

.main-list3 li.main-yellow a h4{
	text-align: center;
}

.main-list3 li.main-blue a h4{
	padding: 0 40px 0 100px;
}

.main-list3 li img{
	position: absolute;
	width: 6px;
	height: 11px;
	right: 25px;
	top: 50%;
	margin-top: -5.5px;
	transition: all .2s ease-in;
}

.main-list3 li a:hover img{
	right: 15px;
}

/*.main-green a{
	background: #248ca6 url(../images/icon-bg-1.png) right center no-repeat;
}

.main-yellow a{
	background: #e9a41e url(../images/icon-bg-2.png) right center no-repeat;
}*/

.main-yellow{
	background: #e9a41e;
}

.main-blue1 a{
	background: #3786e6 url(../images/icon-bg-1.png) right center no-repeat;
}

.main-blue2 a{
	background: #3786e6 url(../images/icon-bg-2.png) right center no-repeat;
}

.main-blue3 a{
	background: #3786e6 url(../images/icon-bg-3.png) right center no-repeat;
}

/*.main-green h4{
	background: url(../images/icon_1.png) 20px center no-repeat;
}

.main-yellow h4{
	background: url(../images/icon_2.png) 20px center no-repeat;
}*/

.main-blue1 h4{
	background: url(../images/icon_1.png) 20px center no-repeat;
}

.main-blue2 h4{
	background: url(../images/icon_2.png) 20px center no-repeat;
}

.main-blue3 h4{
	background: url(../images/icon_3.png) 20px center no-repeat;
}

.main-fixed{
	position: fixed;
	right: 5%;
	top: 40%;
	display: none;
}

.main-fixed img{
	width: 50px;
	height: 50px;
	margin-bottom: 8px;
	cursor: pointer;
	background: rgba(255,255,255,.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff, endColorstr=#C8ffffff);
}

.main-fixed .sel{
	display: none;
}

.main-fixed li.qrcode{
	position: relative;
}

.main-fixed .code-img{
	display: none;
	position: absolute;
	width: 120px;
	height: 110px;
	top: 0;
	right: 50px;
	padding-right: 10px;
}

.list-img{
	width: 100%;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.list-img .container{
	height: 150px;
	position: relative;
}

.list-img h4{
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	width: 18%;
	padding: 17px 26px;
	background: #358d9d;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 28px;
}

.common-left{
	width: 18%;
}

.common-right{
	width: 75.2%;
}

.navlist2>li>a{
	display: block;
	font-size: 16px;
	color: #131313;
	padding: 17px 25px;
	background: #eef2f9;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
}

.navlist2>li>a:hover{
	color: #0f6a7b;
}

.navlist2>li:last-child>a{
	border-bottom: none;
}

.navlist2>li>a.active{
	font-weight: bold;
	color: #0f6a7b;
	background: #fff;
	border-left: 3px solid #2f94ad;
}

.navlist2>li>a.active:after{
	content: '';
	width: 7px;
	height: 12px;
	background: url(../images/navlist2-arrow.png) center center no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 15px;
}

.thr-sub{
	display: none;
	border-left: 3px solid #2f94ad;
	padding: 4px 0px 4px 25px;
}

.thr-sub li a{
	display: block;
	font-size: 14px;
	color: #373737;
	padding: 11px 28px 11px 18px;
	border-bottom: 1px solid #eee;
}

.thr-sub li a.active{
	font-weight: bold;
	color: #fff;
	background: #77bdce;
	position: relative;
}

.thr-sub li a.active:after{
	content: '';
	border-top: 4.5px solid transparent;
	border-bottom: 4.5px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
	top: 16.5px;
	right: 14px;
}

.thr-sub li:last-child a{
	border-bottom: none;
}

.sub-open {
	display: block;
}

.no-ac:after{
	display: none;
}

.no-ac:before{
	content: '';
	width: 1500px;
	height: 1px;
	background: #77bdce;
	position: absolute;
	bottom: 0;
	left: 25px;
}

.list-code{
	border: 1px solid #e5e5e5;
	border-top: 1px solid #f7a438;
	background: #f7fdff;
	margin-top: 60px;
	text-align: center;
	padding: 10px 0 13px;
	overflow: hidden;
}

.list-code h4{
	display: inline-block;
	width: 105px;
	padding: 3px 0 13px 32px;
	background: url(../images/wechat.png) left 2px no-repeat;
	font-size: 14px;
	color: #555;
	margin-bottom: 10px;
	position: relative;
}

.list-code h4:after{
	content: '';
	width: 3000px;
	border: 0.5px dashed #dcdcdc;
	position: absolute;
	left: -1500px;
	bottom: 0;
}

.list-code img{
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.common-local{
	float: left;
	width: 100%;
	border-bottom: 3px solid #e5e5e5;
	margin: 18px 0 10px;
}

.local-box{
	float: left;
	padding-bottom: 9px;
	border-bottom: 3px solid #2f94ad;
	margin-bottom: -3px;
	font-size: 12px;
	color: #666;
}

.local-box a{
	color: #666;
}

.local-box a:hover{
	color: #0e7a8e;
}

.local-box img{
    float: left;
    margin: 1.5px 5px 0 0;
}

.common-list,
.common-list>li,
.common-list>li>a{
	float: left;
	width: 100%;
}

.common-list>li{
	margin: 14px 0;
}

.common-list>li>a{
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.common-list-left{
	float: left;
	margin-right: 25px;
}

.common-list-left small{
	display: block;
	width: 58px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	background: #0e7a8e;
}

.common-list-left strong{
	display: block;
	width: 58px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #0f6a7b;
	background: #fff;
	border: 1px solid #c9d8f2;
	border-top: none;
}

.common-list-right{
	display: table-cell;
	width: 1500px;
	vertical-align: top;
}

.common-list-right h4{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	margin-bottom: 10px;
	max-height: 52px;
	overflow: hidden;
}

.common-list>li>a:hover .common-list-right h4{
	color:#0e7a8e;
}

.common-list-right p{
	font-size: 12px;
	color: #333;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	text-indent: 2em;
}

.list-title {
    border-bottom: 2px solid #0d798e;
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
    display: none;
}

.list-title h4 {
	font-size: 17px;
	background-color: #0d798e;
	padding: 6px 15px;
	color: #fff;
}

.list-show {
	color: #0d798e;
	margin-top: 13px;
	font-size: 15px;
	cursor: pointer;
}

.article-title{
	font-size: 22px;
	color: #0f6a7b;
	text-align: center;
	margin: 23px 0;
	line-height: 28px;
}

.article-small{
	font-size: 12px;
	color: #131313;
	text-align: center;
	margin-bottom: 35px;
}

.article-small span{
	padding: 0 30px;
	position: relative;
	display: inline-block;
}


.article-small span:after{
	content: '';
	width: 1px;
	height: 10px;
	background: #717171;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.article-small span:last-child:after{
	display: none;
}

.navlist3{
	display: none;
	font-size: 0;
	overflow-x: auto;
	white-space: nowrap;
	margin-top: 15px;
}

.navlist3>li{
	display: inline-block;
	margin-right: 4px;
}

.navlist3>li>a{
	display: block;
	width: 105px;
	height: 37px;
	line-height: 37px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 14px;
	color: #3c3c3c;
	background: #eee;
}

.navlist3>li>a.active{
	font-weight: bold;
	color: #fff;
	background: #2f94ad;
}

.navlist3>li>a:hover{
	color: #fff;
	background: #2f94ad;
}

.teacher-list{
	font-size: 0;
	margin: 0 -39.5px;
}

.teacher-list>li{
	display: inline-block;
	margin: 50px 39.5px 0;
}

.teacher-list>li a{
	display: block;
	width: 400px;
	height: 173px;
	background: #eee;
	padding-right: 22px;	
	transition: all .2s ease-in;
}

.teacher-list img{
	float: left;
	width: 154px;
	height: 173px;
	margin: -8px 18px 0 5px;
}

.teacher-right{
	display: table-cell;
	vertical-align: top;
	width: 1000px;
	overflow: hidden;
}

.teacher-right h4{
	font-size: 18px;
	color: #0f6a7b;
	padding: 15px 0 10px;
	border-bottom: 1px solid #93cddc;
	margin-bottom: 15px;
	transition: all .2s ease-in;
}

.teacher-right h5{
	font-size: 14px;
	color: #333;
	padding-left: 14px;
	position: relative;
	margin-bottom: 15px;
	transition: all .2s ease-in;
}

.teacher-right h5:before{
	content: '';
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #8ec1cd;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.teacher-right p{
	padding-left: 14px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	max-height: 75px;
	overflow: hidden;
	transition: all .2s ease-in;
}

.teacher-list>li a:hover{
	background: #2f94ad;
}

.teacher-list>li a:hover h4,
.teacher-list>li a:hover h5,
.teacher-list>li a:hover p{
	color: #fff;
}

.teacher-top{
	float: left;
	min-height: 173px;
	background: #2f94ad;
	color: #fff;
	padding-right: 35px;
	margin: 30px 0;
}

.teacher-top-right{
	width: 1500px;
	display: table-cell;
	vertical-align: top;
    padding-left: 27px;
}

.teacher-img{
	float: left;
	width: 154px;
	height: 173px;
	margin: -8px 0 0 5px;
}

.teacher-top-right h4{
	font-size: 20px;
	padding: 16px 0 12px;
	border-bottom: 1px solid #59a9bd;
	margin-bottom: 10px;
}

.teacher-top-right h5{
	float: left;
	width: 100%;
	margin-top: 4px;
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 20px;
}

.teacher-top-right h5 strong{
	float: left;
	padding-left: 17px;
	position: relative;
}

.teacher-top-right h5 strong:before{
	content: '';
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #8ec1cd;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.teacher-top-right h5 span{
	font-weight: normal;
	display: table-cell;
	vertical-align: top;
	width: 1500px;
}

.teacher-title{
	border-bottom: 2px solid #c0dfe6;
	margin-bottom: 10px;
	font-size: 0;
	padding-bottom: 1px;
}

.teacher-title span{
	display: inline-block;
	font-size: 16px;
	color: #fefefe;
	padding: 7px 12px;
	background: #2f94ad;
}

.teacher-box{
	margin-bottom: 30px;
}

.kc-title{
	font-size: 24px;
	color: #0f6a7b;
	line-height: 28px;
	margin: 30px 0 35px;
	position: relative;
	padding-bottom: 24px;
}

.kc-title:after{
	content: '';
	width: 28px;
	height: 2px;
	background: #0f6a7b;
	position: absolute;
	bottom: 0;
	left: 0;
}

.kc-h{
	font-size: 16px;
	padding-left: 30px;
	line-height: 22px;
	margin-bottom: 25px;
}

.kc-h strong{
	float: left;
}

.kc-h span{
	font-weight: normal;
	display: table-cell;
	vertical-align: top;
	width: 1500px;
}

.kc-h1{
	background: url(../images/icon_time.png) left 3px no-repeat;
}

.kc-h2{
	background: url(../images/icon_local.png) left 3px no-repeat;
}

.kc-h3{
	background: url(../images/icon_money.png) left 3px no-repeat;
}

.info-teacher-head{
	font-size: 0;
	white-space: nowrap;
	overflow-x: auto;
	margin-bottom: 10px;
	border-bottom: 2px solid #5ebcd3;
}

.info-teacher-head a{
	display: inline-block;
	padding: 12px 30px;
	font-size: 14px;
	color: #0e7a8e;
	background: #eee;
	margin-right: 5px;
}

.info-teacher-head a.current{
	color: #fff;
	background: #2f94ad;
}

.wrapper-info-tab .info-tab{
	display: none;
}

.wrapper-info-tab .info-tab.on{
	display: block;
}

@media (min-width: 991px) {
	.common-left{
		display: block !important;
	}
}

@media (max-width: 1320px) {
	.banner .bx-wrapper .bx-prev {
		left: 15px;
	}
	
	.banner .bx-wrapper .bx-next {
		right: 15px;
	}

}

@media (max-width: 1199px) {
	.main-list3 li a{
		width: 310px;
	}
	.main-list3{
		margin-left: -10px;
		margin-right: -10px;
	}
	.main-list3 li{
		margin: 15px 10px 0;
	}
	.main-list3 li.main-blue a h4{
		padding: 0 40px 0 100px;
		background-position: 20px center;
	}
	.teacher-list{
		margin: 0 -20px;
	}
	
	.teacher-list>li{
		margin: 45px 20px 0;
	}
	.teacher-list>li a{
		width: 344px;
	}

}

@media (max-width: 990px) {
	.banner .bx-wrapper .bx-viewport {
    	overflow: hidden !important;
	}
	.banner,
	.banner a{
		height: 400px;
	}
	.main-left,
	.main-right{
		width: 100%;
	}
	.main-list3{
		margin-left: 0;
		margin-right: 0;
		padding-top: 32px;
	}
	.main-list3 li{
		margin: 0;
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	.main-list3 li a{
		width: 100%;
		height: 100px;
	}
	.main-list3 li.main-blue a h4{
		height: 100px;
		line-height: 100px;
	}
	.main-list3 li.main-blue a h4 {
	    padding: 0 40px 0 80px;
	    background-position: 12px center;
	    background-size: 55px;
	}
	.main-fixed{
		right: 0;
	}
	.common-left{
		display: none;
	}
	.common-left,
	.common-right{
		width: 100%;
	}
	.list-code{
		margin-top: 40px;
	}
	.list-title{
		display: block;
	}
	.teacher-list{
		margin: 0;
	}	
	.teacher-list>li{
		margin: 45px 0 0;
	}
	.teacher-list>li a {
    	width: 340px;
	}
}


@media (max-width: 767px) {
	.banner,
	.banner a{
		height: 360px;
	}
	.banner .bx-wrapper .bx-pager, 
	.banner .bx-wrapper .bx-controls-auto{
		display: none !important;
	}
	.banner h4{
		font-size: 16px;
    	background: url(../images/banner_title_bg.png) center -12px no-repeat;
	}
	.banner h4 span{
		padding: 15px;
	}
	.teacher-list>li{
		display: block;
	}
	.teacher-list>li a{
		margin: 0 auto;
	}
}

@media (max-width: 550px) {
	.banner,
	.banner a{
		height: 270px;
	}
	.teacher-img{
		float: none;
	}
	.teacher-top-right{
		padding-left: 10px;
	}
	.teacher-top{
		padding-right: 15px;
		padding-bottom: 10px;
	}
}

@media (max-width: 450px) {
	.main-list2-left {
	    float: none; 
	    width: 100%;
	    padding-bottom: 50%;
	    height: auto;
	    margin-bottom: 12px;
	    margin-right: 0px;
	}
}

@media (max-width: 400px) {
	.banner,
	.banner a{
		height: 190px;
	}
}

@media (max-width: 360px) {
	.teacher-list>li a {
    	width: 290px;
    	padding-right: 10px;
	}	
}

/*课程详情保留格式处理*/
.wp_article_list_table,
.wp_article_list_table tbody,
.wp_article_list_table tr,
.wp_article_list_table td{
	display: block;
}

/* 视频 */
.btn-info {
  /* width: 150px;
  height: 150px; */
  color: #fff;
  background-color: transparent;
  border: none;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 1px;
  margin-bottom: 10px;
}

.btn-info:hover {
  background-color: transparent;
  border-color: none;
}

.video {
  position: fixed;
  right: 2%;
  top: 150px;
}