<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">strong {
    font-weight: bold !important;
}

#headlineDetail {
    width: 1200px;
    margin: 0 auto;
    min-height:616px;
}

.crumbs,
.crumbs a {
    color: #8E8C8C;
}

.crumbs {
    margin: 20px 0;
}

.crumbs .light {
    color: #ff5054;
}

.margin5 {
    margin: 0 5px;
}

#headlineDetail .left {
    width: 850px;
    min-height: 570px;
    float: left;
    background: #fff;
}

#headlineDetail .left .content {
    padding: 30px 45px;
}

#headlineDetail .left .left-t {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 5px 0;
}

#headlineDetail .left .left-msg {
    text-align: center;
    margin: 15px 0;
}

#headlineDetail .left .left-msg span {
    display: inline-block;
    margin-right: 5px;
    color: #8E8C8C;
}

#headlineDetail .right {
    width: 330px;
    float: right;
}

#headlineDetail .right-t {
    font-size: 22px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding-left: 50px;
    border-bottom: 1px solid #E2E2E2;
    background:#fff url(./images/icon.png) no-repeat;
    background-position: 12px 16px;
}

#headlineDetail .right-list {
    padding: 10px;
    background: #fff;
}

#headlineDetail .right-item {
    list-style: none;
    border-top: 1px dashed #E2E2E2;
    padding: 5px 0;
}

#headlineDetail .right-item:first-child {
    border-top: none;
}

#headlineDetail .related-t {
    line-height: 30px;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    padding-left: 10px;
    margin-top: 5px;
}

#headlineDetail .related-t:hover {
    color: #ff5054;
}

#headlineDetail .related-t:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #cccccc;
    position: relative;
    top: -3px;
    left: -5px;
}

#headlineDetail .right-msg {
    margin: 5px 0;
    height: 16px;
}

#headlineDetail .right-msg span {
    display: inline-block;
    font-size: 12px;
    color: #8E8C8C;
}

#headlineDetail .right-msg .name {
    float: left;
    position: relative;
    left: 16px;
}

#headlineDetail .right-msg .time {
    float: right
}

#headlineDetail .none {
    text-align: center;
    height: 80px;
    line-height: 80px;
}

.clean {
    clear: both;
}

.article {
    line-height: 30px;
    font-size: 15px;
}

.article img {
    width: 90%;
    display: block;
    margin: 10px auto;
}

.tip {
    background: rgb(255, 248, 248);
    padding: 10px;
    text-align: center;
    margin: 10px 0;
    border: 1px solid rgb(252, 239, 239);
}

.tip-title {
    font-size: 16px;
    color: #d72621;
}
.person-info{
    display: none;
    margin-bottom:15px;
}
.person-info button.care.false {
    background: black;
    border-color: black
}
.person-info button {
    padding: 5px 15px;
    border: none;
    border-radius: 2px;
    color: white;
    background: #d72621;
    border-color: #d72621;
    font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ", simsun, "ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“", tahoma, arial;
    font-size: 12px;
}

.person-info button.black {
    background: black;
    border-color: black;
    color: white
}</pre></body></html>