@charset "UTF-8";
/**!
 * 操作指南
 * date:2022-06-14
 * author: fxyue;
 */
.guide {
    padding: 0 20px 30px;
}

.guide-list {
    padding: 22px 0;
    overflow: hidden;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.guide-list:first-child {
    border-top: 0;
}

.guide-list > img {
    float: left;
    width: 223px;
    height: 115px;
}

.guide-box {
    margin: 0 10px 0 250px;
    letter-spacing: -0.165px;
    font-weight: 400;
    overflow: hidden;
}

.guide-info {
    line-height: 18px;
}

.guide-info > a {
    float: left;
    width: calc(100% - 200px);
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.guide-info > span {
    float: right;
    color: rgba(0, 0, 0, 0.4);
}

.guide-detail {
    margin-top: 16px;
    line-height: 24px;
    color: #666;
    height: 72px;
    overflow: hidden;
}

.public-content .contents {
    margin: 20px auto;
    padding: 20px 30px;
    background-color: #fff
}

.public-content .contents.empty .icon {
    width: 179px;
    height: 138px;
    margin: 40px auto 10px;
    background-image: url('../../../../images/themes/gansu/img_empty.png');
    background-repeat: no-repeat;
    background-position: center;
}

.public-content .contents.empty p {
    color: #b2b2b2;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem
}