.content_item{
    margin-bottom: 10px;
}
.content_list{
    display: flex;
    flex-wrap: wrap 
}
.content_itemtitle{
    padding: 20px 0px;
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
}
.content_listitem{
    width: 320px;
    height: 120px;
    background: #FFFFFF;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    float: left;
    margin-right: 20px;
}
.content_itemtop{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top:5px;
    background: url("../img/more.png") no-repeat;
}
.content_itembot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 24px;
}
.content_itemtext{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
}
.content_itemicon{
    width: 48px;
    height: 48px;
}
.content_itemicon img{
    width: 100%;
    height: 100%;
}
.add{
    justify-content: center;
}

.poplist{
    width: 750px;
    padding: 30px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: row;
}
.poplist_item{
    width: 180px;
    height: 20px;
    padding: 30px 16px;
    margin-bottom: 20px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 10px 0px rgba(63, 41, 14, 0.32);
}
.poplist_item img{
    width: 24px;
    height: 24px;
}
.formbox{
    display: flex;
    flex-wrap: wrap;
}