body {
    background-color: #f3f6ff;
}

.hide {
    display: none !important;
}

.layui-icon {
    font-size: 14px;
}

.sort-select {
    -webkit-box-shadow: 0 0 10px -2px hsla(0, 0%, 62%, .2);
    box-shadow: 0 0 10px -2px hsla(0, 0%, 62%, .2);
}

.sort-select {
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
}

.sort-select dl {
    overflow: hidden;
    margin: 0 0 1px;
    background-color: #fff;
}

.sort-select dt {
    float: left;
    padding: 15px 0;
    width: 110px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.sort-select dt .title {
    display: block;
    border-right: 1px solid #c5c5c5;
}

.sort-select dd {
    overflow: hidden;
    margin-left: 135px;
    height: auto;
}

.sort-select dd p {
    overflow: hidden;
    margin: 0;
    padding: 0 0 15px;
}

.sort-select dd p a {
    float: left;
    display: block;
    margin: 13px 13px 0 0;
    font-size: 15px;
    transition: all .3s linear;
}

.sort-select dd p a.active,
.sort-select dd p a:hover {
    color: #eb0223;
}

.sort-select dd .more {
    float: right;
    margin: 15px 0 15px 15px;
    padding-right: 15px;
}

.sort-select dd .more i {
    margin-left: 5px;
    font-size: 12px;
}

@media only screen and (max-width:860px) {
    .sort-select {
        margin-bottom: 10px;
    }

    .sort-select dd {
        height: 45px;
    }

    .sort-select dd .more {
        display: block !important;
    }
}

@media only screen and (max-width:768px) {
    .sort-select dt {
        width: 85px;
        font-size: 14px;
    }

    .sort-select dd {
        margin-left: 105px;
    }

    .sort-select dd .more,
    .sort-select dd p a {
        font-size: 14px;
    }
}

.job-list ul {
    width: 102%;
}

.job-list li {
    position: relative;
    width: 31.333333%;
    margin: 0 2% 2% 0;
    float: left;
    background-color: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px -2px hsl(0deg 0% 62% / 20%);
    box-shadow: 0 0 10px -2px hsl(0deg 0% 62% / 20%);
}

.job-list li:nth-child(3n+4) {
    clear: left;
}

.job-list li .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 125px;
    line-height: 25px;
    height: auto;
    min-height: 50px;
}

.job-list li .txt {
    font-size: 12px;
    color: #666;
}

.job-list li hr {
    margin: 20px 0;
}

.job-list li .minsalary {
    position: absolute;
    top: 35px;
    right: 30px;
    color: #ff9650;
}

.job-list li .company {
    font-size: 16px;
    line-height: 30px;
}

.job-list li .company img {
    height: 30px;
    margin-right: 10px;
}

.job-details .main {
    float: left;
    width: 900px;
    text-align: justify;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px -2px hsl(0deg 0% 62% / 20%);
    box-shadow: 0 0 10px -2px hsl(0deg 0% 62% / 20%);
}

.job-details .sidebar {
    float: right;
    width: 255px;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px -2px hsl(0deg 0% 62% / 20%);
    box-shadow: 0 0 10px -2px hsl(0deg 0% 62% / 20%);
}

.job-details .main .post-title {
    font-weight: bold;
    font-size: 20px;
    display: inline;
}

.job-details .main .post-salary {
    font-size: 16px;
    color: #ff9650;
    margin-left: 15px;
}

.job-details .main .postmeta {
    margin: 20px 0;
    color: #999;
}

.job-details .main .postmeta span {
    margin-right: 10px;
}

.job-details .main .entry {
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    color: #666;
}

.job-details .main .entry img {
    max-width: 100%;
    height: auto !important;
}

.job-details .main .job-info ul li {
    width: 33.333333%;
    float: left;
    line-height: 35px;
    font-size: 16px;
    color: #666;
}

.job-details .main .elem-quote {
    color: #2196f3;
    margin: 20px 0;
}

.job-details .main .elem-quote i {
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

.job-details .main .elem-quote span {
    font-size: 17px;
}

.job-details .sidebar .widget .widget-avatar a img:hover {
    transform: scale(1.05);
}

.job-details .sidebar .widget .widget-avatar .avatar-link {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 4px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .3);
}

.job-details .sidebar .widget .widget-avatar .avatar {
    width: 80px;
    height: 80px;
    background-color: #fff;
    transition: all .3s ease-out 0s;
    object-fit: scale-down;
}

.job-details .sidebar .widget .widget-avatar .profile-info .author-name {
    color: #2196f3;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    line-height: 1.6;
    display: block;
}

.job-details .sidebar .widget .widget-avatar .profile-info .author-description {
    margin: 20px 0;
    line-height: 25px;
    display: block;
}

.job-details .sidebar .widget .widget-avatar .author-description {
    margin-top: 10px;
}

.job-details .sidebar .widget .widget-avatar .author-description p {
    color: #666;
}

.job-details .sidebar .widget .widget-avatar .author-name {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    line-height: 22px;
}

.job-details .sidebar .widget .widget-avatar a img {
    max-width: 100%;
    transition: all 1s ease 0s;
}

.job-details .sidebar .widget .widget-avatar a img:hover {
    opacity: .8;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
}

.job-details .sidebar .widget .profile-other {
    border-top: 1px dashed #e5e5e5;
}

.job-details .sidebar .widget .profile-other h4 {
    color: #2196f3;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0;
}

.job-details .sidebar .widget .profile-other ul li {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    list-style: inside;
}

.job-details .sidebar .widget .profile-other ul li span {
    margin-right: 15px;
    display: none;
}
