/*顶端搜索栏*/
.top-search {
	padding: 30px 0 16px 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
}

.search-content {
	border: 1px solid #e04543;
	display: inline-block;
	font-size: 0;
}

.search-content-input {
	padding-left: 11px;
	width: 700px;
	height: 48px;
	display: inline-block;
	vertical-align: top;
	outline: none;
}

.search-btn {
	height: 50px;
	background-color: #e04543;
	width: 130px;
	border: 0;
	font-size: 16px;
	color: #fff;
}

.info-list > li > a > span:first-child {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	vertical-align: middle;
}

.convenient-wrapper {
	width: 830px;
	margin: 0 auto;
	text-align: left;
}

.convenient-list {
	display: inline-block;
	text-align: left;
}

.convenient-list > li {
	display: inline-block;
	margin: 0 15px;
}

.convenient-list > li > a {
	color: #333;
}

.convenient-list > li > a,
.convenient-next {
	font-size: 14px;
	line-height: 30px;
}

.convenient-next {
	display: inline-block;
	margin-right: 130px;
	color: #e04543;
}

.type-course-wrapper {
	font-size: 0;
	margin-top: 32px;
}

.type-course-left-wrapper {
	width: 790px;
	height: 440px;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.type-course-right-wrapper {
	width: 380px;
	height: 440px;
	display: inline-block;
	vertical-align: top;
	padding: 20px 30px;
}

.course-recommend-list {
	display: none;
}

.course-recommend-list.active {
	display: block;
}

.course-recommend-list > li {
	padding: 15px 0;
}

.course-recommend-list > li .recommend-course-price > span {
	color: #8c8c8c;
}

.course-recommend-list > li .recommend-course-price > span:nth-child(2n) {
	margin: 0 10px;
	color: #ccc;
}

.course-recommend-list > li .recommend-course-title > span {
	color: #333;
}

.course-recommend-list > li .recommend-course-title > span.recommend-course-before {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 50%;
	border: 1px solid #2cac00;
	font-size: 12px;
	color: #2cac00;
	text-align: center;
	line-height: 16px;
	background-color: #fff;
}

.course-recommend-list > li:hover .recommend-course-title > span {
	color: #e04543;
}

.course-recommend-list > li:hover .recommend-course-title > span.recommend-course-before {
	background-color: #e04543;
	color: #fff;
	border-color: #e04543;
}

.course-recommend-list > li .recommend-course-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 18px;
	margin-bottom: 12px;
}

.type-infor-wrapper {
	font-size: 0;
}

.course-infor {
	font-size: 14px;
	width: 820px;
	display: inline-block;
	vertical-align: top;
}

.course-item-group {
	font-size: 0;
}

.course-item-box {
	display: inline-block;
	vertical-align: middle;
	width: 418px;
	margin-right: 20px;
}

.course-item {
	width: 380px;
	height: 286px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 29px;
	margin-bottom: 32px;
}

