.bg-home-bs{
    background: #FCB304;
    margin-top: 70px;
    position: relative;
    /* padding-top: 170px; */
    /* margin-bottom: 100px; */
    padding: 50px 0;
}
.box-item {
    background-color: #000000;
    padding: 25px;
    z-index: 2;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 60px; */
}

.box-item .pic-attr {
    width: calc(100% - 50px)
}

.box-item .title {
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 25px;
}
.box-item .box-bg-bs {
    background: #fff;
    padding: 10px;
    margin: 10px 0;
    color: #000;
    min-height: 90px;
}

.box-item .inner {
    display: flex;
    align-items: center
}

.box-item .pic-title a {
    color: #000000;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-item .pic-intro p,.box-item .pic-title a:hover {
    color: #fcb304
}

.box-item .pics img {
    width: 50px;
    margin-right: 15px
}

.site-footer {
    /* padding-top: 200px; */
}

@media only screen and (max-width: 991px) {
    .site-footer {
        padding-top:0
    }

    .box-item {
        position: relative;
        bottom: 0;
        max-width: 100%
    }
}
