@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft Yahei", sans-serif;
}

body {
    background-color: #f5f7fa !important;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

a,
a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.footer_pic {
    box-sizing: content-box;
}

/* 通栏轮播样式 宽1920居中 */
.banner-swiper-wrap {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
}

.banner-swiper {
    width: 100%;
    position: relative;
}

.banner-swiper .swiper-slide {
    width: 100%;
}

.banner-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-swiper .img-m {
    display: none !important;
}

.banner-swiper .swiper-pagination {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    background: #fff;
    opacity: 0.4;
    margin: 0 5px;
    border-radius: 0;
}

.banner-swiper .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    width: 20px;
}

/* 通用模块标题 */
.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.section-title h3 {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.section-title-icon {
    width: 30px;
    height: 30px;
}

.more-link {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    position: relative;
    padding-right: 20px;
}

.more-link::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #999999;
    border-right: 2px solid #999999;
    transform: rotate(45deg);
}

.more-link:hover {
    color: #666666;
}

/* 要闻区域 PC布局 */
.news-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 26px;
}

.news-list {
    width: 510px;
    background: #fff;
    border-radius: 12px;
    height: 324px;
    padding: 12px;
}

.news-list li {
    list-style: none;
    padding: 0 0 10px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #E3EBF3;
    margin-bottom: 10px;
}

.news-list a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-list-item {
    display: flex;
    gap: 3px;
}

.news-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.news-list-icon {
    width: 14px;
    height: 19px;
    background: url(../images/indexnew/icon_list.png) no-repeat center center;
}

.news-list .date {
    color: #999;
    font-size: 12px;
}

.news-list-txt {
    width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-swiper {
    width: 660px;
    height: 324px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.news-swiper .swiper-slide {
    position: relative;
    height: 100%;
}

.news-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    font-size: 14px;
}

.caption-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.caption-page {
    font-size: 12px;
    opacity: 0.8;
}

.news-prev,
.news-next {
    margin-top: -25px;
    width: 32px;
    height: 50px;
    border-radius: 0;
    background: url(../images/indexnew/homeprev.png) no-repeat center center !important;
    top: 50%;
}

.news-prev {
    left: 0 !important;
}

.news-next {
    right: 0 !important;
    transform: rotate(180deg);
}

.news-prev::after,
.news-next::after {
    font-size: 14px;
    color: #333;
}

/* 公告区域 */
.notice-list {
    padding: 12px 24px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    margin-bottom: 26px;

}

.notice-item {
    display: flex;
    gap: 84px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #E3EBF3;
    padding-bottom: 10px;
}

.notice-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
}

.notice-box {
    display: flex;
    align-items: center;
    width: 534px;
    justify-content: space-between;
}

.notice-box a {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.notice-box .date {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 20px;
}

.notice-txt {
    width: 430px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.notice-item-box {
    display: flex;
    gap: 3px;
    align-items: center;
}

/* 服务专区图标栏 */
.service-icon-row {
    padding: 24px 38px 38px;
    background: #fff;
    border-radius: 18px;
    margin-bottom: 26px;
    overflow: hidden;
    position: relative;
}

.service-icon-row .swiper-wrapper {
    align-items: center;
}

.service-icon-row .swiper-slide {
    width: auto;
}

.service-item {
    text-align: center;
}

.service-item a {
    display: flex;
    flex-direction: column;
}

.service-item .icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .icon-box img {
    width: 100%;
}

.service-item span {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}

.service-pagination {
    text-align: center;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%) !important;
    bottom: 18px;
}

.service-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    background: rgba(40, 146, 255, 0.3);
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    margin: 0 3px;
}

.service-pagination .swiper-pagination-bullet-active {
    background: #2892FF;
    width: 20px;
}

/* 业务专区 */
.business-area {
    margin-bottom: 26px;
}

