.bgfff {
    background: #fff;
}

.w300 {
    width: 30%;
    min-width: 260px
}

.cation {
    width: 100%;
    height: 100%;
    padding-top: 116px;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    background: #f0f0f0;
}

.cation-content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.cation-middle {
    line-height: 48px;
    background: #fff;
    padding: 10px 20px 10px 30px;
    font-size: 14px;
}

.cation-list {
    overflow: hidden;
}

.cation-list dt {
    float: left;
    width: 130px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    color: #333;
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cation-list dt:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 22px;
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cation-list dd {
    border-bottom: 1px dotted #e0e0e0;
    margin-left: 64px;
    overflow: hidden;
}

.cation-list dd a {
    color: #8d8d91;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    float: left;
    border-right: 1px solid #e0e0e0;
    padding: 0 18px;
    margin: 17px 0;
}

.cation-list dd a.on,
.cation-list a:hover {
    color: #007bff;
}

.cation-list dd a:last-child {
    border-right: 0 none;
}

.cation-list:last-of-type dd {
    border-bottom: 0 none;
}

.d-none-m {
    display: none;
}

.text-center-pc {
    text-align: center;
}

.follow-button {
    width: 100%;
    margin: 0px auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}


@media screen and (min-width: 328px) and (max-width: 767px) {
    .cation-list dt {
        float: none;
        width: 130px;
        font-weight: 700;
        line-height: 48px;
        position: relative;
        color: #333;
    }

    .cation-list dd {
        margin-left: 0;
        border-bottom: 1px dotted #e0e0e0;
        overflow: hidden;
    }
}