* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}
#mainBox {
    width: 100%;
}
.common-header {
    width: 100%;
    height: 80px;
}
.common-footer {
    width: 100%;
    height: 108px;
}
.bannerBox {
    height: 600px;
    background: url('../assets/media-banner.jpg') no-repeat;
    /* margin-top: -4px; */
    text-align: center;
    padding-top: 270px;
}
.bannerBox div {
    height: 60px;
}
.contentBox {
    position: relative;
    height: 1630px;
    background: #f2f2f2;
}
.listBox {
    width: 1200px;
    position: absolute;
    left: calc(50% - 600px);
    top: -150px;
}
.item {
    width: 373px;
    float: left;
    margin-left: 40px;
}
.item-1 {
    margin-left: 0;
}
.titleBox {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: rgba(14,14,14,1);
    line-height: 37px;
    padding: 25px 14px;
}
.logoBox {
    background: #fff;
}
.logoBox img {
    display: block;
    width: 367px;
}
.textBox {
    font-size: 18px;
    font-weight: 300;
    color: rgba(14,14,14,1);
    line-height: 28px;
    padding: 0 14px;
}
.row {
    overflow: hidden;
}
.row {
    margin-top: 80px;
}
.row-1 {
    margin-top: 0;
}
.loadMoreBtnBox {
    text-align: center;
    margin-top: 50px;
}
