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: 578px;
}
.list-container .list-body ul{
    margin: 0;
    padding: 0;
}
.list-container .list-body ul li{
    list-style: none;
    height: 14px;
    line-height: 14px;
    margin-top: 20px;
    padding-left: 15px;
    background: url("/static/home/image/arrow.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.list-container .list-body ul li:first-child{
    margin-top: 0;
}
.list-container .list-body ul li a{
    display: inline-block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
    text-decoration: none;
    font-size: 14px;
    color:#666;
}
.list-container .list-body ul li a:hover{
    color:#0193d6;
}
.list-container .list-body ul li span{
    float: right;
    font-size: 12px;
    color: #858585;
}
.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;
}
