.experttit{
    text-align: center;
    padding: 38px 0 50px;
}
.experttit .tit{
    font-size: 30px;
     color: #333;
    font-weight: bold; 
}
.experttit .txt{
    font-size: 20px;
     color: #333;
    font-weight: 100; 
    margin-top: 25px;
}
.expertfrom{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.expertfrom .inputlist{
    width: calc(100% - 100px);
    float: left;
    /* overflow: hidden; */
}
.expertfrom .inputlist li{
    width: 153px;
    position: relative;
    float: left;
    margin-right: 30px;
    border-bottom:1px solid #aaaaaa;
    
}
.expertfrom .inputlist li:nth-child(1){
    margin-top: 0;
}
.expertfrom .inputlist li input{
    height: 50px;
    width: 100%;
    font-size: 16px;
    /* color: #999999; */
}
.expertfrom .inputlist li .choce{
   background:  no-repeat;
   background-position: 95% 50%;
   cursor: pointer;
}
.expertfrom .seach{
    width: 80px;
	height: 50px;
    background-color: #2077c8;
    border: none;
    border-radius: 4px;
}
.expertfrom .seach img{
    width: 20px;

}
.expertfrom .inputlist li .hobbyarea{
    position: absolute;
    top: 101%;
    left: 0;
    width: 340px;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    padding: 0 20px;
    box-shadow: 0 0 10px #e8e9ea;
    z-index: 50;
}
.expertfrom .inputlist li .hobbyarea .topseach {
    border-bottom: 1px solid #e5e5e5;
}
.expertfrom .inputlist li .hobbyarea .topseach input{
    
    width: calc(100% - 45px);
    margin-left: 15px;
}
.expertfrom .inputlist li .hobbyarea .arealist{
    margin-top: 20px;
}
.expertfrom .inputlist li .hobbyarea .arealist:hover .kind{
    color:#2077c8;
}
.expertfrom .inputlist li .hobbyarea .arealist .kind{
    font-size: 16px;
    color: #666;
}
.expertfrom .inputlist li .hobbyarea .arealist .item{
    font-size: 16px;
    color: #999;
    margin-top: 15px;
    line-height: 28px;
}
.expertfrom .inputlist li .hobbyarea .arealist .item span{
    cursor: pointer;
}
.expertfrom .inputlist li .citywarp{
    position: absolute;
    top: 120%;
    right: 0;
    width: 100%;
}
/* 专家列表 start */
.expertswarp{
    background-color: #f6f7f9;
    /* padding: 30px 0; */
    border: 1px solid #fff;
}
.experts{
    width: 1200px;
    margin: 0 auto;
}
.experts li{
    overflow: hidden;
    position: relative;
    padding: 20px;
    width: 100%;
    margin-top: 30px;
    background-color: #fff;
}
.experts li .detaila{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    width: 100%;
    
}
.experts li .img1{
    float: left;
    height: 152px;
    text-align: center;
    width: 100px;
}
.experts li .img1 img:nth-child(2){
    margin-top: 15px;
}
.experts li .name{
    float: left;
    width: 230px;
    margin-left: 40px;
    margin-right: 10px;
    padding-top: 10px;
}
.experts li .name .tit{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.experts li .name .posit{
    font-size: 16px;
    color: #333;
    margin: 10px 0 30px;
}
.experts li .name .txt{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.experts li .hobby{
    width: 600px;
    float: left;
    padding-top: 15px;
}
.experts li .hobby .tit{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 12px;
}
.experts li .hobby .hobbylist{
    margin-bottom: 30px;
}
.experts li .hobby .hobbylist .hobbyitem{
    font-size: 16px;
    color: #666;
    display: inline-block;
    margin-right: 30px;
}
.experts li .hobby .hobbylist .hobbyitem span{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #36b375;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 10px;
}
.experts li .hobby .hobbylist1 .hobbyitem{
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-right: 30px;
}
.experts li .hobby .hobbylist1 .hobbyitem span{
    /* display: inline-block;
    width: 5px;
    height: 5px;
    background: #36b375;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-right: 10px; */
    opacity: 0;
}
.experts li .hobby .arealist{
    font-size:16px;
    color:  #666666;
}
.experts li .btns{
    width: 120px;
    float: right;
    text-align: center;
    padding-top: 23px;
}
.experts li .btns .collection{
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    z-index: 50;
}
.experts li .btns .collection i{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    margin-right: 6px;
}
.experts li .btns .appointment{
    width: 120px;
    height: 40px;
    background-color: #2077c8;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    z-index: 50;
    padding: 0;
}
.experts li .btns .detail{
    font-size: 16px;
    color: #2077c8;
    cursor: pointer;
}
/* 顶部按钮 */
.btnfoot{
     text-align: center;
     margin: 30px auto 60px;
}
.btnfoot  button{
    width: 200px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    background-color: #2077c8;
    border: none;
    border-radius: 4px;
}
/* 专家列表 end */

.publict_top {
    background: #fff;
    width: 100%;
}

.publict_top .cstd_contarner {
    margin-top: 0px;
    margin-bottom: 0px;
}

.expertfrom .inputlist li.clear {
    border: none;
}

.courses_recent_list li:hover .courses_recent_p1{
    color: #2077c8;
}

.province ,.city{
    width: 48%;
}