<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nd {
    position: relative;
    
}
.nd-left {
    width: 100%;
}
.nd-left-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: .3rem;
}
.nd-left-title {
    font-size: 36px;
    line-height: 52px;
    color: #313131;
}
.nd-left-date,
.nd-left-sub,
.nd-left-p {
    font-size: 14px;
    line-height: 28px;
    color: #313131;
}
.nd-left-sub,
.nd-left-p {
    margin-bottom: .6rem;
}
.nd-left-cont {
    padding-bottom: 2rem;
	font-size:16px;
}
.nd-left img {
    margin-bottom: .6rem;
}
.nd-left-bt {
    font-weight: bold;
    font-size: 36px;
    line-height: 55px;
    color: #c49562;
}
.nd-left-st {
    margin-bottom: .3rem;
    font-weight: bold;
    font-size: 22px;
    line-height: 42px;
    color: #313131;
}
.nd-left-xst {
    margin-bottom: .3rem;
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    color: #313131;
}

.nd-right {
    position: absolute;
    right: 0;
    top: 1.8rem;
    width: 250px;
}
.related-title {
    padding-bottom: .2rem;
    font-size: 14px;
    line-height: 26px;
    color: #535353;
    border-bottom: 1px solid #e5e5e5;
}
.news-list {
    padding-top: .5rem;
}
.news-item {
    float: none;
    width: 100% !important;
    padding-bottom: 0;
    margin-right: 0 !important;
    margin-bottom: .3rem;
}
.news-text {
    padding: .3rem 0;
}
.news-title {
    height: auto;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #313131;
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
}
@media (max-width: 768px){
    .nd {
        position: relative;
        padding: 1.2rem 0 2rem 0;
    }
    .nd-left {
        width: 100%;
        padding: 0 .3rem;
    }
    .nd-left-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .nd-right {
        position: inherit;
        right: inherit;
        top: inherit;
        width: 100%;
        padding: 1.5rem .3rem 0;
    }
    .news-item {
        padding: 0;
    }
}

.nd-left-cont p{ font-size:16px; line-height:30px;}</pre></body></html>