﻿.txt-list {
    position: relative;
    margin: 0;
    padding: 0;
}

    .txt-list ul .nodata {
        margin: 0;
        padding: 0;
        display: block;
        color: #999;
        font-size: 14px;
        text-align: center;
        line-height: 80px;
        background: #fff;
    }

    .txt-list ul li {
        position: relative;
        width: calc(100% - 50px);
        margin: 0 10px;
        margin-top: 15px;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 15px;
        float: left;
        box-shadow: 1px 1px 8px #e6e6e6;
    }

        .txt-list ul li:active {
            background: #ececec;
        }

        .txt-list ul li > a {
            display: block;
            position: relative;
            margin-left: 0px;
            padding: 15px 15px 15px 0;
            font-size: 13px;
            color: #333;
            line-height: 1.1em; 
        }

        .txt-list ul li:first-child > a {
            border-top: none;
        }

        .txt-list ul li > a:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .txt-list ul li > a > img {
            float: left;
            margin-right: 15px;
            width: 70px;
            height: 70px;
        }

        .txt-list ul li > a > h2 {
            display: block;
            margin: 0;
            padding: 0;
            color: #333;
            font-size: 18px;
            font-weight: 800;
            line-height: 20px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .txt-list ul li > a .intro {
            padding-top: 6px;
            color: #999;
            font-size: 12px;
            line-height: 1.8em;
            height: 3.6em;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .txt-list ul li > a .note {
            padding-top: 6px;
        }

            .txt-list ul li > a .note p {
                color: #666;
                font-size: 13px;
                line-height: 1.8em;
                height: 1.8em;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .txt-list ul li > a .note p .date {
                    display: inline-block;
                    margin-right: 0px;
                    color: #666;
                    font-style: normal;
                }

                .txt-list ul li > a .note p .hot {
                    display: block;
                    float: right;
                    padding: 0 2px;
                    color: #cecece;
                    font-style: normal;
                }

                .txt-list ul li > a .note p .price {
                    display: inline-block;
                    margin-right: 2px;
                    color: #f00;
                    font-size: 14px;
                    font-weight: 400;
                    font-style: normal;
                }

        .txt-list ul li > a > .text {
            display: block;
            line-height: 18px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .txt-list ul li > a > .date {
            display: block;
            float: right;
            margin: 0 0.2em;
            padding: 0;
            color: #cecece;
            font-size: 12px;
            font-style: normal;
            line-height: 18px;
        }

        .txt-list ul li > a > .number {
            display: block;
            float: left;
            margin: 0 5px 0 0;
            padding: 0;
            width: 18px;
            height: 18px;
            line-height: 18px;
            color: #fff;
            font-size: 12px;
            font-style: normal;
            text-align: center;
            background: #09bb07;
            border-radius: 18px;
            vertical-align: middle;
        }
.search-box {
    position: relative;
    display: block;
    margin: 0 60px 0 50px;
    padding: 5px 0;
    height: 34px;
}

    .search-box .input-box {
        position: relative;
        display: block;
        height: 33px;
        /* border: 1px solid #ececec; */
        border-radius: 3px;
        top: 3px;
    }

        .search-box .input-box input {
            display: block;
            margin: 0;
            padding: 0 5px;
            width: 88%;
            height: 32px;
            line-height: 32px;
            font-size: 14px;
            background: #fff;
            border: none;
            border-radius: 4px 0px 0px 4px;
        }

        .search-box .input-box a {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: 12%;
            height: 32px;
            text-align: center;
            background: #fff;
            border-radius: 0px 4px 4px 0px;
        }

            .search-box .input-box a:active {
                background: #ececec;
            }

            .search-box .input-box a i {
                color: #333;
                font-size: 18px;
                line-height: 32px;
            }
/* ===== retrie分类下来 ===== */
.retrie {
    position: relative;
    z-index: 102;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}

    .retrie dt {
        overflow: hidden;
        width: 100%
    }

        .retrie dt a {
            position: relative;
            float: left;
            width: 33.33%;
            height: 49px;
            line-height: 50px;
            color: #333;
            font-size: 13px;
            text-align: center;
        }

            .retrie dt a:after {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -4px;
                margin-left: 30px;
                width: 6px;
                height: 6px;
                border: #666 solid;
                border-width: 1px 1px 0 0;
                content: ' ';
                -webkit-transform: rotate(135deg);
            }

        .retrie dt .up {
            color: #fd8023;
            border-bottom: 2px solid #fd8023;
        }

            .retrie dt .up:after {
                margin-top: 0;
                border: #fd8023 solid;
                border-width: 1px 1px 0 0;
                -webkit-transform: rotate(-45deg);
            }

        .retrie dt a:before {
            position: absolute;
            top: 10px;
            left: 0;
            display: block;
            width: 1px;
            height: 30px;
            background-color: #ebebeb;
            content: ' ';
        }

    .retrie dd {
        position: relative;
        width: 100%;
        float: left;
        z-index: 9999
    }
/* ===== slide-area ===== */
.slide {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 104;
    display: none;
    width: 100%;
    overflow-y: auto;
    background-color: #fff;
    overflow: hidden
}

    .slide li {
        display: block;
        height: 50px;
        width: 100%;
        border-bottom: 1px solid #eee;
    }

        .slide li a {
            display: block;
            padding: 0 30px;
            height: 50px;
            width: 100%;
            background-color: transparent;
            line-height: 50px;
            color: #666
        }

            .slide li a:hover,
            .slide li a.selected {
                background-color: #f6f6f6;
                color: #fd8023;
            }

            .slide li a.select {
                background-color: #fff;
            }

label {
    cursor: default;
}

.map_bottom i {
    color: #00c775;
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }


.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.label-default, .label-success, .label-info, .label-warning, .label-danger {
    color: white;
    padding: 2px 5px;
}
