.tab-page {
    width: 40%;
    margin: auto;
}
.title {
    border-bottom: #ccc solid 1px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
}
.tab-page .title {
    width: 100%;
    height: 56px;
    padding: 40px 0;
    border: none;
}
.tab-page .title div {
    width: 180px;
    height: 56px;
    text-align: center;
    background-color: #E6E6E6;
}
.tab-page .title div a {
    color: rgb(109,109,110);
    font-size: 20px;
    line-height: 56px;
    font-family: 微软雅黑;
}

