﻿.head{
    font-size:28px;
    font-weight:bold;
    padding:12px 0;
    margin-bottom:15px;
    border-bottom:1px solid #CCC;
}

.head-bg{
    margin-bottom:60px;
}

.box{
    margin-bottom:20px;
}

    .box .box-title {
        font-size: 22px;
        font-weight: 600;
        color: #333;
        text-align: center;
        margin-bottom:10px;
    }

    .box .box-break {
        width: 60px;
        height: 5px;
        background-color: #00B9A9;
        margin: 10px auto 20px auto;
    }

.box .box-body{
    font-size:16px;
    color:#666;
    margin-bottom: 50px;
}

    .box .box-body p{
        line-height: 2;
        text-indent: 2em;
    }

@media (max-width: 768px) {
    .box{
        padding:0 5%;
    }
}

.imgList {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 50px;
}

    .imgList img {
        /*width: 112px;*/
        height: 162px;
        margin-right: 1%;
        cursor: pointer;
    }

.team {
    display: flex;
    align-items: center;
}

    .team img {
        /*float: left;*/
        width: 150px;
        height: 150px;
        margin-right: 50px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        box-shadow: 0 0 0 8px #F3F4F5, 0 0 5px 8px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 0 8px #F3F4F5, 0 0 5px 8px rgba(0, 0, 0, 0.2);
        -mox-box-shadow: 0 0 0 8px #F3F4F5, 0 0 5px 8px rgba(0, 0, 0, 0.2);
    }

    .team h3 {
        font-size: 20px;
        line-height: 2;
        margin: 0;
    }

    .team p{
        margin: 0;
    }