.ggh-newsdetail-content .container .row .newsdetail-bar {
    padding-bottom: 15px;
}

.ggh-newsdetail-content .container .row .newsdetail-bar {
    border-bottom: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
}

.ggh-newsdetail-content .container .row .newsdetail-bar a {
    color: #999999 !important;
}

.ggh-newsdetail-content .container .row .newsdetail-bar a:hover {
    color: var(--main-color) !important;
}

.ggh-newsdetail-content .container .row .newsdetail-bar .bar-right-content .location-btn {
    color: var(--main-color) !important;
}

.ggh-newsdetail-content .container .row .newsdetail-bar .bar-right-content a {
    color: #666666 !important;
    margin-right: 10px;
}

.ggh-newsdetail-content .container .row .newsdetail-bar .bar-right-content a:hover {
    color: var(--main-color) !important;
}

.ggh-newsdetail-content .container .row .newsdetail-bar .bar-right-content a:last-child {
    margin-right: 0px;
}

.ggh-newsdetail-content .container .row .newsdetail-bar .bar-right-content .iconfont {
    margin-right: 5px;
}

.ggh-newsdetail-content .container .row .newsdetail-bar .bar-right-content a .iconfont.website_base_home_banner_right {
    font-size: 14px !important;
    margin-left: 5px;
}


.ggh-newsdetail-content .container .row .col .content {
    flex: auto;
    margin: 0 10px;
}


.ggh-newsdetail-content .container .row #ggh-news-deatil-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999999;
}

.ggh-newsdetail-content .container .row #ggh-news-deatil-content p {
    /* text-indent: 2em; */
}

#news-back-btn {
    /* padding: 7px 20px; */
    background-color: var(--main-color);
    color: white !important;
    border-radius: 4px;
    overflow: hidden;
}

#time-auth {
    color: #999999;
}

p {
    max-width: 100%;
}

img {
    max-width: 100%;
}