.position_list{display: flex;flex-wrap: wrap;justify-content: space-between; padding: 5px;box-sizing: border-box;}
.position_item{ width: 49.4%;padding: 16px 20px;border: 1px solid #EEEEEE;box-sizing: border-box;position: relative;}
.position_item{margin-top: 16px;}
.position_item .position_header{display: flex;justify-content: space-between;align-content: center;margin-bottom: 12px;}
.position_item .position_header div{flex: 1;width: 0;font-weight: bold;font-size: 14px;color: #333333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.position_item .position_header span{font-weight: bold;font-size: 14px;color: #257444;}
.position_item .label_list{display: flex;align-content: center;color: #666666;font-size: 14px;margin-bottom: 12px;}
.position_item .label_list span:not(:first-child){padding-left: 12px;position: relative;}
.position_item .label_list span:not(:first-child)::before{content: '';position: absolute;top: 3px;left: 5px;width: 2px;height: 14px;background: #CCCCCC;}
.position_item .company_box{display: flex;align-items: center;}
.position_item .company_box img{width: 16px;height: 16px;margin-right: 8px;}
.position_item .company_box span{font-size: 14px;color: #999999;}
.position_item .deliver_btn{position: absolute;bottom: 16px;right: 20px;width: 88px;height: 32px;text-align: center;line-height: 32px;background: #257444;border-radius: 4px;font-size: 14px;color: #FFFFFF;cursor: pointer;}
.position_item .deliver_btn:hover{opacity: 0.8;}
.pagination_container{text-align: center;}
.el-pagination{margin-top: 15px;padding: 10px;text-align: center;clear: both;}
.el-pager li.active{color: #fff !important;cursor: default !important;background-color: #257444 !important;}
.el-pager li.active:hover{color: #fff !important;}
.el-pager li:hover{color: #257444 !important;}
.el-pagination .btn-next:hover{color: #257444 !important;}
.el-pagination .btn-prev:hover{color: #257444 !important;}
.itemNull{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-top: 50px;}
[v-cloak] {display: none !important;}
.showMore{height: 374px;width: 100%;padding-top: 50px;text-align: center;background: url(../images/bg.png) no-repeat;background-size: 100%;box-sizing: border-box;margin-bottom: 10px;margin-top: 16px;}
.showMore .p1{color: #333333;font-size: 22px;font-weight: bold;margin-bottom: 24px;}
.showMore img{width: 150px;height: 150px;margin-bottom: 8px;}
.showMore .p2{color: #666;font-size: 14px;margin-bottom: 24px;}
.showMore .btn{background-color: #257444;border-color: #257444;width: 172px;height: 36px;margin-bottom: 10px;line-height: 36px;padding: 0 !important;}
.showMore .btn:hover{background: #114224; border-color: #114224;}