.case__area--list {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto
}

.case__area--list .col-12 {
    padding-left: 0;
    padding-right: 0
}

.case__area--list .col-6 {
    padding-left: 15px;
    padding-right: 0
}

.case__area--list .col-6:nth-child(even) {
    padding-left: 0;
    padding-right: 15px
}

.cases-item {
    margin: 56px 0 16px;
    border: 1px solid #E6E6E6;
    border-radius: 4px
}

.cases-item:hover {
    border: 1px solid #e40011
}

.cases-item--thumb {
    height: 326px;
    overflow: hidden
}

.cases-item--info {
    margin: 16px 20px 32px
}

.cases-item--industry {
    font-family: HYQiHei-FES;
    font-size: 16px;
    color: rgba(114,114,114,.9) !important;
    line-height: 28px;
    display: flex;
    align-items: center
}

.cases-item--industry:after {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background: #e40011;
    margin-left: 8px
}

.cases-item--title {
    font-family: HYQiHei-FES;
    font-size: 24px;
    color: rgba(0,0,0,.9) !important;
    line-height: 28px;
    margin-top: 8px
}

.cases-item--tags {
    margin-top: 16px;
    display: flex
}

.cases-item--tags li {
    height: 24px;
    line-height: 24px;
    background: #f0f0f0;
    border-radius: 16px;
    margin-right: 8px;
    font-family: HYQiHei-EES;
    font-size: 12px;
    color: rgba(0,0,0,.6);
    text-align: center;
    padding: 0 12px
}

.cases-item--tags li:hover {
    color: #e40011;
    background-color: #fce5e7
}

.case-list>a:nth-child(even) {
    padding-left: 22px;
    padding-right: 0
}

.case-list>a:nth-child(odd) {
    padding-right: 22px;
    padding-left: 0
}

.case-detail-main {
    background-color: #fafafa
}

.case__detail {
    margin-top: -432px;
    position: relative
}

.case__detail .container--title-content {
    height: auto;
    padding-bottom: 70px
}

.case-details-banner {
    min-height: 720px
}

.case-details-banner:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: .5;
    min-height: 720px;
    background: #000000
}

h4.case__details--title {
    color: #fff;
    font-family: HYQiHei-FES;
    font-size: 56px;
    letter-spacing: 2px;
    text-align: left;
    line-height: 78px
}

.case__details--tag {
    text-align: center;
    display: inline-block;
    margin-top: 20px
}

.case__details--tag li {
    position: relative;
    display: inline-block;
    font-family: HYQiHei-EZS;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
    color: #eee;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,.5);
    overflow: hidden;
    border-radius: 16px;
    margin-right: 12px;
    cursor: pointer
}

.case__details--tag li:before {
    content: "";
    background: rgba(0,0,0,.05);
    filter: blur(12px);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%
}

.case__details--tag li span {
    position: relative
}

.case__details--tag li:hover {
    border-color: rgba(255,255,255,.4);
    background-color: rgba(255,255,255,.4)
}

.w-img img {
    width: 100%
}

.m-img img {
    max-width: 100%
}

.zent-infinite-scroller-y[data-zv="9.12.7"] {
    overflow-y: auto
}

#site-article__container {
    margin-top: 90px;
    background-color: #fafafa
}

