<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.content {
    width: 1200px;
    height: auto;
    box-sizing: border-box;
    background-color: white;
    margin: auto;
    margin-top: 20px;
    border-radius: 20px;
}

.search-w {
    width: 1200px;
    height: 290px;
    background-color: #009FE9;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .search-w .search-n {
        width: 1180px;
        height: 270px;
        background-color: white;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .search-w .search-n .serhItem {
            width: 340px;
            height: 247px;
            position: relative;
        }

            .search-w .search-n .serhItem .seritem_a {
                width: 240px;
                height: 40px;
                background-color: #d7eef6;
                border-radius: 10px;
                position: absolute;
                left: 50px;
                text-align: center;
                line-height: 40px;
                font-size: 24px;
                font-weight: normal;
                font-stretch: normal;
                letter-spacing: 10px;
                color: #333333;
            }

.seritem_b {
    margin-top: 30px;
    width: 340px;
    height: 220px;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

    .seritem_b .min_a {
        margin-top: 20px;
        width: 280px;
        height: 50px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

        .seritem_b .min_a span {
            font-size: 26px;
            color: #333333;
            font-weight: bold;
        }

        .seritem_b .min_a img {
            width: 21px;
            height: 26px;
        }

    .seritem_b .min_b {
        width: 280px;
    }

    .seritem_b .min_c {
        width: 280px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

        .seritem_b .min_c span {
            width: 200px;
            height: 40px;
            background-color: #f5cb2b;
            border-radius: 5px;
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 18px;
            letter-spacing: 2px;
            color: #333333;
            text-align: center;
            line-height: 40px;
            cursor:pointer;
        }

    .seritem_b .min_d {
        margin-top: 20px;
        width: 280px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .seritem_b .min_e {
        width: 280px;
        height: auto;
        display: flex;
    }

        .seritem_b .min_e .min_left {
            width: 70px;
            height: 40px;
            color: #FF6600;
            font-size: 14px;
        }

        .seritem_b .min_e .min_right {
            width: 160px;
            height: 40px;
            color: #7A7A7A;
            font-size: 14px;
            overflow: hidden;
        }

            .seritem_b .min_e .min_right a {
                color: #7A7A7A;
                display: inline-block;
                margin-right: 6px;
            }

.searchx {
    width: 2px;
    height: 173px;
    background-image: linear-gradient(0deg, #ffffff 0%, #000000 48%, #ffffff 100%);
    opacity: 0.2;
}

.contentship-w {
    width: 1200px;
    border-radius: 10px;
    margin: auto;
    margin-top: 30px;
    background-color: #f2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

    .contentship-w .contentship-n {
        width: 1160px;
        background-color: white;
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
    }

        .contentship-w .contentship-n .item {
            border-radius: 5px;
            margin-top: 20px;
            width: 1120px;
            height: 235px;
            display: flex;
            justify-content: space-between;
            border-bottom: 1px dashed #CECECE;
        }

            .contentship-w .contentship-n .item .itleft {
                width: 380px;
                height: 214px;
                background-color: #cecece;
                border-radius: 5px;
            }

                .contentship-w .contentship-n .item .itleft img {
                    width: 100%;
                    border-radius: 5px;
                    height: 100%;
                }

            .contentship-w .contentship-n .item .itright {
                width: 720px;
                height: 214px;
            }

                .contentship-w .contentship-n .item .itright .text_a {
                    font-size: 24px;
                    font-weight: normal;
                    font-stretch: normal;
                    line-height: 26px;
                    letter-spacing: 0px;
                    color: #333333;
                    display: flex;
                    align-items: center;
                    margin-bottom: 10px;
                }


                .contentship-w .contentship-n .item .itright .text_a {
                    font-size: 24px;
                    font-weight: normal;
                    font-stretch: normal;
                    line-height: 26px;
                    letter-spacing: 0px;
                    color: #333333;
                    display: flex;
                    align-items: normal;
                    margin-bottom: 10px;
                    /*height: 65px;*/
                }

                    .contentship-w .contentship-n .item .itright .text_a label {
                        /*width: 88%;*/
                    }

                    .contentship-w .contentship-n .item .itright .text_a a {
                        color: #333;
                    }

                    .contentship-w .contentship-n .item .itright .text_a span {
                        /*width: 34px;*/
						padding:0 5px;
                        font-size: 12px;
                        height: 20px;
                        font-weight: normal;
                        font-stretch: normal;
                        line-height: 20px;
                        letter-spacing: 0px;
                        color: #ffffff;
                        /*margin-left: 10px;*/
                        text-align: center;
                        margin-top: 2px;
                        display: inline-block;
                        vertical-align: top;
                    }


                .contentship-w .contentship-n .item .itright .text_b {
                    font-size: 16px;
                    font-weight: normal;
                    font-stretch: normal;
                    line-height: 26px;
                    letter-spacing: 0px;
                    color: #616161;
                    margin-bottom: 10px;
                }

                .contentship-w .contentship-n .item .itright .text_c {
                    width: 720px;
                    height: 25px;
                    display: flex;
                    justify-content: start;
                    margin-bottom: 10px;
                }

                    .contentship-w .contentship-n .item .itright .text_c .textmin {
                        margin-right: 10px;
                        width: 80px;
                        height: 24px;
                        background-color: #ccebeb;
                        border-radius: 5px;
                        border: solid 1px #a3dbdb;
                        text-align: center;
                        line-height: 24px;
                    }

                .contentship-w .contentship-n .item .itright .text_d {
                    font-size: 14px;
                    font-weight: normal;
                    font-stretch: normal;
                    line-height: 22px;
                    letter-spacing: 0px;
                    color: #616161;
                }

                    .contentship-w .contentship-n .item .itright .text_d span {
                        display: inline-block;
                        min-width: 120px;
                    }

                        .contentship-w .contentship-n .item .itright .text_d span em {
                            display: inline-block;
                            font-style: normal;
                        }

                    .contentship-w .contentship-n .item .itright .text_d i {
                        display: inline-block;
                        margin: 0 10px;
                    }

                .contentship-w .contentship-n .item .itright .text_e {
                    font-size: 14px;
                    font-weight: normal;
                    font-stretch: normal;
                    line-height: 26px;
                    letter-spacing: 0px;
                    color: #616161;
                }

                .contentship-w .contentship-n .item .itright .text_f {
                    width: 100px;
                    height: 80px;
                    position: relative;
                    float: right;
                    bottom: 55px;
                }


                    .contentship-w .contentship-n .item .itright .text_f .uptop {
                        color: #FF4D4D;
                        font-size: 30px;
                        display: flex;
                        justify-content: center;
                        align-items: end;
                        list-style: none;
                        margin-bottom: 5px;
                    }

                        .contentship-w .contentship-n .item .itright .text_f .uptop i {
                            font-size: 14px;
                            font-style: normal;
                        }

                        .contentship-w .contentship-n .item .itright .text_f .uptop label {
                            font-size: 16px;
                            color: #333333;
                        }

                        .contentship-w .contentship-n .item .itright .text_f .uptop p {
                            margin: 0;
                            padding: 0;
                            line-height: 30px;
                        }

                    .contentship-w .contentship-n .item .itright .text_f .updow {
                        width: 100%;
                        height: 30px;
                        background-color: #f5cb2b;
                        border-radius: 5px;
                        border: solid 1px #ddb20e;
                        text-align: center;
                        line-height: 30px;
                    }

                        .contentship-w .contentship-n .item .itright .text_f .updow a {
                            width: 100%;
                            height: 100%;
                            display: inline-block;
                            color: #333;
                        }

.el-date-editor {
    width: 280px !important;
}

.el-select {
    width: 280px !important;
}

.el-input__inner {
    text-align: center;
}

.no-data {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #999;
}

    .no-data p {
    }

    .no-data a {
        color: rgb(0, 159, 233);
    }
</pre></body></html>