body {
    overflow-x: hidden;
}
.chino-content {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
}

.collapse {
    visibility: unset !important;
}

.line1_ {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sidemenu1 {
    background-color: #FFF;
}
.sidemenu > div > a {
    display: block;
    box-shadow: 0px 3px 10px 1px rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    width: 50px;
    height: 50px;
}

.sidemenu .hover-change-bg:hover {
    background-color: #fff1e9;
}

.sidemenu .hover-change-bg:hover path {
    fill: #ef5816;
}

.sidemenu .kefu > a {
    height: 165px;
    background: #FFF;
}

.sidemenu .kefu > a .icon_warp {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    background-color: #FFF;
    border-radius: 100%;
    padding: 5px;
}
.sidemenu .kefu > a .icon {
    /*background: url(/themes/theme-cnbianya/assets/svg/kefu.svg) no-repeat center center;*/
    width: 40px;
    height: 40px;
}

.sidemenu .totop > a {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    background: #FFF;
}

.sidemenu .flot_img {
    transition: all .3s;
}

.post-content img {
    display: block !important;
    margin: 0 auto;
}


.sy-b {
    font-weight: bold;
}
