.banner {
    height: 48vw;

}

.xiaofang-banner {
    background: url(/material/xiaofangtop.jpg) no-repeat;
    background-size: 100% 100%
}

.bank-banner {
    height: 48vw;
    background: url(/material/banktop.jpg) no-repeat;
    background-size: 100% 100%;
}

.head-top {
    height: 11.733vw;
    background: #c0210e;
    padding-left: 4.267vw;
    padding-right: 6.4vw;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.head-top .logo {
    width: 39.2vw;
    height: 8.533vw
}

.head-top .search {
    width: 6.4vw;
    height: 6.4vw
}

.list-area {
    margin: 0 4vw;
    margin-top: 5.333vw
}

.list-area .list-item {
    display: flex;
    border-bottom: 1px solid #f0f0f0
}

.list-area .list-item img {
    width: 29.333vw;
    height: 16.533vw;
    flex-shrink: 0
}

.list-area .list-item img[data-img=''],
.list-area .list-item img:not([data-img]) {
    display: none;
}

.list-area .list-item+.list-item {
    margin-top: 4vw
}

.list-area .list-item a {
    display: flex !important;
    color: #222;
    outline: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    justify-content: space-between;
    width: 100%;
}

.list-area .list-item .list-item-info .list-item-title {
    font-weight: 400;
    font-size: 4.267vw;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.list-area .list-item .list-item-info .list-item-time {
    margin-bottom: 5.333vw;
    margin-top: 2.667vw;
    font-weight: 400;
    font-size: 2.667vw;
    color: #9ca1a7
}

header {
    height: 11.733vw;
    background: #c0210e
}

.box-pics {
    margin: 5.333vw 0
}

.box-pics img {
    width: 100%;
    height: 47.2vw
}

.box-pics .title {
    margin-top: 2.133vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.box-pics .pic-box+.pic-box {
    margin-top: 9.6vw
}

.main-info {
    background: #f7f8fa;
    padding: 5.333vw 4vw
}

.main-info .banner-pics {
    height: 45.867vw;
    background: red
}

.show-banner {
    margin: 0 4vw;
    margin-top: 6.4vw;
    height: 24vw;
    font-weight: 600;
    font-size: 4.8vw;
    color: #262626;
    line-height: 24vw;
    padding-left: 10.667vw;
    position: relative
}

.show-banner .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 30.4vw;
    transform: translateY(-50%);
    width: 4.267vw;
    height: 4.267vw;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23262626" d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"/></svg>');
    transition: transform .3s
}

.show-banner.geren {
    background: url(../../material/个人业务.png) 100% 100%
}

.show-banner.gongsi {
    margin-bottom: 6.4vw;
    background: url(../../material/公司业务.png) 100% 100%
}

.box {
    background: #fff;
    margin: 0 4vw
}

.box+.box {
    margin-top: 6.4vw
}

.box.box-header {
    position: relative;
    padding-top: 4vw;
    padding-bottom: 0;
    overflow: hidden
}

.box.box-header::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: ' ';
    width: 100%;
    height: 1.067vw;
    background: #db241e
}

.box .box-header__title {
    font-weight: 600;
    font-size: 4.8vw;
    color: #262626;
    padding: 0 4vw;
    padding-bottom: 4vw;
    border-bottom: 1px solid rgba(196, 198, 207, .4);
    position: relative;
    display: flex;
    justify-content: space-between
}

.box .box-header__title .more {
    font-weight: 400;
    font-size: 3.733vw;
    color: #9ca1a7;
    display: flex;
    align-items: center;
    position: relative
}

.box .box-header__title .more a {
    text-decoration: none;
    color: #9ca1a7
}

.box .box-header__title .more.arrow {
    padding-right: 3.733vw
}

.box .box-header__title .more.arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 3.2vw;
    height: 3.2vw;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%239CA1A7" d="M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"/></svg>');
    transition: transform .3s
}

.box .box-list ul {
    padding-left: 4.267vw;
    padding-top: 4.267vw;
    list-style: square
}

.box .box-list ul li {
    margin-bottom: 5.333vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.box .box-list ul li a {
    color: #111;
    text-decoration: none
}

.box .video-box img {
    margin-top: 4vw;
    width: 100%
}

.notice {
    display: flex;
    align-items: center;
    padding: 0 5.333vw 0 4.267vw;
    height: 21.333vw;
    background: rgba(219, 36, 30, .06);
    border-radius: 1.067vw
}

.notice .text-info {
    margin-left: 5.067vw;
    font-size: 4.267vw;
    color: #111;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2
}

footer {
    height: 44.267vw;
    background: #f4f4f4;
    text-align: center;
    padding-top: 10.4vw
}

footer ul {
    margin-top: 5.333vw;
    padding: 0 2.133vw;
    display: flex;
    justify-content: space-around;
    list-style: none
}

footer ul li {
    position: relative;
    font-size: 3.2vw;
    color: #262626
}

footer ul li a {
    color: #262626;
    text-decoration: none
}

footer ul li+li::before {
    content: ' ';
    position: absolute;
    top: 1.067vw;
    left: -3.2vw;
    width: 1px;
    height: 3.2vw;
    background: #d8d8d8
}

footer .line {
    margin-top: -2.133vw
}

footer span {
    font-size: 3.2vw;
    color: #262626;
    line-height: 4.8vw
}

footer span+span {
    margin-left: 7.467vw
}

footer .underline {
    text-decoration: underline
}

footer .underline a {
    color: #111
}

.page-nav,
.page {
    text-align: center;
    padding: 10px 0;
}

.page-nav a,
.page a {
    padding: 0 5px;
}