@import "base.css";

.category {
    margin: 0 -15px 20px;
    padding: 0 15px;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

.category .item {
    padding: 0 15px;
    margin-top: 15px;
}

.category .item a {
    display: block;
}

.category .item a .icon img {
    width: 100%;
}

.category .item a .title {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.category .item.active a .title {
    color: #f56c6c;
}

.job-list .item {
    display: block;
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e8e8e8;
    position: relative;
}

.job-list .item:hover{
    background-color: #f8f8f8;
}

.job-list .item:first-child{
    border-top: 1px dashed #e8e8e8;
}

.job-list .item .title{
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 20px;
    margin-right: 134px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-list .item .tags {
    list-style: none;
    margin: 4px 0 12px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.job-list .item .tags li{
    color: #7c8187;
    padding: 1px 6px;
    line-height: 20px;
    margin-right: 8px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 8px;
}

.job-list .item:hover .tags li{
    background-color: #FFFFFF;
}

.job-list .item .company{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 20px;
    color: #222;
}

.job-list .item .company .r{
    color: #acacac;
}

.job-list .item .total {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 124px;
    overflow: hidden;
    line-height: 20px;
    text-align: right;
    color: #ff7e3e;
    font-weight: 700;
    font-size: 20px;
}

.job-show .title{
    height: 40px;
    display: flex;
    align-items: center;
    padding: 15px 0;
    font-size: 22px;
    color: #1d1d1d;
    font-weight: 700;
}

.job-show .total {
    line-height: 26px;
    padding: 6px 0;
    font-weight: 700;
    color: #f4243d;
    font-size: 18px;
}

.job-show .tags{
    list-style: none;
    margin: 4px 0 12px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.job-show .tags li{
    color: #7c8187;
    padding: 1px 6px;
    line-height: 20px;
    margin-right: 8px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 8px;
}

.job-show .avatar {
    padding: 21px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
}

.job-show .avatar img{
    width: 40px;
    height: 40px;
}

.job-show .avatar .r{
    margin-left: 10px;
    flex: 1;
}

.job-show .avatar .r .company{
    font-size: 17px;
    font-weight: 700;
    color: #1d1d1d;
}

.job-show .avatar .r .text{
    font-size: 12px;
    color: #7c8187;
    margin-top: 7px;
}

.job-show .avatar .r .text span{
    margin-right: 1rem;
}

.job-show .widget{
    margin-top: 15px;
}

.job-show .widget-header{
    padding-left: 15px;
    position: relative;
    line-height: 40px;
    color: #000;
    font-weight: 700;
}

.job-show .widget-header::before{
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 11px;
    width: 5px;
    background-color: #f4243e;
    content: "";
}

.job-show .widget-body{
    font-size: 16px;
    line-height: 1.8;
    color: #565656;
}

.job-show .widget-imgs img{
    margin: 10px 0;
}

.job-show .expires {
    padding: 12px 0;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #999;
    margin: 15px 0;
    text-align: center;
}
