.mid-title {
    color: rgb(0, 122, 221);
    border-bottom: 1.5px dotted #ccc;
    padding-top: 6px;
    padding-left: 10px;
    padding-bottom: 4px;
}

.public-account-row {
    margin-bottom: 30px;
}

.public-account-panel {
    height: 280px;
    /*background-color:red;*/
    /*padding-right:20px;*/
    border: 1px solid rgb(206, 206, 206);
    padding: 20px 4px 4px 4px;
}

.public-account-panel:hover {
    background: #fff;
    /* -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(0, 0px, -2px); */
    /* transform: translate3d(0, 1px, -2px); */
}

.public-account-panel img {
    margin-left: auto;
    margin-right: auto;
}

.public-account-panel .row {
    margin: 0px;
}

.public-account-panel h3 {
    color: rgb(0, 122, 221);
    font-size: 18px;
    text-align: center;
    margin-top: 14px;
}

.public-account-panel h4 {
    color: #999;
    font-size: 14px;
    text-align: center;
}

.gnjs,
.wxrz {
    color: rgb(206, 206, 206);
    font-size: 14px;
    padding: 0px;
    /*padding-left:4px;*/
}

.gnjs-content,
.wxrz-content {
    color: #828a92;
    font-size: 12px;
    padding: 0px;
}

.ellip-block {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* degradation */
    height: 52px;
    overflow: hidden;
}

button.loadmore {
    margin: 20px auto 20px auto;
    width: 200px;
    height: 50px;
    background-color: rgb(243, 245, 246);
    color: rgb(0, 122, 221);
    border: 1px solid rgb(0, 122, 221);
    border-radius: 5px;
}

.qr_small {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 18px;
    top: 10px;
}

.qr_big {
    position: absolute;
    right: 18px;
    top: 10px;
    width: 20px;
    height: 20px;
    opacity: 0;
    transition: 0.5s;
}

.qr_big:hover {
    width: 150px;
    height: 150px;
    opacity: 1;
    transition: 0.5s;
    z-index: 100;
}