/*文献速递检索框样式*/
.wenxian-search {
    float: right;
    margin-right: 60px;
    height: 40px;
    display: flex;
}


.wenxian-search input {
    border: 1px solid lightgrey;
    width: 470px;
    outline: none;
    padding-left: 20px;
}

.wenxian-search button {
    width: 50px;
    background: none;
    outline: none;
    border: 1px solid lightgrey;
}

/*顶部列表*/
.m-ico {
    background: #0e3e7d;
    display: inline-flex;
    width: 179px;
    margin-left: 0px;
}

.m-ico p {
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin: auto 10px;
}

.m-ico img {
    height: 28px;
    width: 32px;
    margin: 15px 10px 10px 20px;
}

.wHead {
    height: 80px;
    font-size: 18px;
    color: black;
    margin-top: -60px;
}

.wHead_div {
    height: 50px;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    background: #cbe6f8;
    border-bottom: solid 1px #008ccd14;
}

.wHead_div:hover {
    background-color: rgba(0, 104, 183, 0.7) !important;
}

.wHead_div a:hover {
    color: white !important;
}

.wHead_div a {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
    color: #0a58ca !important;
    cursor: pointer;
}

.wHead .current {
    background: #0a58ca;
    cursor: pointer;
}

.wHead .current a {
    color: white !important;
}

.wCon {
    margin-top: -40px;
}

.wCon_ul {
    display: none;
    border-radius: 10px;
}

.wCon .current {
    display: block;
}

.wCon_ul li {
    line-height: 36px;
    display: inline-block;
    line-break: anywhere;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: lightgrey dashed 1px;
    width: 100%;
}

.wCon_ul li span {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
}

.wCon a {
    color: #001384;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    text-overflow: ellipsis;
    white-space: normal;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    font-family: 'Open Sans';
}


.wCon p {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    padding: 0px 5px 0px 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.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;
}


/*右下方列表*/
.wenxian-list-tab {
    margin-top: 20px;
}

.wenxian-list-tab li {
    list-style: none;
    padding: 5px;
}

.wenxian-list-tab li img {
    height: 140px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    border: lightgrey solid 1px;
}

.wenxian-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;
}

.wenxian-list-tab li span {
    font-size: 14px;
    color: #888;
}

.right-title {
    width: 100%;
    margin-left: 0px;

}

.right-title p {
    font-size: 17px;
    color: #1487f4;
    display: table-cell;
}

/*热点排行样式*/
.scroll-box-wenxian {
    position: relative;
    background-color: #fff;
    height: 570px;
    width: 100%;
    overflow: hidden;
    margin-left: -10px;
}

.scroll-box-wenxian ul {
    list-style: none;
}

.scroll-box-wenxian 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-wenxian 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-wenxian 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;
}


/*右侧联系方式*/
#right-wenxian {
    margin-top: 10px;
    padding: 20px;
}

#right-wenxian h2 {
    font-size: 18px;
    text-align: left;
}

.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;
}

/**/
#wCon-pag ul li {
    display: contents !important;
    padding-bottom: 50px !important;
}

#wCon-pag ul span {
    position: relative !important;
    margin-top: 60px !important;
}

#wCon-pag ul li span {
    margin-top: 0px !important;
}

#wxgo {
    margin-top: 0px !important;
}

@media screen and (max-width: 768px) {


    .wx {
        margin-left: -20px;
    }

    .wHead {
        display: none;
    }

    .wx-search {
        display: none;
    }

    .m-ico {
        display: none;
    }

    .wHead_div {
        width: 50px;
    }

    .wHead_div :hover {
        width: 100%;
        transition: 0.5s;
    }

    .wHead_div a {
        font-size: 16px;
    }

    .wHead_div a i {
        display: none;
    }

    #wCon {
        margin-top: -20px !important;
    }

    #wCon-ul {
        margin-left: 95% !important;
        position: relative !important;
        margin-top: -30% !important;
        background: none !important;
    }

    #wCon-ul li {
        width: 100%;
        text-align: left !important;
    }

    #wCon-ul li a {
        font-size: 16px;
    }

    .wCon_ul li span {
        font-size: 12px !important;
    }


    #wCon-pag {
        margin-bottom: 100px !important;
        display: flex !important;
    }

    #wCon-pag ul {
        margin-left: 30% !important;
        position: relative !important;
        background: none !important;
    }

    #wCon-pag ul span {
        margin-right: -100% !important;
    }

    #wxgo {
        margin-left: -10px !important;
    }

    #wxPagSpan {
        margin-left: 10% !important;
    }
}