[data-v-9cd6ce6b]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-9cd6ce6b] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-9cd6ce6b] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-9cd6ce6b] {
    display: flex
}

.flex-x[data-v-9cd6ce6b] {
    flex-direction: row
}

.flex-y[data-v-9cd6ce6b] {
    flex-direction: column
}

.flex-ct[data-v-9cd6ce6b] {
    justify-content: center
}

.flex-st[data-v-9cd6ce6b] {
    justify-content: flex-start
}

.flex-end[data-v-9cd6ce6b] {
    justify-content: flex-end
}

.flex-bt[data-v-9cd6ce6b] {
    justify-content: space-between
}

.flex-ad[data-v-9cd6ce6b] {
    justify-content: space-around
}

.flex-evenly[data-v-9cd6ce6b] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-9cd6ce6b] {
    align-items: center
}

.flex-i-st[data-v-9cd6ce6b] {
    align-items: flex-start
}

.flex-i-end[data-v-9cd6ce6b] {
    align-items: flex-end
}

.flex-s-st[data-v-9cd6ce6b] {
    align-self: flex-start
}

.flex-s-end[data-v-9cd6ce6b] {
    align-self: flex-end
}

.flex-s-ct[data-v-9cd6ce6b] {
    align-self: center
}

.flex-a-st[data-v-9cd6ce6b] {
    align-content: flex-start
}

.flex-1[data-v-9cd6ce6b] {
    flex: 1
}

.flex-wrap[data-v-9cd6ce6b] {
    flex-wrap: wrap
}

.text-center[data-v-9cd6ce6b] {
    text-align: center
}

.wrap[data-v-9cd6ce6b] {
    margin: auto;
    width: 1200px
}

.border[data-v-9cd6ce6b] {
    border: 1px solid #2e8b57
}

.over-text[data-v-9cd6ce6b] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-9cd6ce6b] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-9cd6ce6b],
.over-text-3[data-v-9cd6ce6b] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-9cd6ce6b] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-9cd6ce6b] {
    position: fixed
}

.pos-a[data-v-9cd6ce6b] {
    position: absolute
}

.pos-r[data-v-9cd6ce6b] {
    position: relative
}

.pos-s[data-v-9cd6ce6b] {
    position: static
}

.cur-p[data-v-9cd6ce6b] {
    cursor: pointer
}

.fs-12[data-v-9cd6ce6b] {
    font-size: 12px
}

.fs-14[data-v-9cd6ce6b] {
    font-size: 14px
}

.fs-16[data-v-9cd6ce6b] {
    font-size: 16px
}

.fs-24[data-v-9cd6ce6b] {
    font-size: 24px
}

.ml-10[data-v-9cd6ce6b] {
    margin-left: 10px
}

.ml-5[data-v-9cd6ce6b] {
    margin-left: 5px
}

.va-b[data-v-9cd6ce6b] {
    vertical-align: bottom
}

.td-u[data-v-9cd6ce6b]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-9cd6ce6b] {
    background-color: #fff
}

.box-s-b[data-v-9cd6ce6b] {
    box-sizing: border-box
}

.disable-select[data-v-9cd6ce6b] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.branch-wrap[data-v-9cd6ce6b] {
    overflow: hidden
}

.branch-cont[data-v-9cd6ce6b] {
    margin-bottom: 10px
}

.branch-cont .branch-item[data-v-9cd6ce6b] {
    border: 1px solid var(--home-text-color);
    box-sizing: border-box;
    color: var(--home-text-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    margin-right: 10px;
    min-width: 90px;
    padding: 0 10px;
    text-align: center
}

.branch-cont .branch-item.active[data-v-9cd6ce6b],
.branch-cont .branch-item[data-v-9cd6ce6b]:hover {
    background: var(--home-text-color);
    color: #fff
}

[data-v-2663c12b]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-2663c12b] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-2663c12b] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-2663c12b] {
    display: flex
}

.flex-x[data-v-2663c12b] {
    flex-direction: row
}

.flex-y[data-v-2663c12b] {
    flex-direction: column
}

.flex-ct[data-v-2663c12b] {
    justify-content: center
}

.flex-st[data-v-2663c12b] {
    justify-content: flex-start
}

.flex-end[data-v-2663c12b] {
    justify-content: flex-end
}

.flex-bt[data-v-2663c12b] {
    justify-content: space-between
}

.flex-ad[data-v-2663c12b] {
    justify-content: space-around
}

.flex-evenly[data-v-2663c12b] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-2663c12b] {
    align-items: center
}

.flex-i-st[data-v-2663c12b] {
    align-items: flex-start
}

.flex-i-end[data-v-2663c12b] {
    align-items: flex-end
}

.flex-s-st[data-v-2663c12b] {
    align-self: flex-start
}

.flex-s-end[data-v-2663c12b] {
    align-self: flex-end
}

.flex-s-ct[data-v-2663c12b] {
    align-self: center
}

.flex-a-st[data-v-2663c12b] {
    align-content: flex-start
}

.flex-1[data-v-2663c12b] {
    flex: 1
}

.flex-wrap[data-v-2663c12b] {
    flex-wrap: wrap
}

.text-center[data-v-2663c12b] {
    text-align: center
}

.wrap[data-v-2663c12b] {
    margin: auto;
    width: 1200px
}

.border[data-v-2663c12b] {
    border: 1px solid #2e8b57
}

