.l2-1-1{
    width:100%;
    line-height: 42px;
    font-size: 16px;
    background-color: #f7f6f6;
    color:#015293;
    padding:0 15px;
}
.l2-1-1 a{
    color:#015293;
    margin:0 8px;
}
.l2-2-1{
    width:100%;
    padding:15px;
    border: 1px solid #eeeeee;
    font-size: 16px;
}
.l2-2-1 ul{
    margin:0;
    padding:0 0 0 1em;
    border-bottom:1px solid #eeeeee;
    margin-bottom:25px;
    padding-bottom:25px;
}
.l2-2-1 ul:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}
.l2-2-1 ul li::marker{
    color:#015293;
}
.l2-2-1 ul li a{
    display: inline-block;
    width:80%;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    vertical-align: middle;
}
.l2-2-1 ul li span{
    width:20%;
    display: inline-block;
    line-height: 42px;
    padding-right: 15px;
    text-align: right;
}
.l2-4-1{
    width:100%;
    height:auto;
    display: block;
}
.l2-4-1 a{
    display: block;
    width: calc(33.333% - 12px);
    text-align: center;
    line-height: 52px;
    border-radius: 4px;
    padding:0 25px;
    margin:5px;
    float: left;
    background-color: #015293;
    border:1px solid #015293;
    color:#ffffff;
    font-size: 16px;
}
.l2-4-1 a:hover{
    animation-name: ss;
    animation-duration: 0.2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes ss{
    from{
        box-shadow:0 0 0 0 #888888;
    }
    to{
        box-shadow:0 0 5px 2px #888888;
    }
}
