<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* css样式重置  */
 
 body,
 h1,
 h2,
 h3,
 h4,
 h5,
 p,
 dl,
 dd,
 ul,
 ol,
 form,
 input,
 textarea,
 th,
 td,
 select {
     margin: 0;
     padding: 0;
 }
 
 em {
     font-style: normal;
 }
 
 li {
     list-style: none;
 }
 
 a {
     text-decoration: none;
 }
 
 img {
     border: none;
     vertical-align: top;
 }
 
 table {
     border-collapse: collapse;
 }
 
 input,
 textarea {
     outline: none;
 }
 
 textarea {
     resize: none;
     overflow: auto;
 }
 
 body {
     font-size: 12px;
     font-family: "微软雅黑";
 }
 /* public */
 
 .clear {
     zoom: 1;
 }
 
 .clear:after {
     content: '';
     display: block;
     clear: both;
 }
 
 .fl {
     float: left;
 }
 
 .fr {
     float: right;
 }
 
 .tc {
     text-align: center;
 }
 
 body {
     background: url('http://www.chinacace.org/images/revision/bg.jpg') no-repeat top;
     font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
 }
 
 .jobsContent {
     width: 1000px;
     margin: 0 auto;
     padding: 10px 20px;
     background: #ffffff;
     margin-top: 200px;
 }
 
 .jobsTitle {
     width: 100%;
     text-align: center;
 }
 
 .jobsTitle h2 {
     width: 180px;
     padding-bottom: 10px;
     border-bottom: 2px solid #1B92D5;
     font-size: 26px;
     line-height: 40px;
     font-weight: normal;
     color: #800;
     margin: 0 auto;
 }
 
 .jobsBox {
     /* overflow-y: scroll; */
     padding: 0 20px;
     margin-top: 30px;
 }
 
 .jobsList {}
 
 .listTop {
     width: 100%;
 }
 
 .listTop li {
     width: 100%;
     overflow: hidden;
     padding-bottom: 22px;
     border-bottom: 1px solid #c9caca;
     /* margin-bottom: 15px; */
 }
 
 .listLeft {
     float: left;
 }
 
 .listLeft a {
     font-size: 16px;
 }
 
 .listRight {
     float: right;
     padding-top: 25px;
 }
 
 .listRight p {
     font-size: 16px;
     color: #595757;
 }
 
 .listRight .time {
     background: url('/recruit/images/time.png') no-repeat left;
     background-size: contain;
     padding-left: 25px;
     font-size: 16px;
     color: #595757;
 }
 /* .icon {
     display: inline-block;
     width: 15px;
     height: 15px;
     background: url('https://www.lepumedical.com/image/campus_join/icon1.png') no-repeat;
     background-size: 100%;
     margin-top: 20px;
     cursor: pointer;
     transition: .2s;
 }
 
 .jobs {
     display: none;
 } */
 /* .jobsList p {
     font-size: 16px;
     color: #595757;
     margin-top: 15px;
 } */
 
 .xinzi {
     width: 40px;
     height: 40px;
     display: inline-block;
     background: url('/recruit/images/salary.png') no-repeat center;
     background-size: contain;
     position: relative;
     top: 10px;
     margin-right: 10px;
 }
 
 .gangwei {
     width: 30px;
     height: 40px;
     display: inline-block;
     background: url('/recruit/images/position.png') no-repeat center;
     background-size: contain;
     position: relative;
     top: 10px;
     margin-right: 10px;
 }
 
 .gangwei img {
     width: 100%;
 }
 /* 回到顶部 */
 
 #comReturnTop {
     width: 40px;
     height: 49px;
     position: fixed;
     right: 100px;
     bottom: 100px;
     z-index: 100;
     background: url('/recruit/images/top.png')no-repeat 0 0;
     cursor: pointer;
     display: none;
 }</pre></body></html>