.wenxian {
    display: flex;
}

.wenxian-text {
    margin-top: 20px;
    border: lightgrey solid 1px;
    width: 100%;
    word-break: break-all;
    line-height: 40px;
}

.wenxian-text h4 {
    padding: 5px;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: bold;
}

.wenxian-text h4 a {
    color: #FFB300;
}

.wenxian-text h4 a:hover {
    color: #0a53be;
}

.text-url, .text-source, .text-type, .text-author {
    margin: 10px 15px;
}

.text-url a {
    color: #FFB300 !important;
}

.text-url span {
    color: black;
    font-size: 16px;
}

.text-source {
    margin-left: 15px;
}

.text-source a {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFB300 !important;
}

.text-source a span {
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
}

.text-type {
    margin-left: 15px;
}

.text-type a {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFB300 !important;
}

.text-type a span {
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
}

.text-author {
    margin-left: 15px;
    margin-top: 30px;
}

.text-author a {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFB300 !important;
}

.text-author a span {
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
}

.author-aff {
    margin-top: 10px;
    margin-left: 15px;
}

.author-aff a {
    font-size: 16px;
}

.text-detail {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 20px;
    padding-bottom: 45px;
    border-bottom: lightgrey dashed 1px;
}

.text-detail p {
    font-size: 16px;
    word-break: break-word;
    line-height: 40px;
}

.text-detail a {
    font-size: 16px;
    word-break: break-all;
}

.text-detail sub {
    font-size: 16px;
    word-break: break-all;
}

.text-download {
    padding-top: 10px;
    margin-bottom: 40px;
    padding-left: 15px;
}

.text-download a {
    margin-right: 20px;
    font-size: 16px;
    color: black !important;
}

.other-detail {
    border-bottom: lightgrey solid 1px;
    line-height: 40px;
}

.other-detail li {
    list-style: none;
    border-bottom: lightgrey solid 1px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
}

.other-detail li a {
    color: #FFB300;
    font-weight: bolder;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
}

.other-text {
    margin-top: 20px;
    margin-bottom: 50px;
}

.other-detail-text {
    display: flex;
}

.other-detail-text a {
    color: #FFB300 !important;
    margin-right: 20px;
}

.other-detail-text a span {
    color: rgba(0, 0, 0, .65);
}

.other-detail-author {
}

.other-text h4 {
    color: white;
    background: #1487f4;
    padding: 10px;
}


/*右侧*/
#right-w-d {
    padding: 20px;
}

.r-line-w-d {
    background: #1487f4;
    height: 4px;
}

.r-line-w-d a {
    position: absolute;
    margin-left: 90px;
    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;
}


/*润滑集样式*/
.gridtable-w {
    color: #333333;
    border-width: 1px;
    text-align: center;
}

.gridtable-w ul {
    margin-left: 0px;
}

.gridtable-w > ul > li {
    display: flex;
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
}

.gridtable-w > ul > li > a {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}

.gridtable-w > ul > li > a > img {
    height: 140px;
    width: 220px;
    margin-bottom: 10px;
    display: flex;
}

/*右侧联系方式*/

.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-w-d {
        display: none !important;
    }

    #other-a-1 {
        display: none !important;
    }


    .wenxian-text, .other-text {
        width: 400px;
    }

    @media screen and (max-width: 400px) {

        .wenxian-text, .other-text {
            width: 360px;
        }
    }
}


