.main .content {
    padding: 40px 0 100px;
    text-align: center;
}
.main .list {
    margin-top: 70px;
    overflow: hidden;
}
.main .list li {
    float: left;
    width: 325px;
    height: 350px;
    margin-left: 20px;
    background: #FFF;
    text-align: left;
    position: relative;
}
.main h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 0 18px;
    font-weight: 400;
}
.main .list .date {
    padding-left: 18px;
    font-size: 18px;
    line-height: 1em;
    color: #999;
    font-weight: 200;
    position: absolute;
    bottom: 20px;
}
.main .list .source {
    padding-right: 18px;
    font-size: 18px;
    line-height: 1em;
    color: #999;
    font-weight: 200;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.main .list .first {
    width: 530px;
    height: 350px;
    position: relative;
    margin-left: 0;
}
.main .list a, .main .list a:hover {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}
.main .first img {
    width: 100%;
    height: 100%;
}
.main .first h3 {
    font-size: 24px;
    line-height: 24px;
    padding: 28px 130px 28px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: 200;
}
.main .list img {
    width: 100%;
}
.main .more > li {
    line-height: 18px;
    font-size: 18px;
    font-weight: 200;
    padding: 41px 20px;
    background: #FFF;
    margin-top: 16px;
    overflow: hidden;
}
.main .more a, .main .more a:hover {
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
}
.main .more h3 {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 18px;
}
.main .date, .main .source {
    float: right;
    color: #999;
}
.main .more .source {
    padding-left: 16px;
    border-left: #999 solid 1px;
}
.main .date {
    padding-right: 16px;
}

.main .pagination {
    font-size: 20px;
    line-height: 20px;
    display: block;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 0;
}
.main .pagination a, .main .pagination a:hover {
    text-decoration: none;
    color: #000;
}
.main .pagination .nav-links {
    width: 100%;
    text-align: center;
}
.main .pagination .current {
    color: #00CBD4;
}
.main .pagination .screen-reader-text {
    display: none;
}
.main .pagination .nav-links > * {
    display: inline-block;
    width: auto;
    padding: 0 10px;
}
.feeds .content {
    padding: 20px 14px;
}
.feeds h2 {
    font-size: 18px;
    line-height: 1;
    font-weight: 200;
}
@media screen and (max-width: 767px) {
    .main {
        padding-bottom: 20px;
    }
    .main .content {
        padding: 0 14px;
    }
    .main .list {
        margin-top: 10px;
    }

    .main .list .first, .main .list li {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .main .list .first {
        padding-bottom: 0;
    }

    .main .list img {
        width: 100%;
        height: auto;
    }

    .main .first h3 {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0 14px;
        font-weight: 200;
    }

    .main .source {
        position: inherit;
    }

    .main h3 {
        font-size: 16px;
        font-weight: 200;
        line-height: 1.6;
        margin: 10px 0;
        padding: 0 14px;
    }

    .main .list .date {
        font-size: 16px;
        font-weight: 200;
        padding-left: 14px;
        line-height: 1;
        position: inherit;
        float: inherit;
    }

    .main .list .source {
        font-size: 16px;
        font-weight: 200;
        line-height: 1;
        position: inherit;
        padding-right: 14px;
    }

    .main .content > a, .main .content > a:hover {
        font-size: 12px;
        line-height: 1;
        margin: 0;
    }
    .main .more > li {
        text-align: left;
        padding: 14px;
        margin-top: 10px;
    }

    .main .more h3 {
        font-size: 14px;
        font-weight: 200;
        line-height: 1;
        float: inherit;
        margin-bottom: 10px;
    }

    .main .more .date {
        font-size: 14px;
        font-weight: 200;
        padding: 0;
        line-height: 1;
        position: inherit;
        float: inherit;
    }

    .main .more .source {
        font-size: 14px;
        font-weight: 200;
        line-height: 1;
        position: inherit;
        padding: 0;
        border: none;
    }
    .main .pagination {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1;
    }
}
