﻿.case_container {
    width: 1200px;
    margin: 0 auto;
}

    .case_container * {
        box-sizing: border-box;
    }

.case_position {
    height: 60px;
    line-height: 60px;
    color: #777;
}

    .case_position a {
        color: #777;
    }

        .case_position a:hover {
            color: #16ac5e;
        }

    .case_position span {
        margin: 0 5px;
    }

.case_item {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

    .case_item .case_item_list {
        width: 170px;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }

        .case_item .case_item_list .case_item_tag {
            width: 30px;
            height: 90px;
            border: 1px solid #ddd;
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: #555;
        }

.case_item_detail {
    width: 140px;
    height: 90px;
    overflow: hidden;
    padding-left: 5px;
}

    .case_item_detail a {
        height: 22px;
        line-height: 22px;
        margin-right: 5px;
        font-size: 12px;
        color: #555;
        padding: 0 4px;
        float: left;
    }

        .case_item_detail a:hover {
            color: #16ac5e;
        }

        .case_item_detail a.on {
            background-color: #16ac5e;
            color: #fff;
        }

            .case_item_detail a.on:hover {
                color: #fff;
            }

.case_bar {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

    .case_bar .case_bar_list {
        display: flex;
        display: -webkit-flex;
    }

        .case_bar .case_bar_list li {
            padding: 0 30px;
            font-size: 14px;
            border-right: 1px solid #ddd;
        }

            .case_bar .case_bar_list li.on {
                background-color: #16ac5e;
            }

                .case_bar .case_bar_list li.on a {
                    color: #fff;
                }

                .case_bar .case_bar_list li.on:hover a {
                    color: #fff;
                }

            .case_bar .case_bar_list li:hover a {
                color: #16ac5e;
            }

    .case_bar .case_bar_count {
        font-size: 14px;
        color: #999;
        margin-right: 10px;
    }

        .case_bar .case_bar_count span {
            color: #ff6b23;
            margin: 0 5px;
        }

.case_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.case_list li {
    width: 380px;
    height: 370px;
    margin-bottom: 20px;
    margin-right: 20px;
    box-shadow: 0 0 6px #ddd;
    
}

.case_list li:nth-child(1) {
    border: 1px solid #ddd;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow:none;
}

.case_list li:nth-child(1) p {
    font-size: 24px;
}

.case_list li:nth-child(1) span {
    color: #555;
    font-size: 14px;
}

.case_list li:nth-child(3n) {
    margin-right: 0;
}

.case_list li .case_list_cover {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.case_list li .case_list_cover img {
    display: block;
    width: 100%;
    height: 220px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.case_list li .case_list_cover:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.case_list li .case_list_cover .order_like {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    display: none;
}

.case_list li:hover .order_like {
    display: block;
}

.case_list_cover .order_like .order {
    display: block;
    width: 50%;
    text-align: center;
    background-color: rgba(22, 172, 94, .6);
    color: #fff;
    font-size: 12px;
    float: left;
}

.case_list_cover .order_like .like {
    width: 50%;
    color: #fff;
    font-size: 12px;
    background: url('../images/heart.png') no-repeat 50px center rgba(0, 0, 0, .5);
    padding-left: 70px;
    cursor: pointer;
    float: left;
}

.case_list li .case_title {
    display: flex;
    display: -webkit-flex;
    /* height: 50px; */
    /* line-height: 50px; */
    padding: 20px 24px 0 24px;
    /* justify-content:space-between; */
    flex-direction: column;
}

.case_list li .case_title .title {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 15px;
}

/* .case_list li .case_title span{
        color:#999;
    } */
/* .case_list li .case_title:hover, .case_list li .case_title:hover span{
        color: #16ac5e;
    } */
.case_list li .msg {
    font-size: 13px;
    color: #aaaaaa;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 14px;
}
.case_list li .tags{
    display: flex;
    
}
.case_list li .tags span{
    margin-right: 10px;
    color: #2fb476;
    background-color: #e0f4eb;
    /* border: 1px solid #dddddd; */
    border-radius: 12px;
    padding: 3px 10px;
    font-size: 12px;
}
.case_list li .tags span:nth-last-child(1){
    margin: 0;
}
.case_page {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 14px;
}

    .case_page p, .case_page a {
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ddd;
        margin-right: 5px;
    }

        .case_page a.on {
            background-color: #16ac5e;
            border-color: #16ac5e;
            color: #fff;
        }

            .case_page a.on.on:hover {
                color: #fff;
            }

        .case_page a:hover {
            color: #16ac5e;
        }

.case_keyword_desc {
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 0 auto 24px auto;
    width: 1200px;
    box-sizing: border-box;
    font-size: 14px;
}

.contact_container {
    border-top: 1px solid #ECECEC;
    font-size: 14px;
    color: #8F8F8F;
    padding: 20px 0 0 0;
    margin-bottom: 50px;
}

    .contact_container .link_tab {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ECECEC;
    }

        .contact_container .link_tab span {
            margin-right: 20px;
            display: block;
            float: left;
            color: #443f3f;
            cursor: pointer;
        }

            .contact_container .link_tab span.on {
                border-bottom: 1px solid #01b063;
            }

    .contact_container .link_item {
        padding: 20px 0 10px 0;
        line-height: 24px;
    }

        .contact_container .link_item a {
            color: #8F8F8F;
            margin: 0 5px;
            margin-right: 10px;
            display: block;
            float: left;
        }

            .contact_container .link_item a:hover {
                color: #01b063;
            }

.case_gzitem {
    border: 1px solid #EAEAEA;
    margin-bottom: 25px;
    line-height: 28px;
    border-collapse: collapse;
}

    .case_gzitem tr {
        border-bottom: 1px dotted #EAEAEA;
        border-collapse: collapse;
    }

        .case_gzitem tr th {
            font-weight: normal;
            font-size: 14px;
            color: #888;
            white-space: nowrap;
            padding: 6px 25px;
            border: 0;
            background-color: #FAFAFA;
        }

        .case_gzitem tr td {
            padding: 6px 4px;
            border-collapse: collapse;
        }

            .case_gzitem tr td a {
                color: #666666;
                margin: 0 2px;
                padding: 1px 3px;
                border: 1px solid #fff;
                white-space: nowrap;
            }

                .case_gzitem tr td a:hover {
                    color: #16ac5e;
                }

                .case_gzitem tr td a.on {
                    background-color: #16ac5e;
                    color: #fff;
                }
