@charset "UTF-8";

div.title {
    min-height: 100px;
    border-top: 1px solid #eeecec;
    border-bottom: 1px solid #eeecec;
    text-align: center;
}

div.title .category span {
    padding: 5px 14px;
    color: #fff;
    background-color: #9ada51;
    font-size: 14px;
    line-height: 25px;
}

div.title h1 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 24px;
}

.gaiyou {
    padding: 60px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.gaiyou .col {
    width: 50%;
    float: left;
    padding: 1%;
}

.gaiyou .image {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-color: #333333;
    text-align: center;
    padding: 5%;
}

.gaiyou .image img {
    width: 100%;
    height: auto;
    /* min-width: 100%;
    min-height: 100%; */
}

.gaiyou h2 {
    font-weight: bold;
    color: #2b2b2b;
    font-size: 25px;
    margin-bottom: 24px;
}

.gaiyou .line {
    border-bottom: 3px solid rgb(0, 206, 209);
    width: 250px;
    height: 0;
    margin-bottom: 24px;
}

.gaiyou p {
    color: #777;
    font-size: 20px;
    line-height: normal;
}

.gaiyou .button {
    display: inline-block;
    margin: 48px 0;
    background-color: #00C1CF;
    border: 2px solid: #00C1CF;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    padding: 0 32px;
    font-weight: normal;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
    min-width: 200px;
    height: 62px;
    text-align: center;
    line-height: 62px;
}

.gaiyou .button:hover {
    background-color: #ffffff;
    color: #f2f2f2;
    border-color: #009ba6;
    background-color: #009ba6;
}

.messages {
    background-color: #f2f2f2;
    padding: 60px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.messages h2 {
    font-size: 35px;
    color: #222222;
    text-align: center;
    margin-top: 64px;
}

.messages p {
    font-size: 18px;
    color: #777777;
    text-align: center;
}

.messages .col {
    float: left;
    width: 50%;
    padding: 1%;
}

.messages .message {
    margin: 64px 0;
}

.messages .message h3 {
    font-weight: normal;
    color: #333333;
    font-size: 20px;
}

.messages .message h3 i {
    color: #00ced1;
    font-size: 40px;
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    vertical-align: top;
    margin-right: 12px;
}

.messages .message p {
    text-align: left;
    margin-left: 57px;
}

.interns {
    padding: 60px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.interns h2 {
    line-height: 2;
    color: #1b1b1b;
    font-size: 17px;
    font-weight: normal;
    margin-left: 1vw;
}

.interns .col {
    width: 33.3%;
    float: left;
}

.interns .col .inner {
    margin: 1vw;
    border: 1px solid #f2f2f2;
    padding: 32px;
}

.interns p {
    font-size: 12px;
    margin-bottom: 11px;
    line-height: 1.88;
    color: #777;
}

.interns h3 a {
    color: #565656;
    text-decoration: none;
    font-size: 21px;
    font-weight: normal;
}

.interns h3 a:hover {
    color: #00a9d1;
}


@media (max-width: 1050px) {
    .gaiyou {
        padding: 5%;
    }
    
    .gaiyou .col {
        float: none;
        width: 100%;
    }
    
    .gaiyou .col.right {
        width: 90%;
        margin: 64px auto 0 auto;
    }
    
    .messages {
        padding: 5%;
    }
    
    .messages .col {
        float: none;
        width: 100%;
    }
    
    .interns {
        padding: 5%;
    }
    
    .interns .col {
        float: none;
        width: 100%;
    }
}