.baiKe {
    box-shadow: 0 0 4px #ccc;
    border-radius: 10px;
    width: 90%;
    margin-left: 4%;
    padding-top: 15px;
    margin-top: 30px;
}

.baiKe a {
    padding-left: 42%;
    font-size: 20px;
    font-weight: bolder;
    list-style: none;
}

.baiKe p {
    line-height: 36px;
    text-indent: 36px;
    list-style: none;
    padding: 10px;
}

#middleImg img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.middle-img-tab {
    font-size: 16px;
    color: white;
    background: #1487f4;
    position: absolute;
    height: 25px;
    width: 120px;
}

#row-list-enc {
    display: flex;
    flex-flow: wrap;
    margin-left: 10px;
    background: white;
    margin-top: 30px;
}

#col-list-enc {
    margin-top: 20px;
    margin-left: 45px;
    margin-right: 50px;
    float: left;
    width: 220px;
}


#cards-text-enc {
    display: inline-block;
    line-height: 25px;
}

#cards-text-enc p {
    margin-top: 15px;
    font-size: 18px;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
    margin-bottom: 4px;
    color: #1487f4;
    height: 25px;
    font-weight: bold;
}

#cards-text-enc > .MsoNormal {
    display: none !important;
}

#cards-text-enc a {
    text-decoration: none;
    font-size: 16px;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
    font-weight: 400;
    color: black;
    line-height: 28px;
    word-break: break-all;
}

#cards-text-enc span {
    font-size: 18px;
    color: #807b7be3;
}


/*右侧*/
#right-enc {
    margin-top: 10px;
    padding: 20px;
}

#right-enc h2 {
    font-size: 18px;
    text-align: left;
}

.r-line-enc {
    background: #1487f4;
    height: 4px;
}

.r-line-enc a {
    margin-left: 30%;
    margin-top: -10px;
    float: left;
    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 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: #1487f4;
    color: #fff;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}


.right-connect {
    display: flex;
    list-style: none;
    margin: 15px auto;
}

.right-connect img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}


/*右下方列表*/
.encyclopedia-list-tab {
    margin-top: 20px;
}


.encyclopedia-list-tab li {
    list-style: none
}

.encyclopedia-list-tab li img {
    height: 140px;
    width: 80%;
    margin: 0 auto;
    object-fit: cover;
    border: lightgrey solid 1px;
}


.encyclopedia-list-tab li a {
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    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: 2 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
}

.encyclopedia-list-tab li span {
    font-size: 14px;
    color: #888;
}


/*热点排行样式*/
.scroll-box-enc {
    position: relative;
    background-color: #fff;
    height: 580px;
    width: 100%;
    overflow: hidden;
    margin-left: -10px;
}

.scroll-box-enc ul {
    list-style: none;
}

.scroll-box-enc ul li {
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 40px;
    list-style: disc;
    border-bottom: lightgrey dashed 1px;
}

.scroll-box-enc ul li a {
    color: black;
    padding-top: 1px;
    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;

}

.scroll-box-enc ul li span {
    color: black;
    padding-top: 1px;
    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;
    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) {
    #right-enc {
        display: none;
    }

    #list-ency {
        display: block !important;
    }

    #row-list-enc {
        margin-left: -40px !important;
    }

    #col-list-enc {
        margin-right: 0px !important;
        width: 100% !important;
        margin-bottom: 0px;
    }
}
