body{
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.main-container{
	width:1200px;
	margin: auto;
	overflow: auto;
	    margin-bottom: 60px;
}
.recruit-turn-page-box .row{
	margin: 0;
}
.recruit-turn-page-box{
	
	    line-height: 40px;
	   padding-left: 20px;
	       padding-right: 20px;
		padding-top: 10px;
		    padding-bottom: 10px;
			    margin-top: 30px;
}
.recruit-turn-page-box .col-xs-4{
	width:33%
}
.recruit-page-pre a,
.recruit-page-next a
{
	color: #b5b4b4;
}
.recruit-page-pre img,
.recruit-page-next a{
	float: left;
	    margin-right: 10px;
}
.recruit-page-pre img,
.recruit-page-next img{
	margin-top:14px
}
.recruit-page-num span{
	float: left;
	width:40px;height:40px;
	border-radius: 50%;
}
.recruit-page-num.col-xs-4 {
    padding-left: 10%;
}
.recruit-page-num{
text-align: center;
}
.recruit-page-num span:hover{
	cursor: pointer;
	background-color: #30aa83;
}
.recruit-num-cur{
	background-color: #30aa83;
	color: white;
}
.recruit-page-next a{
	padding-left:80%
}
.news-title{
	color:#1aa679;
	text-align: center;
}
.newsTab-box{
	line-height: 40px;
	height: 40px;
	 background-color: #f5f5f5;;
	    width: 140px;
	    text-align: center;
		margin-right: 20px;
		border-radius: 20px;
}
.newsTab-box a{
	color: black;
	text-decoration:none;
	line-height: 40px;
	    display: block;
	    height: 40px;
}
.newsTab-box a:hover{
	color: white;
	
}
.newsTab-box:hover{
	background-color: #12986d;
	border-radius: 20px;
	
	}
	.newsTab-box .active{
color: white;
		    background-color: #1aa679;
		    line-height: 40px;
		    height: 40px;
		    display: block;
		    border-radius: 20px;
	}
	.nav-tabs {
	  border-bottom: 1px solid rgba(0,0,0,0); 
	    width: 500px;
	    margin: auto;
		margin-top: 30px;
		    margin-bottom: 30px;
	}
.storebox{
	overflow: auto;
}
.storebox{
	width:31.5%;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
		
.store-img img{
	width:100%
}
.store-img{
	border-radius: 10px;
	width: 100%;
}
.store-title{
	text-align: center;
}
.mobile-newsDetail-btn2,.pc-newsDetail-btn2{
	display: none;
}
.recruit-page-pre:hover{
	
}
/*ipad*/
@media (max-width: 1200px)and (min-width: 1101px){
	.recruit-page-next a {
	    padding-left: 75%;
	}
}
/*pc*/
@media (min-width: 1101px){
	.recruit-turn-page-box{
		background-color: #f8f8f8;
		}
		.storebox{
			position: relative;
		}
		.store-img,
		.store-img img{
		  max-height: 227px;
		      overflow: hidden;
		}
}
/*ipad*/
@media (max-width: 1200px){
	.main-container {
		 width: 90%;
	}
	.storebox{
		width:31%;
		}
}
/*mobile*/
@media (max-width: 1100px){
	.main-container{
		
		    margin-bottom: 20px;
	}
	.recruit-turn-page-box .col-xs-4 {
		width:50%;
	}
	.recruit-page-pre a,
	.recruit-page-next a{
		display: none;
	}
	.recruit-page-pre img{
		margin-left: 80%;
		    width: 24px;
	}
	.recruit-page-next img{
		margin-left:10%;
		    width: 24px;
	}
	.recruit-page-num{
		display: none;
	}
	.storebox{
		width: 47%;
		margin-left: 2%;
		    margin-right: 1%;
	}
	
}
@media (max-width: 1100px) and (min-width: 450px) {
	.store-img,
	.store-img img{
	  max-height: 150px;
	      overflow: hidden;
	}
}
@media (max-width: 449px){
	.store-img,
	.store-img img{
	  min-height: 94px;
	      max-height: 94px;
	      overflow: hidden;
	}
	.store-img img {
	    border-radius: 10px;
	}
}

}
.nav-tabs {
	width: 480px;
}
@media (max-width: 800px) and (min-width: 450px){
	.store-img, .store-img img {
	    min-height: 130px;
	    overflow: hidden;
	}
}

@media (max-width: 550px){
.nav-tabs {
    width: 390px;
}
.newsTab-box {
	width:110px;
}

}
.recruit-turn-page-box{
		justify-content: center;
		    align-items: center;
	}
	.pagination {
	    display: flex;
	    align-items: center;
	}
	.pagination li {
	    width: 40px;
	    height: 40px;
	    background: rgba(255, 255, 255, 1);
	    box-shadow: 0px 3px 10px 0px rgb(161 161 161 / 20%);
	    border-radius: 50%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin: 0 10px;
	    cursor: pointer;
	    color: rgba(51, 51, 51, 1);
	}
	.pagination li * {
	    width: 100%;
	    height: 100%;
	    border-radius: 50%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin: 0;
	}
	.recruit-turn-page-box .active span {
	    background-color: #30aa83;
	    color: #FFF !important;
	}
	.pagination li a {
	    color: rgba(51, 51, 51, 1);
	}
input.inp_submit.to-sub-form.btn.btn-warning {
    color: white;
    border-radius: 18px;
    width: 140px;
}