Giter Site home page Giter Site logo

Comments (2)

secreter avatar secreter commented on May 5, 2024
/**
 * Created by pengchaoyang on 2018/4/21
 */
const Koa = require('koa');
const app = new Koa();
const compress = require('koa-compress')
// x-response-time

app.use(async (ctx, next) => {
    const start = Date.now();
await next();
const ms = Date.now() - start;
ctx.set('X-Response-Time', `${ms}ms`);
});

// logger

app.use(async (ctx, next) => {
    const start = Date.now();
await next();
const ms = Date.now() - start;
console.log(`${ctx.method} ${ctx.url} - ${ms}`);
});

// response
app.use(compress())
app.use(async ctx => {
    let body = `})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(})(['margin-bottom:', ';padding:', ';background:#fff;position:relative;zoom:1;font-size:14px;&:after{content:\\'.\\';display:block;height:0;clear:both;visibility:hidden;}h1,h2,h3,h4,h5,h6,ul,li,body,dl,ol,dt,dd,td,img,th,p,form,div,input{margin:0;padding:0;}h1,h2,h3,h4,h5,h6{font-size:14px;font-weight:normal;}li{list-style-type:none;margin:0;padding:0;}a{color:#000;text-decoration:none;}.title-wrap{display:flex;justify-content:space-between;align-items:center;overflow:hidden .area-box.no-tab{top:-20px;}.area-box-new{display:flex;margin-top:-5px;width:auto;height:23px;overflow:hidden;line-height:23px;background-color:#fff;text-align:right;align-items:center;cursor:default;justify-content:flex-end;flex-shrink:0;color:#000;}}.resultLink{display:block;font-size:19px;line-height:27px;padding-top:3px;padding-bottom:3px;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.resultLink:visited{color:#555;}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}'], function (props) {
    return props.isToutiao ? '0px' : '10px';
}, function (props) {
    return props.length > 3 ? '12px 17px' : '12px 17px 4px 17px';
});
var Title = A.extend(_templateObject);
var VrRecruit = styled.div.withConfig({
    displayName: 'unknown__VrRecruit',
    componentId: 's1kqjwi7-2'
})(['position:relative;.img-flex{display:flex;color:#555;align-items:flex-start;padding-top:8px;.img-layout{position:relative;z-index:1;width:4.6em;max-width:180px;margin-right:12px;height:100%;background:#f5f5f5;margin-bottom:8px;height:fit-content;}.img-height{position:relative;z-index:1;display:block;width:100%;height:0;padding-bottom:100%;background:#f5f5f5 url(http://dlweb.sogoucdn.com/vr/images/120120.png) center center no-repeat;background-size:auto 30px;overflow:hidden;img{display:block;width:100%;height:100%;position:absolute;z-index:2;left:0;right:0;top:0;bottom:0;object-fit:cover;object-position:center;background:#f5f5f5;}}.text-layout{margin:-4px 0 3px;flex:1;overflow:hidden;p{line-height:23px;}}}.list-img-flex{line-height:23px;.space-default{padding-top:8px;padding-bottom:8px;border-top:solid 1px #f1f1f1;&:first-child{padding-top:0;border-top:none;}a{display:block;}}.job{display:flex;.job-mes,.job-date,.job-company{font-size:12px;line-height:21px;}.job-name,.job-mes,.job-company{flex:1;}.job-mes,.job-company{color:#555;}.job-money{color:#ee4035;}.job-mes{span:not(:last-child):after{content:\\'\\';display:inline-block;width:1px;height:10px;background:#eee;margin:0 5px;position:relative;top:1px;}}.job-date{color:#555;}}.space-txt{padding-top:3px;padding-bottom:3px;}}.more-box-new{line-height:23px;overflow:hidden;display:flex;justify-content:space-between;.line-whole{position:relative;padding-right:14px;text-align:right;}a{color:#555;display:block;flex-shrink:0;flex-grow:1;overflow:hidden;min-width:75px;&:after{margin-top:1px;margin-right:-5px;content:\\'\\';display:inline-block;width:7px;height:7px;border-right:solid 1.2px #666;border-bottom:solid 1.2px #666;transform:rotate(-45deg);position:absolute;right:8px;top:8px;}}}.border-top{border-top:solid 1px #f1f1f1;margin-top:0px;padding-top:8px;}']);
var LoactionIcon = function LoactionIcon() {
    return React.createElement(`;

    ctx.body=body
});

app.listen(4000);

from discussions.

jonathanong avatar jonathanong commented on May 5, 2024

do u have a simpler example? most of your example is your app code, so just from probability it's probably a leak in your code

from discussions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.