.content-main>div>h1 {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    font-weight: 36px;
    color: #054878;
    font-size: 2em;
}

.content-main>div>ul>li {
    width: 50%;
    float: left;
}

.content-main>div>ul>li>a {
    display: block;
    width: 52%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #054878;
    font-weight: bold;
    margin: 25px auto;
    background-color: #fce5e5;
}