﻿      .leftChoises {
            display: inline-block;
            box-sizing: border-box;
            width: 260px;
            vertical-align: top;
            margin-right: 45px;
            max-height: 1115px;
            overflow-y: auto;
        }

            .leftChoises .item {
                padding: 13px;
                font-size: 16px;
                line-height: 1.5;
                background-color: #E8E8E8;
                color: rgb(58,58,58);
                text-align: center;
                cursor: pointer;
            }

                .leftChoises .item.first {
                    padding: 26px;
                    font-size: 18px;
                    line-height: 1;
                }

                .leftChoises .item.curr {
                    background-color: #0068B7;
                    color: #fff;
                }

        .messageArea {
            display: inline-block;
            box-sizing: border-box;
            width: 890px;
            vertical-align: top;
        }

        .msgItem {
            border-bottom: 1px solid #E3E1E1;
            padding-bottom: 20px;
            padding-top: 20px;
        }

        .msgTitle {
            font-size: 16px;
            line-height: 1.5;
            padding-bottom: 20px;
            color: rgb(72,72,72);
        }

            .msgTitle span {
                color: #4681AF;
            }

        .msgProperty {
            font-size: 14px;
            line-height: 1.5;
            padding-left: 8px;
            color: #949494;
        }

        .msgPropertyItem {
            box-sizing: border-box;
            display: inline-block;
        }

            .msgPropertyItem.col1 {
                width: 215px;
            }

            .msgPropertyItem.col2 {
                width: 198px;
            }

            .msgPropertyItem.col3 {
                width: 300px;
            }

            .msgPropertyItem.col4 {
                width: 165px;
            }

            .msgPropertyItem.col3 .msgPropertyItemValue {
                width: 175px;
            }

        .msgPropertyItemTitle {
            display: inline-block;
            width: 80px;
            vertical-align: top;
            box-sizing: border-box;
        }

        .msgPropertyItemValue {
            display: inline-block;
            width: 85px;
            vertical-align: top;
            box-sizing: border-box;
        }

        .listTitle {
            text-align: center;
            font-size: 18px;
            line-height: 1;
            padding: 26px;
            background-color: #ededed;
            color: #0068B7;
        }

        .title-red{
            margin-bottom:20px;
            position:relative;
        }

        .title-btn {
            position: absolute;
            top: 3px;
            right: 0;
        }

        a.blue_btn, a.blue_btn:link, a.blue_btn:visited, a.blue_btn:active {
            display: inline-block;
            margin: 0 auto;
            margin-right: auto;
            width: 100px;
            height: 39px;
            line-height: 39px;
            font-size: 14px;
            font-weight: bold;
            border: none;
            text-align: center;
            background: #3783b6;
            color: #fff;
        }

        .noDataArea {
            /*border-top: 1px solid #ccc;*/
            border-bottom: 1px solid #ccc;
            height:200px;
            display:none;
            /*margin-top:20px;*/
        }

        .noDataArea div{
            font-size:18px;
            color:#333;
            font-style:italic;
            text-align:center;
            line-height:1;
            position:relative;
            top:50%;
            margin-top:-9px;
        }

        .filter-container{
            display:none;
        }

        .shadow {
            display: none;
            opacity: 0.4;
            background-color: #000;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 99;
        }

        @media screen and (max-device-width: 768px) {
            .filter-container {
                display: block;
                position: fixed;
                width: 0.7rem;
                height: 0.7rem;
                top: 50%;
                margin-top: -0.35rem;
                right: 0;
                background-color: #3783B6;
                opacity: 0.7;
            }

            .filter {
                width: 0.7rem;
                height: 0.7rem;
            }

            .leftChoises {
                display: block;
                box-sizing: border-box;
                width: 4rem;
                /*vertical-align: top;*/
                margin-right: 0;
                /*max-height: 6rem;*/
                overflow-y: auto;
                position: fixed;
                right: -4rem;
                top: 0;
                z-index: 100;
            }

                .leftChoises .item {
                    padding: 0.3rem;
                    font-size: 0.28rem;
                    line-height: 1.5;
                    background-color: #E8E8E8;
                    color: rgb(58,58,58);
                    text-align: center;
                    cursor: pointer;
                }

                    .leftChoises .item.first {
                        padding: 0.5rem;
                        font-size: 0.33rem;
                        line-height: 1;
                    }

                    .leftChoises .item.curr {
                        background-color: #0068B7;
                        color: #fff;
                    }

            .messageArea {
                display: block;
                box-sizing: border-box;
                width: 100%;
                margin-bottom:1rem;
            }

            .msgItem {
                border-bottom: 0.01rem solid #E3E1E1;
                padding-bottom: 0.2rem;
                padding-top: 0.2rem;
            }

            .msgTitle {
                font-size: 0.28rem;
                line-height: 1.5;
                padding-bottom: 0.15rem;
                color: rgb(72,72,72);
            }

                .msgTitle span {
                    color: #4681AF;
                    display: inline;
                }

                .msgTitle a {
                    display: inline;
                }

            .msgProperty {
                font-size: 0.24rem;
                line-height: 1.5;
                padding-left: 0.1rem;
                color: #666;
            }

            .msgPropertyItem {
                box-sizing: border-box;
                display: inline-block;
            }

                .msgPropertyItem.col1 {
                    width: 3.9rem;
                }

                .msgPropertyItem.col2 {
                    width: 2.8rem;
                    /*! margin-left: 0.7rem; */
                }

                .msgPropertyItem.col3 {
                    width: 3.9rem;
                }

                .msgPropertyItem.col4 {
                    width: 2.8rem;
                }

                .msgPropertyItem.col3 .msgPropertyItemValue {
                    width: 2.2rem;
                }

            .msgPropertyItemTitle {
                display: inline-block;
                width: 1.3rem;
                vertical-align: top;
                box-sizing: border-box;
            }

            .msgPropertyItemValue {
                display: inline-block;
                width: 1.5rem;
                vertical-align: top;
                box-sizing: border-box;
            }

            .listTitle {
                text-align: center;
                font-size: 0.3rem;
                line-height: 1;
                padding: 0.2rem;
                background-color: #ededed;
                color: #0068B7;
            }

            .title-red {
                margin-bottom: 20px;
                position: relative;
            }

            .title-btn {
                position: absolute;
                top: -0.23rem;
                right: 0;
            }

            a.blue_btn, a.blue_btn:link, a.blue_btn:visited, a.blue_btn:active {
                display: inline-block;
                margin: 0 auto;
                margin-right: auto;
                width: 2rem;
                height: 0.7rem;
                line-height: 0.7rem;
                font-size: 0.26rem;
                font-weight: bold;
                border: none;
                text-align: center;
                background: #3783b6;
                color: #fff;
            }

            .noDataArea {
                /*border-top: 1px solid #ccc;*/
                border-bottom: 1px solid #ccc;
                height: 3rem;
                display: none;
                /*margin-top:20px;*/
            }

                .noDataArea div {
                    font-size: 0.28rem;
                    color: #333;
                    font-style: italic;
                    text-align: center;
                    line-height: 1;
                    position: relative;
                    top: 50%;
                    margin-top: -0.14rem;
                }
        }
   