@charset "utf-8";
/* CSS Document */

.top_ph{
	height: 380px;
	position: relative;
	background: url(/img/top.jpg) no-repeat center center;
	margin-bottom: 45px;
}

.top_ph p{
    margin: auto;
    height: 1em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    font-size: 3.7em;
    line-height: 1em;	
	text-shadow:0px 0px 8px #000000;
	color: #FFF;
		
}



#search_box{

	background: #fff;

}

#search_box::before{
	content: "";
	display: block;
	height: 4px;
	background-image: linear-gradient(
		-45deg,
		#ff7ba3 25%,
		#ff99b9 25%, #ff99b9 37.5%,
		#ff7ba3 37.5%, #ff7ba3 75%,
		#ff99b9 75%, #ff99b9 87.5%,
		#ff7ba3 87.5%, #ff7ba3
	);
	background-size: 8px 8px;

}
#search_box h2{
	position: relative;
	height: 3em;
	line-height: 3em;
	padding: 0 15px 0 2.5em;
	font-size: 18px;
    font-weight: normal;
	border-bottom: 1px solid #ff7ba3;
}

#search_box h2::before{
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	background: url(/img/icon/search.png) no-repeat center center;
	display: inline-block;
	background-size: 26px 26px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 15px;
}


#search_box dl{
	clear: both;
	margin: 15px 0 15px 15px;
}
#search_box dl dt{
	float: left;
	width: 118px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ff7ba3;
	color: #ff7ba3;
	border-radius: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#search_box dl dd{
    float: right;
    width: 770px;
    margin: 0 0 10px;
    padding: 0;
}
#search_box dl::after{
	content: '';
	display: block;
	clear: both;
	margin-top: 10px;
	border-bottom:1px solid #ccc;
}
#search_box button{
	text-align: center;
	background: #ff7ba3;
	border: 1px solid #ed7297;
	border-radius: 5px;
	color: #fff;
	margin: 0 auto 20px;
	font-size: 18px;
	width: 260px;
	height: 2.5em;
	line-height: 2.5em;
	display: block;
	
}
#new_article{
	width: 930px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
#new_article::before{
	content: "";
	display: block;
	height: 4px;
	background-image: linear-gradient(
		-45deg,
		#3f96e2 25%,
		#81b6e2 25%, #81b6e2 37.5%,
		#3f96e2 37.5%, #3f96e2 75%,
		#81b6e2 75%, #81b6e2 87.5%,
		#3f96e2 87.5%, #3f96e2
	);
	background-size: 8px 8px;

}
#new_article h2{
	position: relative;
	height: 3em;
	line-height: 3em;
	padding: 0 15px 0 2.5em;
	font-size: 18px;
    font-weight: normal;
	border-bottom: 1px solid #3f96e2;
}


#new_article h2::before{
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	background: url(/img/icon/new.png) no-repeat center center;
	display: inline-block;
	background-size: 26px 26px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 15px;
} 
#new_article  .swiper-container {
margin: 0 30px;
	height: 300px;
    }
#new_article .swiper-button-next,   #new_article .swiper-button-prev {
	background: #afaaa1;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      		width: 188px;
  }

    .swiper-slide div{
		display: block;
 		height: 90%;
   		width: 188px;
		position: relative;
}
    .swiper-slide p{
		display: block;
		width: 188px;    text-align: left;
		position: relative;
    }

  .swiper-slide a{
	position: absolute;
	bottom: 0;
	display: block;
	width: 188px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #3f96e2;
    color: #3f96e2;
    border-radius: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.job{
	position: absolute;
	right: 0;
}
.area{
	font-size: .8em;
}
