.search-backimg {
    height: 50px;
    position: relative;
    margin-left: 10%;
}

.expInput {
    padding: 12px 20px 12px 45px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px 0 20px 68%;
    font-size: 16px;
    height: 30px;
}

.search-backimg img {
    height: 20px;
    width: 20px;
    margin-top: -94px;
    margin-left: 70%;
}

/*检索*/
.pro-search-exp {
    justify-content: right;
    margin-right: 20px;
    height: 40px;
    display: flex;
    margin-top: 30px;
    /*padding-left: 4rem;*/
}

.pro-search-exp input {
    border: 1px solid lightgrey;
    width: 250px;
    outline: none;
    padding-left: 20px;
}

.pro-search-exp button {
    width: 50px;
    background: none;
    outline: none;
    border: 1px solid lightgrey;
}

#myUL-exp {
    /* 移除默认的列表样式 */
    list-style-type: none;
    overflow: hidden;
    margin: 0 auto;

}

#myUL-exp li {
    padding: 5px;
    height: 220px;
    width: 45%;
    float: left;
    margin-left: 25px;
    border-bottom: lightgrey dashed 1px;
}


#myUL-exp li a:hover:not(.header) {
    background-color: #eee; /* 为所有链接添加悬停效果，标题除外 */
}

.ul li my-exp-card {
    height: 160px;
    width: 300px;
}

.my-exp-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.my-exp-card-img {
    margin-top: 15px;
    border: lightgrey solid 2px;
    box-shadow: 2px 2px 2px;
    height: 120px;
    width: 120px;
}

.my-exp-card-img :hover {
    transition: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transform: scale(1.03);
}

.my-exp-card-text {
    margin-top: 25px;
    margin-left: 15px;
    width: 100%;
}

.my-exp-card-text a {
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    color: #595959;
    font-weight: 600;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    text-overflow: ellipsis;
    white-space: normal !important;
    margin-bottom: 15px;
}

.my-exp-card span {
    font-size: 16px;
    font-weight: bold;
    float: left;
    width: 70px;
}

.my-exp-card p {
    text-align: left;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
    font-size: 16px;
    color: black;
    line-height: 22px;
}

.my-exp-card-text .my-text {
    margin-top: -10px;
}

/*右侧*/

#right-exp {
    margin-top: 10px;
    padding: 20px;
}

#right-exp h2 {
    font-size: 18px;
    text-align: left;
}

.r-line-exp {
    background: #1487f4;
    height: 4px;
}

.r-line-exp a {
    position: absolute;
    margin-left: 85px;
    margin-top: -10px;
    color: black;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
}

.right-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-connect {
    display: flex;
    list-style: none;
    margin: 15px auto;
}

.right-connect li {
    list-style: none;
    padding-left: 15px;
}

.right-connect img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}


.tip {
    display: inline-block;
    margin-left: -10px;
    margin-right: -30px;
}


.tip:hover .tiptext {
    visibility: visible;
}

.tip .tiptext {
    width: 240px;
    padding-left: 5px !important;
    text-align: left;
    margin-top: 50px;
    margin-left: -130px;
    visibility: hidden;
    background: #1487f4db;
    color: #fff;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}


/*右下方列表*/

.experts-list-tab li {
    list-style: none;
}

.experts-list-tab li img {
    height: 80px;
    width: 80px;
    margin: auto;
    object-fit: cover;
    border-radius: 50px;
}


.experts-list-tab li a {
    color: black;
    margin: 20px auto;
    padding-top: 3px;
    font-size: 16px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical !important;
}

.experts-list-tab li span {
    font-size: 14px;
    color: #888;
}

/*热点排行样式*/
.scroll-box-exp {
    position: relative;
    background-color: #fff;
    height: 320px;
    width: 100%;
    overflow: hidden;
    margin-left: -10px;
}

.scroll-box-exp ul {
    list-style: none;
}

.scroll-box-exp ul li {
    height: 70px;
    margin-top: 10px;
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    list-style: disc;
    border-bottom: lightgrey dashed 1px;
}

.scroll-box-exp ul li a {
    color: black;
    font-size: 16px;
    text-decoration: none;
    word-break: break-all;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-break: break-all;
}

.scroll-box-exp ul li span {
    color: black;
    padding-top: 15px;
    font-size: 16px;
    text-decoration: none;
    word-break: break-all;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
}

/*右侧联系方式*/

.dropbtn {
    border: lightgrey solid 1px !important;
    color: black;
    padding: 16px;
    margin-left: 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: grid;
    border-radius: 50%;
    position: relative;
    left: 20px;
}

.dropdown1, .dropdown2, .dropdown3 {
    float: right;
    position: fixed;
    display: inline-block;
    top: 28%;
    right: 20px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: -5px;
    right: 80px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#Phone {
    height: 100px;
    width: 230px;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 18px;
}

#wxImg {
    height: 190px;
    width: 230px;
}

#wxImg img {
    height: 85px;
    width: 100%;
    margin-top: 7px;
}

#qqNo {
    height: 100px;
    width: 230px;
}

#qqNo p {
    display: grid;
    padding-left: 40px;
    font-size: 18px;
}

#qqNo p span {
    margin-top: 10px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown1:hover .dropdown-content {
    display: block;
}

.dropdown2:hover .dropdown-content {
    display: block;
}

.dropdown3:hover .dropdown-content {
    display: block;
}

.dropdown1:hover .dropbtn {
    background-color: #FFB300;
    color: white;
}

.dropdown2:hover .dropbtn {
    background-color: limegreen;
    color: white;
}

.dropdown3:hover .dropbtn {
    background-color: dodgerblue;
    color: white;
}

.dropbtn i:hover {
    color: white !important;
}


@media screen and (max-width: 768px) {


    .pro-search-exp {
        margin-left: 0 !important;
    }

    .pro-search-exp input {
        width: 160px !important;
    }

    #myUL-exp {
        position: inherit !important;
        background: white !important;
    }

    #myUL-exp li {
        width: 100% !important;
        padding-right: 15%;
        padding-top: 10%;
        margin-left: -5%;
    }

    .my-exp-card-text {
        margin-left: 0px !important;
    }

    #selectInst {
        margin-left: 0 !important;
    }

}