.YUGO-newsdetail-main {
    width: 100%;
}

.YUGO-newsdetail-header {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.YUGO-newsdetail-header img {
    position: absolute;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.YUGO-newsdetail-bottom {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: calc(100vh - 75px - 160px - 250px);
}

.YUGO-newsdetail-content {
    width: 1200px;
    margin: auto;
    font-size: 0;
}

.YUGO-newsdetail-content-left {
    width: 725px;
    display: inline-block;
    vertical-align: top;
}

.YUGO-newsdetail-content-left img {
    max-width: 100%;
}

.YUGO-newsdetail-content-right {
    width: calc(100% - 725px);
    display: inline-block;
    vertical-align: top;
    padding-left: 94px;
}

.YUGO-news-new-list {
    width: 100%;
    padding-top: 14px;
}

.YUGO-news-new-child {
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
    padding-top: 14px;
    cursor: pointer;
    padding: 14px 0px;
}

.YUGO-news-new-child p {
    color: #000000;
    width: calc(100% - 10px);
    font-size: 14px;
    /*font-weight: 600;*/
    line-height: 20px;
    cursor: pointer;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
}

.YUGO-news-new-child div {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    position: relative;
}

.YUGO-news-new-child div::after {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #10B4B5;
    content: '';
    left: 0px;
    top: 8px;

}


.YUGO-news-new-child p:hover {
    color: #10B4B5;
}

/*.YUGO-news-new-child p:nth-child(2) {*/
/*    color: #666666;*/
/*    font-size: 14px;*/
/*    font-weight: 14px;*/
/*    margin-top: 4px;*/
/*    cursor: pointer;*/
/*}*/

.YUGO-newsdetail-content-title {
    width: 100%;
}

.YUGO-newsdetail-content-title p {
    font-size: 30px;
    font-weight: 800;
    color: #171717;
    line-height: 48px;
}

.YUGO-newsdetail-content-name {
    width: 100%;
    margin-top: 15px;
    font-size: 0;
}

.YUGO-newsdetail-content-name img {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}

.newsdetail-username {
    padding-top: 6px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.newsdetail-username p:nth-child(1) {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #171717;
}

.newsdetail-username p:nth-child(2) {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 14px;
    margin-top: 6px;
}

.YUGO-newsdetail-content-detail {
    border-top: 1px solid #EFEFEF;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    font-size: 14px;
}

#wx_arctle img {
    width: 100% !important;
    height: auto !important;
}