/* 简历模板相关 */
.texhr-resumeTemp-title {
    padding: 16px 20px;
    border-bottom: 1px solid #edeeef;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 0.3px;
    color: #2e3238;
}

.texhr-resumeTemp-list li {
    padding: 20px;
    overflow: hidden;
}
.texhr-resumeTemp-list li .l {
    width: 148px;
    height: 180px;
    border: solid 1px #edeeef;
    position: relative;
}
.texhr-resumeTemp-list li .l img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.texhr-resumeTemp-list li .content {
    margin-left: 168px;
}
.texhr-resumeTemp-list li .content .name {
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #2e3238;
}
.texhr-resumeTemp-list li .content .name:hover {
    color: #ed6e2a;
}
.texhr-resumeTemp-list li .content .text {
    font-size: 14px;
    line-height: 26px;
    color: #5c636f;
    text-indent: 2em;
}
.good-money-jobs li {
    float: none;
    width: auto !important;
    border-top: 1px solid #f2f5f7;
}

.hot-job-temp {
    overflow: hidden;
    background-color: #ffffff;
}
.hot-job-temp li {
    float: left;
}
.hot-job-temp li .pic {
    width: 104px;
	height: 126px;
    border: solid 1px #edeeef;
    position: relative;
}
.hot-job-temp li .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.resume-detail-bg {
    width: 1140px;
    height: 160px;
    background: url(../images/texhr/resume_detail_bg.jpg) no-repeat center;
}
.resume-detail-bg .title {
    padding-top: 80px;
    text-align: center;
    font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.3px;
	color: #ed6e2a;
}
.resume-operate {
    height: 50px;
    line-height: 50px;
	background-color: #ffffff;
}
.resume-operate a {
    color: #0000ff;
}

.main-info {
    height: 175px;
    padding: 35px 0 0 40px;
	background-color: #ff8d31;
}
.main-info .head {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.main-info .head img {
    display: block;
    width: 100%;
    height: 100%;
}
.main-info .content {
    margin-left: 220px;
    overflow: hidden;
}
.main-info .content li {
    float: left;
    width: 46%;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: #ffffff;
}
.other-info {
    padding: 20px 30px 20px 20px;
    background-color: #ffffff;
}
.other-info .module {
    padding: 44px 30px 20px;
    background: url(../images/texhr/resume_title_bg.png) no-repeat left top;
}
.other-info .module .title {
    padding-bottom: 15px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: 600;
	letter-spacing: 0.2px;
	color: #ed6e2a;
}
.other-info .module .info {
    font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.2px;
    color: #5c636f;
    line-height: 35px;
}
.other-info .module .info label {
    font-size: 16px;
    color: #2e3238;
}