body{
    font-family: "Î¢ÈíÑÅºÚ";
}
.list-container{
    width: 100%;
}
.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("../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: 83%;
    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;
    margin-top: 40px;
    font-size: 16px;
}
