.currentPage {
    padding: 16px 4% 0;
}

.main{
    padding: 20px 4% 80px;
}

.list{
    margin-top: 30px;
    padding-bottom: 40px;
}
.list ul li{
    line-height: 54px;
}
.list ul li a{
    height: 54px;
}
.list ul li a span{
    width: 86%;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333333;
}
.list ul li a i{
    float: right;
    font-size: 14px;
    color: #999999;
}
.list ul li a:hover span,.list ul li a:hover i{
    color: #006cef;
}
















































