.crumb {
	font-size: 0;
}

.crumb > span,
.crumb > ul {
	display: inline-block;
	vertical-align: middle;
}

.crumb > ul > li {
	display: inline-block;
	vertical-align: middle;
}

.crumb > ul > li > a,
.crumb > span {
	font-size: 14px;
	color: #666;
	line-height: 74px;
}

.crumb > ul > li > a:hover {
	color: #E04543;
}

.info-main {
	font-size: 0;
	display: flex;
	align-items: stretch;
}

.info-main .info-content {
	width: 920px;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	padding: 44px 30px;
	border-radius: 10px;
}

.info-main .right-recommend {
	width: 450px;
	display: inline-block;
	vertical-align: top;
}

.info-main .info-title {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 36px;
}

.info-main .info-time {
	font-size: 12px;
	color: #999;
	margin: 0;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 40px;
}
.info-main .recommend-link{
	float:right;

}
.info-main .recommend-link>a{
	font-size:15px;
	color:#c63125;
	display:inline-block;
	max-width:300px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.info-main .recommend-link>span{
	vertical-align: middle;
	display:inline-block;
	color:#333;
	font-size:15px;
}
.info-main .recommend-link>a:hover{
	text-decoration: underline;
}

.info-wrapper {
	text-align: center;
	border-bottom: 2px solid #e8e8e8;
	margin-bottom: 28px;
}

.info-detail span,
.info-detail p {
	font-size: initial;
	/*margin-bottom:initial;*/
}

.right-recommend {
	width: 380px;
	/* height: 948px; */
	display: inline-block;
	vertical-align: top;
}

.list-title {
	font-size: 18px;
	color: #333;
	padding: 26px 0;
	margin: 0 30px;
	border-bottom: 2px solid #e8e8e8;
	position: relative;
}

.list-title:after {
	content: "";
	width: 56px;
	height: 6px;
	display: block;
	position: absolute;
	background-image: url("/r/cms/common/image/list_header/title_after.png");
	bottom: -6px;
	left: 0;
}

.recommend-list {
	padding: 30px;
	padding-bottom: 10;
}

.recommend-list > li {
	/*margin-bottom: 42px;*/
}

.recommend-list > li:last-child {
	margin-bottom: 0;
}

.recommend-img {
	display: inline-block;
	width: 157px;
	height: 87px;
	vertical-align: top;
}

.recommendbook-img {
	display: inline-block;
	width: 157px;
	height: 157px;
	vertical-align: top;
}

.recommendbook-img2 {
	display: inline-block;
	width: 157px;
	height: 157px;
	vertical-align: top;
}
.recommend-list a {
	font-size: 0;
}

.recommend-box {
	width: 160px;
	/*height: 87px;*/
	display: inline-block;
	vertical-align: top;
	/*margin-left: 20px;*/
}

.recommend-list > li:hover p {
	color: #e04543;
}

.recommend-box > p {
	line-height: 22px;
	margin-top: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 15px;
	color: #555;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: auto!important;
}

.recommend-box > span {
	color: #555;
}

.recommend-box > span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("/r/cms/common/list_header/icon_talk.png");
	width: 11px;
	height: 18px;
	margin-right: 12px;
	margin-top: -4px;
}

