

/* 专家库 */

.zhuanjia-item {
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
	width: 480px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(232, 232, 232, 1);
	padding: 0 36px;
	margin-right: 20px;
}

.zhuanjia-item1 {
	background: #ECFBFF !important;
}

.zhuanjia-item:nth-child(even) {
	margin-right: 0;
}

.zhuanjia-item-top {
	height: 148px;
	border-bottom: 1px solid rgba(236, 236, 236, 1);
	position: relative;
	padding-top: 20px;
}

.zhuanjia-photo {
    position: absolute;
    right: -36px;
    top: 0;
    width: 120px;
    height: 148px;
}

.zhuanjia-name {
	font-size: 16px;
	font-family: PingFangSC-Medium;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 25px;
}

.zhuanjia-professional {
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 30px;
}

.zhuanjia-tag {
	margin-top: 20px;
}

.zhuanjia-tag>li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	height: 31px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(232, 232, 232, 1);
	line-height: 31px;
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	margin-right: 10px;
}

.zhuanjia-item-bottom {
	position: relative;
	padding: 16px;
	padding-right: 0;
	height: 72px;
}

.zhuanjia-item-bottom>a {
	display: block;
	padding-right: 16px;
	font-size: 14px;
	height: 100%;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 20px;
	overflow: hidden;
}

.zhuanjia-item-bottom>a:hover {}

.zhuanjia-item-bottom>span {
	position: absolute;
	right: -20px;
	top: 35px;
	font-size: 14px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: blue;
	line-height: 20px;
	width: 30px;
}


.clear-float::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}   
#xuexi-page{
    margin-top: 30px;
    text-align: center;
}