<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footerItem {
    width: 100%;
    height: 680px;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox 64 */
}

.footerItem::-webkit-scrollbar {
    display: none;
}

.breadcrumbNavigation {
    font-size: 17px;
    width: 1200px;
    margin: 12px auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdfe6;
}

.navigation-green {
    color: rgb(142, 193, 36);
}

.info_detail {
    display: flex;
    width: 1200px;
    margin: 20px auto 0 auto;
    justify-content: space-between;
}

.info_left {
    width: 800px;
    box-sizing: border-box;
    padding: 42px 52px 0 52px;
}

.info_right {
    width: 368px;
    border: 1px solid #CBCBCB;
    padding: 25px 20px 0 20px;
    height: 100%;
    box-sizing: border-box;
}

.info_title {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 19px;
    color: #3E3A39;
    text-align: center;
    line-height: 30px;
    margin-bottom: 32px;
}

.info_time {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #94C88A;
    line-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.info_time span {
    margin: 0 20px;
}
.info_time &gt; span &gt;a {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 14px;
    color: #94C88A !important;
}

/* Firefox 64 
135å†²çª
.info_content p {
    font-weight: 400;
    font-size: 15px;
    color: #888888;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 40px;
    text-indent: 2em;
}
*/
.underInfo {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 15px;
    color: #888888;
    line-height: 26px;
}

.rightTitle {
    height: 22px;
    font-weight: 400;
    font-size: 19px;
    color: #3E3A39;
    line-height: 22px;
    text-align: left;
    border-left: 5px solid #A9D3A1;
    padding-left: 12px;
    margin-bottom: 9px;
}

.tab_header {
    width: 327px;
    height: 27px;
    background: rgba(169, 211, 161, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    font-size: 15px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.tab_lien_title_number {
    width: 17px;
    height: 17px;
    line-height: 17px;
    background: #87B828;
    border-radius: 2px;
    text-align: center;
    color: #fff;
}

.tab_lien_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #F1F8EF;
}

.tab_lien_title_detail {
    display: flex;
    width: 300px;
    justify-content: space-between;
}

.icon_line{
    height: 91px;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 350px;
    margin-top: 100px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #888888;
}

.icon_item{
    display: flex;
    align-items: center;
}

.icon_item img{
    margin-right: 4px;
}

.icon_between{
    height: 23px;
    width: 2px;
    background: #C8C9CA;
}</pre></body></html>