.p-title {
    padding-left: 25px;
    padding-top: 20px;
    background: #f1f1f1;
}

.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: 24px;
    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-pro-d {
    margin-top: 25px;
    list-style: none;
}

#pro-ul {
    display: flex;
    clear: both;
    background: #fff;
    box-shadow: 6px 6px 10px 2px rgba(218, 224, 237, .8);
    border-radius: 18px;
    position: relative;
    padding: 24px 0px;
    margin-right: 5%;
    font-size: 16px;
    letter-spacing: 2px;
    color: #303030;
}

.p-list-pro-d ul1 {
    margin-top: 20px;
    margin-left: 30px;
    width: 50%;
}

.p-list-pro-d ul1 li {
    display: flex;
}

.p-list-pro-d li a {
    width: 160px;
    min-height: 36px;
    text-decoration: none;
    text-align: left;
}


.p-list-pro-d ul2 {
    float: right;
    margin-top: 20px;
}

.p-list-pro-d ul2 li {
    display: flex;
    /*width: 500px;*/
}

.p-list-pro-d p {
    color: black;
    word-break: break-all;
    /*overflow: hidden !important;*/
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    /*-webkit-line-clamp: 4 !important;*/
    white-space: normal !important;
    text-overflow: ellipsis;
}

/*下方列表样式*/

.btab_head-pro {
    height: 70px;
    background: #f1f1f1;
    font-size: 18px;
    color: black;
    border-radius: 10px;
}

.btab_head-pro_div {
    height: 40px;
    width: 100px;
    line-height: 25px;
    background: #eee;
    text-align: left;
    margin-top: 10px;
    padding-left: 25px;
    border-radius: 10px;
}

.btab_head-pro .current a {
    border-bottom: #1487f4 solid 2px;
    padding-bottom: 13px;
    font-weight: bold;
    color: #1487f4 !important;
    cursor: pointer;
}

.btab_head-pro_div_r {
    border-right: none;
}

.btab_con {
    width: 100%;
    height: auto !important;
}

.btab_con .current {
    display: block;
}

.btab_con .current {
    display: block;
}

.p-list-pro-d-tab li {
    border-bottom: lightgrey dashed 1px;
    padding-bottom: 5px;
}

.p-list-pro-d-tab li a {
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 20px;
    font-size: 16px;
    color: #001384;
    font-weight: bold;
}

.p-list-pro-d-tab li span {
    color: black;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
}

.p-list-pro-d-tab li a span {
    color: black;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
}

#zhaiyao-pro-d {
    padding: 50px;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    clear: both;
    background: #fff;
    box-shadow: 6px 6px 10px 2px rgba(218, 224, 237, .8);
    border-radius: 18px;
    position: relative;
    margin-right: 5%;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #303030;
}

#url {
    clear: both;
    background: #fff;
    box-shadow: 6px 6px 10px 2px rgba(218, 224, 237, .8);
    border-radius: 18px;
    position: relative;
    padding: 24px 0px;
    margin-right: 5%;
    font-size: 16px;
    letter-spacing: 2px;
    color: #303030;
    display: flex;
}

#url span {
    margin-left: 30px;
    width: 100px !important;
}

#url a {
    width: auto !important;
    color: #002076;
}

#url a:hover {
    color: #1487f4;
}


@media screen and (max-width: 768px) {
    .btab_head-pro_div {
        padding-left: 0px;
    }

    .p-title p {
        display: block !important;
        font-size: 20px;
        margin-top: 30px;
    }

    .p-list-pro-d li a {
        width: 180px;
    }

    .p-list-pro-d p {
        width: 100% !important;
    }

    #pro-ul {
        margin: auto !important;
        padding-left: 5%;
    }

    .p-list-pro-d ul2 {
        float: left;
    }

    #zhaiyao-pro-d {
        padding: 25px !important;
    }
}