.free-live-wrapper {
	width: 380px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

.page-right-modal {
	width: 380px;
	height: 604px;
}

.course-list {
	font-size: 0;
}

.course-list li {
	width: 280px;
	height: 226px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 26px;
	overflow: hidden;
}

.course-wrapper {
	padding: 16px;
	padding-bottom: 0;
}

.course-list .course-title {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 10px 10px 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.course-list .course-price-wrapper {
	position: absolute;
	/* bottom: 18px; */
	padding: 0 14px;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 46px;
}

.course-list .course-price-wrapper .course-price {
	color: #e04543;
	font-size: 18px;
}

.course-list > li:hover .course-buy-tip {
	bottom: 0;
}

.course-buy-tip {
	position: absolute;
	width: 100%;
	height: 46px;
	bottom: -46px;
	left: 0;
	background-color: #e04543;
	text-align: center;
	-webkit-transition: bottom linear 0.2s;
	-moz-transition: bottom linear 0.2s;
	-ms-transition: bottom linear 0.2s;
	-o-transition: bottom linear 0.2s;
	transition: bottom linear 0.2s;
}

.course-buy-tip > span:first-child:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background-image: url(/uploads/image/rccimage/heart.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	margin-right: 11px;
}

.course-buy-tip > span {
	display: inline-block;
	color: #fff;
	line-height: 46px;
}

.course-buy-tip > span:first-child {
	font-size: 18px;
	margin-right: 5px;
}

.course-buy-tip > span:last-child {
	font-size: 14px;

}

.course-list .course-price-wrapper > span:last-child {
	color: #e04543;
	font-size: 18px;
}

.course-list .course-price-wrapper > span:first-child {
	color: #e04543;
	font-size: 12px;
}

.course-list li img {
	width: 100%;
}

.course-list li:nth-child(4n) {
	margin-right: 0;
}

.type-course-nav {
	font-size: 0;
	background-color: #f7f5f7;
}

.type-course-nav > li {
	display: inline-block;
	vertical-align: top;
	width: 131.6px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	border-top: 2px solid transparent;
	cursor: pointer;
}

.type-course-nav > li.active {
	color: #e04543;
	background-color: #fff;
	border-color: #e04543;
}

.type-course-info-list {
	width: 421px;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin-left: 25px;
	margin-right: 24px;
}

.course-link-wrapper {
	padding-top: 21px;
	display: inline-block;
	vertical-align: top;
}

.course-left-content {
	font-size: 0;
	padding-top: 5px;
}

.course-link-wrapper > a {
	display: block;
}

.course-link-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
}

.course-link-wrapper > .course-big-img {
	width: 284px;
	height: 156px;
}

.course-small-wrapper {
	width: 284px;
	font-size: 0;
}

.course-small-wrapper > a {
	display: inline-block;
	width: 133px;
	height: 73px;
	margin-right: 18px;
	vertical-align: top;
	margin-top: 12px;
}

.course-small-wrapper > a:nth-child(2n) {
	margin-right: 0;
}

.type-course-right-list {
	font-size: 0;
	border-bottom: 1px solid #e5e5e5;

}

.type-course-right-list > li {
	display: inline-block;
	vertical-align: top;
}

.type-course-right-list > li > a {
	width: 160px;
	display: block;
	text-align: center;
	padding-bottom: 16px;
}

.type-course-right-list > li.active > a {
	border-bottom: 2px solid #e04543;
	color: #e04543;
}

.information-group > div {
	padding: 30px;
}

.information-group .information-list {
	padding: 0;
}

.information-group .info-title {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}

.information-group .info-title > span>a{
	background-color: #e04543;
	color: #fff;
	padding: 5px;
	display: inline-block;
}

.information-group .information-list > li:first-child a {
	font-weight: bold;
	color: #333;
	font-size: 18px;
}

.information-group .information-list > li:first-child a:hover {
	color: #e04543;
}

.hot-info-list > li > a {
	display: block;
	line-height: 33px;
	padding: 0 25px;
	padding-left: 20px;
	width: 380px;
	border-left: 3px solid transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
}

.hot-info-list {
	counter-reset: hotinfo;
	padding-top: 5px;
}

.hot-info-list > li > a:before {
	content: counter(hotinfo);
	counter-increment: hotinfo;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	line-height: 33px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	width: 23px;
	text-align: center;
}

.hot-info-list > li:first-child > a:before {
	color: #e04543;
}

.hot-info-list > li:nth-child(2) > a:before {
	color: #e04543;
}

.hot-info-list > li:nth-child(3) > a:before {
	color: #e04543;
}

.hot-info-list > li > a:hover {
	border-color: #e04543;
	background-color: #f9f9f9;
	color: #e04543;
}

.type-info-wrapper,
.type-info-img-wrapper {
	width: 380px;
	height: 440px;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.information-list > li.main-information > a {
	line-height: 45px;
}

.type-info-img-wrapper > ul {
	padding: 30px;
	font-size: 0;
}

.type-info-img-wrapper > ul > li:nth-child(2),
.type-info-img-wrapper > ul > li:nth-child(4) {
	margin-right: 20px;
}

.type-info-img-wrapper > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.type-info-img-wrapper > ul > li:first-child > a {
	width: 320px;
	height: 176px;
	display: block;
}

.type-info-img-wrapper > ul > li > a {
	width: 150px;
	height: 82px;
	display: block;
}

.type-info-img-wrapper > ul > li > a > img {
	display: block;
	width: 100%;
	height: 100%;
}

.area-wrapper {
	padding: 33px 28px;
	padding-bottom: 0;
	margin-top: 30px;
}

.area-wrapper > a {
	display: inline-block;
	font-size: 14px;
	padding: 5px 3px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.area-wrapper > a:hover {
	background-color: #e04543;
	color: #fff;
}

