.search_form {
    width: 777px;
    height: 110px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
}

.formheader {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.searsend {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    display: flex
}

.sear_drop {
    margin-left: 20px;
    margin-right: 0;
    width: 120px;
}

.sear_text {
    width: 340px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(230, 230, 230, 1);
    box-sizing: border-box;
}

.sear_text input {
    width: 100%;
    height: 100%;
    color: #999;
}

.search_send {
    width: 100px;
    height: 40px;
}

.but_search {
    width: 100%;
    height: 100%;
    background: rgba(253, 208, 0, 1);
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
    text-align: center;
    display: block
}

.middle_school {
    justify-content: space-between;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    box-sizing: border-box;
}

.mid_tit {
    font-size: 18px;
    font-family: PingFangSC-Regular;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    font-weight: bold;
}

.school_c {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
}

.school_consult {
    padding: 20px 0;
    border-bottom: 1px dashed rgba(230, 230, 230, 1);
}

.consult_pic {
    width: 210px;
    height: 130px;
}

.consult_pic img {
    width: 100%;
    max-height: 130px;
}

.study .school_consult {
    align-items: flex-start;
}

.consult_school {
    width: 547px;
}

.con_btn {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(51, 51, 51, 1);
    width: 100px;
    height: 32px;
    background: rgba(250, 250, 250, 1);
    border-radius: 4px;
    border: 1px solid rgba(230, 230, 230, 1);
    float: right;
    display: block;
    text-align: center;
    line-height: 32px;
}

.con_cname {
    font-size: 16px;
    font-family: PingFangSC-Medium;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    font-weight: bold;
}

.con_ename {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    margin-top: 8px;
}

.con_int {
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    margin-top: 15px;
}