#background {
    height: 380px;
    background: url(../images/listbg.png);
    background-size: cover;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#background .cn {
    font-size: 30px;
}
#background .es {
    font-size: 18px;
}
#main .category {
    border-top: 1px solid #0D28B9;
    display: flex;
}
#main .category a {
    display: block;
    line-height: 80px;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    /* width: 140px; */
    text-align: center;
    margin-right: 40px;
}
#main .category a.active {
    color: #0D28B9;
    background: url(../images/2132312321.png) no-repeat;
    background-size: 100% 13px;
    background-position: 0px -2px;
}
#main > .list {
    padding-top: 58px;
}
#main > .list .item {
    margin-bottom: 58px;
}
#main > .list .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 26px;
}