.banner-fund {
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.banner-fund img {
    width: 100%;
}

.business-grid {
    display: grid;
    gap: 30px;
    margin-bottom: 30px;
}

.business-card {
    /* 可选：保证高度统一 */
    height: 380px;
}

.business-grid-2 {
    display: grid;
    gap: 30px;
}

/* 移动端业务专区轮播：PC端隐藏 */
.business-grid-m,
.business-grid-m-2 {
    display: none;
}

/* 两个卡片的时候 */
.business-grid-1:has(.business-card:nth-child(2)) {
    grid-template-columns: 790px 380px;
    grid-template-rows: 380px;
}

/* 只有一个卡片的时候 */
.business-grid-1:not(:has(.business-card:nth-child(2))) {
    grid-template-columns: 100%;
}

/* 两个卡片的时候 */
.business-grid-2:has(.business-card:nth-child(2)) {
    grid-template-columns: 380px 790px;
    grid-template-rows: 380px;
}

/* 只有一个卡片的时候 */
.business-grid-2:not(:has(.business-card:nth-child(2))) {
    grid-template-columns: 100%;
}

.business-grid-3 {
    display: flex;
    gap: 30px;
}

.business-grid-3 .business-card {
    width: 278px;
    height: 240px;
    flex: 1;
}

.business-grid-3 a {
    display: flex;
    width: 100%;
    height: 100%;
}

.business-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.business-card-2 {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    flex: 1;
}

.business-card-2>div:first-child {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.business-card-2>div:nth-of-type(2) {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.business-card-2>div:nth-of-type(3) {
    border-bottom: 1px solid #e8e8e8;
}

.business-card-2>div:nth-of-type(4),
.business-card-2>div:nth-of-type(5) {
    border-right: 1px solid #e8e8e8;
}


.card-box {
    position: relative;
}

.card-box a {
    display: flex;
    width: 100%;
    height: 100%;
}

.card-img {
    width: 100%;

}

.business-card-2 .card-img {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 60px;
    left: 18px;
}

.business-grid-3 .card-img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.card-img img {
    width: 100%;
}

.card-text {
    position: absolute;
    bottom: 30px;
    left: 30px;

}

.business-card-2 .card-text {
    bottom: 18px;
    left: 18px;
}

.card-text h4 {
    font-weight: 700;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
}

.card-text p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    margin-top: 6px;
}

/* 品牌区域 */
.brand-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 400px;
    gap: 30px;
    margin-bottom: 30px;
}

.brand-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
}

.brand-card a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.brand-img {
    width: 380px;
    height: 200px;

}

.brand-desc {
    padding: 20px 40px;

}