.over-text[data-v-2663c12b] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-2663c12b] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-2663c12b],
.over-text-3[data-v-2663c12b] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-2663c12b] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-2663c12b] {
    position: fixed
}

.pos-a[data-v-2663c12b] {
    position: absolute
}

.pos-r[data-v-2663c12b] {
    position: relative
}

.pos-s[data-v-2663c12b] {
    position: static
}

.cur-p[data-v-2663c12b] {
    cursor: pointer
}

.fs-12[data-v-2663c12b] {
    font-size: 12px
}

.fs-14[data-v-2663c12b] {
    font-size: 14px
}

.fs-16[data-v-2663c12b] {
    font-size: 16px
}

.fs-24[data-v-2663c12b] {
    font-size: 24px
}

.ml-10[data-v-2663c12b] {
    margin-left: 10px
}

.ml-5[data-v-2663c12b] {
    margin-left: 5px
}

.va-b[data-v-2663c12b] {
    vertical-align: bottom
}

.td-u[data-v-2663c12b]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-2663c12b] {
    background-color: #fff
}

.box-s-b[data-v-2663c12b] {
    box-sizing: border-box
}

.disable-select[data-v-2663c12b] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.news-html-meta[data-v-2663c12b] {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 14px auto 10px;
    padding-bottom: 10px;
    padding-left: 0
}

.news-html-meta>li[data-v-2663c12b] {
    color: #7c7f96;
    margin-right: 30px
}

.news-html-meta>li[data-v-2663c12b]:last-child {
    margin-right: 0
}

[data-v-a3d3c41b]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-a3d3c41b] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-a3d3c41b] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-a3d3c41b] {
    display: flex
}

.flex-x[data-v-a3d3c41b] {
    flex-direction: row
}

.flex-y[data-v-a3d3c41b] {
    flex-direction: column
}

.flex-ct[data-v-a3d3c41b] {
    justify-content: center
}

.flex-st[data-v-a3d3c41b] {
    justify-content: flex-start
}

.flex-end[data-v-a3d3c41b] {
    justify-content: flex-end
}

.flex-bt[data-v-a3d3c41b] {
    justify-content: space-between
}

.flex-ad[data-v-a3d3c41b] {
    justify-content: space-around
}

.flex-evenly[data-v-a3d3c41b] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-a3d3c41b] {
    align-items: center
}

.flex-i-st[data-v-a3d3c41b] {
    align-items: flex-start
}

.flex-i-end[data-v-a3d3c41b] {
    align-items: flex-end
}

.flex-s-st[data-v-a3d3c41b] {
    align-self: flex-start
}

.flex-s-end[data-v-a3d3c41b] {
    align-self: flex-end
}

.flex-s-ct[data-v-a3d3c41b] {
    align-self: center
}

.flex-a-st[data-v-a3d3c41b] {
    align-content: flex-start
}

.flex-1[data-v-a3d3c41b] {
    flex: 1
}

.flex-wrap[data-v-a3d3c41b] {
    flex-wrap: wrap
}

.text-center[data-v-a3d3c41b] {
    text-align: center
}

.wrap[data-v-a3d3c41b] {
    margin: auto;
    width: 1200px
}

.border[data-v-a3d3c41b] {
    border: 1px solid #2e8b57
}

.over-text[data-v-a3d3c41b] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-a3d3c41b] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-a3d3c41b],
.over-text-3[data-v-a3d3c41b] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-a3d3c41b] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-a3d3c41b] {
    position: fixed
}

.pos-a[data-v-a3d3c41b] {
    position: absolute
}

.pos-r[data-v-a3d3c41b] {
    position: relative
}

.pos-s[data-v-a3d3c41b] {
    position: static
}

.cur-p[data-v-a3d3c41b] {
    cursor: pointer
}

.fs-12[data-v-a3d3c41b] {
    font-size: 12px
}

.fs-14[data-v-a3d3c41b] {
    font-size: 14px
}

.fs-16[data-v-a3d3c41b] {
    font-size: 16px
}

.fs-24[data-v-a3d3c41b] {
    font-size: 24px
}

.ml-10[data-v-a3d3c41b] {
    margin-left: 10px
}

.ml-5[data-v-a3d3c41b] {
    margin-left: 5px
}

.va-b[data-v-a3d3c41b] {
    vertical-align: bottom
}

.td-u[data-v-a3d3c41b]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-a3d3c41b] {
    background-color: #fff
}

.box-s-b[data-v-a3d3c41b] {
    box-sizing: border-box
}

.disable-select[data-v-a3d3c41b] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.style-title[data-v-a3d3c41b] {
    box-sizing: border-box;
    color: #4e84d8;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 45px;
    padding: 0 8px;
    text-align: center
}

.style-title[data-v-a3d3c41b]:after {
    background-color: #ebf1fb;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 15px;
    margin: -14px auto;
    width: 130px
}

[data-v-768f00f1]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-768f00f1] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-768f00f1] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-768f00f1] {
    display: flex
}

.flex-x[data-v-768f00f1] {
    flex-direction: row
}

.flex-y[data-v-768f00f1] {
    flex-direction: column
}

.flex-ct[data-v-768f00f1] {
    justify-content: center
}

.flex-st[data-v-768f00f1] {
    justify-content: flex-start
}

.flex-end[data-v-768f00f1] {
    justify-content: flex-end
}

.flex-bt[data-v-768f00f1] {
    justify-content: space-between
}

