	  /* 
	    二级页面列表样式
	   */ 
	  /* .demos-header{
			padding:5px 0;
		}
		.demos-title{
			color: #eeeeee;
			font-size: 25px;
			font-weight: bold;
		} */
	  
	   .weui-search-bar__cancel-btn{
			color: #ffffff;
		}
	   .weui-cells{
		   margin-top: 0;
	   }
	   
	   .weui-panel{
		   margin-top: 0;
	   }
	   
	   .weui-cell_select .weui-cell__bd:after{
		   border-width: 0px 2px 2px 0;
	   }
	   
	   .weui-search-bar:before{
		   border-top: none;
	   }
	   .weui-search-bar:after{
		   border-bottom: none;
	   }
	   /* 头图 */
	   .header_bg{
		   background: url(../img/二级页面图-1080X300px.jpg) no-repeat fixed; 
		   background-size: 100%; 
		   width: 100%; 
		   height: 14%;
	   }
	   /* 搜索框 */
	   #searchBar{
		   top: 50%;
		   background: rgba(240,248,255,0);
	   }
	   
	   .weui-search-bar__form{
			border-radius: 25px;
			height: 35px;
	   }
	   
	   .weui-search-bar__box .weui-search-bar__input{
			height: 27px;
		}
	   
	   /* 下拉框 */
	   .job_place_select{
		   width: 50%;
		   float: left;
	   }
	   
	   .job_place_select select{
	   	   width: 75%;
	   }
	   
	   /* 工作标签 */
	   .job_title{
		   width: 75%;
		   height: 50px;
		   float: left;
		   display: block; 
		   word-wrap:break-word; 
		   word-break:break-all; 
		   overflow: hidden;
		   font-size: 20px;
		   font-weight: bold;
	   }
	   
	   .job_date{
		  display: block;
		  height: 50px; 
	   }
	   
	   .job_company{
		   padding-bottom: 10px;
		   font-size: 13px;
	   }
	   
	   .job_place{
		   display: block;
		   width: 25px;
		   height: 15px;
		   float: left; 
		   background: url(../img/地理位置-蓝.png) no-repeat; 
		   background-size: 20px 15px;
	   }
	   .job_place_name{
		   width: 70px; 
		   float: left;
	   }
	   
	   .job_number{
		   width: 70px;
		   display: inline-block;
		   text-align: center;
	   }