
#middleImg-books img {
    height: 150px;
    width: 150px;
}

.middle-img-tab {
    font-size: 16px;
    color: white;
    background: #1487f4;
    position: absolute;
    height: 25px;
    width: 100%;
}

.m-ico-books {
    background: #0e3e7d;
    display: inline-flex;
    margin-top: 20px;
    width: 180px;
    margin-left: -15px;
}

.m-ico-books img {
    height: 28px;
    width: 30px;
    margin: 15px 10px 10px 20px;
}

/*检索*/
.pro-search-books {
    float: right;
    margin-right: 20px;
    height: 40px;
    display: flex;
    margin-top: 30px;
}

.pro-search-books input {
    border: 1px solid lightgrey;
    width: 300px;
    outline: none;
    padding-left: 20px;
}

.pro-search-books button {
    width: 50px;
    background: none;
    outline: none;
    border: 1px solid lightgrey;
}

#row-list-books {
    display: block;
}

#col-list-books {
    display: flex;
    margin-top: 40px;
    margin-left: 40px;
    padding-bottom: 10px;
    float: left;
    border-bottom: grey dashed 1px;
    height: 200px;
    width: 45%;
}

.cards-span {
    margin-top: 10px;
    display: flex;
}

.cards-span span {
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 19, 132);
}

.cards-span p {
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 5px;
    color: #595959;
}

#cards-text-books {
    margin-left: 25px;
}

#cards-text-books p {
    font-size: 16px;
    margin-left: 10px;
    margin-bottom: 5px;
    color: #595959;
}

#cards-text-books > .MsoNormal {
    display: none !important;
}

#cards-text-books a {
    height: 50px;
    font-size: 18px;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
    color: #001384;
    font-weight: bold;
}


/*右侧*/
#right-books {
    margin-top: 10px;
    padding: 20px;
}

#right-books h2 {
    font-size: 18px;
    text-align: left;
}

.r-line-books {
    background: #1487f4;
    height: 4px;
}

.r-line-books 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: #1487f4db;
    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;
}


/*右下方列表*/

.btab_con {
    width: 100%;
}

.books-list-tab {
    margin-top: 20px;
}


.books-list-tab li {
    list-style: none;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: lightgrey dashed 1px;
}

.books-list-tab li img {
    height: 140px;
    width: 80%;
    margin: 0 auto;
    object-fit: cover;
    border: lightgrey solid 1px;
}


.books-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: 1 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
}

.books-list-tab li span {
    font-size: 14px;
    color: #888;
}

/*热点排行样式*/
.scroll-box-books {
    position: relative;
    background-color: #fff;
    height: 485px;
    width: 100%;
    overflow: hidden;
    margin-left: -10px;
}

.scroll-box-books ul {
    list-style: none;
}

.scroll-box-books 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-books 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;
}

.scroll-box-books 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;
    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) {
    .m-ico-books {
        margin-top: 20px !important;
        width: 140px !important;
        margin-left: -15px !important;
    }

    .m-ico-books img {
        height: 18px !important;
        width: 20px !important;
        margin: 15px 10px 10px 20px !important;
    }

    .m-ico-books p {
        font-size: 16px !important;
    }

    #col-list-books {
        width: auto !important;
        margin-left: 0px !important;
        margin-right: 180px !important;
    }

    #cards-text-books a {
        font-size: 16px !important;
        height: auto !important;
        padding: 0 !important;
    }

    #books-pag {
        margin: 60px 150px 20px 50px !important;
    }
}