.counselor-bar {
	height: 280px;
	width: 100%;
	background-color: #f8f8f8;
}
.counselor-bar-bg {
	width: 1200px;
    height: 280px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    z-index: 1;
}
.counselor-bar .bar-content {
	width: 1200px;
	margin: auto;
	position: relative;
}
.counselor-bar .girl {
	float: left;
	height: 280px;
	position: relative;
	z-index: 2;
}
.counselor-bar .text-panel {
	float: left;
	margin: 56px 0px 0px 48px;
	min-width: 505px;
	position: relative;
	z-index: 2;
}
.counselor-bar .text-panel p {
	font-size: 24px;
	line-height: 32px;
	color: #333;
}
.counselor-bar .text-panel .banner-description-row {
	margin-top: 16px;
}
.counselor-bar .text-panel .banner-description {
	font-size: 18px;
	color: #2A2A2A;
	line-height: 36px;
	margin-left: 0;
}
.banner-description .hgg-success {
	font-size: 24px;
	line-height: 36px;
	color: #FFB300;
	margin-right: 15px;
	vertical-align: middle;
}
.counselor-container {
	margin: 32px auto;
}
.counselor-container .left-panel {
	/*float: left;*/
}
.counselor-container .right-panel {
	float: right;
}
.left-panel .search-head {
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
}
.left-panel .search-head .title {
	display: inline-block;
	color: #333;
	font-size: 24px;
	line-height: 32px;
}
.left-panel .search-head .search-panel {
	float: right;
	position: relative;
}
.left-panel .search-head .search-panel select {
	width: 200px;
	height: 32px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	padding: 0 12px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-right: 12px;
}
.left-panel .search-head .search-panel input {
	width: 200px;
	height: 32px;
	padding: 0 12px;
}
.search-panel .search-btn {
	position: absolute;
    right: 12px;
    top: 40%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin: -8px 0 0 0;
    color: #666;
    vertical-align: middle;
}
.search-panel .down-btn {
	position: absolute;
    right: 222px;
    top: 40%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin: -8px 0 0 0;
    color: #666;
    vertical-align: middle;
}
.left-panel .city-list {
	padding: 8px 0;
	border-bottom: 1px dashed #ddd;
	font-size: 14px;
	overflow: hidden;
}
.left-panel .city-list .city-item {
	display: inline-block;
	margin-right: 20px;
	color: #666;
	line-height: 26px;
}
.left-panel .city-list a.city-item:hover {
	color: #207bee;
}
.left-panel .city-list .city-item-selected {
	color: #207bee;
}
.counselors-list .counselor-item {
	padding: 20px 0px 0px 116px;
	/*min-height: 190px;*/
	position: relative;
}
.counselor-item .avator {
	width: 100px;
    height: 125px;
    position: absolute;
    left: 0px;
    top: 20px;
    object-fit: cover;
}
.counselor-item .counselor-desp-panel {
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	min-height: 145px;

}
.counselor-desp-panel .counselor-advantage {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.counselor-desp-panel .counselor-advantage .advantage-tag {
	display: inline-block;
    width: 36px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 2px;
    color: #ffb300;
    text-align: center;
    margin-right: 4px;
    border: 1px solid #ffb300;
}
.counselor-advantage .counselor-flag {
	display: inline-block;
	padding-right: 8px;
	font-size: 14px;
	line-height: 14px;
}
.counselor-advantage .counselor-flag + .counselor-flag {
	padding-left: 12px;
	border-left: 1px solid #ddd;
}
.counselor-desp-panel .counselor-msg {
	margin-bottom: 15px;
}
.counselor-desp-panel:hover .Chinese-name {
	color: #207bee;
}
.counselor-desp-panel:hover .English-name {
	color: #207bee;
}
.counselor-msg .Chinese-name {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}
.counselor-msg .English-name {
	font-size: 18px;
	color: #333;
}
.counselor-msg .certification-icon {
	display: inline-block;
    margin-left: 4px;
    color: #b2b2b2;
    font-size: 16px;
}
.counselor-msg .certification-icon-v {
    color: #FFB300;
}
.counselor-msg .text {
	color: #F19A3C;
	font-size: 12px;
	color: #999;
}
.counselor-msg .star {
	font-size: 16px;
	color: #ffb300;
}
.counselor-desp-panel .counselor-desp {
	font-size: 14px;
	color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.counselor-item .arrow {
	font-size: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 35%;
    color: #b2b2b2;
}
.right-panel .box-panel {
	border: 1px solid #ddd;
}
.right-panel .first-panel {
	padding: 16px;
	text-align: center;
}
.right-panel .first-panel p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.right-panel .first-panel p:last-child {
	font-size: 48px;
	line-height: 64px;
	color: #ffb300;
}
.right-panel .second-panel {
	margin-top: 32px;
	padding: 0px 32px 20px;
	position: relative;
}
.right-panel .second-panel .title {
	width: 128px;
	height: 48px;
	line-height: 48px;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	color: #333;
	position: absolute;
    left: 50%;
    top: -24px;
    margin-left: -64px;
}
.right-panel .second-panel-row {
	height: 42px;
	line-height: 42px;
	position: relative;
}
.right-panel .second-panel .content-row:nth-child(2) {
	margin-top: 34px;
}
.right-panel .content-row .number-order {
	width: 30px;
    height: 30px;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid #ffb300;
    position: absolute;
    top: 5px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #ffb300;
}
.right-panel .content-row p {
	display: inline-block;
	margin-left: 46px;
	font-size: 16px;
	color: #666;
}
.right-panel .line-row {
	border-left: 1px solid #ddd;
    margin-left: 15px;
    height: 24px;
    line-height: 24px;
}
.city-text {
    margin-left: 8px;
}
#planner_schemes_num
{
    min-height: 64px;
}
