﻿
/*new style*/


.city-list {
    padding: 30px 0 50px 0;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}

    .city-list .left-part {
        width: 320px;
        float: left;
    }

        .city-list .left-part .whole-nav {
            margin-bottom: 15px;
            overflow: hidden;
        }

            .city-list .left-part .whole-nav ul li {
                margin-bottom: 25px;
                overflow: hidden;
            }

                .city-list .left-part .whole-nav ul li h4 {
                    border-bottom: 1px solid #eee;
                    padding-bottom: 8px;
                    color: #e62e35;
                    font-weight: normal;
                    margin-bottom: 10px;
                }

                    .city-list .left-part .whole-nav ul li h4 strong {
                        font-size: 18px;
                        border-bottom: 2px solid #e62e35;
                        padding-bottom: 4px;
                        line-height: 31px;
                        font-weight: normal;
                    }

                    .city-list .left-part .whole-nav ul li h4 a {
                        color: #e62e35;
                    }

                .city-list .left-part .whole-nav ul li span {
                    display: block;
                    overflow: hidden;
                    width: 320px;
                }

                    .city-list .left-part .whole-nav ul li span a {
                        display: block;
                        float: left;
                        width: 148px;
                        height: 30px;
                        line-height: 30px;
                        font-size: 14px;
                        background: url(../images/dot05.png) no-repeat left center;
                        padding-left: 12px;
                        color: #666;
                    }

                        .city-list .left-part .whole-nav ul li span a:hover {
                            color: #e62e35;
                            text-decoration: none;
                        }


.home-front {
    float: right;
    width: 860px;
}

.all-tit {
    margin-bottom: 20px;
    height: 40px;
    border-bottom: 1px #eee solid;
    overflow: hidden;
    zoom: 1;
}

    .all-tit h3 {
        font-size: 24px;
        color: #333;
        font-weight: normal;
        height: 28px;
        float: left;
        line-height: 28px;
    }

