.center_main{
    margin: 125px auto auto auto;
}
.recruitList {
    background: white;
}

.recruitList:first-child {
    margin-bottom: 12px;
}

.recruitList>.title {
    padding: 10px 20px;
    background: linear-gradient(90deg, #F5FCF7 0%, #FCFBFA 100%);
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-family: "黑体";
}

.recruitList>.list {
    padding: 12px 20px;
}

.recruitList>.list .box:first-child,
.boxs {
    margin-bottom: 12px;
}

.recruitList>.list .box {
    display: flex;
    justify-content: space-between;
}

.recruitList>.list .box>.price {
    color: #FE6C00;
}

.recruitList>.list .box>.comname,
.recruitList>.list .box>.addres {
    color: #999999;
}

.recruitList>.list .box>.comname,
.recruitList>.list .box>.zwname {
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Statistics {
    width: 852px;
    /*margin-right: 12px;*/
}

.Statistics .men {
    display: flex;
    /*column-gap: 12px;*/
    margin-bottom: 12px;
}
.Statistics .men .menbox:first-child{
    margin-right: 12px;
}
.Statistics .men .menbox {
    width: 420px;
    height: 104px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Statistics .men .menbox .num {
    display: flex;
    align-items: center;
}

.Statistics .men .menbox .title {
    font-size: 14px;
    font-weight: 400;
    color: #646566;
    line-height: 18px;
    margin-bottom: 4px;
}

.Statistics .men .menbox .num p {
    font-size: 16px;
    font-weight: 400;
    color: #969799;
    line-height: 19px;
}

.Statistics .men .menbox .num .total {
    font-size: 32px;
    font-weight: bold;
    color: #323233;
    line-height: 42px;
}

.Statistics .men .menbox .num img {
    margin-left: 8px;
    width: 24px;
    height: 24px;
}

.Statistics .Histogram {
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 12px;
}

.Statistics .LineChart {
    background: #FFFFFF;
    padding: 20px;
}

.chartTitle {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 19px;
    padding-left: 4px;
    border-left: 2px solid #009A44;
    margin-bottom: 32px;
}

.chartmain {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chartmain .chartbox:first-child{
    margin-right: 84px;
}
.chartmain .chartbox:last-child{
    text-align: left;
}


.chartbox .top {
    font-size: 16px;
    font-family: '黑体';
    font-weight: bold;
    color: #323233;
    line-height: 19px;
    margin-bottom: 24px;
}

.chartbox .bottom {
    font-size: 14px;
    font-weight: 400;
    color: #969799;
    line-height: 16px;
    margin-top: 16px;
}

.chartbox .choice {
    font-size: 16px;
    font-weight: 400;
    color: #323233;
    line-height: 19px;
    margin-bottom: 24px;
}

.chartbox .item {
    margin-bottom: 20px;
    position: relative;
}

.chartbox .item .lab {
    font-size: 16px;
    font-weight: 400;
    color: #969799;
    line-height: 19px;
    width: fit-content;
    margin-bottom: 4px;
}

.chartbox .item .for {
    font-size: 18px;
    font-weight: bold;
    color: #323233;
    line-height: 21px;
    display: flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}

.chartbox .item .for img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.chartbox .item .select {
    position: absolute;
    top: 50px;
    width: 130px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    background-color: white;
    z-index: 99;
    display: none;
}

.chartbox .item .select p {
    padding: 10px;
    /* border: 1px solid red; */
    font-size: 16px;
    font-weight: 400;
    color: #969799;
    line-height: 19px;
}

.chartbox button {
    font-size: 18px;
    font-weight: 400;
    color: #009A44;
    padding: 6px 16px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #009A44;
    background: #FFFFFF;
    cursor: pointer;
}

.LineChart .title {
    font-size: 16px;
    font-weight: bold;
    color: #323233;
    line-height: 20px;
    text-align: center;
    font-family: "黑体";
    margin-bottom: 20px;
}

.layui-form-item .layui-inline {
    margin: 0 !important;
}

.layui-input,
.layui-textarea {
    padding: 0;
}

.layui-form-select .layui-input {
    color: black !important;
}

.layui-input,
.layui-select,
.layui-textarea {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #323233 !important;
    line-height: 24px !important;
    height: 24px !important;
    /* padding: 0 !important; */
    border: none !important;
}

.layui-edge {
    /* display: none !important; */
}

.layui-form-select dl {
    top: 25px !important;
    padding: 0 !important;
    min-height: 200px;
}

.recruitList>.list .box>.addres {
    text-align: right;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}