﻿.wrapper {
    width: 100%;
    min-width: 1500px;
    padding-top: 30px;
    min-height: 500px;
}

.hot-article-list {
    width: 1280px;
    margin: 0 auto;
}
.hot-article-list .channel-article-cell:first-child {
    border-top: none;
}
.hot-article-list .channel-article-cell {
    padding: 20px 0;
    border-top: 1px solid #E6E6E6;
}
.channel-article-cell {
    display: -ms-flexbox;
    display: flex;
    cursor:pointer;
}
    .channel-article-cell:hover h3 {
        color: #295BFF !important
    }
.channel-article-cell .article-cover {
    margin-right: 20px;
    position: relative;
}
.channel-article-cell .article-cover .article-picture {
    height: auto;
    width: 220px;
    -o-object-fit: contain;
    object-fit: contain;
}
.channel-article-cell .text-wrap {
    -ms-flex: 1 1;
    flex: 1 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.channel-article-cell .text-wrap h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    min-height: 75px;
}
.channel-article-cell .article-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}
.channel-article-cell .article-bottom .article-media {
    color: #666;
}
.channel-article-cell .article-bottom .article-share {
    color: gray;
}
.i-share {
    position: relative;
    display: inline-block;
    color: #808080;
    height: 22px;
    line-height: 22px;
}
    .i-share .t {
        display: inline-block;
        padding-left: 18px;
        background: url('../Images/browse.png') no-repeat left center;
        cursor: pointer;
    }
