.headbgbox {
    background: url('/images/newbg.jpg') #f8f8f9 top center no-repeat;
    height: 234px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnlistbpx {
    margin-top: -40px;
    text-align: center;
}

    .btnlistbpx .titbtn {
        display: inline-block;
        color: #333;
        width: 170px;
        height: 42px;
        line-height: 42px;
        background: #fff;
        font-size: 14px;
        text-decoration: none;
        border-radius: 5px;
    }

        .btnlistbpx .titbtn.on {
            color: blue;
        }

.newsbody {
    padding: 20px
}

.titp {
    padding: 10px 0 30px 0;
    color: #4a4a4a
}

.cenbox {
    background: #f9f9f9;
    padding: 40px 20px;
    display: flex;
    justify-content: space-around;
}

    .cenbox .itembox {
        display: flex;
        background: #fff;
        padding: 20px;
        align-items: center;
        width: 300px;
        border-radius: 5px
    }

        .cenbox .itembox .layui-icon {
            font-size: 40px;
            color: #00c7fa
        }

        .cenbox .itembox .itemtxt {
            padding: 0 30px;
            font-size: 16px;
            color: #4a4a4a
        }

.botbox {
    display: flex;
    justify-content: space-around;
    padding: 20px 0 50px 0;
}

    .botbox .itembox {
        text-align: center;
        width: 350px
    }

        .botbox .itembox .iconbox {
            padding: 20px 0
        }

            .botbox .itembox .iconbox .layui-icon {
                font-size: 40px;
                color: #fff;
                background: #00c7fa;
                display: inline-block;
                width: 80px;
                height: 80px;
                border-radius: 50%;
                line-height: 85px;
                padding: 0
            }

        .botbox .itembox .txtbox {
            padding: 10px 0;
            font-size: 16px;
            border-bottom: 1px solid #00c7fa;
            border-top: 1px solid #00c7fa;
            color: #00c7fa
        }

        .botbox .itembox .txtbotbox {
            display: block;
            padding: 10px 0;
            font-size: 16px;
            color: #4a4a4a
        }
