
.warp {
    width: 800px;
}

* {
    margin: 0;
    padding: 0;
}

.container1 {
    width: calc(100% - 40px);
    padding: 20px;
    height: 100%;
   /* background: #F3F3F3;
    border: 1px solid #cccccc;*/
    margin: auto
}

    .container1 > .item_box:last-child {
        margin-bottom: 0;
    }

.item_box {
    display: flex;
    margin-bottom: 20px;
}

.img_box {
    width: 180px;
    height: 240px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #b5b5b5;
}

    .img_box > img {
        width: 100%;
        height: 100%;
    }

.user_info {
    width: calc(100% - 180px - 20px);
    margin-left: 20px;
}

.name_box {
    /*display: flex;*/
    /* align-items: center; */
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
}

    .name_box > div {
        /* width: 100px; */
        font-size: 18px;
        font-weight: bold;
        margin-right: 15px;
        color: #000;
    }

    .name_box > p {
        /*width: calc(100% - 70px);*/
        font-size: 16px;
        font-weight: normal;
        /*color: #000;*/
    }

.profile_box {
    width: 100%;
    font-size: 16px;
    color: #333333;
    text-indent: 24px;
    line-height: 20px;
    margin-top: 10px;
    text-align: justify;
    text-justify: inter-ideograph
}

    .profile_box p {
        margin-bottom: 10px;
        line-height:28px;
    }
