body {
    font-family: "Î¢ÈíÑÅºÚ";
    background-color: #f6f6f6;
}

.top {
    background: url(/zt/css/../images/2021budget/top.jpg);
    height: 399px;
    background-position: top center;
    background-repeat: no-repeat;
}

.box {
    margin-top: 68px;
}

.box-con {
    margin-bottom: 90px;
    font-size: 0;
}

.box-con h1 {
    background-color: #FFF;
    height: 33px;
    margin-bottom: 33px;
    position: relative;
}

.box-con h1 span {
    background: url(/zt/css/../images/2021budget/list_title.png);
    background-position: right;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 22px;
    min-width: 392px;
    font-size: 24px;
    font-weight: normal;
}

.box-con h1 div {
    background: url(/zt/css/../images/2021budget/list_title.png);
    background-position: right;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 22px;
    min-width: 392px;
    font-size: 24px;
    font-weight: normal;
}

.box-con .layui-row a {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 22px;
    width: 96%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
    -webkit-transition: all .3s;
    background-color: transparent !important;
}

.box-con .layui-row a:hover {
    color: #f28332;
}