* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Helvetica", "PingFangSC", "Microsoft Yahei", "微软雅黑", Arial, sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

/*办件标题*/
.bjtj_title {
    position: relative;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin: 0 auto;
    padding-top: 10px;
}

.bjtj_title .bjtj_title_info {
    border-bottom: 2.4px solid #398fd7;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.bjtj_title .bjtj_title_more {
    position: absolute;
    color: #7d7d7d;
    font-size: 15px;
    right: 10px;
}

.bjtj_title .bjtj_title_more:after {
    content: "";
    width: 6px;
    height: 10px;
    background: url(inco_more.png) no-repeat;
    display: block;
    top: 6px;
    right: -10px;
    background-size: 100%;
    position: absolute;
}


/*统计办件量*/
.bjtj-info {
    width: 100%;
    /*display: flex;
     justify-content: center; 
    flex-direction: column;
    align-items: center;*/
    text-align: center;
}

.bjtj-info .bjtj-info-main {
    height: 70px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 70px;
    margin: 0 auto;
}

.bjtj-info .bjtj-info-main ul {
    margin-top: 20px;
}

.bjtj-info .bjtj-info-main ul li {
    display: inline-block;
    width: 24.5%;
    height: 70px;
    line-height: 70px;
    border: 1px dashed #7d7d7d;
}

.bjtj-info .bjtj-info-main div {
    display: inline-block;
}

.bjtj-info ul li:nth-child(1) {
    background-color: #E5F1FE;
}

.bjtj-info ul li:nth-child(1) img {
    margin-top: 16px;
    margin-left: 20px;
    float: left;
}

.bjtj-info ul li:nth-child(2) {
    background-color: #FDF4F2;
}

.bjtj-info ul li:nth-child(2) img {
    margin-top: 16px;
    margin-left: 20px;
    float: left;
}

.bjtj-info ul li:nth-child(3) {
    background-color: #EFFAF7;
}

.bjtj-info ul li:nth-child(3) img {
    margin-top: 14px;
    margin-left: 20px;
    float: left;
}

.bjtj-info ul li:nth-child(4) {
    background-color: #FFF9ED;
}

.bjtj-info ul li:nth-child(4) img {
    margin-top: 15px;
    margin-left: 20px;
    float: left;
}

.jnsd_bj {
    color: rgba(5, 129, 255, 1);
    font-weight: 700;
    font-size: 18px;
}

.njbj_bj {
    color: rgba(255, 76, 13, 1);
    font-weight: 700;
    font-size: 18px;
}

.dysd_bj {
    color: rgba(10, 185, 142, 1);
    font-weight: 700;
    font-size: 18px;
}

.dybj_bj {
    color: rgba(254, 159, 9, 1);
    font-weight: 700;
    font-size: 18px;
}

.div_one {
    margin-left: -40px;
}