.currentPage{
    padding: 16px 4% 0;
}
.banner{
    height: 120px;
}
.banner img{
    height: 100%;
}
.main{
    padding: 0 4% 82px;
}
.list {
    padding-top: 80px;
}
.list .title{
    height: 48px;
    line-height: 48px;
}
.list>ul{
    padding-top: 20px;
}
.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;
}


































