<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.recruitment{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
}
.recruitment li{
  clear:both;
  height:auto;
  overflow:hidden;
  padding:10px;
  border-bottom:1px solid #f2f2f2;
}
.recruitment li .tit{
 display:block;
 clear:both;
 width:100%;
 height:auto;
 overflow:hidden;
 font-size:14px;
 color:#333;
 font-family:"宋体";
}
.recruitment li .text{
 clear:both;
 width:auto;
 display: -webkit-box;
 display: -webkit-flex;
 display: flex;
 height:auto;
 overflow:hidden;
 line-height:24px;
}
.recruitment li .text .txt{
 font-size:12px;
 color:#666;
 font-family:"宋体";
 -webkit-box-flex: 1; 
 -webkit-flex: 1;
 flex: 1;
 height:auto;
 overflow:hidden;
 margin-right:10px;
  text-overflow:ellipsis;
 white-space:nowrap
}
.recruitment li .text .image{
width:13px;
}
.recruitment li .date{
  clear:both;
  width:100%;
  height:auto;
  overflow:hidden;
  display:block;
  font-size:12px;
  color:#666;
   font-family:"宋体";
}
.pager{
  clear:both;
  width:auto;
  margin:20px 10px;
  height:auto;
  overflow:hidden;
}</pre></body></html>