body {
    background-color: #ffffff;
}
.latest-news-detail-wrap {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.latest-news-detail {
    width: 1000px;
    margin: 22px auto 0;
}
.latest-news-detail .news-detail {
    width: calc(100% - 335px);
    margin-bottom: 100px;
}
.bread-crumbs-title {
    font-size: 12px;
    line-height: 16px;
    color: #014783;
}
.bread-crumbs-title span,a {
    color: #014783;
}
.bread-crumbs-title span:last-child {
    display: none;
}
.bread-crumbs-title span:nth-child(odd) {
    cursor: pointer;
}
.latest-news-detail .details-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}
.latest-news-detail .details-title h1 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 12px;
    word-break: break-all;
}
.latest-news-detail .details-title .details-time {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.latest-news-detail .left-contact-way {
    margin-top: -78px;
}
.latest-news-detail .details-title .details-time .post-time {
    font-size: 13px;
    line-height: 17px;
    color: #858585;
}
.latest-news-detail .details-title .details-time .data-num {
    margin-left: 22px;
    display: flex;  
    display: none;
}
.latest-news-detail .details-title .details-time .data-num img {
    height: 10px;
    margin-top: 4px;
}
.latest-news-detail .details-title .details-time .data-num p {
    color: #C4C4C4;
    margin-left: 3px;
    font-size: 11px;
    line-height: 17px;
}
.latest-news-detail .details-content {
    margin-top: 15px;
}
.latest-news-detail .details-content i {
    font-style: italic!important;
}
.latest-news-detail .details-content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
.latest-news-detail .more-news {
    max-width: 285px;
    padding-top: 32px;
}
.more-news-list h1 {
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px;
    margin-bottom: 12px;
    color: #000000;
}
.more-news-module h1 a {
    color: #000000!important;
}
.more-news-list .more-news-list-item {
    margin-bottom: 20px;
}
.more-news-list .more-news-list-item a p:first-child {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 8px;
}
.more-news-list .more-news-list-item a p:last-child {
    font-size: 13px;
    line-height: 17px;
    color: #999999;
}
@media (max-width:767px) {
    .latest-news-detail-wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 0 16px;
        flex: none;
    }
    .latest-news-detail {
        width: 100%;
        display: block;
        flex: none;
    }
    .latest-news-detail .news-detail {
        width: 100%;
        margin-bottom: 0;
    }
    .latest-news-detail .details-title h1{
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 0;
    }
    .latest-news-detail .more-news {
        width: 100%;
        max-width: 100%;
    }
    .association-members {
        width: 100%;
        max-width: 100%;
    }
    /* .latest-news-detail-wrap .left-contact-way {
        position: absolute;
        top: 50px;
        left: auto;
        right: 0;
        margin: 0;
        padding: 0;
    } */
    .latest-news-detail .left-contact-way {
        position: absolute;
        /* top: 50px; */
        top: auto;
        left: auto;
        right: 0;
        margin: 0;
        padding: 0;
        margin-top: -50px;
    }
}