<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 新新 */
/* 文本样式平衡 */
.index-imgText &gt; .index-ulText {
    padding-left: 30px;
}

/* 底部图片变大 */
.index-ulImg &gt; li {
    width: 245px;
    height: 168px;
}

/* 扩成1300px */
.indexShouye {
    width: 1300px;
}

/* 新 */
/* 标题格式 */
.head-logo &gt; .logo &gt; .parent {
    display: table-cell;
    width: 600px !important;
    height: 160px;
    vertical-align: middle;
    text-align: left;
}

/* 背景颜色 */
.indexShouye {
    position: relative;
    padding-top: 26px;
    /*padding-bottom: 63px;*/
}

.index-ulOne &gt; li {
    background-color: #FFFFFF;
}

.index-ulTwo &gt; li {
    background-color: #FFFFFF;
}

.index-divOne {
    background-color: #FFFFFF;
}

/* 旧，背景颜色配置 */
.bg {
    width: 100%;
    background: linear-gradient(180deg, #389DDD, #FFFFFF);
}

.indexShouye .bg {
    width: 100%;
    height: 676px;
    background: linear-gradient(180deg, #389DDD, #FFFFFF);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
</pre></body></html>