body {
    font-size: 14px;
}

.filter {
    padding-top: 15px;
}

.meeting-search {
    background-color: #fff;
}

.filter .box {
    padding: 10px 0;
    background-color: #fff;
}

.filter .title-h {
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

.filter dl {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

    .filter dl:last-child {
        border-bottom: 0;
    }

    .filter dl:after {
        content: "";
        display: block;
        clear: both;
    }

    .filter dl dt {
        position: absolute;
        top: 0;
        left: 0;
        font-weight: 700;
        padding: 5px 0;
    }

    .filter dl dd {
        padding-left: 135px;
    }

        .filter dl dd .select-div {
            position: relative;
            display: inline-block;
        }

            .filter dl dd .select-div a {
                margin-left: 0px !important;
            }

        .filter dl dd a {
            margin-bottom: 8px;
            display: inline-block;
            color: #000;
            padding: 3px 0;
        }

            .filter dl dd a:first-child {
                margin-left: -53px;
                padding: 5px 10px;
                width: auto;
            }

            .filter dl dd a span {
                position: relative;
            }

            .filter dl dd a.on,
            .filter dl dd a:hover {
                color: #fff;
                background-color: #4890f7;
            }

.select-province a {
    width: 60px;
    display: inline-block;
    text-align: center;
}

.select-item a:not(:first-child) {
    padding: 5px 15px;
}

.branch-item {
    padding-right: 80px;
    height: 32px;
    overflow: hidden;
    position: relative;
}

    .branch-item .more {
        position: absolute;
        right: 10px;
        top: 3px;
        cursor: pointer;
        color: #888;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .branch-item .more i {
            font-size: 12px;
            margin-left: 2px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

    .branch-item.active {
        overflow: auto;
        height: auto;
    }

        .branch-item.active .more i {
            display: inline-block;
            transform: rotateZ(180deg);
        }

.meeting-if {
    background-color: #e4eefe;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    font-size: 15px;
    color: #8e98ac;
    padding: 0 15px;
}

    .meeting-if span:not(:first-child):before {
        content: ' / ';
    }

.meeting-list {
    margin-top: 20px;
    padding-bottom: 50px;
}

    .meeting-list .meeting-ul li {
        padding: 20px 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        border-bottom: 1px solid #dcdcdc;
    }

        .meeting-list .meeting-ul li:hover {
            background-color: #f6f9ff;
        }

        .meeting-list .meeting-ul li .meeting-date {
            width: 120px;
            border: 1px solid #4890f7;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            text-align: center;
        }

            .meeting-list .meeting-ul li .meeting-date .mdate-year {
                line-height: 45px;
                font-size: 18px;
                color: #888e9d;
                font-weight: bold;
            }

            .meeting-list .meeting-ul li .meeting-date .mdate-day {
                line-height: 60px;
                color: #4890f7;
                font-size: 20px;
                font-weight: bold;
                background-color: #f6f9ff;
            }

        .meeting-list .meeting-ul li .meeting-content {
            margin-left: 30px;
            width: 575px;
        }

            .meeting-list .meeting-ul li .meeting-content .mitem-title {
                font-size: 18px;
                line-height: 1.5;
                color: #000;
                font-weight: bold;
                height: 50px;
            }

                .meeting-list .meeting-ul li .meeting-content .mitem-title:hover {
                    color: #4890f7;
                }

        .meeting-list .meeting-ul li .mitem-info {
            margin-top: 11px;
            color: #999999;
        }

            .meeting-list .meeting-ul li .mitem-info p {
                display: inline-block;
            }

                .meeting-list .meeting-ul li .mitem-info p:last-child {
                    margin-left: 30px;
                }

        .meeting-list .meeting-ul li .meeting-btn {
            margin-top: 30px;
        }

            .meeting-list .meeting-ul li .meeting-btn .mitem-dress {
                color: #e0872c;
                font-weight: bold;
                margin-right: 30px;
            }

            .meeting-list .meeting-ul li .meeting-btn .mitem-btn {
                padding: 5px 14px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                background-color: #6da6f9;
                color: #fff;
            }

                .meeting-list .meeting-ul li .meeting-btn .mitem-btn:hover {
                    opacity: 0.7;
                }

@media screen and (min-width: 769px) {
    .select-second {
        position: absolute;
        top: 20px;
        width: 200px;
        height: 300px;
        overflow-y: auto;
        display: none;
        border: 1px solid #4890f7;
        padding: 15px;
        background-color: #fff;
        z-index: 99;
    }

        .select-second a:first-child {
            margin-left: 0 !important;
        }

        .select-second a {
            display: block !important;
            padding: 5px 3px !important;
            font-weight: bold;
        }

    .select-three {
        margin-left: 10px;
    }

        .select-three a {
            padding: 5px 3px !important;
            font-weight: normal;
            font-size: 13px;
        }
}

@media screen and (max-width: 768px) {
    .meeting-search .filter {
        padding-top: 5px;
    }

        .meeting-search .filter .box {
            font-size: 0;
            background-color: #eee;
            padding: 0;
        }

    .meeting-search dl {
        border-bottom: 0;
        display: inline-block;
        text-align: center;
        width: 25%;
        margin-bottom: 0;
        font-size: 12px;
        border-right: 1px solid #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 0;
    }

        .meeting-search dl:last-child {
            border-right: 0;
        }

        .meeting-search dl dt {
            color: #595757;
            position: relative;
            padding-right: 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .meeting-search dl dt:after {
                font-family: 'iconfont';
                content: '\e638';
                font-size: 12px;
                color: #999;
                margin-left: 5px;
                position: absolute;
                right: 5px;
            }

            .meeting-search dl dt.active {
                color: #fff;
                background-color: #5181f1;
            }

                .meeting-search dl dt.active:after {
                    color: #fff;
                }

        .meeting-search dl dd {
            z-index: 99;
            display: none;
            position: absolute;
            left: 0;
            top: 100%;
            width: 100%;
            background-color: #eee;
            border: 1px solid #fff;
            padding-left: 0;
            border-top: 0;
            max-height: 350px;
            overflow-y: auto;
        }

            .meeting-search dl dd a:first-child {
                margin-left: 0;
            }

    .box dd {
        text-align: center;
        width: 200% !important;
        left: 0;
    }

        .box dd .temp-fjj:before {
            content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
            display: none;
            width: 100%;
            height: 5px;
        }

        .box dd a {
            display: block !important;
        }

        .box dd > a,
        .box dd .select-div > a {
            font-weight: bold !important;
        }

    .box dl:last-child dd {
        left: -100%;
    }

    .meeting-if {
        height: auto !important;
        line-height: 1 !important;
        padding: 10px 15px;
        margin-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
    }

    .meeting-list .meeting-ul {
        padding: 0 15px;
    }

        .meeting-list .meeting-ul li {
            margin-top: 15px;
            border: 1px solid #f1f1f1;
            position: relative;
            padding: 0;
        }

            .meeting-list .meeting-ul li .meeting-date {
                -webkit-transform: scale(0.7);
                -moz-transform: scale(0.7);
                -ms-transform: scale(0.7);
                -o-transform: scale(0.7);
                transform: scale(0.7);
                margin-left: -10px;
            }

            .meeting-list .meeting-ul li .meeting-content {
                position: absolute;
                left: 75px;
                top: 20px;
                padding-right: 10px;
                width: auto;
            }

                .meeting-list .meeting-ul li .meeting-content .mitem-title {
                    font-size: 16px;
                    max-height: 50px;
                    height: auto;
                }

                .meeting-list .meeting-ul li .meeting-content .mitem-info {
                    font-size: 14px;
                    margin-top: 3px;
                }

                    .meeting-list .meeting-ul li .meeting-content .mitem-info .iconfont {
                        font-size: 13px;
                    }

                    .meeting-list .meeting-ul li .meeting-content .mitem-info p {
                        margin-left: 0 !important;
                        display: block;
                        line-height: 1.2;
                    }

            .meeting-list .meeting-ul li .meeting-btn {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding: 7px;
                background-color: #f9f9f9;
                width: 100%;
                margin-top: 5px;
            }

                .meeting-list .meeting-ul li .meeting-btn .mitem-dress {
                    float: left;
                    padding: 4px 0;
                }

                .meeting-list .meeting-ul li .meeting-btn .mitem-btn {
                    float: right;
                }
}
