.spaceBody{padding-bottom: 50px;}
.spaceCont .sHead{background:#e1f1ff; height: 180px; padding: 0 40px;}
    .home-txbox {
        text-align: center;
        border-bottom: 1px solid #EEE;
    }
    .head_t{display: flex;align-items: center; height: 100%;}
    
    .home-tx {
        width: 128px;
        height: 128px;        
        border-radius: 50%;        
        position: relative;
        overflow: hidden;
        border: 4px solid #fff;
        background-color: #fff;
        box-shadow: 0 0 5px #ddd;
    }
    .home-tx img{width: 100%;height: 100%;}
    .home-xx {
        flex: 1; margin-left: 30px;color: #888;font-size: 15px; display: flex; flex-direction: column; justify-content: center;
    }
    .home-xx .num{margin-top: 10px;}
    .home-xx .desc{color: #888;margin-top: 10px;}
    .home-xx h1 {
        color: #000;
        font-weight: 100;
        margin-bottom: 0;
        font-size: 28px;
    }
    .home-xx .tags{display: flex;margin-top: 10px; line-height: 26px;}
    .home-xx .tags span{padding:4px 15px;color: #3191f5;margin-left:10px;margin-right: 10px;border-radius: 20px;font-size: 12px;display: table-cell;line-height: normal; vertical-align:middle;white-space: nowrap; display: flex; justify-content: center;  align-items: center;border: 1px solid #3191f5;}


    .editinfo{border: 1px solid #3191f5; color:#3191f5 !important;padding: 8px 30px;font-size: 16px;border-radius: 30px;}
    .editinfo:hover{color: #3191f5 !important;border: 1px solid #3191f5;}

    .home-nav a {
        color: #999;
        height: 55px;
        line-height: 55px;
        display: inline-block;
        font-size: 16px;
        margin: 0 30px 0 30px;
        margin-bottom: -1px;
    }
    
    .home-nav .active,.home-nav a:hover {
        color: #3191f5;
        border-bottom: 2px solid #3191f5;
    }

 /* 分页 */
 .hb_page{ margin:25px 0 30px; clear: both;}
 .total {margin-left:10px;font-size:14px;color:#888;float:left}
 .hb_page { text-align: center;}
 .hb_page a {display:inline-block;color:#666;height:50px;line-height:50px;padding:0 20px !important;width:auto;background:#f4f5f9;margin:0 5px;border-radius:4px;vertical-align:middle; font-size:16px;border-color: #f4f5f9;}
 .hb_page a.prevPage,.hb_page a.nextPage {color:#666;}
 .hb_page a.cur,.hb_page a:hover {color:#fff;background-color:#3191f5;border-radius:4px;vertical-align:middle;border: 1px solid #f4f5f9;}
 .hb_page .page a.top.cur::before,.page a.top::before{border: 0;}
 .page a.next::before,.page a.top::before{display: none;}
 .page a.bottom,.page a.top,.page a.next{border: 1px solid #f4f5f9;}
 .page a.num,.page a.bottom,.page a.next,.page a.prev,.page a.top{width: auto;border-radius:5px;  margin:0 5px;}
 .hb_page .disabled {display:inline-block;height:36px;line-height:36px;padding:0 15px;margin:0 5px;color:#bfbfbf;background:#f2f2f2;border:1px solid #bfbfbf;border-radius:4px;vertical-align:middle;}
 .page-jumper {display:inline-block;}
 .page-jumper > span {margin:0 10px;padding:11px 0;text-align:center;font-size:16px;color:#666;line-height:1;}
 .page-jumper > span:first-of-type {margin-left:20px;}
 .page-jumper .page-number {display:inline-block;width:60px;height:50px;text-align:center;font-size:16px;font-weight:400;color:#333;line-height:50px;border-radius:4px;background:#f4f5f9;border:0;outline:0;}
 .page-jumper .page-jump-btn {display:inline-block;width:70px;height:50px;text-align:center;font-size:16px;font-weight:400;color:#fff;line-height:50px;background-color:#3191f5; border-radius:4px;outline:0;cursor:pointer;}

.common_list_cont{display: block;}
.common_list_cont .list_li{ width:100%;max-width: 245px;}
.common_list_cont .waterfall_column{width: calc(94% / 6);}

@media screen and (min-width: 1930px) {
	.common_list_cont .waterfall_column{width: calc(93% / 7); }
}

@media screen and (max-width: 1370px) {
	.common_list_cont .waterfall_column{width: calc(94% / 5); }
}
@media screen and (max-width: 1200px) {
	.common_list_cont .waterfall_column{width: calc(94% / 4); }
}
