/****** the public style of extension *******/
.jobsAndResumes {
    width: 1201px;
    height: auto;
    margin: 20px auto 0;
    padding-top: 20px;
    overflow: hidden;
}

.jobsAndResumes h2 {
    float: left;
    width: 100%;
    font-weight: normal;
}

.jobsAndResumes h2 span {
    float: left;
    padding-bottom: 20px;
    font-size: 25px;
    color: #555;
}
.jobsAndResumes h2 a {
    float:right;
    font-size:16px;
    color:#0168c6;
    margin-top:10px;
    margin-right:5px
}

.jobsAndResumes ul {
    float: left;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.jobsAndResumes ul li {
    float: left;
    width: 369px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

/****** end the public style of extension *******/

/****** newJobs *******/
.newJobs ul li{ padding: 10px 15px;}
.newJobs li .title {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.newJobs li .title a {
    float: left;
    max-width: 275px;
    font-size: 16px;
    color: #333;
}

.newJobs li .title .date {
    float: right;
    font-size: 12px;
    color: #F26B69;
}

.newJobs li .jobs {
    float: left;
    width: 100%;
    line-height: 30px;

}

.newJobs li .jobs a {
    float: left;
    width: 75px;
    margin-right: 8px;
    font-size: 12px;
    color: #0168c6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newJobs li .jobs a.final {
    width: auto;
}

/****** end newJobs *******/

/****** newResumes *******/
.newResumes ul li{
    width: 399px;
}
.newResumes li a{
    float: left;
    width: 369px;
    padding: 10px 15px;
}
.newResumes li a:hover{
    background-color: #f2f2f2;
}
.newResumes a .title{
    float:left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.newResumes a .title .name{
    float: left;
    max-width: 275px;
    font-size: 16px;
    color: #333;
}
.newResumes a .title .date{
    float: right;
    font-size: 12px;
    color: #F26B69;
}
.newResumes a .info{
    float: left;
    width: 100%;
}
.newResumes a .info span{
    float: left;
    color: #666;
    line-height: 25px;
}
.newResumes a .info i.vLine{
    float: left;
    height: 15px;
    margin: 5px;
    border-left: 1px solid #666;
}
.newResumes a .intention{
    float: left;
    width: 100%;
    color: #f0514d;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/****** end newResumes *******/

