html,
body {
    background-color: #ededed;
}

.title {
    border-bottom: 2px solid #e5e5e5;
}

.content .list ul {
    list-style: none;
}

.content p,
.content .list>ul>li {
    text-indent: 2rem;
}

.awards p {
    margin: 20px 0;
}

.imgBox img {
    width: 600px;
    height: 290px;
}

.c-content {
    width: 1020px;
    min-height: 600px;
    height: auto;
    /* font-family: Arial, Helvetica, sans-serif; */
    margin: 20px auto 0px auto;
    color: #000;
    font-size: 15px;
    letter-spacing: 2px;
}

.c-content p {
    margin: 0px 10px 0px 10px;
    line-height: 42px;
}

.c-content .i-title {
    font-size: 14px;
    font-weight: bold;
}

.c-content .i-msg {
    text-indent: 2rem;
}