.gail{
    background: #fff;
    padding: 0 28px 26px;
}
.gail-list ul{
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}
.gail-list ul li{
    height: 30px;
    line-height: 30px;
    padding-left: 24px;
    position: relative;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    padding: 0 0px;
}
.gail-list ul li a{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 82%;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}
.gail-list ul li span{
    float: right;
    font-size: 16px;
    color: #999;
}
.gail-list ul li a:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #e3e3e3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
}

.ga-main{
    /* margin-top: 213px; */
    margin-bottom: 35px;
}
.gail-list ul li:hover{
    background: #f8f9fa;
}
.gail-list ul li:hover a{
    color: #015293;
}
.gail-list ul li:hover a:before{
    background: #6390db;
}
.gail-list ul li:hover span{
    color: #015293;
}