@charset "utf-8";
body {
    background: #eee;
}
a {
    text-decoration: none;
}
h2 {
    width: 270px;
    margin: 20px auto;
    margin-top: 47px;
    line-height: 3.5rem;
    font-size: 26px;
    text-align: center;
    background: rgb(79, 149, 255);
    border: solid 2px rgb(0, 24, 241);
    border-radius: 10px;
    color: #fff;
}
.box {
    width: 98%;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 7px;
}
.i-100 {
    width: 100%;
}
.i-100 img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px 10px 0 0;
}
h3 {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}
h4 {
    font-size: 16px;
    color: #333;
    text-align: right;
    margin-top: 10px;
}
@media (min-width: 634px){
    #eng-box {
        width: 96%;
        margin: 0 auto;
        display: flex;
    }
    #eng-box article {
        flex: 1;
    }
    h2 {
        margin: 10px auto;
    }
    .fo-box {
        overflow: hidden;
    }
    .fo-box section {
        float: left;
        margin: 10px;
    }
    .box {
        width: 220px;
        height: 340px;
    }
}