body{
    background-color: #fff;
}

.top-title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.title-text {
    width: 80rem;
    font-size: 35px;
    font-weight: 600;
    padding: 40px 0;
    margin: 0 auto;
    position: relative;
}

.title-text::before {
    content: '';
    width: 4%;
    height: 4px;
    background-color: #085696;
    position: absolute;
    left: 0px;
    bottom: 16px;
}

.title-text p {
    font-size: 28px;
    letter-spacing: 0px;
}

.p-3 {
    width: 80rem;
    height: 35rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
}

.layui-form {
    margin-top: 2rem;
    /* background-color: antiquewhite; */
    float: left;

}

.ulselect {
    width: 14rem;
    height: 12rem;
    /* background-color: aqua; */
    margin-bottom: 2rem;

}

.selectText1 {
    width: 16rem;
    height: 3rem;
    line-height: 3rem;
    /* text-align: center; */
    /* margin-bottom: 2rem; */
    font-size: 32px;
    font-weight: 600;
    color: #5992e7;
}

.selectText2 {
    width: 14rem;
    height: 2rem;
    line-height: 2rem;
    /* text-align: center; */
    margin-bottom: 2rem;
    font-size: 18px;
    font-weight: 600;
}

.selectText3 {
    width: 14rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 18px;
    font-weight: 600;
    color: #5992e7;
    border-bottom: 5px solid #5992e7;
}

.selectbox {
    width: 14rem;
    height: 2.3rem;
    background: #F2F2F2;
    margin-top: 7px;
    line-height: 2.3rem;
}

.selectbox li {
    width: 13rem;
    height: 2.3rem;
    /* border-bottom: 1px solid; */

    text-align: center;
    line-height: 2.3rem;
    font-size: 16px;
    float: left;
}

.selectbox:hover {
    background: skyblue;
    width: 14rem;
    height: 2.3rem;
    /* background: #F2F2F2; */
    margin-top: 7px;
    line-height: 2.3rem;
}

.table {
    margin-left: 4rem;
    margin-top: 5rem;
    width: 62rem;
    height: 30rem;
    float: left;
    /* background-color: rgb(206, 184, 226); */
}

.tabletitle {
    width: 62rem;
    height: 3rem;
    line-height: 3rem;
    /* background-color: #5992e7; */
    font-size: 26px;
    font-weight: 600;
    color: #5992e7;
    /* margin-left: 3rem */
    border-bottom: 1px solid #5992e7;
}

/* .tablecenter{
    width: ;
} */
.tabletext {
    width: 62rem;
    height: 5rem;
    /* line-height: 5rem; */
    border-bottom: 1px solid rgb(212, 209, 209);
}

.tabletext1 {
    float: left;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    margin-left: 1rem;
    font-size: 17px;
}

.tabletext2 {
    float: left;
    width: 13rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-left: 1.2rem;
    font-size: 17px;
    text-align: center;
    background-color: skyblue;
    color: white;
    margin-top: 1.75rem;
}

.tabletext3 {
    float: left;
    width: 38rem;
    height: 5rem;
    line-height: 5rem;
    margin-left: 1rem;
    font-size: 17px;
    /* background-color: aquamarine; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.smallbox {
    line-height: 5rem;
    border-left: 6px solid rgb(49, 181, 199);
    /* border-right: 15px solid #333; */
    border-top: 6px solid rgb(255, 255, 255, 0);
    border-bottom: 6px solid rgb(255, 255, 255, 0);
    width: 0;
    height: 0;
    float: left;
    margin-top: 2rem;
    /* margin-left: 25px; */
}

.smallbox1 {
    line-height: 5rem;
    border-left: 6px solid rgb(49, 181, 199);
    /* border-right: 15px solid #333; */
    border-top: 6px solid rgb(255, 255, 255, 0);
    border-bottom: 6px solid rgb(255, 255, 255, 0);
    width: 0;
    height: 0;
    float: left;
    margin-top: 0.7rem;
    float: left;
    margin-left: 0.5rem;
}

.current {
    background-color: skyblue;
}

.title_dangjian_color {
    background-color: rgb(241, 143, 143);
}

.title_color {
    background-color: rgb(145, 208, 233);
}