/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /* 短代码 酱茄块 start */
 .jiangqie-shortcode-box {
    margin: 20px 0;
    border: 2px solid #EEE;
    border-radius: 8px;
    padding-left: 220px;
    height: 200px;
    overflow: hidden;
}
.jiangqie-shortcode-box img {
    height: 200px;
    width: 200px;
    margin: 0;
    margin-left: -220px;
    float: left;
    border-radius: 8px 0 0  8px;
}
.jiangqie-shortcode-title {
    font-size: 32px;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px; 
    line-height: 40px;
    padding-top: 20px;
}
.jiangqie-shortcode-synopsis {
    font-size: 26px;
    font-weight: 300;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 70px;
    height: 70px; 
}
.jiangqie-shortcode-operation {
    padding-bottom: 20px;
}
.jiangqie-shortcode-operation span {
    font-size: 36px;
    font-weight: 600;
    color: #F30;

}
.jiangqie-shortcode-operation span.jiangqie-shortcode-operation-unit {
    font-size: 24px;
    font-weight: 300;
    color: #F30;
}
.jiangqie-shortcode-operation .button {
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    padding: 0 40px;
    border-radius: 60px;
    background: #F9DC53;
    color: #333;
    font-weight: 400;
    text-align: center;
    float: right;
    margin-right: 20px;
}
 /* 短代码 酱茄块 end */