        #tabGovCon li a,
        #tabPostCon li a,
        .area-list li a {
            font-size: 14px;
        }

        .focus-dep {
            width: 430px;
        }

        .focus-dep-right {
            width: 50%;
        }

        .mywidth {
            width: 530px;
        }

        .inter-list {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            /* min-height: 290px; */
        }

        .inter-list li {
            margin-bottom: 10px;
            padding-left: 100px;
            height: 40px;
            line-height: 40px;
        }


        .my-ml5 {
            margin-left: 10px;
        }

        .title-dep strong a {
            color: #fff;
            background: #305aae;
            border-radius: 4px 4px 0 0;
            display: block;
            float: left;
            height: 35px;
            font-size: 20px;
        }

        .button-list-site {
            display: flex;
            flex-wrap: wrap;
        }

        .button-list-site li {
            margin-right: 10px;
            width: 185px;
            margin-bottom: 15px;
        }

        .dashed-right2 {
            width: 100%;
        }

        .dashed-right {
            width: 42%;
        }

        .dashed-left {
            width: 600px;
        }

        .my-span {
            width: 120px;
            display: inline-block;
            background: #004E8F;
            color: white;
            height: 36px;
            line-height: 36px;
            font-size: 18px;
            font-weight: 700;
            text-align: center;
            padding: 0;
            float: left;
            margin-right: 10px;
        }

        .my-span a {
            color: #fff;
        }

        .product {
            display: flex;
            flex-wrap: wrap;
        }

        .product li a {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .product li img {
            float: left;
            margin-right: 10px;
        }

        .product li {
            min-width: 240px;
            margin-right: 20px;
            height: 50px;
            box-sizing: border-box;
            padding: 5px 5px 5px 20px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            position: relative;
            background: #F5F8FA;
        }

        .product li::before {
            content: '';
            background: url('http://zrzyj.guilin.gov.cn/material/images/ICON-listStyle.png') no-repeat;
            /* background: url('/material/images/ICON-listStyle.png') no-repeat; */

            display: inline-block;
            width: 10px;
            height: 10px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 5px;
        }

        .float-box {
            position: fixed;
            left: 100px;
            top: 100px;
            width: 270px;
            /* height: 120px; */
            background: #fff;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            user-select: none;
            border-radius: 8px;
            padding: 10px;
            border: 1px solid #B30106;
            z-index: 999;
        }

        .float-box img {
            width: 100%;
        }

        .close-button {
            position: absolute;
            top: 5px;
            right: 5px;
            cursor: pointer;
            background-color: red;
            color: white;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            border-radius: 50%;
            font-size: 14px;
        }


        .i-dep-peoples {
            background-position: 65px -340px;
        }

        .i-dep-arrow-d {
            background-position: 65px -274px;
        }

        .i-dep-msg {
            background-position: 65px -209px;
        }

        .i-dep-msgs {
            background-position: 65px -407px;
        }

        .dep-gird {
            padding: 15px 12px 3px 12px;
        }

        .report-left-wrap .txt-list {
            height: fit-content;
        }

        .dep-gird .txt-list {
            height: fit-content;
        }