
.main {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 30px 50px;
    position: relative;
}

.main ul {
    list-style-type: none;
    padding: 4px 0 0;
}

.main ul li {
    position: relative;
    padding: 30px 0 30px;
    border-bottom: 1px solid #e6e6e6;
}

.main ul li:first-child {
    margin-top: -30px;
}

.main .word-time,
.main .word-title {
    margin: 0;
}

.main .word-title {
    font-size: 25px;
    margin-left: 120px;
    font-weight: 600;
}

.main .word-title a {
    color: #444;
}

.main .word-title a:hover {
    color: #ce1458;
    border-bottom: 2px solid #ce1458
}

.main .word-time {
    font-size: 12px;
    color: #999;
    position: absolute;
    left: 0;
    top: 33px;
}


@media screen and (max-width: 420px) {
    .main .word-title {
        font-size: 16px;
        margin-left: 0;
    }

    .main .word-title a:hover {
        color: #ce1458;
    }

    .main .word-time {
        font-size: 11px;
        position: static;
        margin-bottom: 10px;
    }

    .main ul li {
        padding: 18px 0 20px;
    }

    .main ul li:first-child {
        margin-top: -35px;
    }
}

.page-nav:hover {
    border-bottom: 2px solid #ce1458
}
.prev-page {
    left: 40px;
}

.next-page {
    right: 40px;
}

@media screen and (max-width: 900px) {
    .page-nav {
        position: absolute;
        bottom: 30px;
    }

    .prev-page {
        left: 0;
    }

    #next-page {
        right: 0;
    }
}