﻿* {
    margin: 0px;
    padding: 0px;
}

body {
}

.overflow {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xwlx {
    display: flex;
}

    .xwlx > div:first-child {
        width: 358px;
        background-color: white;
        padding-bottom: 240px;
    }

        .xwlx > div:first-child > div:first-child {
            width: 295px;
            height: 80px;
            display: flex;
            align-items: center;
            font-size: 24px;
            font-weight: bold;
            color: black;
            border-bottom: 2px solid #eb3d00;
            padding-left: 6px;
            box-sizing: border-box;
        }

        .xwlx > div:first-child > div:last-child {
            width: 295px;
        }

            .xwlx > div:first-child > div:last-child > a {
                height: 88px;
                display: flex;
                align-items: center;
                color: #767676;
                border-bottom: 1px solid #e0e0df;
                text-decoration: none;
                cursor: pointer;
                font-size: 16px;
            }

                .xwlx > div:first-child > div:last-child > a > div:first-child {
                    width: 6px;
                    height: 6px;
                    border-radius: 6px;
                    border: 2px solid #949494;
                    margin: 0px 20px;
                }

                .xwlx > div:first-child > div:last-child > a.select {
                    border-bottom: 4px solid #fbd8cc;
                    background-image: url("/Web/Image/n1.png");
                    font-size: 24px;
                    color: #f8f8f8;
                }

                    .xwlx > div:first-child > div:last-child > a.select > div:first-child {
                        width: 0px;
                        border: 0;
                        margin-right: 10px;
                    }


    .xwlx > div:last-child {
        padding-left: 28px;
        background-color: #f8f8f8;
    }

        .xwlx > div:last-child > div:first-child {
            height: 60px;
            display: flex;
            align-items: center;
            color: #505050;
            font-size: 14px;
        }

            .xwlx > div:last-child > div:first-child > a {
                display: flex;
                align-items: center;
                color: #505050;
                text-decoration: none;
            }
