﻿.JobList {
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}

.JobList ul {
    display: flex;
    margin: 0;
    position: relative;
    padding: 10px 0;
    border-radius: 3px;
}

.JobList ul:hover {
    background-color: aliceblue;
}

.danWei {
    width: 330px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.danWei a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.li_auto {
    flex-grow: 1;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zhiding {
    width: 50px;
    text-align: left;
}

.zhiding span {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    background-color: red;
    color: white;
    padding: 2px 3px;
    border-radius: 3px;
    margin-left: 3px;
}

.listDian {
    padding: 10px 6px;
    font-size: 14px;
}
/*信息展示页*/
.comName {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.comName h1 {
    padding-top: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    font-family: 微软雅黑,黑体;
}

.basicInfo {
    font-size: 14px;
    line-height: 35px;
    font-family: 微软雅黑;
    overflow: hidden;
    padding: 5px 0;
    background-color: aliceblue;
    border-radius: 3px;
}

.basicInfo span {
    font-weight: bold;
}

.basicInfo_zhiWei {
    padding: 8px;
}

.basicInfo_zhiWei li {
    color: red;
}

.basicInfo_other {
    padding: 0 8px 8px 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.basicInfo_other li {
    line-height: 40px;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zhiweishuoming_title {
    line-height: 30px;
    background: #eaf7ff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    border-radius: 2px;
    margin-top: 2px;
    color: #004499;
}

.zhiweishuoming_content {
    vertical-align: top;
    line-height: 35px;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    text-align: justify;
    white-space: pre-line;
}

.zhiweishuoming_content p {
    margin-top: 10px;
    text-align: center;
}

.zhiweishuoming_content img {
    max-width: 600px;
}


#vipTakeJob {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 5px;
    margin-top:10px;
}

#vipTakeJob p {
    flex-grow: 1;
    width: 31%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #82cbff;
    padding: 1px;
    box-sizing: border-box;
}
#vipTakeJob p:hover {
    background-color:aliceblue;
}
.RecomZhiWei {
    font-size: 1.2rem;
    display: block;
    color: black;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    box-sizing: border-box;
    background-image: url('/Images/job.png');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 4px 4px;
    line-height: 25px;
}

.RcomComName {
    display: inline-block;
    color: royalblue;
    font-size: 13px;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 4px;
    box-sizing: border-box;
}

.cLeft {
    text-align: right;
    font-weight: bold;
    width: 120px;
}

.cLeft2 {
    text-align: right;
    font-weight: bold;
    width: 60px;
}

/*右侧*/
.rightTitle {
    background: url(/Images/c_bg.png) no-repeat left center;
    line-height: 30px;
    padding-left: 30px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: White;
    margin-top: 5px;
}

.rightContent {
    width: 292px;
    border: 1px solid #d7d7d7;
    text-align: left;
    margin-top: 2px;
    line-height: 35px;
    padding: 5px 3px 3px 3px;
    overflow: hidden;
    font-size: 14px;
}