.flex-ad[data-v-768f00f1] {
    justify-content: space-around
}

.flex-evenly[data-v-768f00f1] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-768f00f1] {
    align-items: center
}

.flex-i-st[data-v-768f00f1] {
    align-items: flex-start
}

.flex-i-end[data-v-768f00f1] {
    align-items: flex-end
}

.flex-s-st[data-v-768f00f1] {
    align-self: flex-start
}

.flex-s-end[data-v-768f00f1] {
    align-self: flex-end
}

.flex-s-ct[data-v-768f00f1] {
    align-self: center
}

.flex-a-st[data-v-768f00f1] {
    align-content: flex-start
}

.flex-1[data-v-768f00f1] {
    flex: 1
}

.flex-wrap[data-v-768f00f1] {
    flex-wrap: wrap
}

.text-center[data-v-768f00f1] {
    text-align: center
}

.wrap[data-v-768f00f1] {
    margin: auto;
    width: 1200px
}

.border[data-v-768f00f1] {
    border: 1px solid #2e8b57
}

.over-text[data-v-768f00f1] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-768f00f1] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-768f00f1],
.over-text-3[data-v-768f00f1] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-768f00f1] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-768f00f1] {
    position: fixed
}

.pos-a[data-v-768f00f1] {
    position: absolute
}

.pos-r[data-v-768f00f1] {
    position: relative
}

.pos-s[data-v-768f00f1] {
    position: static
}

.cur-p[data-v-768f00f1] {
    cursor: pointer
}

.fs-12[data-v-768f00f1] {
    font-size: 12px
}

.fs-14[data-v-768f00f1] {
    font-size: 14px
}

.fs-16[data-v-768f00f1] {
    font-size: 16px
}

.fs-24[data-v-768f00f1] {
    font-size: 24px
}

.ml-10[data-v-768f00f1] {
    margin-left: 10px
}

.ml-5[data-v-768f00f1] {
    margin-left: 5px
}

.va-b[data-v-768f00f1] {
    vertical-align: bottom
}

.td-u[data-v-768f00f1]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-768f00f1] {
    background-color: #fff
}

.box-s-b[data-v-768f00f1] {
    box-sizing: border-box
}

.disable-select[data-v-768f00f1] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.branch-wrap[data-v-768f00f1] {
    overflow: hidden
}

.branch-cont[data-v-768f00f1] {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(20% - 6px));
    justify-content: space-between
}

.branch-cont .branch-item[data-v-768f00f1] {
    border: 1px solid var(--home-text-color);
    box-sizing: border-box;
    color: var(--home-text-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 60px;
    margin-bottom: 8px;
    padding: 10px;
    text-align: center;
    width: 100%
}

.branch-cont .branch-item[data-v-768f00f1]:hover {
    background: var(--home-text-color);
    color: #fff
}

[data-v-7bfbba2c]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-7bfbba2c] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-7bfbba2c] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-7bfbba2c] {
    display: flex
}

.flex-x[data-v-7bfbba2c] {
    flex-direction: row
}

.flex-y[data-v-7bfbba2c] {
    flex-direction: column
}

.flex-ct[data-v-7bfbba2c] {
    justify-content: center
}

.flex-st[data-v-7bfbba2c] {
    justify-content: flex-start
}

.flex-end[data-v-7bfbba2c] {
    justify-content: flex-end
}

.flex-bt[data-v-7bfbba2c] {
    justify-content: space-between
}

.flex-ad[data-v-7bfbba2c] {
    justify-content: space-around
}

.flex-evenly[data-v-7bfbba2c] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-7bfbba2c] {
    align-items: center
}

.flex-i-st[data-v-7bfbba2c] {
    align-items: flex-start
}

.flex-i-end[data-v-7bfbba2c] {
    align-items: flex-end
}

.flex-s-st[data-v-7bfbba2c] {
    align-self: flex-start
}

.flex-s-end[data-v-7bfbba2c] {
    align-self: flex-end
}

.flex-s-ct[data-v-7bfbba2c] {
    align-self: center
}

.flex-a-st[data-v-7bfbba2c] {
    align-content: flex-start
}

.flex-1[data-v-7bfbba2c] {
    flex: 1
}

.flex-wrap[data-v-7bfbba2c] {
    flex-wrap: wrap
}

.text-center[data-v-7bfbba2c] {
    text-align: center
}

.wrap[data-v-7bfbba2c] {
    margin: auto;
    width: 1200px
}

.border[data-v-7bfbba2c] {
    border: 1px solid #2e8b57
}

.over-text[data-v-7bfbba2c] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-7bfbba2c] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-7bfbba2c],
.over-text-3[data-v-7bfbba2c] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-7bfbba2c] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-7bfbba2c] {
    position: fixed
}

.pos-a[data-v-7bfbba2c] {
    position: absolute
}

.pos-r[data-v-7bfbba2c] {
    position: relative
}

.pos-s[data-v-7bfbba2c] {
    position: static
}

.cur-p[data-v-7bfbba2c] {
    cursor: pointer
}

.fs-12[data-v-7bfbba2c] {
    font-size: 12px
}

.fs-14[data-v-7bfbba2c] {
    font-size: 14px
}

.fs-16[data-v-7bfbba2c] {
    font-size: 16px
}

.fs-24[data-v-7bfbba2c] {
    font-size: 24px
}

.ml-10[data-v-7bfbba2c] {
    margin-left: 10px
}