.news-recommend-box {
	padding: 24px 27px;
	background-image: linear-gradient(0deg, #ffffff 0%, #fff8f8 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal, normal;
	border-radius: 10px;
	border: solid 1px #fc858b;
}

.recommend-another-title {
	margin: 0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-bottom: 20px;
}
.recommend-another-title:before {
	content: '';
	display: inline-block;
	background: url(/zq/r/cms/common/image/news_list/news-recommend-icon.png) center center no-repeat;
	background-size: 26px 30px;
	width: 26px;
	height: 30px;
	margin-right: 10px;
	vertical-align: bottom;
}

.recommend-another-list {
	font-size: 0;
}

.recommend-another-list > li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.recommend-another-list > li > a {
	font-size: 14px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	line-height: 46px;
}

.recommend-another-list > li > a:hover {
	color: #e04543;
}

.recommend-another-list > li > a:before {
	content: "";
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #d1d1d5;
	margin-right: 10px;
}
.recommend-another-list > li span {
	color: #999;
}

.tip {
	color: #e04543;
	text-align: center;
}

.tip:before {
	content: "";
	width: 14px;
	height: 14px;
	background-image: url("/r/cms/common/image/content/tip_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
}

.share-box {
	background-color: #F7F8FC;
	padding: 10px 0;
	text-align: center;
	/*margin: 26px;*/
	position: relative;
}

.share-box > a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 46px;
}

.share-box > a.weibo-img {
	background-image: url("/r/cms/common/content/weibo.png");
}

.share-box > a.weixin-img {
	background-image: url("/r/cms/common/content/weixin.png");
}

.share-box > a.add-img {
	background-image: url("/r/cms/common/content/add.png");
}

.share-box > a.weibo-img:hover {
	background-image: url("/r/cms/common/content/weibo_hover.png");
}

.share-box > a.weixin-img:hover {
	background-image: url("/r/cms/common/content/weixin_hover.png");
}

.share-box > a:last-child {
	margin-right: 0;
}

.adver-box {
	text-align: center;
	margin-bottom: 30px;
}

.share-box-text {
	position: absolute;
	right: 20px;
	font-size: 14px;
	color: #666;
	top: 50%;
	margin:0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}



.recommend-course-list img {
	width: 258px;
	height: 143px;
	display: block;
}

.recommend-course-list > li {
	padding: 5px 5px 3px;
}

.recommend-course-list > li .course-name {
	font-size: 14px;
	color: #515151;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend-course-list > li > a:hover {
	text-decoration: none;
}

.recommend-course-list > li span {
	color: #ff4623;
	font-size: 12px;
}

/*改版后的推荐网课列表*/
.recommend-course-list .live-info {
	padding: 15px 0 0;
	border-bottom: 1px dashed #eee;
	display: inline-block;
	width: 100%;
	position: relative;
	/*z-index: -1;*/
}
.recommend-course-list .live-header {
	/*height: 96px;*/
	margin-bottom: 10px;
}
.recommend-course-list .live-title {
	padding: 0 20px;
	margin-bottom: 12px;
}
.recommend-course-list .live-title p {
	font-size: 16px;
	color: #1d1d1d;
	margin: 0 0 12px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	flex-grow: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 18px;
}
.recommend-course-list .try-video {
	width: 42px;
	height: 58px;
	margin-right: 5px;
	margin-top: -3px;
	position: absolute;
	right: -10px;
	top: -7px;
}
.recommend-course-list .live-label {
	display: flex;
	margin-bottom: 10px;
	flex-wrap: wrap;
	color: #00AAEE;
	padding: 0 20px;
}
.recommend-course-list .live-label-item {
	border-radius: 2px;
	padding: 5px 3px 3px;
	margin-right: 5px;
	margin-bottom: 2px;
	font-size: 12px;
}
.recommend-course-list .lable1 {
	background-color: #ebf8ff;
	color: #00aaee;
}
.recommend-course-list .lable2 {
	background-color: #fff3f3;
	color: #ff5151;
}
.recommend-course-list .lable3 {
	background-color: #ecfff3;
	color: #18c86f;
	margin-right: 0;
}
.recommend-course-list .live-detail {
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.recommend-course-list .live-detail .arrow-right {
	width: 0;
	height: 0;
	border-width: 6px 0 6px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #c9c9c9;
	margin-right: 5px;
}
.recommend-course-list .live-detail span {
	margin-right: 4px;
	color: #999;
}
.recommend-course-list .live-teacher-list {
	display: flex;
	margin: 0 20px 10px;
	overflow: hidden;
	flex-wrap: wrap;
	border-bottom: 1px solid #f1f1f1;
}
.recommend-course-list .live-className-list {
	display: flex;
	margin: 0 10px 10px;
	overflow: hidden;
	flex-wrap: wrap;
	/*border-bottom: 1px solid #f1f1f1;*/
}
.recommend-course-list .teacher-item {
	width: 48px;
	margin-right: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.recommend-course-list .teacher-pic {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 9px;
	border: solid 1px #e4e4e4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recommend-course-list .teacher-pic img {
	height: 100%!important;
	width: auto!important;
}
.recommend-course-list .teacher-name {
	color: #818a92;
	margin-top: 0;
	font-size: 12px;
	font-weight: normal;
}

.recommend-course-list .class-name {
	color: #818a92;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	border-radius: 2px;
	border: solid 1px #c7d1da;
	padding: 0 5px;
	margin-right: 5px;
	height: 24px;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 130px;
}

.recommend-course-list .live-item-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 16px;
}
.recommend-course-list .live-item-footer {
	margin-right: 0;
}
.recommend-course-list .has-buy {
	color: #818a92;
	font-size: 14px;
	margin-right: 10px;
}
.recommend-course-list .live-price {
	font-size: 20px;
	margin-right: 0;
	color:#ff4623;
}
.recommend-course-list .live-price.free {
	color:#23a705;
	font-size: 18px;
}

/*咨询弹窗*/
.jesong-container-mini-badge {
	z-index: 9;
}