.content {
    width: 100%;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
}

.banner {
    background: url('../resource/img/top/11.jpg') center center no-repeat;
    background-size: cover;
    height: 400px;
    color: #efefef;
    padding: 250px 20px 0 0;
}

@media (max-width: 768px) {
    .banner {
        padding: 220px 20px 0 0;
    }
}

.website {
    text-align: right;
    color: white;
}

.notice {
    width: 50%;
    margin: 10px auto;
}

.programs {
    margin-left: 50px;
}

.home-table {
    /*width: 800px;*/
}

.home-table-th {
    background: #f9f0ff;
}

.home-table-th > .title {
    margin: 5px;
}