﻿* {
    margin: 0px;
    padding: 0px;
}

body {
}

.ibox {
    min-width: 1440px;
    display: flex;
    justify-content: center;
}

    .ibox > div {
        flex-shrink: 0;
        width: 1440px;
        height: 100%;
    }

.overflow {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pmxx {
    margin: 60px 0px;
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 2px;
    display: flex;
}

    .pmxx > div:first-child {
        margin-right: 22px;
    }

        .pmxx > div:first-child > div:first-child {
            height: 46px;
            margin-bottom: 20px;
        }

        .pmxx > div:first-child > div:first-child {
            font-size: 24px;
            font-weight: bold;
        }

        .pmxx > div:first-child > a:last-child {
            position: relative;
            text-decoration: none;
        }

            .pmxx > div:first-child > a:last-child > img {
                width: 534px;
                height: 328px;
                display: block;
                object-fit: cover;
            }

            .pmxx > div:first-child > a:last-child > div {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 534px;
                font-size: 18px;
                font-weight: bold;
                color: white;
                padding: 20px;
                box-sizing: border-box;
            }

    .pmxx > div:last-child {
        flex: 1;
    }

        .pmxx > div:last-child > div:first-child {
            height: 46px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #eb3d00;
            font-size: 14px;
        }

            .pmxx > div:last-child > div:first-child > div:first-child {
                display: flex;
                align-items: center;
            }

                .pmxx > div:last-child > div:first-child > div:first-child > a {
                    width: 93px;
                    height: 31px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-image: url('/Web/Image/h3.png');
                    margin-right: 14px;
                    text-decoration: none;
                    cursor: pointer;
                    color: #eb3d00;
                }

                    .pmxx > div:last-child > div:first-child > div:first-child > a.select {
                        background-image: url('/Web/Image/h2.png');
                        color: white;
                    }

            .pmxx > div:last-child > div:first-child > a:last-child {
                text-decoration: none;
                cursor: pointer;
                color: #eb3d00;
            }

.pmxxlb {
    display: flex;
    justify-content: space-between;
}

    .pmxxlb > div > a {
        width: 387px;
        height: 54px;
        display: flex;
        align-items: center;
        border-bottom: 1px dotted #d6d6d6;
        font-size: 16px;
        text-decoration: none;
    }

        .pmxxlb > div > a > div:first-child {
            width: 5px;
            height: 5px;
            border-radius: 5px;
            background-color: #505050;
            margin-right: 10px;
        }

        .pmxxlb > div > a > div:nth-child(2) {
            flex: 1;
            color: #505050;
        }

        .pmxxlb > div > a > div:last-child {
            margin-left: 8px;
            color: #757575;
        }

.gsxx {
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .gsxx > div:first-child > div:nth-child(2) {
        margin-top: 36px;
        margin-bottom: 48px;
        font-size: 16px;
        color: #3b3b3b;
        line-height: 36px;
    }

        .gsxx > div:first-child > div:nth-child(2) > p {
            text-indent: 16px;
        }

    .gsxx > div:first-child > div:last-child > a:first-child {
        width: 93px;
        height: 31px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url('/Web/Image/h2.png');
        font-size: 14px;
        color: white;
        text-decoration: none;
    }

    .gsxx > div:last-child {
        padding-left: 84px;
    }

        .gsxx > div:last-child > img {
            display: block;
        }

.pmbz {
    height: 505px;
    padding: 36px 0px;
    box-sizing: border-box;
    background-color: white;
    display: flex;
}

    .pmbz > div:first-child {
        flex: 1;
        padding-right: 40px;
        box-sizing: border-box;
    }

        .pmbz > div:first-child > div:first-child {
            height: 31px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
        }

            .pmbz > div:first-child > div:first-child > div:first-child {
                display: flex;
                align-items: center;
            }

                .pmbz > div:first-child > div:first-child > div:first-child > a {
                    font-size: 26px;
                    font-weight: bold;
                    text-decoration: none;
                    color: #c3c3c3;
                }

                    .pmbz > div:first-child > div:first-child > div:first-child > a.select {
                        color: black;
                    }

                    .pmbz > div:first-child > div:first-child > div:first-child > a:first-child {
                        margin-right: 58px;
                        cursor: pointer;
                    }

            .pmbz > div:first-child > div:first-child > a:last-child {
                width: 93px;
                height: 31px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-image: url('/Web/Image/h3.png');
                font-size: 14px;
                color: #eb3d00;
                text-decoration: none;
                cursor: pointer;
            }

        .pmbz > div:first-child > div:last-child {
            flex: 1;
            display: flex;
        }

            .pmbz > div:first-child > div:last-child > a:first-child {
                width: 302px;
                margin-right: 40px;
                text-decoration: none;
            }

                .pmbz > div:first-child > div:last-child > a:first-child > img {
                    width: 100%;
                    height: 205px;
                    object-fit: cover;
                    margin-bottom: 28px;
                }

                .pmbz > div:first-child > div:last-child > a:first-child > div:last-child {
                }

                    .pmbz > div:first-child > div:last-child > a:first-child > div:last-child > div:first-child {
                        font-size: 16px;
                        font-weight: bold;
                        color: black;
                        margin-bottom: 12px;
                    }

                    .pmbz > div:first-child > div:last-child > a:first-child > div:last-child > div:last-child {
                        font-size: 14px;
                        color: #797979;
                    }

            .pmbz > div:first-child > div:last-child > div:last-child {
                flex: 1;
            }

                .pmbz > div:first-child > div:last-child > div:last-child > a {
                    /*width: 387px;*/
                    height: 54px;
                    display: flex;
                    align-items: center;
                    border-bottom: 1px dotted #d6d6d6;
                    font-size: 16px;
                    text-decoration: none;
                    cursor: pointer;
                }

                    .pmbz > div:first-child > div:last-child > div:last-child > a > div:first-child {
                        width: 5px;
                        height: 5px;
                        border-radius: 5px;
                        background-color: #505050;
                        margin-right: 10px;
                    }

                    .pmbz > div:first-child > div:last-child > div:last-child > a > div:nth-child(2) {
                        /*flex: 1;*/
                        width: 332px;
                        color: #505050;
                    }

                    .pmbz > div:first-child > div:last-child > div:last-child > a > div:last-child {
                        color: #757575;
                        flex: 1;
                        display: flex;
                        align-items: center;
                        justify-content: flex-end;
                    }

    .pmbz > div:last-child {
        width: 620px;
        padding-left: 40px;
        box-sizing: border-box;
        border-left: 1px solid #ededed;
    }

        .pmbz > div:last-child > div:first-child {
            height: 31px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 30px;
        }

            .pmbz > div:last-child > div:first-child > div:first-child {
                font-size: 26px;
                font-weight: bold;
                color: black;
            }

            .pmbz > div:last-child > div:first-child > a:last-child {
                width: 93px;
                height: 31px;
                display: flex;
                align-items: center;
                justify-content: center;
                background-image: url('/Web/Image/h3.png');
                font-size: 14px;
                color: #eb3d00;
                text-decoration: none;
            }

        .pmbz > div:last-child > div:last-child > a {
            /*width: 387px;*/
            height: 54px;
            display: flex;
            align-items: center;
            border-bottom: 1px dotted #d6d6d6;
            font-size: 16px;
            text-decoration: none;
            cursor: pointer;
        }

            .pmbz > div:last-child > div:last-child > a > div:first-child {
                width: 5px;
                height: 5px;
                border-radius: 5px;
                background-color: #505050;
                margin-right: 10px;
            }

            .pmbz > div:last-child > div:last-child > a > div:nth-child(2) {
                /*flex: 1;*/
                width: 470px;
                color: #505050;
            }

            .pmbz > div:last-child > div:last-child > a > div:last-child {
                flex: 1;
                color: #757575;
                display: flex;
                align-items: center;
                justify-content: flex-end;
            }
