
body{
    font-family: "Î¢ÈíÑÅºÚ";
}
.list-container{
    width: 960px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f1f7fe;
}
.list-container .list-top{
    height: 46px;
    line-height: 46px;
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #b6d1f2;
    background-image: url("/static/home/image/position.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.list-container .list-body{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-color: #fff;
    min-height: 300px;
}
.list-container .list-body ul{
    margin: 0;
    padding: 0;
}
.list-container .list-body ul li{
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
}
.list-container .list-body ul li a{
    display: inline-block;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    margin-left: 0px;
    float: left;
    margin-top: 18px;
}
.list-container .list-body ul li div{
    display: inline-block;
    width: 100%;
}
.list-container .list-body ul li .group-name{
    font-size: 16px;
    color: #0193d6;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
    background-image: url("/static/home/image/list.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;

}
.list-container .list-body ul li .group-name .name{
    margin-left: 24px;
    width:846px;
    float: left;
}
.list-container .list-body ul li .group-name .img{
    margin: 0 15px;
    float: right;
}
.list-container .list-body ul li .group-name .img img{

    width:20px;
    height:20px;

}
.list-container .list-body ul li .group-img{
    margin-bottom: 20px;
}
.list-container .list-body ul li a:hover{
    color:#0193d6;
}

.list-container .page-block{
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    color: #666;
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
}
.list-container .page-block a{
    text-decoration: none;
    color: #666;
    font-size: 12px;
}
/*ÎÞÊý¾Ý*/
.nodata{
    text-align: center;
    font-size: 16px;
    min-height: 300px;
    line-height: 300px;
}
/*ÉìËõ²ã*/
.qr-code-icon{
    width: 54px;
    height: 54px;
    position: fixed;
    right: 0;
    bottom: 86px;
    z-index: 99;

}
.icon-img{
    width: 46px;
    height: 38px;
    position: relative;
    top: 8px;
    left: 5px;
    background-image: url(/static/home/image/column/wechat1.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.qr-code-content{
    width: 133px;
    height: 124px;
    position: fixed;
    right: 55px;
    bottom: 55px;
    z-index: 99;
    background-image:url('/static/home/image/column/qrcode-content-bg.png');
    background-position:center center;
    background-repeat:no-repeat;
}
