﻿.banner-box {
    width: 100%;
}

.jl-title {
    margin-bottom: 60px;
}

.fangshi-box {
    padding-left: 40px;
    font-size: 16px;
    color: #3A3D42;
}

.fangshi-title {
    font-weight: 700;
    font-size: 26px;
    color: var(--blue);
    margin-bottom: 30px;
}

    .fangshi-title .fangshi-yuan {
        width: 40px;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        background: var(--blue);
        border-radius: 50%;
        text-align: center;
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        margin-right: 10px;
    }

.fangshi-body {
    padding-left: 50px;
}

.fangshi-info {
    font-size: 16px;
    color: #3A3D42;
    line-height: 36px;
    margin-bottom: 20px;
}

.content {
    margin-bottom: 100px;
}

.fangshi-guanwang {
    color: #4C9372;
}

.fangshi-list {
    margin-bottom: 40px;
}

@media screen and (max-width:1023px) {
    .fangshi-box {
        padding: 0;
    }

    .fangshi-body {
        padding: 0;
    }
}