123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>吉林就业</title>
- <style type="text/css">
- li{
- list-style: none;
- }
- a{
- text-decoration: none;
- }
- .style{
- width:100%;
- height: 355px;
- }
- .w_1200{
- width: 1200px;
- margin: 0 auto;
- height: 355px;
- border:1px solid #ccc;
- }
- .mainLeft{
- float: left;
- width:598px;
- height:355px;
- border-right:1px solid #ccc;
- }
- .mainLeft .top {
- height: 35px;
- line-height: 35px;
- border-bottom: 1px solid #ccc;
- }
- .mainLeft .top .title{
- display: inline-block;
- width: 500px;
- height: 30px;
- line-height: 30px;
- padding: 0 15px;
- color: #4193c5;
- font-weight: bold;
- font-size: 14px;
- }
- .mainLeft .top .more{
- display: inline-block;
- height: 20px;
- line-height: 20px;
- width: 50px;
- text-align: center;
- background: #4193c5;
- border-radius: 5px;
- }
- .mainLeft .top .more a{
- font-size: 10px;
- color: #fff;
- }
- #info-list1{
- margin: 0;
- padding: 0;
- }
- #info-list1 li{
- padding: 5px 25px;
- }
- #info-list1 li .hui21{
- color: #333;
- }
- #info-list1 li:hover .hui21{
- color: #4193c5;
- }
- #info-list2{
- margin: 0;
- padding: 0;
- }
- #info-list2 li{
- padding: 5px 25px;
- }
- #info-list2 li .hui21{
- color: #333;
- }
- #info-list2 li:hover .hui21{
- color: #4193c5;
- }
- .mainRight{
- float: left;
- width: 600px;
- height: 355px;
- }
- </style>
- <script type="text/javascript" src="scripts/jquery-1.4.2.min.js"></script>
- <script type="text/javascript" src="scripts/embed_index.js" ></script>
- <script type="text/javascript">
- $().ready(function(){
- onloadlst("index","info-list1",10,"","全职","");//版位标示,列表层ID,条数,职位类别,职位性质,单位性质
- onloadlst("index","info-list2",10,"","实习","");
- });
- </script>
- </head>
- <body>
- <div class="style">
- <div class="w_1200">
- <div class="mainLeft">
- <div class="top">
- <span class="title">
- 最新招聘信息
- </span>
- <span class="more">
- <a href="http://jilinbys.ncss.org.cn/job/index" target="_blank">MORE</a>
- </span>
- </div>
- <div class="mainLeftInfo">
- <ul id="info-list1"></ul>
- </div>
- </div>
- <div class="mainLeft mainRight">
- <div class="top">
- <span class="title">
- 实习信息
- </span>
- <span class="more">
- <a href="http://jilinbys.ncss.org.cn/job/index" target="_blank">MORE</a>
- </span>
- </div>
- <div class="mainRightInfo">
- <ul id="info-list2"></ul>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
|