  *{
    padding: 0;
    margin: 0;
    font-size: 15px;
  } 
  a{
    text-decoration: none;
    color: #333;
  }
  h2,h3{
  	font-weight: normal;
  }
  
  .banner{
    height: 350px;
  	 position: relative;
   
}     
.bannerImg{
    width: 100%;
    height: 100%;
   
}
.bannerImg .images{
	display: block;
	 width: 100%;
	 height:100%
}
.banner .title{
    position: absolute;
    width: 1200px;
    height:107px ;
    background-color:#FFF;
    left:0;
    right: 0;
    bottom:0;
    margin:0 auto;
    border-bottom: 1px solid rgb(230,230,230);
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}    
.banner .title-item:first-child{
    font-size: 22px;
  color: #333; font-weight:700;
     text-align: center;
     display: block;
} 
.banner .title-item:last-child{
    font-size: 18px;
    color: rgb(150,150,150);
     text-align: center;
     display: block;
} 
  .container{
    width: 1200px;
    margin: auto;
    padding: 60px;
    background: #FFF;
    box-sizing: border-box; 
  }

  .list-item{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    border: 0;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 3px;
  }
  .img-box{
    width: 280px;
    height: 170px;
    overflow: hidden;
    border-radius: 2px;
  }
  .image {
    width: 100%;
    height: 100%;
    display: block;
  }
  .clearfix{
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    margin-left: 30px;
  }
  .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    color: #666;
  }
  .title-txt{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
    font-weight:700;
    color:#333
  }
  .title-time{
    width: 120px;
    font-size: 16px;
    color: #787878;
  }
  .instro {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #999;
    line-height: 1.8;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;  
    height: 50px;
    text-align: left;
    padding-right: 30px;
  }  
  .info{
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    height: 50px;
    color: #787878;
  }
  .info-hot{
    margin-right: 30px;
  }
  .info-num{
    flex: 1;
    text-align: left;
  }
  .goto{
    display: none;
     float: right;
  }
  .list-item:hover{
    box-shadow: 0 6px 10px 6px rgba(0,0,0,.1);
  }
  .list-item:hover .title-txt{
    color: #226cd1;
  }
  .list-item:hover .goto{
    display: block;
   
  }
  .list-item:hover .image{
    /*transform: scale(1.01);*/
    animation:myfirst 1s alternate forwards;
    -webkit-animation:myfirst 1s alternate forwards;
    -moz-animation:myfirst 1s alternate forwards;
    -ms-animation:myfirst 1s alternate forwards;
  }
  @keyframes myfirst
    {
    0% {width: 100%; height: 100%;}
    100% {width: 110%; height: 110%;margin: -5% 0 0 -5%;}
  }
  @-webkit-keyframes myfirst
    {
    0% {width: 100%; height: 100%;}
    100% {width: 120%; height: 110%;margin: -5% 0 0 -5%;}
  }
  @-moz-keyframes myfirst
    {
    0% {width: 100%; height: 100%;}
    100% {width: 110%; height: 110%;margin: -5% 0 0 -5%;}
  }
  @-ms-keyframes myfirst
    {
    0% {width: 100%; height: 100%;}
    100% {width: 120%; height: 110%;margin: -5% 0 0 -5%;}
  }
  
  

.no-recruit{
	text-align: center;
}
	.page{ 
			background: #FFF;
			width: 400px;
			display: flex;
			margin:0 auto;
			margin-top:50px;
		} 6
		.page-list{ 
			display: flex;
			position: relative;
			margin:0 auto;
		}
		.page-list .page-list-item:hover{
			background-color: #eee;
		}
		.page-list .page-list-item{
			width: 40px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			cursor: pointer;
			list-style: none;
		}
	
		.page-list .page-list-item.active{
			background-color: rgb(70,124,212);
			color: #fff;
			text-align: center;
		}
		.next-btn{
			    width: 100%;
				text-align: center;
    			margin-top: 20px;
		}
		
		.btn-next,.btn-pre{
			width: 40px;
		    font-size: 18px;
		    color: gray;
		    border: none;
		    background: transparent;
			outline: none;
		}
	
/* 弹窗提示 */
.tip-box{
	height: 100%;
	width: 100%;
	background-color: transparent;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
}
.tip-popup{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tip{
	height: 100px;
	line-height: 100px;
	width: 200px;
	text-align: center;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.6);
	color:#FFF;
	z-index:2;
}