@media screen and (min-width: 541px) {
    .content1{
        height: 3.125rem;
        width: 8.125rem;
        display: inline-block;
    }
    .content1 > a{
        padding: 0;
    }
}
.content{
    width: 15rem;
    height: 11rem;
    margin-right: 2rem;
    margin-left: 2rem;
    float: left;
    box-shadow: 0 0 0.375rem 0.03125rem rgb(129 129 129);
    color: #000;
}

.pic {
    height: 11rem;
}

.img{
    width: 100%;
    height: 11rem;
}

.box{
    height: 80rem;
    width: 100%;
}
.content-box{
    width: 76rem;
    height: 18rem;
    margin: auto;
    padding-top: 4.375rem;
}


.title-item-box {
    height: 7.8125rem;
    padding-top: 1.25rem;
}
.business-list {
    text-align: center;
}


.business-list > p {
    margin: 1.25rem 0 1.25rem 0;
    font-size: 1.25rem;
    font-weight: 700;
    height: 1.875rem;
}

.dropdown-content-item1{
    font-size: 1.7rem;
    display: block;
    color: rgb(14, 13, 13);
    padding-left: .5rem;
    padding-top: .3125rem;
    height: 3.125rem;
    width: 8.125rem;
}

.box1{
    height: 5.625rem;
    line-height: 3.125rem;
    text-align: center;
    margin: auto;
    padding-top: 2.5rem;
}

.content2{
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: .625rem;
    height: 1.5625rem;
    display: inline-block;
}

a:hover
{
    color:#ffffff;
    background-color: #da510d !important;
    text-decoration:none;
}

.content-item-foucs{
    background-color: #da510d;
    color: #fff;
    text-decoration:none;
}
.content-item-foucs > a{
    color: #fff !important;
}
@media screen and (max-width: 769px){
    .content{
        width: 15rem;
        height: 16rem;
        float: left;
        color: #000;
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 20px;
        box-shadow:0 0 0 0;
    }

    .content-box {
        width: 60%;
        margin: auto;
        padding-top: 25px;
    }

    .box1{
        height: 5.625rem;
        line-height: 3.125rem;
        text-align: center;
        margin: auto;
        padding-top: 2.5rem;
    }
    .dropdown-content-item1{
        font-size: 1rem;
        display: block;
        color: rgb(14, 13, 13);
        padding-left: .5rem;
        padding-top: .3125rem;
        height: 3.125rem;
/*        width: 5.125rem;*/
    }
    .content1{
        display: inline-block;
    }
    .content1 > a{
        padding: 0;
    }
}