.teng-h2{
    font-weight:500;font-size:22px;line-height:28px;text-align:center;margin:0;padding:8px 0;
    display:block;width:100%;color:#666;
    position:absolute;top:-35px;left:5px;
}

.teng-table{
    width:100%;margin:70px auto 20px auto;background:#ddd;padding:15px 15px 15px 15px;position: relative;
    border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;
    -webkit-box-shadow: 4px 4px 9px -6px rgba(0,0,0,0.44);
    -moz-box-shadow: 4px 4px 9px -6px rgba(0,0,0,0.44);
    box-shadow: 4px 4px 9px -6px rgba(0,0,0,0.44);
}

.teng-zean .zean-img{
    position:absolute;top:-65px;right:-20px;height:100px;width:100px;overflow:hidden;
    border:2px solid #0662be;z-index:2;
    border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;
    -webkit-box-shadow: 4px 2px 17px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 2px 17px -10px rgba(0,0,0,0.75);
    box-shadow: 4px 2px 17px -10px rgba(0,0,0,0.75);
}
.teng-zean .zean-img img{width:100%;}
.teng-zean .zean-name{
    position:absolute;top:-30px;right:50px;z-index:1;background:#0662be;padding:3px 40px 3px 20px;
    font-weight:500;color:#fff;
    border-radius:20px;-khtml-border-radius:20px;-moz-border-radius:20px;
}
.teng-box{display:block;text-align:center;}
.teng-box.head-topic{background:#434343;}
.teng-box.head-topic .teng-col{background:none;color:#fff;font-weight:500;}
.teng-box.head-topic .teng-col.teng-date{color:#fff;}
.teng-box .teng-col{float:left;width:40%;background:#fff;border:1px solid #f2f2f2;padding:6px 3px;}
.teng-box .teng-col.teng-date{width:20%;color:#0662be;}

@media screen and (min-width: 590px) and (max-width: 889px){
    .teng-h2{position:static;font-size:18px;line-height:22px;}
    .teng-table{padding:5px 8px 8px 8px;}
    .teng-box .teng-col{float:left;width:37%;}
    .teng-box .teng-col.teng-date{width:26%;}
}

@media screen and (min-width:280px) and (max-width:589px){
    .teng-h2{position:static;font-size:18px;line-height:22px;}

    .teng-table{margin:10px auto 15px auto;padding:8px 8px 8px 8px;}
    .teng-zean{text-align:left;}
    .teng-zean .zean-img{
        position:static;margin: 0 auto;height:70px;width:70px;display:inline-block;vertical-align:middle;
        margin-right:-15px;
    }
    .teng-zean .zean-name{
        position:static;display:inline-block;vertical-align:middle;text-align:center;
        padding:3px 20px 3px 20px;
    }
    .teng-box.head-topic .teng-col{height:auto;}
    .teng-box.head-topic .teng-col.teng-date{display:none;}
    .teng-box .teng-col{width:50%;padding:3px 3px;font-size:13px;height:47px;overflow:hidden;}
    .teng-box .teng-col.teng-date{float:none;width:100%;height:auto;background:#f2f2f2;}
    .teng-box .teng-col .teng-txshow{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
}