/* The setting of group member style in the group page */

section {
    width: 1520px;
    margin: 0 auto;
    margin-bottom: 100px
}

section .index-structure {
    width: 400px;
    height: 50px;
    margin-top: 0;
    margin-right: 200px;
    padding-top: 22px;
    font-size: 15px;
    font-weight: 300;
}

.index-structure-add {
    border-bottom: solid 1px rgba(0, 0, 128, 0.6);
    color: rgba(0, 0, 128, 0.6);
}

section .center-group {
    margin-top: 100px;
}

section .center-group li {
    width: 1300px;
    margin: 50px auto;
    border: solid 2px rgba(211, 211, 211, 0.85);
    border-radius: 20px;
}

section .center-group li:hover {
    border-color: red;
}

section .center-group li div {
    margin-left: 30px;
}

section .center-group li p {
    display: inline-block;
    vertical-align: top;
    width: 1000px;
    padding-top: 50px;
    padding-left: 50px;
}

section .center-group li:first-child p {
    padding-top: 19px;
}

section .non-center-group {
    background-color: rgba(0, 0, 0, 0.85);
    margin-top: 100px;
    color: whitesmoke;
    border-radius: 30px;
}

section .non-center-group li {
    margin: 50px 100px;
    display: inline-block;
    vertical-align: top;
}

section .non-center-group li div img {
    width: 160px;
    height: 160px;
}

section .non-center-group li div h1 {
    text-align: center;
}

section .non-center-group li p {
    display: none;
    width: 160px;
}