
body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-item>img {
    width: 100%;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*主体样式*/
.rczp {
    color: #fff;
    padding-top: 12rem;
    padding-left: 7rem;
    text-shadow: 0px 0px 4px #313030;
    font-size: 4rem;
    letter-spacing: 11px;
}


.page-box {
    background: #fff;
}

.banner-bg {
    width: 100%;
    height: 26rem;
    background: url(../images/product-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 5rem;
}

.info-list {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.info-list li {
    height: 144px;
    position: relative;
    background: #e7e8ea;
    margin-bottom: 14px;
    background: rgb(231 232 234 / 52%);

}

.info-list a {
    color: unset;
}

.info-time {
    position: absolute;
    width: 10%;
    text-align: center;
    height: 100%;
    color: #2e2e2e;
    border-right: 1px solid #dadada;
}

.info-title {
    position: absolute;
    width: 90%;
    right: 0;
    height: 100%;
    padding: 23px 40px 0px 40px;
}

.info-day {
    font-size: 2rem;
    font-weight: bolder;
    padding: 0;
    margin: 0;
    margin-top: 20%;
}

.info-year {
    font-size: 17px;
    font-weight: bolder;
}

.info-phone-time {
    display: none;
}

.info-bt {
    font-size: 1.2rem;
    letter-spacing: 2px;
    font-weight: bolder;
    color: #2e2e2e;
}

.info-content {
    font-size: 0.9rem;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pagination {
    justify-content: center;
}

.page-item a {
    color: #696969;
}

/*公示详情页*/
.page-bt {
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.page-time {
    text-align: center;
}

.page-conten {
    padding: 0px 20px;
}

.info-page-box {
    margin: 90px 0px;
}
.page-content table p{margin: 0;padding: 0;}
/*移动端适配*/
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1180px;
    }
}

.page-box.show {
    height: auto !important;
}

@media (max-width:480px) {
    .info-list li {
        height: 168px;
    }

    .info-content {
        font-size: 13px;
        line-height: 24px;
    }

    .info-bt {
        margin-bottom: 0.5rem;
    }

    .info-phone-time {
        display: block;
        font-size: 14px;
    }
    .info-title {
        width: 100%;
        padding: 23px 15px 0px 15px;
    }

    .info-time {
        display: none;
    }

    .page-bt {
        font-size: 1.3rem;
    }

    .rczp {
        color: #fff;
        padding-top: 4rem;
        padding-left: 1rem;
        text-shadow: 0px 0px 4px #313030;
        letter-spacing: 4px;
        font-size: 2.5rem;
    }

    .banner-bg {
        width: 100%;
        height: 11rem;
        background: url(../images/product-banner.png) no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 1rem;
    }
}