.cons-con {
    width: 850px;
}

.project-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.project-list .item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.project-list .item .icon {
    width: 320px;
    height: 380px;
    background: #999999;
}

.project-list .item .text {
    width: 100%;
    height: 54px;
    background: #009FE8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-list .item .text .name {
    display: flex;
    align-items: center;
    padding-left: 6px;
    color: #ffff;
    font-size: 16px;
    width: 200px;
    height: 54px;
}

.project-list .item .text .but {
    width: 54px;
    height: 54px;
    font-size: 16px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    background: #1E4C98;

}