/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-5-19, 8:37:25
    Author     : zhua
*/

section.single .title_line {
    background-image: url(index/line_drawing_case.png);
    height: 145px;
    background-position: center;
    background-repeat: no-repeat;
}

section.breadbar .breadpath {
    width: 1200px;
    display: block;
    margin: 0 auto;
}



section.content {
    width: 1200px;
    margin: 0 auto;
}
section.content .cg_title {
    margin-top: 33px;
}
section.content .cg_title .bar {
    width: 131px;
    height: 50px;
    background-image: url(index/more_case_bar.png);
    background-repeat: no-repeat;
}
section.content .cg_title > a {
    margin-top: 8px;
    float: right;
    display: block;
    width: 95px;
    height: 30px;
    border: 2px solid #ff8173;
    color: #ff8173;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    font-size: 15px;
}

section.content .category {
    margin: 45px 0;
}
section.content .category > a {
    width: 165px;
    height: 54px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #eee;
    color: #000;
}
section.content .category > a.active {
    background-color: #556dea;
    color: #fff;
}
section.content .category > a:first-child {

}
section.content ul.house_list {
    padding-left: 0;
    list-style: none;
}
section.content ul.house_list > li {
    display: inline-block;
    width: 286px;
    height: 372px;
}

section.content ul.house_list > li > a {
    display: block;
    height: 357px;
    background-color: #eee;
}

section.content ul.house_list > li > a:hover {
/*    height: 484px;
    border: 1px solid #556dea;*/
    box-shadow: 0px 7px 10px 5px #aaa;
}

section.content ul.house_list > li .img {
    width: 286px;
    height: 286px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.content ul.house_list > li > a:hover .img {
/*    width: 376px;
    height: 376px;*/
}

section.content ul.house_list > li .subject {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    padding: 0 1em
}
section.content ul.house_list > li .desc {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #696969;
}
section.content ul.house_list > li .desc b {
    color: #556dea;
    font-weight: normal;
}

.banner2 {
    background-image: url(./banners/banner2.jpg);
    width: 100%;
    height: 370px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}