@charset "utf-8";

.industry-services-list-title{
    width: 100%;
    height: 160px;
    line-height: 160px;
    text-align: center;
    opacity: 1;
    background: rgba(56, 56, 56, 1);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.industry-services-list-title h2{
    font-size: 30px;
    font-weight: 500;
    line-height: 160px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.navigation-box{
    padding:  10px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 34.48px;
    color: rgba(190, 190, 190, 1);
}

/* 列表部分开始 */

.industryServicesList-content{
    /* width: 1452px;
    margin: 0 auto; */
    padding: 0 10px;
}
.industry-services-list-box{
    display: flex;
    flex-wrap: wrap;
}
.industry-services-list-item{
    /* width: 418px;
    margin-bottom: 100px; */
    width: calc(50% - 5px);
    /* height: 126px; */
    margin-bottom: 10px;
}
.industry-services-list-box .industry-services-list-item:nth-child(2n){
    margin-left: 10px;
}
/* .industry-services-list-box .industry-services-list-item:nth-child(3n-1){
    margin: 0 99px 100px;
} */
.industry-services-list-item img{
    width: 100%;
    height: 100px;
    vertical-align: top;
}
.industry-services-list-item p{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #555;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: auto;
}
.load-more{
    display: flex;
    align-items: center;
    justify-content: center;
}
.load-more button{
    cursor: pointer;
    width: 180px;
    height: 65px;
    opacity: 1;
    border-radius: 5px;
    background: rgba(16, 186, 196, 1);
    border: none;
    outline: none;
    font-size: 30px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 200px;
}

/* 列表部分结束 */