.ml-5[data-v-7bfbba2c] {
    margin-left: 5px
}

.va-b[data-v-7bfbba2c] {
    vertical-align: bottom
}

.td-u[data-v-7bfbba2c]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-7bfbba2c] {
    background-color: #fff
}

.box-s-b[data-v-7bfbba2c] {
    box-sizing: border-box
}

.disable-select[data-v-7bfbba2c] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

[data-v-7bfbba2c] .contact-wrap>div {
    display: flex
}

.contact-wrap>div>div[data-v-7bfbba2c] {
    position: relative
}

.contact-wrap>div>div>img[data-v-7bfbba2c] {
    height: 130px;
    width: 130px
}

.contact-wrap>div>div>div[data-v-7bfbba2c] {
    margin-bottom: 20px
}

.contact-wrap>div>div>div span[data-v-7bfbba2c] {
    display: inline-block;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    width: 70px
}

.contact-wrap>div>div>div b[data-v-7bfbba2c] {
    margin-right: 10px
}

[data-v-46ee4799]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-46ee4799] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-46ee4799] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-46ee4799] {
    display: flex
}

.flex-x[data-v-46ee4799] {
    flex-direction: row
}

.flex-y[data-v-46ee4799] {
    flex-direction: column
}

.flex-ct[data-v-46ee4799] {
    justify-content: center
}

.flex-st[data-v-46ee4799] {
    justify-content: flex-start
}

.flex-end[data-v-46ee4799] {
    justify-content: flex-end
}

.flex-bt[data-v-46ee4799] {
    justify-content: space-between
}

.flex-ad[data-v-46ee4799] {
    justify-content: space-around
}

.flex-evenly[data-v-46ee4799] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-46ee4799] {
    align-items: center
}

.flex-i-st[data-v-46ee4799] {
    align-items: flex-start
}

.flex-i-end[data-v-46ee4799] {
    align-items: flex-end
}

.flex-s-st[data-v-46ee4799] {
    align-self: flex-start
}

.flex-s-end[data-v-46ee4799] {
    align-self: flex-end
}

.flex-s-ct[data-v-46ee4799] {
    align-self: center
}

.flex-a-st[data-v-46ee4799] {
    align-content: flex-start
}

.flex-1[data-v-46ee4799] {
    flex: 1
}

.flex-wrap[data-v-46ee4799] {
    flex-wrap: wrap
}

.text-center[data-v-46ee4799] {
    text-align: center
}

.wrap[data-v-46ee4799] {
    margin: auto;
    width: 1200px
}

.border[data-v-46ee4799] {
    border: 1px solid #2e8b57
}

.over-text[data-v-46ee4799] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-46ee4799] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-46ee4799],
.over-text-3[data-v-46ee4799] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-46ee4799] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-46ee4799] {
    position: fixed
}

.pos-a[data-v-46ee4799] {
    position: absolute
}

.pos-r[data-v-46ee4799] {
    position: relative
}

.pos-s[data-v-46ee4799] {
    position: static
}

.cur-p[data-v-46ee4799] {
    cursor: pointer
}

.fs-12[data-v-46ee4799] {
    font-size: 12px
}

.fs-14[data-v-46ee4799] {
    font-size: 14px
}

.fs-16[data-v-46ee4799] {
    font-size: 16px
}

.fs-24[data-v-46ee4799] {
    font-size: 24px
}

.ml-10[data-v-46ee4799] {
    margin-left: 10px
}

.ml-5[data-v-46ee4799] {
    margin-left: 5px
}

.va-b[data-v-46ee4799] {
    vertical-align: bottom
}

.td-u[data-v-46ee4799]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-46ee4799] {
    background-color: #fff
}

.box-s-b[data-v-46ee4799] {
    box-sizing: border-box
}

