<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headerline-big img,
.headerline-small-box img {
    width: 100%;
    height: 100%;
}

.subNav-list li h2 .on {
    color: #fff;
    background-color: #d61518;
    border-radius: 0px;
}

.article-cont h4 {
    font-size: 16px;
    font-weight: bold;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border-left: 6px solid #f75375;
    padding-left: 5px;
    line-height: 28px;
}

.article-cont h3 {
    font-size: 18px;
    font-weight: bold;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border-left: 6px solid #f75375;
    padding-left: 5px;
    line-height: 28px;
}

.article-cont h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border-left: 6px solid #f75375;
    padding-left: 5px;
    line-height: 28px;
}

.article-cont h1 {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    margin-block-start: 0.67em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    border-left: 5px solid #d61518;
    padding-left: 5px;
    line-height: 28px;
    margin: 0px;
}

.report_btn {
    display: inline-block;
    background-color: #F3F3F3;
    border-radius: 3px;
    margin-bottom: 8px;
    padding-bottom: 4px;
    vertical-align: bottom;
}

.long_report_btn {
    width: 100%;
    height: auto;
}

.short_report_btn {
    width: 24%;
    height: 68px;
}


.report_btn .file_name {
    padding-left: 10px;
}

.long_report_btn .file_name {
    line-height: 38px;
    height: 34px;
}

.short_report_btn .file_name {
    line-height: 32px;
    height: 34px;
}

.report_btn span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.long_report_btn span {
    width: 600px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.short_report_btn span {
    display: -webkit-box;
}

.report_btn a {
    display: inline-block;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #D51518;
    line-height: 24px;
    text-align: center;
    color: #D51518;
    padding: 0 10px;
    cursor: pointer;
}

.long_report_btn a {
    float: right;
    margin: 6px 43px 0px 0px;
}

.buy_report_btn a {
    display: inline-block;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #D51518;
    line-height: 30px;
    text-align: center;
    color: #D51518;
    padding: 0 18px;
    cursor: pointer;
}

.buy_report_btn {
    position: absolute;
    right: 0px;
}

.lc-info-buy {
    position: relative;
}

.layui-btn+.layui-btn {
    margin-left: 0px;
}

.comment {
    margin-top: 66px;
}

.box {
    border: 1px solid #e5e3e3;
    height: auto;
    padding: 18px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

input {
    -webkit-appearance: checkbox;
}

/* .layui-form input[type=checkbox] {
    display: block;
    width: 25%;
    float: left;
    margin-top: 12px;
} */

.reply-cont:hover {
    background-color: #ececec;
    cursor: pointer;
}

.article-label span {
    margin-right: 5px;
}

.layui-icon-next:before {
    margin-left: 12px;
}

.breadcrumbs i {
    margin: 0 -1%;
}

.layui-icon-next:before {
    margin-left: 30%;
}

.xiangguan {
    width: 30%;
    height: 128px;
    overflow: hidden;
    float: left;
    padding: 0 4px 8px 4px;
}

.xiangguan img {
    width: 100%;
    height: 100%;
    max-width: initial;
}

.xiangguan .title {
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    bottom: 30px;
    left: 0;
    right: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}

.layui-layer-content {
    text-align: center;
}

.article-cont table td {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.article-cont h4 {
    font-size: 16px;
    font-weight: bold;
}

.article-cont h3 {
    font-size: 18px;
    font-weight: bold;
}

.article-cont h2 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.article-cont {
    overflow: hidden;
}

.article-cont a {
    color: rgb(0, 176, 240);
}

.article-list li {
    margin: 10px;
    float: left;
}

.article-l {
    width: 45%;
    float: left;
}

.article-r {
    width: 50%;
    float: right;
}

.hidden {
    display: none;
}

.article-title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.comment {
    margin-top: 66px;
}

@media screen and (max-width: 767px) {
    .m-is {
        display: block;
    }

}

.article-cont a {
    color: #44acb6;
}

.article-cont a span {
    color: #44acb6;
}

.article-cont table {
    width: 100%;
}

.selected {
    background-color: green;
    color: white;
}

#ul_1 li {
    display: inline-block;
    margin-right: 5px;
}

#ul_1 img {
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.article-cont p {
    margin-bottom: 0px;
}

.recommendsec {
    font-weight: 500;
    font-size: 20px;
}

.recommend_img_div {
    width: 150px;
    display: inline-block;
    height: 87px;
}

.recommendReportDiv {
    padding: 0;
    overflow: hidden;
    width: calc(100% - 80px);
    margin: 0 auto;
}

.recommendReportDiv .report_div {
    position: relative;
    display: inline-block;
    width: 298px;
    height: 87px;
}

.recommendReportDiv .img_div {
    width: 150px;
    height: 87px;
    display: inline-block;
    background: #d4d4d4;
}

.recommendReportDiv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recommendReportDiv .title {
    line-height: 22px;
    position: absolute;
    top: 2px;
    left: 155px;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.recommendReportDiv .price {
    position: absolute;
    bottom: 0px;
    left: 155px;
    font-size: 16px;
    height: 22px;
    line-height: 25px;
    color: red;
}

.switchReport {
    position: relative;
}

.leftSwitch {
    position: absolute;
    left: 5px;
    bottom: 32px;
}

.rightSwitch {
    position: absolute;
    right: 5px;
    bottom: 32px;
}

.reportBox {
    white-space: nowrap;
    display: inline-block;
}

.cover-url {
    width: 40%;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.lc-info-more {
    width: 50%;
    float: none;
    padding-left: 35px;
    display: inline-block;
    vertical-align: top;
}

.lc-infos {
    margin-bottom: 0px;
}

.article-share.scroll {
    z-index: 10;
}
.x.close:after, .x.close:before {
    background-color: #fff;
}
.x.close.closeMobileInfoFrom:after, .x.close.closeMobileInfoFrom:before{
    background-color: #C7C7C7;
}
.buy_membership_btn {
    margin: 10px;
}
.buy_membership_btn p {
    font-weight: bold;
    font-size: larger;
    display: inline-block;
}
.buy_membership_btn&gt;div {
    float: right;
}
.buy_membership_btn span {
    color: #d61518;
    font-weight: bolder;
    font-size: 1.3em;
}
.buy_membership_btn a {
    border-radius: 3px;
    border: 1px solid #D51518;
    color: #D51518;
    cursor: pointer;
    padding: 5px 8px;
    margin: auto 10px;
}
.cont_slogan{
    font-size: 16px;
    line-height: 24px;
    color: #9B9B9B;
    width: 75%;
    display: inline-block;
}
.report_article {
    float: right;
    margin: 1em 5%;
}
.report_article :first-child {
    background-color: #F2F2F2;
    padding: 0.5em 2em;
    border-radius: 5px;
    font-size: small;
    cursor: pointer;
}
#isUserDownloadPermissions{
    width: 18px;
    height: 18px;
    vertical-align: sub;
}</pre></body></html>