body{
    background-color: #f7f5f4;
}
.breaks{
    width: 960px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}
.breaks_think {
    width: 14.285%;
    float: left;
}
.breaks_think_pack{
    height: 56px;
    margin-bottom: 20px;
}

.kernel{
    width: 100%;
    background: #fff;
    text-align: center;
    color: #999;
    padding: 30px 0 50px;
}
.kernel_think{
    line-height: 36px;
}
.kernel_think a{
    color: #999;
}
.kernel_think span{
    color: #999;
    margin: 0px 10px;
    font-size: 10px;
}
a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 700px) {
    .breaks{
        display: none;
    }
}