.channel-article-cell .article-bottom .article-share .article-comment {
    margin-left: 15px;
    color: gray;
}
.article-comment img {
    position: relative;
    top: -1px;
}
.case-industry {
    padding-bottom: 50px;
}

    .case-industry .industry-select {
        padding-bottom: 10px;
    }

        .case-industry .industry-select p {
            font-size: 14px;
            color: #252B3A;
            line-height: 32px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: top;
        }

            .case-industry .industry-select p:nth-child(2) {
                display: none;
            }

        .case-industry .industry-select .industry-slide {
            display: inline-block;
            vertical-align: middle;
            max-width: calc(100% - 98px);
        }

            .case-industry .industry-select .industry-slide .industry-item, .scenes-item {
                font-size: 14px;
                color: #666A75;
                line-height: 20px;
                padding: 6px 10px;
                margin-bottom: 10px;
                border: 1px solid #DDDDDD;
                border-radius: 2px;
                float: left;
                margin-right: 10px;
                transition: all 0.3s;
                cursor: pointer;
            }

                .case-industry .industry-select .industry-slide .industry-item.active, .scenes-item.active {
                    background-color: #C7000B;
                    color: #ffffff !important;
                    border: none;
                }

                .case-industry .industry-select .industry-slide .industry-item:hover, .scenes-item:hover {
                    border-color: #C7000B;
                    color: #C7000B;
                }

    .case-industry .industry-content {
        padding-top: 20px;
    }

        .case-industry .industry-content .industry-info-slide:before,
        .case-industry .industry-content .industry-info-slide:after {
            content: " ";
            display: table;
        }

        .case-industry .industry-content .industry-info-slide:after {
            clear: both;
        }

        .case-industry .industry-content .industry-info-slide .excellent-item {
            position: relative;
            padding: 30px 0px 30px 0px;
            width: calc((100% - 60px ) /4);
            float: left;
            transition: all 0.3s;
            margin-bottom: 20px;
            margin-right: 20px;
            background-color: #ffffff;
            border-radius: 2px;
        }

            .case-industry .industry-content .industry-info-slide .excellent-item:nth-child(4n) {
                margin-right: 0px;
            }

            .case-industry .industry-content .industry-info-slide .excellent-item h2 {
                font-size: 16px;
                color: #252B3A;
                line-height: 22px;
                margin-bottom: 5px;
                font-weight: 700;
                text-align: center;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .case-industry .industry-content .industry-info-slide .excellent-item:after {
                content: '';
                width: 0;
                height: 4px;
                background-color: #295BFF;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.5s;
                z-index: 1;
                border-radius: 2px 2px 0 0;
            }

            .case-industry .industry-content .industry-info-slide .excellent-item:hover:after {
                width: 100%;
            }

            .case-industry .industry-content .industry-info-slide .excellent-item:hover {
                position: relative;
                z-index: 1;
                box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
            }

            .case-industry .industry-content .industry-info-slide .excellent-item .excellent-item-content {
                padding: 0 30px;
                text-align:center;
            }

                .case-industry .industry-content .industry-info-slide .excellent-item .excellent-item-content > a {
                    display: block;
                    margin-bottom: 20px;
                }

                    .case-industry .industry-content .industry-info-slide .excellent-item .excellent-item-content > a .excellent-vaule-img {
                        margin-bottom: 20px;
                        text-align: center;
                    }

            .case-industry .industry-content .industry-info-slide .excellent-item img {
                width: 100%;
            }
            .excellent-vaule-imgs{
                width: 100%;
                height:152px;
                background-position:center;
                background-size:cover
            }

            .case-industry .industry-content .industry-info-slide .excellent-item p {
                font-size: 12px;
                color: #A0A2A8;
                line-height: 22px;
                height: 44px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .case-industry .industry-content .industry-info-slide .excellent-item dl {
                display: none;
            }

                .case-industry .industry-content .industry-info-slide .excellent-item dl dd {
                    font-size: 12px;
                    color: #A0A2A8;
                    line-height: 22px;
                    margin-bottom: 5px;
                }

                    .case-industry .industry-content .industry-info-slide .excellent-item dl dd a:hover {
                        color: #f66f6a;
                    }

                    .case-industry .industry-content .industry-info-slide .excellent-item dl dd span {
                        color: #252B3A;
                        margin-right: 10px;
                        font-weight: 700;
                    }

                    .case-industry .industry-content .industry-info-slide .excellent-item dl dd i {
                        width: 24px;
                        height: 24px;
                        font-size: 24px;
                    }

            .case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon {
                height: 44px;
                overflow: hidden;
            }

                .case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd {
                    display: inline-block;
                    margin-right: 0px;
                    text-align: center;
                    margin-bottom: 0px;
                    width: 42px;
                }

                    .case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd:first-child {
                        width: auto;
                        margin-right: 0px;
                        vertical-align: top;
                    }

                        .case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd:first-child span {
                            margin-right: 0px;
                        }

                    .case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd:nth-child(n+6) {
                        display: none;
                    }

                    .case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd i {
                        display: block;
                        width: 22px;
                        height: 22px;
                        font-size: 22px;
                        margin: 0 auto;
                    }

                        .case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd i:before {
                            color: #252B3A;
                        }

                    .case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd a {
                        display: inline-block;
                        width: 42px;
                        font-size: 12px;
                        color: #252B3A;
                        line-height: 12px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                        .case-industry .industry-content .industry-info-slide .excellent-item .excellent-icon dd a:hover {
                            color: #f66f6a;
                        }

    .case-industry.industry-en .industry-info-slide h2 {
        height: 44px;
    }
    .case-industry .industry-content .industry-info-slide .excellent-item {
        height: 250px;
    }

    .case-industry .industry-select .industry-slide .industry-item.active:hover, .scenes-item.active:hover {
        color: #ffffff;
    }
.excellent-img {
    width: 70px !important;
    height: 70px;
}

html[lang='ar-MENA'] .industry-select > p {
    margin-right: 0;
    text-align: left;
    text-wrap: nowrap;
    width: 80px;
}

html[lang='ar-MENA'] .case-industry .industry-content .industry-info-slide .excellent-item {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

    html[lang='ar-MENA'] .case-industry .industry-content .industry-info-slide .excellent-item:nth-child(4n) {
        margin-left: 0px;
    }

    html[lang='ar-MENA'] .case-industry .industry-content .industry-info-slide .excellent-item:after {
        left: auto;
    }

html[lang='ar-MENA'] .case-industry .industry-select .industry-slide {
    display: inline-flex;
    flex-flow: row wrap;
}

@media (max-width: 767px) {
    .case-industry .industry-content .industry-info-slide .excellent-item {
        height: auto;
    }

    .case-industry .industry-select .industry-slide .industry-item, .scenes-item {
        width: auto;
        margin-right: 10px;
    }

    html[lang='ar-MENA'] .industry-slide,
    html[lang='ar-MENA'] .industry-select > p {
        display: none !important;
    }
}