.bg-img {
    width: 100%;
    height: 580px;
    overflow: hidden;
    background-repeat: no-repeat;
}

#content {
    padding: 20px;
    margin-top: -280px;
    background: #fff;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .nav-list {
        width: 970px;
    }
}


.nav-menu {
    width: 140px;
    margin-right: 20px;
    float: left;
}

.nav-menu h1 {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    padding-left: 15px;
}

.nav-menu #list-navigation > li {
    float: none;
    width: 100%;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 10px;
}

.nav-menu #list-navigation > li a {
    color: #666;
    padding: 0;
}

.nav-menu #list-navigation {
    float: none;
    padding-left: 15px;
    margin-top: 30px;
}

.nav-menu #list-navigation > li:hover,
.nav-menu #list-navigation > li a:hover {
    background: none;
    color: #000;
}

.nav-list {
    padding-top: 60px;
    float: left;
}

.list-boxes, .list-boxes:hover {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
}

.list-boxes h2 a {
    color: #333;
}

.list-boxes:hover h2 a {
    color: #000;
}

.list-boxes p {
    color: #999;
}

.list-boxes .bottom {
    padding-top: 10px;
}

.list-boxes .time {
    color: #999;
}