.main {
    background: #fff;
    padding: 0 20px 20px;
}
.title {
    overflow: hidden;
    margin-top: 10px;
}
.title p {
    float: left;
    font-size: 22px;
    color: #255499;
    padding-bottom: 15px;
    border-bottom: 3px solid #255499;
}
.list {
    overflow: hidden;
    margin: 10px 0;
}
.list li {
    float: left;
    width: 33.33%;
    padding: 5px 0;
}
.list li a {
    display: block;
    font-size: 16px;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/zwgk/gkicon.png) no-repeat;
    background-position: 0 50%;
    transition: all 0.4s linear;
}
.list li a:hover {
    text-indent: 30px;
}