﻿.zanwu {
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* table */
.table {
    border: 1px solid #999;
    margin-top: 30px;
}

    .table tr td,
    th {
        border: 1px solid #999 !important;
    }

th {
    border-bottom: 1px solid #999 !important;
}

/*  */
.bgfff {
    background-color: white;
    padding: 20px 20px;
    border-radius: 0 0 10px 10px;
}

.tuwen {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    /* align-content: space-between;
    justify-content: space-between; */
}

    .tuwen .box-shadow {
        width: 230px;
        margin: 0 30px;
        margin-bottom: 60px;
        box-shadow: -1px 5px 10px 3px rgba(0, 0, 0, 0.2) !important;
        border-radius: 10px 10px;
    }

.box-shadow:hover {
    box-shadow: 0 0 20px 10px rgba(194, 20, 20, 0.3) !important;
}

.tuwenIamge {
    width: 100%;
    height: 230px;
}

    .tuwenIamge img {
        width: 230px !important;
        height: 100%;
    }

.rosterName {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
.CareerName {
    width: 80%;
    background-color: rgba(109, 109, 109, 0.5);
    position: absolute;
    top: 13rem;
    left: 1.3rem;
    font-size: 16px;
    padding: 8px 15px;
    white-space: nowrap;
    color: white;
    /* 
    z-index: 9999;border: 1px solid red; */
}

    .CareerName::before {
        content: '';
        position: absolute;
        top: 0%;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #ff0055;
    }

.CareerName_wu {
    width: 80%;
    background-color: rgba(109, 109, 109, 0.5);
    position: absolute;
    top: 13rem;
    left: 1.3rem;
    font-size: 16px;
    padding: 8px 15px;
    white-space: nowrap;
    color: white;
    /* 
    z-index: 9999;border: 1px solid red; */
}

    .CareerName_wu::before {
        content: '';
        position: absolute;
        top: 0%;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #9e6268;
    }

.member {
    width: 60%;
    position: relative;
    font-size: 16px;
}

    .member::before {
        content: '';
        position: absolute;
        top: 0%;
        left: 0;
        height: 100%;
        width: 3px;
        background-color: #ff0055;
    }

.jianjie {
    border-bottom: 3px solid #dbdbdb;
    width: 17%;
    margin: auto;
    white-space: nowrap;
}

.color91 {
    color: #6e5151;
}

.p-text {
    text-indent: 20px;
    font-size: 14px !important;
    letter-spacing: 1px;
}

#introduceModal .modal-dialog {
    max-width: 580px !important;
}

.h-auto {
    height: auto;
    width: 190px;
}

.tuwen.row > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: 0 !important;
}

.ordinance li {
    padding: 20px 10px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 15px;
    cursor: pointer;
}

    .ordinance li a {
        color: rgb(97, 97, 97);
        text-decoration: none;
    }

        .ordinance li a:hover {
            color: #377dff;
        }

