.absolut-box{
    height: 200px;
}
.absolut-box.header{
    background: url(../static/header-bg.png) no-repeat bottom center / cover;
    background-color: rgb(0 26 49 / 70%);
}
.body-content{
    padding-top: 0px;
}
.body-content .content{
    flex-direction: column;
}
.text-title h1{
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 42px;
    text-align: center;
    margin: 20px 0;
}
.text-title .desc{
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 32px;
    text-align: center;
    margin: 20px 0;
}
.list-wrapper li{
    font-size: 18px;
}
.layui-laypage a, .layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    /* margin: 0 -1px 5px 0; */
    background-color: #fff;
    color: #333;
    font-size: 12px;
    margin: 0 5px;
}
#page1{
    display: flex;
    justify-content: flex-end;
}
.top-menu li a:hover {
    color: #fff;
}
.top-menu{
    margin-top: 27px;
}
#contentTitle{
    font-size: 25px;
}
.text-content *{
    font-family: "Microsoft YaHei" !important;
    line-height: 2em !important;
    font-size: 18px !important;
}