body{
    background: #f2f2f2;
}
.main1 {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 90px;
}

.cultureMain .main1 .cultureHistory {
    margin: 0 auto;
    padding-bottom: 0;
    margin-top: 30px;
    width: 95%;
}

table,
tr {
    width: 100%;
    line-height: 25px;
    text-align: center;
    border-collapse: collapse;
}

td {
    padding: 0.5em
}

.nowrap {
    white-space: nowrap;
}

.table2box {
    width: 100%;
    height: 690px;
    margin-top: -1px;
    overflow: hidden;
    overflow-y: scroll;
}

.table1 {
    width: calc(100% - 4px);
    background: #d6d6d6;
}

.table2box::-webkit-scrollbar {
    width: 4px;
}

.table2box::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color:#005cb9;
}

td {
    font-size: 16px;
    height: 50px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.table1 td {
    font-size: 18px;
    font-weight: bold;
}

.table1 td .table1 th {
    height: 50px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.cultureMain h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center;
    color: #333;
}

.ys-h5-content{
    display: none;
}

.pub-text{
    position: relative;
    border-bottom: 0.01rem solid #969696;
    width: 30%;
    margin: 0 auto;
    padding-top: 0.3rem;
}

@media (max-width: 1100px) {
    .culture-main h2 {
        font-size: 0.4rem;
        color: #000000;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
        height: 0.7rem;
        line-height: 0.7rem;
        text-align: center;
    }
    .pub-text span {
        width: 40px;
        height: 4px;
        background:#005cb9;
        position: absolute;
        bottom: -2px;
        left: 50%;
        margin-left: -20px;
    }
    .culture {
        background-color: #f2f2f2;
    }
    .cultureHistory {
        width: 6.7rem;
        margin: 0 auto;
        overflow-x: scroll;
        padding: 0.3rem 0;
    }
    .culture-main {
        background-color: #fff;
        width: 7.1rem;
        margin: 0 auto;
        margin-top: 0.3rem;
    }
    table {
        min-width: 1100px;
    }
    .table1 td {
        font-size: 0.28rem;
    }
    .table2 td {
        font-size: 0.28rem;
    }
    .table2box {
        min-width: 1100px;
        overflow: auto;
        height: auto;
        margin-top: -1px;
    }
    .carH {
        width: 7.1rem;
        padding-top: 0.3rem;
    }
    .carHF {
        position: fixed;
        top: 0;
        left: 50%;
        padding-bottom: 0.5rem;
        margin-left: -3.55rem;
        background-color: #fff;
    }
    .table1boxF {
        width: 6.7rem;
        overflow: hidden;
        position: fixed;
        top: 1.6rem;
        left: 50%;
        margin-left: -3.35rem;
    }
}
@media (max-width: 767px){
    .ys-pc-content{
        display: none;
    }
    .ys-h5-content{
        display: block;
    }
    .carHF{
        top: 45px;
        z-index: 99;
    }
    .table1boxF {
        top: 2.5rem;
        z-index: 999;
    }
}