/********Í¼Æ¬×é**********/
.comp-imgs .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.comp-imgs .item {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px 20px;
} 
 
.comp-imgs .items-fx-wrap {
    justify-content: flex-start;
    flex-wrap: wrap;
}

.comp-imgs .items-fx-wrap .item {
    flex: none;
}

.comp-imgs .items-fx-wrap-2 .item {
    width: 50%;
}

.comp-imgs .items-fx-wrap-3 .item {
    width: 33.33%;
}

.comp-imgs .items-fx-wrap-4 .item {
    width: 25%;
}

.comp-imgs .items-fx-wrap-5 .item {
    width: 20%;
}

.comp-imgs .items-fx-wrap-6 .item {
    width: 16.66%;
} 

.comp-imgs .item img {
    width: 100%;
    height:auto;
}

.comp-imgs .item h2 {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}

.comp-imgs .item .text {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    margin-top: 15px;
    padding-bottom: 10px;
}
