.clearfix {
    *overflow: hidden;
    *zoom: 1;
    clear: both;
}

.clearfix:after {
    display: table;
    content: "";
    width: 0;
    clear: both;
}

.crc-lyBanner {
    width: 100%;
    height: 320px;
    border: solid 1px #eeeeee;
    padding: 10px;
    margin-top: 60px;
    box-sizing: border-box;
}

.crc-lyBanner img {
    max-width: 100%;
    max-height: 100%;
}

.crc-lyList-item:not(:last-child) {
    box-shadow: inset 0px -1px 0px 0px #dddddd;
    margin-bottom: 60px;
}

.crc-lyList-item-l {
    float: left;
    width: 20%;
}

.crc-lyList-item-r {
    float: left;
    width: 80%;
    height: 100%;
}

.crc-lyList {
    margin-top: 80px;
    margin-bottom: 80px;
}

.crc-lyList-item-l-title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.crc-lyList-item-l-desc {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.crc-lyList-item-r-logo-item {
    float: left;
}

.crc-lyList-item-r-pic-main {
    float: left;
}

.crc-lyList-item-r-pic-font {
    float: left;
}

.crc-lyList-item-l-pic-main {
    float: left;
    width: 350px;
}

.crc-lyList-item-l-pic-main img {
    max-width: 100%;
    max-height: 100%;
}

.crc-lyList-item-l-pic-font {
    float: right;
    line-height: 24px;
    width: calc(100% - 350px - 40px);
    font-size: 14px;
    text-align: left;
}

.crc-lyList-item-r-logo-desc {
    color: #333;
    font-size: 14px;
    padding-top: 30px;
    margin-bottom: 20px;
}

.crc-lyList-item-r-logo-item {
    width: 120px;
    height: 77px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: solid 2px #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crc-lyList-item-r-logo-item:nth-child(7n) {
    margin-right: 0;
}

.crc-lyList-item-r-logo-item img {
    max-width: 100%;
    max-height: 100%;
}

.crc-lyList-item-r-logo {
    padding-bottom: 40px;
    text-align: left;
}

.crc-lyBanner-mob {
    display: none;
}

.crc-lyBanner-mob img {
    max-width: 100%;
}

@media (max-width: 500px) {
    .crc-lyList-item-l {
        float: none;
        width: 100%;
    }
    .crc-lyList-item-l-desc {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .crc-lyList-item-r {
        width: 100%;
    }
    .crc-lyList-item-r-logo-desc {
        padding-top: 20px;
    }
    .crc-lyList-item:not(:last-child) {
        margin-bottom: 30px;
    }
    .crc-lyList-item-r-logo {
        padding-bottom: 30px;
    }
    .crc-lyBanner-mob {
        display: block;
    }
    .crc-lyBanner {
        display: none;
    }
    .crc-lyList-item-r-logo-item {
        height: auto;
        width: calc(100% / 3 - 14px);
    }
    .crc-lyList-item-r-logo-item:nth-child(3n) {
        margin-right: 0;
    }
    .crc-lyList-item-r-logo-item:nth-child(7n) {
        margin-right: 0px;
    }
    .crc-lyList {
        margin-top: 0;
    }
}

@media (max-width: 1024px) {
    .crc-lyList-item-l-pic-main {
        width: 100%;
        float: none;
        text-align: left;
    }
    .crc-lyList-item-l-pic-font {
        width: 100%;
        float: none;
    }
    .container {
        box-sizing: border-box;
        padding: 0 15px;
        width: 100%;
    }
    .curr-nav {
        width: 100%;
    }
    .crc-lyList-item-r-logo-item:nth-child(7n) {
        margin-right: 15px;
    }
    .crc-lyList-item-l-title {
        font-size: 20px;
    }
}

@media (max-width:800px) {
    .crc-lyList-item-l-title {
        font-size: 16px;
    }
    .crc-lyList-item-l-desc {
        font-size: 12px;
    }
}