{{pos.posName}}
                        {% if(pos.applied) { %}({{pos.appliedDate}}已应聘过){% } %}
                        {% if(pos.hotFlag == 1) { %}{% } %}
                        {%
                            if(data.posId_EmPosFlag[pos.posId]) { %} {% }
                        %}
                        {% if(pos.bidding == true) { %}
                            
                                {% if(pos.strangeAreaFlag) { %}异地热聘{% } else { %}热聘{% } %}
                            
                        {% } %}
                        {% if(pos.applySearch) { %}为您挑选出应聘成功率较高的职位
{% } %}
                    
					{% if(pos.salary && pos.salary > 0) { %}
						
{{pos.salaryDesc2}}
					{% } %}
                
 
                
                
                
                    
                        {%
                            var posInfo = [];
                            if(pos.jobLoc4City && pos.jobLoc4City != '不限') posInfo.push(''+ pos.jobLoc4City +'');
                            if(pos.reqDegree && pos.reqDegree != '不限') posInfo.push(''+  pos.reqDegreeDesc +'');
                            if(pos.reqWorkYear) {
                                pos.reqWorkYear > 0 ? posInfo.push(''+ pos.workYearDesc+'经验' +'') : posInfo.push(''+  pos.workYearDesc +'');
                            }
                            if(pos.postDateDesc) posInfo.push( ''+pos.postDateDesc+'刷新' );
                            //if(pos.insertTimeDesc) posInfo.push( ''+pos.insertTimeDesc+'发布' );
                        %}
                        {{ posInfo.join('|') }}
                    
                 
				{% if(pos.posHighlightTags && pos.posHighlightTags.length > 0) { for(var tagIdx = 0, tagsLen = pos.posHighlightTags.length;tagIdx < tagsLen;tagIdx++) { %}{{pos.posHighlightTags[tagIdx]}}{% } } %}