.disable-select[data-v-46ee4799] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.list-box[data-v-46ee4799] {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.list-item[data-v-46ee4799] {
    background-color: #f4f6f8;
    box-sizing: border-box;
    padding: 15px 20px
}

.list-box .list-item[data-v-46ee4799]:nth-child(6n+1),
.list-box .list-item[data-v-46ee4799]:nth-child(6n+2),
.list-box .list-item[data-v-46ee4799]:nth-child(6n+3) {
    background-color: #fff
}

.list-box .list-item[data-v-46ee4799]:nth-child(6n+4),
.list-box .list-item[data-v-46ee4799]:nth-child(6n+5),
.list-box .list-item[data-v-46ee4799]:nth-child(6n+6) {
    background-color: #f4f6f8
}

.item-icon[data-v-46ee4799] {
    color: var(--home-text-color)
}

.company-link[data-v-46ee4799]:hover {
    cursor: pointer
}

[data-v-527055c9]:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app[data-v-527055c9] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title[data-v-527055c9] {
    font-family: PingFangSC-Medium, sans-serif
}

.flex[data-v-527055c9] {
    display: flex
}

.flex-x[data-v-527055c9] {
    flex-direction: row
}

.flex-y[data-v-527055c9] {
    flex-direction: column
}

.flex-ct[data-v-527055c9] {
    justify-content: center
}

.flex-st[data-v-527055c9] {
    justify-content: flex-start
}

.flex-end[data-v-527055c9] {
    justify-content: flex-end
}

.flex-bt[data-v-527055c9] {
    justify-content: space-between
}

.flex-ad[data-v-527055c9] {
    justify-content: space-around
}

.flex-evenly[data-v-527055c9] {
    justify-content: space-evenly
}

.flex-i-ct[data-v-527055c9] {
    align-items: center
}

.flex-i-st[data-v-527055c9] {
    align-items: flex-start
}

.flex-i-end[data-v-527055c9] {
    align-items: flex-end
}

.flex-s-st[data-v-527055c9] {
    align-self: flex-start
}

.flex-s-end[data-v-527055c9] {
    align-self: flex-end
}

.flex-s-ct[data-v-527055c9] {
    align-self: center
}

.flex-a-st[data-v-527055c9] {
    align-content: flex-start
}

.flex-1[data-v-527055c9] {
    flex: 1
}

.flex-wrap[data-v-527055c9] {
    flex-wrap: wrap
}

.text-center[data-v-527055c9] {
    text-align: center
}

.wrap[data-v-527055c9] {
    margin: auto;
    width: 1200px
}

.border[data-v-527055c9] {
    border: 1px solid #2e8b57
}

.over-text[data-v-527055c9] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2[data-v-527055c9] {
    -webkit-line-clamp: 2
}

.over-text-2[data-v-527055c9],
.over-text-3[data-v-527055c9] {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3[data-v-527055c9] {
    -webkit-line-clamp: 3
}

.pos-f[data-v-527055c9] {
    position: fixed
}

.pos-a[data-v-527055c9] {
    position: absolute
}

.pos-r[data-v-527055c9] {
    position: relative
}

.pos-s[data-v-527055c9] {
    position: static
}

.cur-p[data-v-527055c9] {
    cursor: pointer
}

.fs-12[data-v-527055c9] {
    font-size: 12px
}

.fs-14[data-v-527055c9] {
    font-size: 14px
}

.fs-16[data-v-527055c9] {
    font-size: 16px
}

.fs-24[data-v-527055c9] {
    font-size: 24px
}

.ml-10[data-v-527055c9] {
    margin-left: 10px
}

.ml-5[data-v-527055c9] {
    margin-left: 5px
}

.va-b[data-v-527055c9] {
    vertical-align: bottom
}

.td-u[data-v-527055c9]:hover {
    text-decoration: underline
}

.bg-c-f[data-v-527055c9] {
    background-color: #fff
}

.box-s-b[data-v-527055c9] {
    box-sizing: border-box
}

.disable-select[data-v-527055c9] {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.article-news-tip .new-tip[data-v-527055c9] {
    background: #fff;
    border: 1px solid var(--home-text-color);
    border-radius: 8px;
    color: var(--home-text-color);
    font-size: 9px;
    line-height: 18px
}

.article-news-tip .new-tip[data-v-527055c9],
.supply-tip[data-v-527055c9] {
    margin-right: 5px;
    padding: 0 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.supply-tip[data-v-527055c9] {
    border-radius: 3px;
    color: #000;
    font-size: 10px;
    line-height: 20px
}

.demand[data-v-527055c9] {
    background-color: rgba(255, 182, 193, .6)
}

.supply[data-v-527055c9] {
    background-color: rgba(30, 144, 255, .6)
}

.supply-tag[data-v-527055c9] {
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    color: #666;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 2px
}

.pre-subTitle[data-v-527055c9] {
    background-color: #606266;
    border-color: #fff;
    border-radius: 22px;
    bottom: 90px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    left: 50%;
    max-width: 90%;
    padding: 10px 20px;
    position: fixed;
    text-align: center;
    transform: translate(-50%);
    z-index: 2001
}

.nav-box[data-v-527055c9] {
    min-width: 1200px;
    overflow: hidden
}

.nav-title[data-v-527055c9] {
    border-bottom: 1px solid #eee;
    height: 80px
}

.nav-title>.wrap[data-v-527055c9] {
    box-sizing: border-box
}

.nav-title>.wrap>span[data-v-527055c9] {
    display: inline-block;
    font-size: 28px;
    font-weight: 700
}

.nav-t-r[data-v-527055c9] {
    color: #888
}

.nav-t-r .home-icon[data-v-527055c9] {
    color: var(--home-new-icon);
    font-size: 28px
}

.nav-t-r span[data-v-527055c9] {
    cursor: pointer;
    font-size: 14px;
    margin: 0 2px
}

.nav-t-r span[data-v-527055c9]:hover {
    color: #333
}

.left-nav[data-v-527055c9] {
    box-sizing: border-box;
    padding: 0 30px 20px 0;
    width: 300px
}

.left-nav .left-navtitle[data-v-527055c9] {
    border-bottom: 1px solid var(--home-text-color)
}

.left-nav .category-item1-box[data-v-527055c9] {
    overflow: hidden
}

.left-nav .category-item1-box .item2-box[data-v-527055c9] {
    max-height: 0
}

.left-nav .category-item1-box.active .item2-box[data-v-527055c9] {
    max-height: 1000px;
    transition: max-height .8s ease-in
}

.left-nav .category-item1-box.active .category-item[data-v-527055c9] {
    background-color: var(--home-text-color);
    color: #fff
}

.left-nav .category-item1-box.active .category-item[data-v-527055c9]:before {
    background-color: #fff
}

.left-nav .category-item1-box.active .item2-box[data-v-527055c9] {
    padding-left: 20px
}

.left-nav .category-item1-box.active .item2-box i[data-v-527055c9] {
    color: #2c3e50
}

.left-nav .category-item1-box.active .item2-box-item[data-v-527055c9] {
    background-color: transparent;
    color: #2c3e50
}

.left-nav .category-item1-box.active .item2-box-item[data-v-527055c9]:hover {
    background-color: #e60016;
    background-color: var(--home-text-color);
    color: #fff;
    opacity: .75
}

.left-nav .category-item1-box.active .item2-box-item[data-v-527055c9]:before {
    background-color: #2c3e50
}

.left-nav .category-item1-box.active .item2-box-item.is-active[data-v-527055c9] {
    background-color: var(--home-text-color);
    color: #fff
}

.left-nav .category-item1-box.active .item2-box-item.is-active i[data-v-527055c9] {
    color: #fff
}

.left-nav .category-item1-box.active .item2-box-item.is-active[data-v-527055c9]:before {
    background-color: #fff
}

.left-nav .category-item[data-v-527055c9] {
    background: #f6f7f9;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding: 15px 30px;
    position: relative
}

.left-nav .category-item[data-v-527055c9]:hover {
    background: var(--home-text-color);
    color: #fff
}

.left-nav .category-item[data-v-527055c9]:hover:before {
    background-color: #fff
}

.left-nav .category-item:hover .icon-show[data-v-527055c9] {
    display: inline-block
}

.left-nav .category-item .icon[data-v-527055c9] {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.left-nav .category-item .icon[data-v-527055c9]:after {
    content: "\e6d8";
    left: -15px;
    position: absolute;
    top: 0
}

.left-nav .category-item .icon-left[data-v-527055c9] {
    font-size: 20px;
    left: 20px;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    transform: rotate(180deg)
}

.left-nav .category-item .icon-left[data-v-527055c9]:after {
    content: "\e6d8";
    left: -15px;
    position: absolute;
    top: 0
}

.left-nav .category-item .icon-show[data-v-527055c9] {
    color: #fff;
    display: none
}

.left-nav .category-item.is-active[data-v-527055c9] {
    background: var(--home-text-color);
    color: #fff
}

.left-nav .category-item.is-active[data-v-527055c9]:before {
    background-color: #fff
}

.left-nav .category-skin2-item[data-v-527055c9]:hover {
    line-height: 30px;
    padding: 5px 7px
}

.new-nav[data-v-527055c9] {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 10px 10px 0;
    width: 100%
}

.new-nav .category-item1-box[data-v-527055c9] {
    overflow: hidden
}

.new-nav .item1-skin2-box[data-v-527055c9] {
    line-height: 30px
}

.new-nav .category-item1-box.active[data-v-527055c9] {
    max-height: 1000px;
    transition: max-height .8s ease-in
}

.new-nav .category-item1-box.active .category-item[data-v-527055c9] {
    background-color: var(--home-text-color);
    color: #fff
}

.new-nav .category-item1-box.active .category-item[data-v-527055c9]:before {
    background-color: #fff
}

.new-nav .category-item1-box.active .item2-box-item[data-v-527055c9] {
    background-color: transparent;
    color: #2c3e50
}

.new-nav .category-item1-box.active .item2-box-item[data-v-527055c9]:before {
    background-color: #2c3e50
}

.new-nav .category-item1-box.active .item2-box-item.is-active[data-v-527055c9] {
    background-color: var(--home-text-color);
    color: #fff
}

.new-nav .category-item1-box.active .item2-box-item.is-active-text[data-v-527055c9] {
    color: var(--home-text-color)
}

.new-nav .category-item[data-v-527055c9] {
    background: #fff;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    transition: .2s ease-in-out
}

.new-nav .category-item[data-v-527055c9]:hover {
    background: var(--home-text-color);
    color: #fff;
    transition: .2s ease-in-out
}

.new-nav .category-item[data-v-527055c9]:hover:before {
    background-color: #fff
}

.new-nav .category-item.is-active[data-v-527055c9] {
    background: var(--home-text-color);
    color: #fff
}

.new-nav .category-item.is-active[data-v-527055c9]:before {
    background-color: #fff
}

.new-nav .category-item.is-active-text[data-v-527055c9] {
    color: var(--home-text-color)
}

.new-nav .category3-item[data-v-527055c9] {
    background-color: #fff;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    transition: .2s ease-in-out
}

.new-nav .category3-item[data-v-527055c9]:hover {
    background-color: #fff;
    color: var(--home-text-color);
    transition: .2s ease-in-out
}

.right-nav[data-v-527055c9] {
    padding: 0 0 20px 30px
}

.right-content[data-v-527055c9] {
    box-sizing: border-box;
    width: calc(100% - 300px)
}

.right-content img[data-v-527055c9] {
    max-width: 100%
}

.new-box[data-v-527055c9] {
    width: calc(100% - 370px)
}

.new-box p[data-v-527055c9] {
    margin: 0
}

.new-box p.new-tit[data-v-527055c9] {
    color: #666;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px
}

.list-newboxmoren .new-tit-cont[data-v-527055c9],
.new-box p.new-tit[data-v-527055c9] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-newboxmoren .new-tit-cont[data-v-527055c9] {
    margin-right: 8px;
    max-width: 89%;
    color: #333333;
}

.new-box p.new-cont[data-v-527055c9] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    border: none;
    color: #666;
    display: -webkit-box;
    font-family: Microsoft Yahei;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin: 10px 0;
    overflow: hidden;
    padding: 0 10px
}

.new-box p.time[data-v-527055c9] {
    height: 40px;
    line-height: 40px;
    padding: 0 10px
}

.tiem-option[data-v-527055c9] {
    margin-right: 30px;
    width: 65px
}

.tiem-option .text-day[data-v-527055c9] {
    color: #999;
    font-size: 54px;
    font-weight: 600;
    line-height: 63px
}

.tiem-option .text-years[data-v-527055c9] {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.new-box-option .new-tit[data-v-527055c9] {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 25px;
    position: relative;
    transition: .2s ease-in-out
}

.new-box-option .new-tit .new-tit-cont[data-v-527055c9] {
    margin-right: 8px;
    max-width: 89%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.new-box-option p.new-cont[data-v-527055c9] {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 70px;
    line-height: 23px;
    padding: 0;
    transition: .2s ease-in-out
}

.new-box-option .new-more[data-v-527055c9] {
    background: #fff;
    border: 1px solid #d7d7d7;
    color: #9e9f9f;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    position: relative;
    text-align: center;
    transition: .2s ease-in-out;
    width: 120px
}

.new-box-option .new-more span[data-v-527055c9] {
    left: 23px;
    position: absolute
}

.new-box-option .new-more .icon[data-v-527055c9] {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.new-box-option .new-more .icon[data-v-527055c9]:after {
    content: "\e6d8";
    left: -5px;
    position: absolute;
    top: 0
}

.newskin-option[data-v-527055c9] {
    border-bottom: 1px solid #e6e6e6;
    height: 270px
}

.newskin-option[data-v-527055c9]:last-of-type {
    border-bottom: none !important
}

.newskin-option:hover .new-box-option>.new-tit[data-v-527055c9],
.newskin-option:hover .tiem-option>.text-day[data-v-527055c9] {
    color: var(--home-text-color);
    transition: .2s ease-in-out
}

.newskin-option:hover .new-more[data-v-527055c9] {
    background-color: var(--home-text-color);
    border-color: var(--home-text-color);
    color: #fff;
    transition: .2s ease-in-out
}

.flex-list[data-v-527055c9] {
    width: 100%
}

.flex-list .list-newbox[data-v-527055c9] {
    display: flex;
    padding: 10px 0;
    width: 100%
}

.flex-list .list-newbox .new-tit[data-v-527055c9] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    color: #333333;
}

.flex-list .list-newbox .time[data-v-527055c9] {
    width: 20%
}

.flex-list .list-newbox:hover .new-tit[data-v-527055c9] {
    font-weight: 700;
    text-decoration: underline;
    color: #0278B6;
}

.flex-list .list-newbox:hover .time[data-v-527055c9] {
    font-weight: 700
}

.user-item-box[data-v-527055c9] {
    background-color: #f6f6f6;
    border: 1px solid #eee;
    cursor: pointer;
    margin: 10px;
    max-height: 280px;
    min-height: 250px;
    padding: 0 10px;
    text-align: center;
    width: 180px
}

.user-item-box p[data-v-527055c9] {
    color: #666;
    font-size: 12px;
    line-height: 20px;
    margin: 0
}

.user-item-box[data-v-527055c9]:hover {
    border-color: var(--home-hover-color)
}

.wxcode-box[data-v-527055c9] {
    padding: 10px 45px
}

.wxcode-box img[data-v-527055c9] {
    width: 100%
}

.album-list[data-v-527055c9] {
    margin: -15px
}

.album-item[data-v-527055c9] {
    cursor: pointer;
    margin: 15px 30px;
    width: 230px
}

.album-item img[data-v-527055c9] {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 230px
}

.album-item p[data-v-527055c9] {
    font-size: 14px;
    margin-top: 0
}

.album-item p.tit[data-v-527055c9] {
    font-size: 14px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.album-photo-item[data-v-527055c9] {
    cursor: pointer;
    margin: 10px
}

.nav-moll[data-v-527055c9] {
    color: var(--home-text-color)
}

.new-preface[data-v-527055c9] {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    height: 77px;
    line-height: 23px
}

:root {
    --home-text-color: #e60016;
    --home-hover-color: #b72e2e;
    --home-new-icon: #ff7896
}

#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    font-family: PingFangSC-Regular, sans-serif;
    height: 100%;
    width: 100%
}

.style-type2-title {
    font-family: PingFangSC-Medium, sans-serif
}

.flex {
    display: flex
}

.flex-x {
    flex-direction: row
}

.flex-y {
    flex-direction: column
}

.flex-ct {
    justify-content: center
}

.flex-st {
    justify-content: flex-start
}

.flex-end {
    justify-content: flex-end
}

.flex-bt {
    justify-content: space-between
}

.flex-ad {
    justify-content: space-around
}

.flex-evenly {
    justify-content: space-evenly
}

.flex-i-ct {
    align-items: center
}

.flex-i-st {
    align-items: flex-start
}

.flex-i-end {
    align-items: flex-end
}

.flex-s-st {
    align-self: flex-start
}

.flex-s-end {
    align-self: flex-end
}

.flex-s-ct {
    align-self: center
}

.flex-a-st {
    align-content: flex-start
}

.flex-1 {
    flex: 1
}

.flex-wrap {
    flex-wrap: wrap
}

.text-center {
    text-align: center
}

.wrap {
    margin: auto;
    width: 1200px
}

.border {
    border: 1px solid #2e8b57
}

.over-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.over-text-2 {
    -webkit-line-clamp: 2
}

.over-text-2,
.over-text-3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.over-text-3 {
    -webkit-line-clamp: 3
}

.pos-f {
    position: fixed
}

.pos-a {
    position: absolute
}

.pos-r {
    position: relative
}

.pos-s {
    position: static
}

.cur-p {
    cursor: pointer
}

.fs-12 {
    font-size: 12px
}

.fs-14 {
    font-size: 14px
}

.fs-16 {
    font-size: 16px
}

.fs-24 {
    font-size: 24px
}

.ml-10 {
    margin-left: 10px
}

.ml-5 {
    margin-left: 5px
}

.va-b {
    vertical-align: bottom
}

.td-u:hover {
    text-decoration: underline
}

.bg-c-f {
    background-color: #fff
}

.box-s-b {
    box-sizing: border-box
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.inner-html {
    overflow: hidden;
    position: relative !important
}

.inner-html ._135editor {
    border: 0;
    padding: 0;
    position: relative !important;
    z-index: 0
}

.inner-html img {
    height: auto !important;
    max-width: 100% !important
}

.inner-html td {
    border: 1px solid #000
}

.inner-html table {
    margin: 0 auto;
    max-width: 100%
}

._135editor img {
    max-width: 100% !important
}

#imgPreVis .el-dialog {
    width: 65%
}

#imgPreVis img {
    font-size: 0
}

#imgPreVis .el-dialog__body {
    font-size: 0;
    padding: 0;
    width: auto
}

.related-content {
    border-top: 1px solid #e6e6e6;
    height: 495px;
    width: 100%
}

.related-content .related-content-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 40px;
    margin-top: 39px;
    width: 100%
}

.related-content .content-session {
    height: 400px;
    width: 100%
}

.related-content .content-session>div {
    height: 100%;
    width: 308px
}

.related-content .content-session>div:nth-of-type(2) {
    margin: 0 108px
}

.related-content .content-session p {
    color: #333;
    font-weight: 300
}

.related-content .content-session p:first-of-type {
    font-size: 20px;
    line-height: 28px
}

.related-content .content-session p.session-title {
    font-size: 18px;
    line-height: 25px
}

.content-list:hover p.session-title {
    color: var(--home-text-color)
}

.item2-box-main {
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 999
}

.join-btn {
    font-size: 16px
}

.style-4-nav {
    height: 300px;
    position: relative
}

.style-4-nav img {
    filter: blur(50px)
}

.style-4-nav .thumbUrl {
    background: #e5e7ea;
    filter: blur(50px);
    height: 100%;
    width: 100%
}

.style-4-nav .nav-cont {
    height: 100%;
    left: 50%;
    position: absolute;
    text-align: left;
    transform: translate(-50%);
    width: 1550px
}

.style-4-nav .nav-cont .nav-position {
    color: #666;
    font-size: 14px;
    margin-left: 12px;
    margin-top: 20px;
    position: relative;
    z-index: 1
}

.style-4-nav .nav-cont .nav-position span {
    cursor: pointer
}

.style-4-nav .nav-cont .nav-position .nav-moll {
    color: #333
}

.style-4-nav .nav-cont .nav-body {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.style-4-nav .nav-cont .nav-body .tit {
    color: #333;
    font-size: 40px;
    font-weight: 600;
    line-height: 72px
}

.style-4-nav .nav-cont .nav-body .nav-meta {
    gap: 10px;
    list-style: none;
    margin-top: 16px
}

.style-4-nav .nav-cont .nav-body .nav-meta .line {
    background: #8a8a8a;
    display: inline-block;
    height: 12px;
    margin-left: 10px;
    width: 1px
}

@media (max-width:1599px) {
    .style-4-nav .nav-cont {
        width: 1300px
    }
}

.width1200 .nav-cont {
    width: 1200px
}

.wrap.wrap-960 {
    width: 960px
}

.list-newbox-4 {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    cursor: pointer;
    height: 234px;
    margin: 40px 0;
    padding: 0 30px 0 0;
    transition: .2s ease-in-out
}

.list-newbox-4 .thumb-img {
    flex-shrink: 0;
    height: 234px;
    overflow: hidden;
    transition: inherit;
    width: 312px
}

.list-newbox-4 .thumb-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: inherit;
    width: 100%
}

.list-newbox-4 .time-option {
    color: #000;
    flex-shrink: 0;
    height: 100%;
    width: 144px
}

.list-newbox-4 .time-option .text-day {
    color: #333;
    font-size: 54px;
    font-weight: 600;
    line-height: 65px
}

.list-newbox-4 .time-option .text-years {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.list-newbox-4 .list-newbox {
    margin-bottom: 16px;
    margin-top: 60px;
    overflow: hidden
}

.list-newbox-4 .list-newbox .new-tit {
    margin-bottom: 16px
}

.list-newbox-4 .list-newbox .new-tit .new-tit-cont {
    font-size: 24px;
    font-weight: 600;
    line-height: 44px
}

.list-newbox-4 .list-newbox .new-cont {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.list-newbox-4:hover {
    border: 1px solid var(--home-text-color)
}

.list-newbox-4:hover .thumb-img img {
    transform: scale(1.3)
}

.list-newbox-4:hover .list-newbox .new-tit-cont,
.list-newbox-4:hover .time-option .text-day {
    color: var(--home-text-color)
}