section {
    clear: both;
}
section.banner a {
    display: block;
    width: 100%;
    min-width: 1200px;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.single {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px #eee solid;
    padding-bottom: 50px;
}
section.single .title_line {
    background-image: url(index/line_drawing_case.png);
    height: 145px;
    background-position: center;
    background-repeat: no-repeat;
}
section.single .house {
    overflow: hidden;
}
section.single .house > div {
    float: left;
}
section.single .house .cover {
    width: 794px;
    height: 373px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.single .house .info {
    width: 406px;
    min-height: 373px;
}
section.single .house ul {
    list-style: none;
    padding-left: 60px;
}
section.single .house ul > li {
    font-size: 15px;
    margin-top: 17px;
}
section.single .house ul > li.no {
    font-weight: bold;
}
section.single .house ul > li.subject {
    font-size: 30px;
}
section.single .house ul > li .button {
    display: inline-block;
    width: 147px;
    height: 47px;
    background-color: #ff6b5a;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 47px;
}
section.single .house ul > li .button:hover {
    opacity: 0.8;
}


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;
    width: 88px;*/
    height: 50px;
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: bold;
    border-left: 4px solid #ff9083;
    padding-left: 16px;
    line-height: 50px;
}
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: #ff6b5a;
    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: 378px;
    height: 520px;
}

section.content ul.house_list > li > a {
    display: block;
    height: 486px;
    background-color: #eee;
}

section.content ul.house_list > li > a:hover {
/*    height: 484px;*/
/*    border: 1px solid #ff6b5a;*/
    box-shadow: 0px 7px 10px 5px #aaa;
}

section.content ul.house_list > li .img {
    width: 378px;
    height: 378px;
    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: #ff6b5a;
    font-weight: normal;
}

section.content .title_line {
    width: 100%;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 50px;
    font-size: 0;
}

section.content .title_line.title_line_tzal {
    background-image: url(index/tzfa.png);
}

section.content .title_line.title_line_jcsj {
    background-image: url(index/jcsj.png);
}

section.content .title_line.title_line_zxsj {
    background-image: url(index/zxsj.png);
}

section.content .title_line.title_line_jfzs {
    background-image: url(index/jfzs.png);
}

section.content #category {
    height: 55px;
}

section.content .box_more {
    position: relative;
}

section.content .box_more .more_mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 378px;
    background-color: rgba(0,0,0,0.2);
}

.box_more .more_mask .more_txt {
    margin: 100px auto 0;
    border: 8px #fff solid;
    width: 224px;
/*    height: 164px;*/
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
    padding: 15px 0;
    font-family: '微软雅黑,黑体'
}

section.content .built_house_list {
    padding-left: 0;
    list-style: none;
    margin-top: 60px;
}
section.content .built_house_list > a {
    display: inline-block;
    width: 380px;
    height: 380px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px;
}

section.content .design_list > a {
    height: 253px;
}

section.content .design_list > a.box_more .more_mask {
    height: 253px;
}

section.content .design_list > a.box_more .more_mask .more_txt {
    line-height: 50px;
    margin-top: 50px;
}

section.content .built_house_list > a:hover {
/*    width: 378px;
    height: 378px;
    border: 1px solid #ff6b5a;*/
    box-shadow: 0px 7px 10px 5px #aaa;
}

section.content .built_house_list > a .subject {
    position: absolute;
    bottom: 0;
    width: 348px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    padding: 0.2rem 1em;
    background-color: rgba(0,0,0,0.3);
}
section.content .built_house_list > a:hover .subject {
/*    width: 346px;*/
}


section.content ul.docs {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 50px;
}

section.content ul.docs > li {
    display: block;
    float: left;
    height: 95px;
/*    width: 100%;*/
    width: 50%;
    border-bottom: 1px #eee solid;
    padding: 18px 0;
    overflow: hidden;
}

section.content ul.docs > li .img {
    width: 142px;
    height: 94px;
    background-color: #eee;
    background-position: center;
    background-size: cover;
    float: left;
}

section.content ul.docs > li .info {
    float: left;
    margin-left: 27px;
    margin-top: 8px;
    color: #a1a1a1;
    font-size: 15px;
}

section.content ul.docs > li .info .subject {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    width: 428px;
}

section.content ul.docs > li .info .author,
section.content ul.docs > li .info .view {
    display: inline-block;
    font-size: 12px;
    margin-right: 35px;
    margin-top: 25px;
}

section.content .more_doc {
    position: relative;
}

section.content .more_doc .more_mask {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    bottom: 18px;
    background-color: rgba(0,0,0,0.2);
}

section.content .more_doc .more_mask .more_txt {
    margin: 10px auto 0;
    border: 8px #fff solid;
    width: 413px;
/*    height: 164px;*/
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    padding: 15px 0;
    font-family: '微软雅黑,黑体'
}