.home-front .array-box .tit {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

    .home-front .array-box .tit .active {
        color: #d6162d;
    }

    .home-front .array-box .tit a {
        font-size: 14px;
        text-decoration: none;
    }

.home-front .array-box .img-text ul li {
    overflow: hidden;
    padding: 30px 20px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .home-front .array-box .img-text ul li:hover {
        background-color: #fafafa;
    }

.home-front .array-box .img-text .img {
    display: block;
    position: relative;
    width: 200px;
    height: 140px;
    float: left;
}

    .home-front .array-box .img-text .img img {
        display: block;
        width: 200px;
        height: 140px;
    }

.home-front .array-box .img-text ul li img {
    display: block;
    width: 200px;
    height: 140px;
    float: left;
}

.home-front .array-box .img-text .txt {
    width: 600px;
    float: right;
    position: relative;
    height: 140px;
}

    .home-front .array-box .img-text .txt h5 {
        font-size: 20px;
        font-weight: normal;
        line-height: 30px;
        margin-bottom: 10px;
    }

.new-list-title {
    height: 30px;
    overflow: hidden;
}

.home-front .array-box .img-text .txt h5 a {
    color: #333;
}

.home-front .array-box .img-text .txt .p01 {
    color: #999;
    line-height: 20px;
}

.home-front .array-box .img-text .txt .p02 {
    color: #999;
    background: url(/themes/roots/news/images/icon27.png) no-repeat left center;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-top: 10px;
}

    .home-front .array-box .img-text .txt .p02 a {
        margin-right: 20px;
        color: #1686eb;
    }

    .home-front .array-box .img-text .txt .p02 .right {
        float: right;
    }

    .home-front .array-box .img-text .txt .p02 em {
        display: inline-block;
        width: 1px;
        height: 10px;
        background: #999;
        margin: 0 10px;
    }

.hot-text {
    margin-bottom: 30px;
}

    .hot-text .sub-tit {
        margin: 0;
        position: relative;
        height: 20px;
        line-height: 20px;
        color: #999;
        border-bottom: 1px solid #eee;
        padding-bottom: 8px;
    }

        .hot-text .sub-tit h2 {
            float: left;
            margin-right: 5px;
            font-weight: normal;
            color: #333;
        }

.sub-tit h2 {
    font-size: 18px;
}

.hot-text ul li {
    overflow: hidden;
    padding: 16px 0;
    border-bottom: 1px dotted #d8d8d8;
}

    .hot-text ul li h5 {
        font-size: 14px;
        color: #333;
        font-weight: normal;
        cursor: pointer;
        width: 300px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .hot-text ul li h5 i {
            display: block;
            float: left;
            width: 18px;
            height: 18px;
            text-align: center;
            line-height: 18px;
            color: #fff;
            background: #e62e35;
            font-style: normal;
            margin-right: 15px;
            font-size: 12px;
        }

    .hot-text ul li .open a {
        overflow: hidden;
        display: block;
        height: 70px;
    }

    .hot-text ul li .txt h6 {
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }


.about-recommend {
    position: relative;
}

    .about-recommend .carousel-recommend {
        position: relative;
        overflow: hidden;
    }

        .about-recommend .carousel-recommend h6 {
            border-bottom: 1px solid #eee;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            font-weight: normal;
        }

        .about-recommend .carousel-recommend .bd {
            overflow: hidden;
            margin-top: 20px;
        }

            .about-recommend .carousel-recommend .bd .ulWrap ul {
                width: 880px;
                overflow: hidden;
            }

                .about-recommend .carousel-recommend .bd .ulWrap ul li {
                    overflow: hidden;
                    float: left;
                    margin-right: 20px;
                    position: relative;
                    height: 140px;
                }

                    .about-recommend .carousel-recommend .bd .ulWrap ul li img {
                        display: block;
                        width: 200px;
                        height: 140px;
                        -webkit-transition: all .5s ease-out;
                        -o-transition: all .5s ease-out;
                        -moz-transition: all .5s ease-out;
                        -ms-transition: all .5s ease-out;
                        transition: all .5s ease-out;
                    }

                    .about-recommend .carousel-recommend .bd .ulWrap ul li span {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        background-color: rgba(0,0,0,.5);
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f000000",endColorstr="#7f000000");
                        color: #fff;
                        padding: 7px 7px 7px 10px;
                        overflow: hidden;
                    }



/*免费量房*/
.free_decoration_package {
    width: 798px;
    border: 1px solid #84bf37;
}

    .free_decoration_package .tit {
        color: #fff;
        height: 40px;
        line-height: 40px;
        background: #84bf37;
        font-size: 16px;
        padding: 0 15px;
    }

        .free_decoration_package .tit span {
            display: block;
            float: right;
            font-size: 14px;
        }

    .free_decoration_package .content {
        padding: 25px 15px;
        height: 95px;
    }

        .free_decoration_package .content .txt {
            display: block;
            float: left;
            text-align: center;
            width: 260px;
            margin-right: 25px;
            margin-top: 15px;
        }

            .free_decoration_package .content .txt span {
                display: block;
                font-size: 26px;
                margin-bottom: 20px;
            }

            .free_decoration_package .content .txt strong {
                display: block;
                font-size: 22px;
                font-style: italic;
                color: #84bf37;
            }

        .free_decoration_package .content .labs {
            float: left;
            overflow: hidden;
            width: 390px;
            margin-top: 5px;
        }

            .free_decoration_package .content .labs ul li {
                float: left;
                margin-right: 5px;
                margin-bottom: 5px;
                height: 40px;
                line-height: 40px;
            }

                .free_decoration_package .content .labs ul li .text {
                    width: 160px;
                    height: 38px;
                    line-height: 38px;
                    color: #666;
                    border: 1px solid #eee;
                    font-size: 14px;
                    padding: 0 10px;
                }

                .free_decoration_package .content .labs ul li p {
                    color: #666;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    margin-left: 10px;
                }

                .free_decoration_package .content .labs ul li .num {
                    color: #84bf37;
                }

        .free_decoration_package .content .zhaobiao_btn {
            color: #fff !important;
            line-height: 80px;
        }

        .free_decoration_package .content .btn_now_receive {
            display: block;
            float: right;
            border-radius: 50%;
            overflow: hidden;
            background: #84bf37;
            width: 80px;
            height: 80px;
            text-align: center;
            border: 5px solid #eaf4dc;
        }

            .free_decoration_package .content .btn_now_receive span {
                display: block;
                margin-top: 20px;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
                line-height: 18px;
            }


/*学堂内页*/
.city-newsDetails {
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
}

    .city-newsDetails .newsDetails-left {
        float: left;
        overflow: hidden;
        width: 860px;
    }

        .city-newsDetails .newsDetails-left .txt-box {
            border: 1px solid #eee;
            padding: 29px;
            margin-bottom: 30px;
        }

            .city-newsDetails .newsDetails-left .txt-box .tit h1 {
                text-align: center;
                font-size: 30px;
                font-weight: normal;
                margin-bottom: 10px;
                line-height: 40px;
            }

                .city-newsDetails .newsDetails-left .txt-box .tit h1 a {
                    text-decoration: none;
                }

            .city-newsDetails .newsDetails-left .txt-box .tit p {
                color: #666;
                text-align: center;
                height: 40px;
                line-height: 40px;
                padding-bottom: 10px;
            }

                .city-newsDetails .newsDetails-left .txt-box .tit p span {
                    margin: 0 10px;
                }

                    .city-newsDetails .newsDetails-left .txt-box .tit p span a {
                        color: #e62e35;
                    }


            .city-newsDetails .newsDetails-left .txt-box .words {
                padding: 15px 0;
                color: #333;
                line-height: 1.8em;
                font-size: 16px;
            }

                .city-newsDetails .newsDetails-left .txt-box .words p {
                    line-height: 28px;
                    margin: 16px 0;
                }

            .city-newsDetails .newsDetails-left .txt-box .article-page {
                height: 80px;
                line-height: 80px;
                margin: 0 auto;
                padding-bottom: 10px;
                text-align: center;
                width: 95%;
            }

                .city-newsDetails .newsDetails-left .txt-box .article-page .n {
                    border: medium none;
                    color: #666;
                }

                .city-newsDetails .newsDetails-left .txt-box .article-page span {
                    border-bottom: 2px solid #f74a0d;
                    color: #f74a0d;
                    margin: 0 5px;
                    padding: 0 2px;
                }

                .city-newsDetails .newsDetails-left .txt-box .article-page a {
                    border-bottom: 2px solid #ccc;
                    margin: 0 8px;
                    padding: 0 2px;
                }

            .city-newsDetails .newsDetails-left .txt-box .txt-upDown {
                clear: both;
                padding: 30px 0 0 0;
                height: 20px;
                line-height: 20px;
                font-size: 14px;
            }

                .city-newsDetails .newsDetails-left .txt-box .txt-upDown span {
                    color: #999;
                }

            .city-newsDetails .newsDetails-left .txt-box .explain {
                background-color: #fafafa;
                color: #999;
                font-size: 12px;
                margin: 16px 0 26px 0;
                padding: 15px 30px;
                line-height: 2em;
            }

            .city-newsDetails .newsDetails-left .txt-box .share-box {
                overflow: hidden;
                margin: 20px 0;
            }

                .city-newsDetails .newsDetails-left .txt-box .share-box .share {
                    float: left;
                    color: #999;
                }

                .city-newsDetails .newsDetails-left .txt-box .share-box .like {
                    float: right;
                    overflow: hidden;
                }

                    .city-newsDetails .newsDetails-left .txt-box .share-box .like span {
                        display: block;
                        width: 90px;
                        height: 30px;
                        line-height: 30px;
                        float: left;
                        color: #fff;
                        border-radius: 5px;
                        cursor: pointer;
                        text-align: center;
                        margin-right: 10px;
                    }

                        .city-newsDetails .newsDetails-left .txt-box .share-box .like span em {
                            margin-left: 3px;
                        }

                    .city-newsDetails .newsDetails-left .txt-box .share-box .like .sp02 {
                        background: #fa6060;
                    }

            .city-newsDetails .newsDetails-left .txt-box .keys {
                color: #666;
                margin-bottom: 30px;
            }

                .city-newsDetails .newsDetails-left .txt-box .keys a {
                    display: inline-block;
                    margin-left: 10px;
                    text-decoration: none;
                }

            .city-newsDetails .newsDetails-left .txt-box .img-txt {
                border-top: 1px dotted #d8d8d8;
                padding: 40px 0 0 0;
                overflow: hidden;
            }

                .city-newsDetails .newsDetails-left .txt-box .img-txt h3 {
                    color: #333;
                    font-size: 18px;
                    margin-bottom: 30px;
                    font-weight: normal;
                }

                .city-newsDetails .newsDetails-left .txt-box .img-txt ul {
                    overflow: hidden;
                    width: 860px;
                }

                    .city-newsDetails .newsDetails-left .txt-box .img-txt ul li {
                        float: left;
                        margin-right: 10px;
                        margin-bottom: 10px;
                    }

                        .city-newsDetails .newsDetails-left .txt-box .img-txt ul li a {
                            display: block;
                            position: relative;
                            width: 190px;
                            height: 140px;
                            overflow: hidden;
                        }

                            .city-newsDetails .newsDetails-left .txt-box .img-txt ul li a img {
                                display: block;
                                width: 190px;
                                height: 140px;
                                overflow: hidden;
                                -webkit-transition: all .5s ease-out;
                                -o-transition: all .5s ease-out;
                                -moz-transition: all .5s ease-out;
                                -ms-transition: all .5s ease-out;
                                transition: all .5s ease-out;
                            }

                            .city-newsDetails .newsDetails-left .txt-box .img-txt ul li a span {
                                position: absolute;
                                background-color: rgba(0,0,0,.5);
                                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7f000000",endColorstr="#7f000000");
                                color: #fff;
                                bottom: 0;
                                left: 0;
                                right: 0;
                                padding: 7px 10px;
                                width: 170px;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                overflow: hidden;
                            }

                .city-newsDetails .newsDetails-left .txt-box .img-txt .column {
                    background-color: #fafafa;
                    line-height: 26px;
                    padding-left: 15px;
                    margin-top: 15px;
                    padding: 7px 13px;
                }

                    .city-newsDetails .newsDetails-left .txt-box .img-txt .column span {
                        color: #999;
                    }

                    .city-newsDetails .newsDetails-left .txt-box .img-txt .column a {
                        margin: 0 5px;
                    }


/*内页右侧*/
.newsDetails-right {
    width: 320px;
    float: right;
}

    .newsDetails-right .hot-text {
        width: 320px;
    }



.sub-tit {
    margin: 0;
    position: relative;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.newsDetails-right .encyclopedias .sub-tit h2 {
    font-weight: normal;
}

.newsDetails-right .encyclopedias .con {
    padding: 10px 0;
}

    .newsDetails-right .encyclopedias .con ul li {
        overflow: hidden;
        margin-bottom: 7px;
        float: left;
    }

        .newsDetails-right .encyclopedias .con ul li a {
            display: block;
            height: 24px;
            line-height: 24px;
            background-color: #f1f1f1;
            float: left;
            margin-right: 10px;
            padding: 0 12px;
            text-decoration: none;
            margin-bottom: 10px;
            color: #999;
        }

            .newsDetails-right .encyclopedias .con ul li a:hover {
                color: #666;
            }


.r_list_lx {
    position: relative;
    margin-top: 20px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .r_list_lx li {
        width: 320px;
        height: 220px;
        overflow: hidden;
        float: left;
    }

        .r_list_lx li span {
            display: none;
            width: 320px;
            height: 220px;
            position: absolute;
            top: 0;
            left: 0;
            background: #fff;
            opacity: 0.3;
            filter: alpha(opacity=30);
        }

        .r_list_lx li p {
            width: 320px;
            height: 40px;
            line-height: 40px;
            position: absolute;
            bottom: -40px;
            left: 0;
            color: #fff;
        }

            .r_list_lx li p.cengzi {
                z-index: 2;
                text-indent: 10px;
                overflow: hidden;
                bottom: 0px;
            }

            .r_list_lx li p.zeceng {
                display: block;
                background: #000;
                opacity: 0.7;
                filter: alpha(opacity=70);
                bottom: 0px;
            }


/*通用流程*/
.technological-process {
    margin-bottom: 50px;
    overflow: hidden;
    width: 1216px;
    height: 136px;
    border: 2px solid #d6162d;
}

    .technological-process .l1 {
        width: 88px;
        height: 136px;
        position: relative;
        float: left;
    }

        .technological-process .l1 h2 {
            width: 70px;
            line-height: 140%;
            height: 126px;
            padding: 10px 0 0 10px;
            background: #d6162d;
            color: #fff;
            position: relative;
            z-index: 10;
        }

            .technological-process .l1 h2 span {
                width: 34px;
                height: 92px;
                border: 1px dotted #fff;
                padding: 12px;
                font-size: 18px;
                text-align: center;
                display: block;
            }

        .technological-process .l1 .arrow {
            width: 26px;
            height: 26px;
            background: url(../images/icon_news.png) no-repeat 0 0;
            display: block;
            background-color: #d6162d;
            background-position: -397px -359px;
            -moz-border-radius: 50px;
            -webkit-border-radius: 50px;
            border-radius: 50px;
            position: absolute;
            right: 0;
            top: 55px;
            z-index: 11;
        }

    .technological-process .l2 {
        width: 394px;
        height: 122px;
        padding: 14px 20px 0;
        float: left;
    }

        .technological-process .l2 h4 {
            height: 50px;
            background: url(../images/icon_news.png) no-repeat 0 0;
            display: block;
            width: 346px;
            margin: 0 auto;
            background-position: -460px -370px;
        }

            .technological-process .l2 h4 span {
                background: #fff;
                width: 76px;
                height: 60px;
                margin: 0 auto;
                display: block;
                text-align: center;
                color: #ccc;
                font-weight: normal;
            }

                .technological-process .l2 h4 span b {
                    color: #d6162d;
                    font-size: 16px;
                    font-weight: normal;
                    display: block;
                    margin-bottom: 5px;
                }

        .technological-process .l2 ul {
            margin: 0 auto;
        }

            .technological-process .l2 ul li {
                float: left;
                text-align: center;
                width: 56px;
            }

                .technological-process .l2 ul li a {
                    color: #333;
                    display: block;
                    color: #666;
                    -webkit-transition: all .2s ease-out;
                    -o-transition: all .2s ease-out;
                    -moz-transition: all .2s ease-out;
                    -ms-transition: all .2s ease-out;
                    transition: all .2s ease-out;
                }

                    .technological-process .l2 ul li a i {
                        width: 40px;
                        height: 40px;
                        background: url(../images/icon_news.png) no-repeat 0 0;
                        display: block;
                        margin: 0 auto 8px;
                    }

                        .technological-process .l2 ul li a i.i-01 {
                            background-position: -204px -500px;
                        }

                        .technological-process .l2 ul li a i.i-02 {
                            background-position: -244px -500px;
                        }

                        .technological-process .l2 ul li a i.i-03 {
                            background-position: -284px -500px;
                        }

                        .technological-process .l2 ul li a i.i-04 {
                            background-position: -324px -500px;
                        }

                        .technological-process .l2 ul li a i.i-05 {
                            background-position: -364px -500px;
                        }

                        .technological-process .l2 ul li a i.i-06 {
                            background-position: -404px -500px;
                        }

                        .technological-process .l2 ul li a i.i-07 {
                            background-position: -444px -500px;
                        }

    .technological-process .split-arrow {
        float: left;
        width: 16px;
        height: 27px;
        background: url(../images/icon_news.png) no-repeat 0 0;
        display: block;
        background-position: -432px -363px;
        margin: 70px 5px 0;
    }

    .technological-process .l2 {
        width: 394px;
        height: 122px;
        padding: 14px 20px 0;
        float: left;
    }

        .technological-process .l2 h4 {
            height: 50px;
            background: url(../images/icon_news.png) no-repeat 0 0;
            display: block;
            width: 346px;
            margin: 0 auto;
            background-position: -460px -370px;
        }

        .technological-process .l2 ul li a:hover .i-08 {
            background-position: -484px -540px;
        }

        .technological-process .l2 ul li a i.i-09 {
            background-position: -524px -500px;
        }

        .technological-process .l2 ul li a i.i-10 {
            background-position: -564px -500px;
        }

        .technological-process .l2 ul li a i.i-11 {
            background-position: -604px -500px;
        }

        .technological-process .l2 ul li a i.i-12 {
            background-position: -644px -500px;
        }

        .technological-process .l2 ul li a i.i-13 {
            background-position: -684px -500px;
        }

        .technological-process .l2 ul li a i.i-14 {
            background-position: -724px -500px;
        }

    .technological-process .w200 {
        width: 160px;
    }

    .technological-process .l2 ul.ml26 {
        margin-left: 26px;
    }

    .technological-process .l2 ul li a i.i-15 {
        background-position: -764px -500px;
    }

    .technological-process .l2 ul li a i.i-16 {
        background-position: -804px -500px;
    }
