﻿.conBox_mySelf_index .citytj {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .conBox_mySelf_index .citytj .bg_color {
        width: 100%;
        float: left;
        padding: 20px;
        background: #fff;
        border-top: 1px solid #fb683b;
    }

        .conBox_mySelf_index .citytj .bg_color .box_title {
            float: left;
            width: 100%;
            padding: 0 5px;
        }

            .conBox_mySelf_index .citytj .bg_color .box_title .title {
                float: left;
                font-size: 18px;
                font-weight: bold;
            }

                .conBox_mySelf_index .citytj .bg_color .box_title .title img {
                    margin-right: 10px;
                    height: 18px;
                }

            .conBox_mySelf_index .citytj .bg_color .box_title .desc {
                float: left;
                margin-top: 4px;
                margin-left: 10px;
            }

        .conBox_mySelf_index .citytj .bg_color .control-box {
            float: left;
            width: 100%;
        }

        .conBox_mySelf_index .citytj .bg_color .bigbox {
            width: 100%;
        }

            .conBox_mySelf_index .citytj .bg_color .bigbox li {
                width: 18%;
                float: left;
                padding-right: 1%;
                padding-top: 10px;
            }

                .conBox_mySelf_index .citytj .bg_color .bigbox li .block {
                    background: #fff;
                    width: 100%;
                    padding: 10px;
                    float: left;
                    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
                }

                    .conBox_mySelf_index .citytj .bg_color .bigbox li .block img {
                        width: 100%;
                    }

                    .conBox_mySelf_index .citytj .bg_color .bigbox li .block .content {
                        float: left;
                        width: 100%;
                    }

                        .conBox_mySelf_index .citytj .bg_color .bigbox li .block .content .price {
                            font-size: 15px;
                            color: #fb683b;
                            font-weight: bold;
                            margin-top: 10px;
                        }

                        .conBox_mySelf_index .citytj .bg_color .bigbox li .block .content .title {
                            height: 40px;
                            overflow: hidden;
                            margin: 5px 0;
                        }

                            .conBox_mySelf_index .citytj .bg_color .bigbox li .block .content .title h3 {
                                font-size: 15px;
                                font-weight: bold;
                            }

                        .conBox_mySelf_index .citytj .bg_color .bigbox li .block .content .info {
                            width: 100%;
                            float: left;
                            margin-top: 5px;
                        }

                            .conBox_mySelf_index .citytj .bg_color .bigbox li .block .content .info .explain {
                                background: #fca35b;
                                float: left;
                                color: #fff;
                                padding: 0 5px;
                            }

                            .conBox_mySelf_index .citytj .bg_color .bigbox li .block .content .info .city {
                                float: right;
                                color: #666;
                            }
