#container-pd {
    width: 1300px;
    display: flex;
}

#container-pd ::-webkit-scrollbar {
    width: 10px;
    opacity: 0.5;
}

#container-pd ::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background-color: #f1f1f1;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 15%,
            transparent 15%,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            rgba(255, 255, 255, 0.2) 50%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}

#container-pd ::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(183, 183, 183, 0.51);
    border-radius: 10px;
}


.p-title {
    padding-left: 25px;
    padding-top: 20px;
    background: none;
}

.p-title p {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #001384;
    font-weight: bold;
}

.p-title-a p {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
}

.p-text {
    display: flex;
    float: right;
    margin-right: 50px;
}

.p-text p {
    width: 80px;
    height: 30px;
    text-align: center;
    padding: 5px;
    border: lightgrey solid 1px;
    border-radius: 25px;
    background: #eee;
    color: black;
    margin-left: 20px;
}

.p-list {
    margin-top: 25px;
    list-style: none;
}

.p-list ul {
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
    width: 100% !important;
}

.p-list ul li {
    display: flex;
    margin-bottom: 20px;
}

.p-list li a {
    color: black;
    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;
    padding-right: 20px;
    width: 100%;
    letter-spacing: 1px;
}


.p-list ul2 {
    display: inline-block;
    float: right;
    margin-top: 20px;
    position: absolute;
}

.p-list ul2 li {
    display: flex;
    margin-bottom: 20px;
}

.p-list p {
    width: 150px;
    text-decoration: none;
    text-align: left;
    color: black !important;
    font-weight: bold;


}

.p-list p:hover {
    color: #0a53be;
    cursor: pointer;
}

.p-link {
    margin-top: 8%;
}


/*右侧*/
#right-jou {
    padding: 20px;
}

#right-jou h2 {
    font-size: 18px;
    text-align: left;
}

.r-line-j-d {
    background: #1487f4;
    height: 4px;
}

.r-line-j-d a {
    margin-left: 30%;
    margin-top: -10px;
    float: left;
    color: black;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
}


.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%;
}

.journal-list-tab {
    margin-top: 5px;
}

.journal-list-tab li {
    list-style: none;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: lightgrey dashed 1px;
}

.journal-list-tab li img {
    height: 140px;
    width: 80%;
    margin: 0 auto;
    object-fit: cover;
    border: lightgrey solid 1px;
}


.journal-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;
}

.journal-list-tab li p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.journal-list-tab li span {
    font-size: 14px;
    color: #888;
}


/*热点排行样式*/
.scroll-box {
    position: relative;
    background-color: #fff;
    height: 485px;
    width: 100%;
    overflow: hidden;
    margin-left: -10px;
}

.scroll-box ul {
    list-style: none;
}

.scroll-box 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 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 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;
}

#zd a {
    color: grey;
}

#zd {
    margin-left: 2px;
    margin-bottom: 10px;
}

#zd span {
    font-size: 12px;
    position: fixed;
    right: 12px;
    margin-top: 30px;
    margin-bottom: 10px
}


@media screen and (max-width: 768px) {
    #right-jou {
        display: none;
    }

    .news-title h2 {
        padding-left: 12px !important;
    }

    .p-title p {
        display: block !important;
    }
}
