.text_1{
    padding: 40px;
}
.zixun_type{
    width: 1200px;
    height: 50px;
    margin: auto;
    padding-bottom: 40px;
}
.zixun_type li{
    list-style-type: none;
    width: 150px;
    height: 50px;
    font-size: 20px;
    float: left;
}
li{
    list-style-type: none;
    margin-top: 20px;
}
.zixun{
    display: flex;
    width: 1200px;
    height: 300px;
    background-color: antiquewhite;
    margin: auto;
}
.zixun_left{
    width: 760px;
    height: 260px;
    padding: 20px 40px 20px 40px;
}
.zixun_right{
    width: 400px;
    height: 300px;
}
.zixun_riqi{
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #a4a4a4;
}
.zixun_biaoti{
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-weight: 500;
    font-size: 30px;
}
.zixun_zhengwen{
    width: 100%;
    height: 175px;
    line-height: 25px;
    font-size: 16px;
}
.fenye{
    padding-top: 40px;
    width: 1200px;
    height: 50px;
    margin: auto;
}
#up,#next{
    width: 80px;
    height: 40px;
    margin: auto;
    line-height: 40px;
    text-align: center;
    background-color: antiquewhite;
    border-radius: 10px;
    float: left;
    color: #ffffff;
    margin-left: 20px;
}
.page{
    width: 40px;
    height: 40px;
    margin: auto;
    line-height: 40px;
    text-align: center;
    border: 1px solid antiquewhite;
    font-size: 20px;
    border-radius: 20px;
    float: left;
    color: antiquewhite;
    margin-left: 20px;
}

.tab_item:focus-visible {
    color: red;
}

@media screen and (max-width: 750px) {
    .text_1 {
        padding: 32px 16px;
    }
    .zixun_type {
        width: 100%;
        padding-bottom: 16px;
    }

    .zixun {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }

    .zixun_right {
        width: 100%;
    }

    .zixun_left {
        width: 100%;
        box-sizing: border-box;
        padding: 16px;
    }

    .zixun_type li {
        width: 30%;
    }

    .fenye {
        width: 100%;
    }
}