﻿
body, html {
    text-align: inherit !important;
}

.Development_case_column_2 .content .list-cont {
    justify-content: left !important;
}

#case {
    background-color: #f6f7f8;
}

.case_choose_list {
    width: 1200px;
    min-width: 1200px;
    margin: 30px auto 0;
    display: flex;
    height: 108px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 70px;
    justify-content: space-between;
    margin-top: -74px;
    position: relative;
    z-index: 9;
}

.choose_one {
    width: 100px;
    height: 108px;
    box-sizing: border-box;
    padding-top: 25px;
    text-align: center;
}

    .choose_one img {
        width: 30px;
        height: 30px;
    }

#echaticon201902 .fixed_ul img {
    margin-bottom: 5px;
}

.one_text {
    line-height: 36px;
}

.case_choose_list .act, .choose_one:hover {
    color: #d03136;
    border-bottom: 3px solid #d03136;
    cursor: pointer;
}

    .case_choose_list .act .one_text {
        color: #d03136;
    }


.content .list-cont {
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
    width: 100%;
}

    .content .list-cont .li {
        margin-left: 10px !important;
        justify-content: flex-start;
        align-items: center;
        width: 23% !important;
        /*height: 400px;*/
        padding: 0.5%;
        margin-bottom: 40px;
        background-color: #fff;
        /*border: 1px solid #E6E8ED;*/
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

.content {
    margin-top: 50px !important;
}

    .content .list-cont .li:hover {
        box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
    }