.brand-desc h4 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.brand-desc h5 {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.brand-desc p {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

/* 悬浮容器 固定靠右 */
.float-wrap {
    position: fixed;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 300;
}

/* 右侧图标竖栏 */
.float-menu {
    width: 48px;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 6px 18px 0px rgba(212, 228, 255, 0.4);
    border-radius: 9px 9px 9px 9px;
    border: 1px solid #DDDDDD;
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.nav_sao a {
    display: flex;
    width: 100%;
    height: 100%;
}

.nav_sao img {
    width: 100%;
}

/* 单个图标项 */
.float-item {
    position: relative;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 浮层通用样式 */
.float-pop {
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.24s ease;
    pointer-events: none;
    box-shadow: 0px 6px 18px 0px rgba(212, 228, 255, 0.4);
    border: 1px solid #DDDDDD;
}

/* hover当前项显示浮层 */
.float-item:hover .float-pop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* 文字按钮浮层样式 */
.pop-text-item {
    display: block;
    padding: 6px 14px;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    position: relative;
    z-index: 200;
}

.pop-text-item::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -5px;
    transform: rotate(45deg);
}

/* 二维码浮层 */
.pop-qrcode img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    padding: 2px;
    border: 1px dashed #DDDDDD;
}

.pop-qrcode p {
    margin-top: 4px;
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.brand-desc h6 {
    display: none;
}

/* ========== 移动端适配 768px以下 ========== */
@media (max-width:768px) {
    .banner-swiper-wrap {
        width: 7.5rem;
    }

    .banner-swiper .swiper-slide img {
        height: 2.8rem;
        object-fit: unset;
    }

    .container {
        width: 7.5rem;
    }

    .banner-swiper .img-pc {
        display: none !important;
    }

    .banner-swiper .img-m {
        display: block !important;
    }

    .section-title {
        width: 6.9rem;
        margin: 0 auto;
        padding: 0.3rem 0 0.2rem;
    }

    .section-title h3 {
        font-size: 0.3rem;
        line-height: 0.4rem;
        gap: 0.06rem;
    }

    .section-title-icon {
        width: 0.36rem;
        height: 0.36rem;
    }

    .more-link {
        font-size: 0.24rem;
        line-height: 0.32rem;
    }

    .news-wrap {
        display: flex;
        flex-direction: column;
        margin-bottom: 0.3rem;
        width: 6.9rem;
        margin: 0 auto;
        gap: 0;
    }

    .news-list {
        order: 2;
        width: 6.9rem;
        margin: 0 auto;
        border-radius: 0 0 0.18rem 0.18rem;
        padding: 0.3rem 0.18rem;
        height: auto;
    }

    .news-list li {
        border-bottom: none;
        margin-bottom: 0.24rem;
        padding: 0;
        font-size: 0.28rem;
        line-height: 0.28rem;
    }

    .news-list li:nth-child(n+3) {
        display: none;
    }

    .news-list li:nth-of-type(2) {
        margin-bottom: 0;
    }

    .news-list-icon {
        display: none;
    }

    .news-list .date {
        color: rgba(0, 0, 0, 0.4);
        font-size: 0.2rem;
        line-height: 0.2rem;
        margin-top: 0.12rem;
    }

    .news-list a {
        gap: 0.12rem;
        flex-direction: column;
    }

    .news-swiper {
        order: 1;
        width: 100%;
        height: 3.6rem;
        border-radius: 0.18rem 0.18rem 0 0;
    }

    .news-list-txt {
        width: 100%;
    }

    .news-caption {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
        height: 0.72rem;
        font-size: 0.3rem;
        color: #FFFFFF;
        line-height: 0.4rem;
        font-weight: 700;
        padding: 0 0.18rem;
    }

    .caption-text {
        text-align: left;
    }

    .caption-page {
        font-weight: 400;
        font-size: 0.24rem;
        color: #FFFFFF;
        line-height: 0.32rem;
        opacity: 1;
    }


    .notice-list {
        grid-template-columns: 1fr;
        padding: 0.3rem 0.18rem;
        border-radius: 0.18rem;
        margin-bottom: 0.3rem;
        width: 6.9rem;
        margin: 0 auto;
    }

    .notice-item {
        flex-direction: column;
        gap: 0.24rem;
        border: none;
        padding-bottom: 0;
    }

    .notice-list .notice-item:last-child {
        display: none;
    }

    .notice-box {
        width: 100%;
    }

    .notice-icon {
        display: none;
    }

    .notice-txt {
        width: 100%;
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #666;
    }

    .notice-box a {
        flex-direction: column;
        gap: 0.12rem;
    }

    .notice-box .date {
        color: rgba(0, 0, 0, 0.4);
        font-size: 0.2rem;
        line-height: 0.2rem;
        margin-top: 0.12rem;
    }

    .notice-list li:nth-child(n+3) {
        border-bottom: 1px solid #eee;
    }

    .notice-list li:last-child {
        border-bottom: none;
    }

    .service-icon-row {
        width: 6.9rem;
        margin: 0 auto;
        padding: 0.3rem 0 0.3rem;
        background: #fff;
        border-radius: 0.18rem;
        overflow: hidden;
        position: relative;
    }

    .service-swiper .swiper-wrapper {
        transition-timing-function: linear;
    }

    .service-pagination {
        position: relative;
        text-align: center;
        line-height: 1;
        left: 50%;
        transform: translateX(-50%) !important;
        top: 0.1rem;
    }

    .service-pagination .swiper-pagination-bullet {
        width: 0.08rem;
        height: 0.08rem;
        background: rgba(40, 146, 255, 0.3);
        border-radius: 0.04rem;
        opacity: 1;
        margin: 0 3px;
    }

    .service-pagination .swiper-pagination-bullet-active {
        background: #2892FF;
        width: 0.2rem;
    }

    .service-item .icon-box {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0 auto 0.24rem;
    }

    .service-item span {
        font-weight: 400;
        font-size: 0.2rem;
        color: #333333;
        line-height: 0.2rem;
    }

    .business-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .brand-wrap {
        grid-template-columns: 1fr;
        width: 6.9rem;
        margin: 0 auto 0.18rem;
        gap: 0.1rem;
        grid-template-rows: unset;
    }

    .brand-card {
        border-radius: 0.18rem;
    }

    .brand-img {
        width: 100%;
        height: 3.6rem;
    }

    .brand-img img {
        width: 100%;
    }

    .brand-desc {
        padding: 0.18rem 0.18rem;
    }

    .brand-desc h4,
    .brand-desc h5 {
        display: none;
    }

    .brand-desc h6 {
        display: block;
        font-weight: 700;
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-bottom: 0.1rem;
        text-align: left;
    }

    .business-area {
        width: 6.9rem;
        margin: 0 auto;
    }

    .banner-fund {
        margin-bottom: 0.2rem;
    }

    .business-grid,
    .business-grid-2,
    .business-grid-3 {
        display: none;
    }

    .business-grid-m {
        display: block;
        overflow: hidden;
        margin: 0;
    }

    .business-grid-m .swiper-slide {
        background: #fff;
        border-radius: 0.18rem;
        overflow: hidden;
        width: 3.2rem;
    }

    .business-grid-m .swiper-slide a {
        display: flex;
        padding: 0.24rem 0.18rem;
        flex-direction: column;
    }

    .business-grid-m .card-img {
        width: 2.59rem;

    }

    .business-grid-m .card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .business-grid-m .card-text {
        padding: 0.15rem 0 0;
        position: unset;
    }

    .business-grid-m .card-text h4 {
        font-weight: 700;
        font-size: 0.28rem;
        color: #333333;
        line-height: 0.4rem;
        margin-bottom: 0.12rem;
    }

    .business-grid-m .card-text p {
        font-weight: 400;
        font-size: 0.24rem;
        color: #666666;
        line-height: 0.32rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .business-grid-m-2 {
        display: block;
        overflow: hidden;
        margin: 0.2rem 0 0;
    }

    .business-grid-m-2 .swiper-slide {
        background: #fff;
        border-radius: 0.18rem;
        overflow: hidden;
        width: 3.2rem;
    }

    .business-grid-m-2 .swiper-slide a {
        display: flex;
        padding: 0.18rem 0.18rem;
        flex-direction: column;
    }

    .business-grid-m-2 .card-img {
        width: 0.42rem;
    }

    .business-grid-m-2 .card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .business-grid-m-2 .card-text {
        padding: 0.18rem 0 0;
        position: unset;
    }

    .business-grid-m-2 .card-text h4 {
        font-weight: 700;
        font-size: 0.28rem;
        color: #333333;
        line-height: 0.4rem;
        margin-bottom: 0.12rem;
    }

    .business-grid-m-2 .card-text p {
        font-weight: 400;
        font-size: 0.24rem;
        color: #666666;
        line-height: 0.32rem;
    }

    .business-grid-3 {
        display: grid;
        gap: 0.2rem;
        margin: 0.2rem 0 0 0;
    }

    .business-grid-3 .business-card {
        width: 3.35rem;
        height: 2.6rem;
        border-radius: 0.18rem;
    }

    .business-grid-3 .card-img {
        width: 1.5rem;
        height: 1.5rem;
        top: 0.1rem;
        right: 0.1rem;
    }

    .card-text {
        position: absolute;
        bottom: 0.18rem;
        left: 0.18rem;
    }

    .card-text h4 {
        font-weight: 700;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }

    .card-text p {
        font-weight: 400;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }

    .float-wrap {
        display: none;
    }

    .brand-desc p {
        font-size: 0.24rem;
        line-height: 0.32rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        word-break: break-all;
        -webkit-box-orient: vertical;
    }

    .head_con {
        height: 1.12rem !important;
    }

    .head_con .logo {
        width: 2.15rem !important;
        margin: 0.4rem 0 0 0.12rem !important;
    }

    .head_con .dropdown {
        margin: 0.39rem 0 0 0.19rem !important;
    }

    .head_con .topcity {
        height: 0.33rem !important;
        padding: 0 0.24rem 0 0 !important;
        font: 0.33rem / 0.33rem "microsoft yahei" !important;
    }

    .head_nav {
        height: 0.58rem !important;
    }

    .head_nav1200 .nav {
        width: 100%;
        height: 0.58rem !important;
    }

    .head_nav1200 .nav li a {
        font: 0.27rem / 0.58rem "microsoft yahei" !important;
    }

    .head_con #DivCity,
    .head_con #divdishi {
        width: 7.4rem !important;
        padding: 0.1rem 0.2rem !important;
        top: 0.7rem !important;
        left: 50% !important;
        margin-left: -2.85rem !important;
    }

    .footer_m {
        width: 7.5rem !important;
    }

    footer {
        width: 7.5rem !important;
    }

    .h_icon1 {
        width: 0.44rem !important;
        height: 0.44rem !important;
        top: 0.19rem !important;
        right: 0.07rem !important;
    }

    .h_list {
        padding-bottom: 0.29rem !important;
    }

    .h_list dt {
        height: 1.03rem !important;
    }

    .h_list dt .shut2 {
        width: 0.44rem !important;
        height: 0.44rem !important;
        margin-top: 0.28rem !important;
    }

    .h_list dt .s1 {
        padding: 0.42rem 0 0 1.4rem !important;
        font: 0.33rem / 0.33rem "microsoft yahei" !important;

    }

    .h_list dd {
        height: 0.84rem !important;
    }

    .h_list dd a {
        padding: 0 0 0 0.34rem !important;
        font: 0.375rem / 0.84rem "microsoft yahei" !important;
    }
        .eye {
        width: 0.4rem!important;
        margin:0.44rem 0 0 0.34rem!important;
    }
        .h_list dt .s2 {
        padding: 0.42rem 0 0 0.147rem!important;
    }
        .h_list dt .s2 {
        padding: 0.42rem 0 0 0.34rem!important;
        font: 0.33rem / 0.33rem "microsoft yahei"!important;
    }
}
