﻿* {
    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;
            }

        .xwlx > div:last-child > div:nth-child(2) {
            width: 1052px;
            min-height: 245px;
        }

            .xwlx > div:last-child > div:nth-child(2) > div {
                background-color: white;
                padding: 30px;
                box-sizing: border-box;
                display: flex;
                margin-bottom: 28px;
            }

                .xwlx > div:last-child > div:nth-child(2) > div > div:first-child {
                    width: 124px;
                    height: 50px;
                    padding: 2px 10px;
                    box-sizing: border-box;
                    font-size: 16px;
                    color: #636363;
                }

                .xwlx > div:last-child > div:nth-child(2) > div > div:last-child {
                    flex: 1;
                }

                    .xwlx > div:last-child > div:nth-child(2) > div > div:last-child > div:first-child {
                        height: 50px;
                        box-sizing: border-box;
                        font-size: 24px;
                        font-weight: bold;
                        color: black;
                    }

                    .xwlx > div:last-child > div:nth-child(2) > div > div:last-child > div:nth-child(2) {
                        font-size: 16px;
                        color: #757575;
                    }

                    .xwlx > div:last-child > div:nth-child(2) > div > div:last-child > a:last-child {
                        width: 118px;
                        height: 43px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        background-color: #fdebe5;
                        font-size: 16px;
                        color: #eb3d00;
                        margin-top: 20px;
                        text-decoration: none;
                        cursor: pointer;
                    }

                .xwlx > div:last-child > div:nth-child(2) > div:hover > div:last-child > div:first-child {
                    color: #eb3d00;
                }
