.page-head {
	background-position: center top;background-size: cover;padding:40px 0 25px;
}
.hero-box, .hero-promo {
	height:380px;
	position: relative;
}
.hero-box {
	padding: 20px 60px 20px 50px;
	margin-right:0;
	background: rgba(255, 255, 255, 0.9);
}
.hero-box h1 {
	margin:0 0 25px;
	font-size:26px;
	line-height:1.6
}
.hero-promo .desc {
	position: absolute;
	bottom:0;
	padding:0 15px;
	height: 80px;
	background: #fff;
	column-gap:3rem;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	column-gap: 10px;
}
.hero-promo .ad-school {
	display: block;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ad-school .title {
	padding: 25px 20px;
	background-color: #00000040
}
.section {
	padding:40px 30px !important;
}

.btn-sm {
	font-size: inherit !important;
}
.switch-button.active, .switch-button:hover{
	background-color: #3598dc !important;
	border-color: #3598dc !important;
	color: #fff !important;
}

.ad-school a{
	text-shadow: 0px 3px 5px #000;
}
.school_review-long_score {
	line-height: 1.4;
}

.ranking-school-item {
	height:220px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	display: block;
}
.ranking-school-item .school-text{
	position:relative;
	left: 0px;
	top: 65%;
	height: 35%;
	text-align: left;
	padding-left: 10px;
	padding-top:20px;
	background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0, #000 70%);
}
.ranking-school-item .info-ranking{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: url(../png/sh_detail_first_ranking.png) no-repeat 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.ranking-school-item .school-title{
	float:left;
	display:inline-block;
}
.ranking-school-item .school-title span{
	font-weight: 500;
}
.btn-group>.btn.active {
	z-index: 0 !important;
}
.index-qa-item, .index-case-item, .index-review-item {
	height: 220px;
	overflow: hidden;
	padding: 10px 10px;
}
.col-item {
	border-right: 1px solid #eee;
}
.col-item:last-child {
	border: none;
}
.index-qa-item:hover, .index-case-item:hover, .index-review-item:hover {
	background-color: #f0f1f2;
}
.index-qa-item .title .media-body {
	padding-left: 5px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width:  90%;
	text-align: left;
	min-height: 46px;
}
.index-qa-item .answer .media-body {
	padding-left: 5px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	width:  90%;
	text-align: left;
	min-height: 93px;
}
.index-qa-item .answer .media-body a {
	color: #333 !important;
}

.index-qa-item .author {
	text-align: left;
	padding-top:10px;
}

.index-case-item .title, .index-review-item .title  {
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}
.index-case-item .answer .media-body, .index-review-item .answer .media-body .lr {
	padding-left: 5px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	width:  100%;
	text-align: left;
	min-height: 140px;
}
.index-case-item .answer .media-body.premium {
	padding-left: 5px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width:  100%;
	text-align: left;
	min-height: 60px !important;
}
.index-case-item .author, .index-review-item .author {
	text-align: left;
	padding-left: 5px;
	/*padding-top:10px;*/
}

.index-review-item .review-rating {
	float: right;
	font-weight: 400;
}
.index-review-item .review-rating img {
	width: 25px;
}


.index-book-item {
	height:300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}
.index-book-item .book-cover{
	height: 220px;
	display: block;
	text-align: center;
}
.index-book-item .book-cover img{
	max-height: 100%;
}
.index-book-item .block-title{
	height: 80px;
	line-height: 80px;
}
.block-title {
	display: block;
	text-align: center;
	width: 100%;
	background: #fff;
	font-weight: bold;
	font-size: 16px;
}

.more-links .area {
	font-size: 16px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.btn-default.dropdown-toggle:hover {
	border-right: 1px solid #d3d3d3 !important;
}
.btn-default.active, .btn-default:active, .open>.btn-default.dropdown-toggle {
	border-right: 1px solid #d3d3d3 !important;
}
img.fsuserinfo {
	width: 28px;
	height: 28px;
	margin-right: 2px;
}
.no-list-style li {
	margin: 2px 0;
}
.hover-shadow:hover{
	box-shadow: 1px 1px 15px #00000090;
}
.grades .btn {
	margin-right: 10px;
}
.cnpprofile-premium-header-info {
	min-height: 120px;
	position: relative;
	padding-top: 25px;
}
.cnpprofile-premium-header-info .premium-logo {
	display: inline-block;
	float: left;
}
.cnpprofile-premium-header-info .premium-info {
	display: inline-block;
	width: 83%;
	padding-left: 20px;
}
.premium-logo>img {
	height: 60px;
	width: 60px;
	margin-right: 5px;
	border-radius: 50%!important;
}
.premium-info .name {
	line-height: 20px;
	height: 20px;
	margin-bottom: 20px;
	font-size: 18px;
}
.premium-info .numbers {
	line-height: 20px;
	height: 20px;
}
.premium-info .cnp-title {
	font-size: 12px;
}
.premium-desc {
	background: rgb(238,241,245,.2);
	height: 80px;
	margin: 15px;
	color: #fff !important;
	padding: 10px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.badge-schooltag {
	background-color: #346000;
	font-weight: 300;
	height: 20px;
	padding: 3px 8px !important;
	font-size: 12px !important;
}
.audio_box {
	width: 40%
}

@media (max-width: 1199px){
	.hero-box, .hero-promo {
		height: 420px;
	}

	.hero-promo .ad-school {
		height: 340px;
		display: block;
	}
}

@media (max-width: 991px){
	.section {
		padding: 40px 10px !important
	}
	.hero-box, .hero-promo {
		height: auto;
	}
	.hero-box {
		margin: 0 0 10px;
		padding: 20px;
	}
	.grades .btn {
		margin-right: 5px;
	}
	.index-qa-item, .index-case-item, .index-review-item {
		height: auto;
	}

	.index-case-item .answer .media-body, .index-review-item .answer .media-body .lr {
		min-height: auto;
	}
}
@media (max-width: 991px){
	.page-head {
		padding-bottom: 10px;
	}
}

@media (max-width: 778px){
	.audio_box {
		width: 100%;
	}
}
