.flexAJ {
    display: flex;
    align-items: center;
    justify-content: center;
}

.saishi {
    width: 100%;
    background-color: white;
    margin-top: 20px;
}

.saishi p {
    font-size: 14px;
    color: #90A5C9;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding-left: 32px;
}

.rightList {
    height: 70px;
    line-height: 70px;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    border-bottom: 1px solid #EEF3F8;
    margin: 0 60px;
}

.timenav {
    height: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    overflow: auto;
    border-bottom: 1px solid #EEF3F8;
}

.timenavs {
    width: 205px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.timenavs p:nth-child(1) {
    margin-top: 30px;
    color: #4C4B4A;
}

.timenavs p:nth-child(2) {
    margin-top: 10px;
    color: #999999;
}

#saishiover {

    height: 800px;
    overflow: auto;

}

.saishi-1 {
    width: 200px;
    flex-shrink: 0;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.sai-left {
    text-align: right;
}

.sai-right {
    text-align: left;
}

.saishi-1 span {
    display: inline-block;
}

.saishi-1 img {
    width: 36px;
    height: 36px;
}

.saishi-1 span {
    margin: 0 10px;
}

.saishi-2 {
    font-size: 24px;
    width: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.saishi-3 {
    flex-shrink: 0;
    width: 70px;
}

.saishi-3 span {
    line-height: 20px;
    color: #8e8e8e;
    font-size: 12px;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.saishi-3 span:nth-child(1) {
    margin-top: 15px;
}

.saishi-4 {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    margin-top: 17.5px;
    position: relative;
    width: 119px;
    line-height: 32px;
    border-radius: 1px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

.saishi-4-wks {
    border: 1px solid #000;
}


.saishi-4-wks a span {
    color: #000;
}

.saishi-4-jj {
    background: #a5a5a5;
}

.saishi-4-jj a span {
    color: #fff;
}

.saishi-4-zb {
    background: #ce3433;
}

.saishi-4-zb a span {
    color: #fff;
}

.saishi-11 {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

.saishi-11 span {
    display: inline-block;
    width: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.saishi-11 img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.saishi-11 span {
    margin: 0 10px;
}

.saishi-21 {
    font-size: 24px;
    width: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.saishi-31 {
    flex-shrink: 0;
    width: 70px;
}

.saishi-31 span {
    line-height: 20px;
    color: #8e8e8e;
    font-size: 12px;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.saishi-31 span:nth-child(1) {
    margin-top: 15px;
}

.saishi-41 {
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    margin-top: 17.5px;
    position: relative;
    width: 119px;
    line-height: 32px;
    border-radius: 2px;
    border: 1px solid #313131;
    text-align: center;
}

.saishi-41-wks {
    border: 1px solid #CCCCCC;
}

.saishi-41-wks a {
    color: #CCCCCC;
}

.saishi-41-jj {
    border: 1px solid #FF8F06;
}

.saishi-41-jj a {
    color: #FF8F06;
}

.saishi-41-zb {
    background: #FF3546;
}

.saishi-41-zb a {
    color: #fff;
}

.box-w3 {
    min-width: 190px;
    height: 940px;
    max-height: 940px;
}

.box-w4 {
    min-width: 890px;
    min-height: 765px;
}

.lanqiu-ul {
    overflow: hidden;

    width: 190px;

    display: flex;
    flex-direction: column;
    align-content: space-around;
    background-color: #fff;
}

.lanqiu-ul::-webkit-scrollbar {
    display: none;
}

.lanqiu-ul li {
    width: 100%;
    height: 66px;
    line-height: 66px;
    box-sizing: border-box;
    padding-left: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
}


.lanqiu-ul>a:hover {
    background-color: #f8eef0;
}

.lanqiu-ul>a.active {
    background-color: rgb(198, 1, 0);
    color: #fff;
}

.lanqiu-ul>a.active li {
    color: #fff;
}

.lanqiu-ul a {
    display: block;
    padding-left: 10px;
}

.lanqiu {
    width: 100%;
}

.lanqiu p {
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    padding-left: 32px;
    background: #c60100;
}

.lanqiu span {
    color: #fff;
}

.lanqiu img {
    width: 24px;
    height: 24px;
    margin-right: 11px;
}


/* 添加响应式样式 */
@media (max-width: 1199px) {
    .box-w3 {
        min-width: auto;
        width: 100%;
    }

    .box-w4 {
        min-width: auto;
        width: 100%;
        max-width: 100%;
    }

    .lanqiu {
        width: 100%;
    }

    .lanqiu p {
        padding-left: 20px;
    }

    .lanqiu-ul {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        height: auto;
    }

    .lanqiu-ul a {
        width: auto;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .rightList {
        margin: 0 20px;
    }
}

@media (max-width: 767px) {
    .rightList {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center;
        height: auto;
        padding: 10px;
    }

    .saishi p {
        padding-left: 15px;
        font-size: 13px;
        height: auto;
        line-height: 40px;
    }

    .timenav {
        height: auto;
        padding: 10px 0;
        overflow-x: auto;
    }

    .timenavs {
        width: 80px;
        flex-shrink: 0;
        padding: 0 5px;
    }

    .timenavs p:nth-child(1) {
        margin-top: 15px;
        font-size: 13px;
    }

    .timenavs p:nth-child(2) {
        margin-top: 5px;
        font-size: 12px;
    }

}

@media (max-width: 480px) {
    .rightList {
        margin: 0 10px;
    }

    .saishi p {
        padding-left: 10px;
        font-size: 12px;
    }

    .lanqiu {
        padding: 0;
    }

    .lanqiu p {
        padding-left: 10px;
        font-size: 13px;
    }

    .timenavs {
        width: 70px;
    }

    .timenavs p {
        font-size: 11px;
    }

    .saishi-1 img {
        width: 28px;
        height: 28px;
    }

    .saishi-2 {
        font-size: 18px;
    }

    .saishi-4 {
        font-size: 13px;
        line-height: 28px;
        padding: 0 8px;
    }
}