/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#1  Global Elements
#2  contact details
#3  recruitment

----------------------------------------------------------------*/


/*--------------------------------------------------------------
#1  Global Elements
--------------------------------------------------------------*/
.pageTop_img{
  background-image: url('../img/team_top_img.png');
}
/*--------------------------------------------------------------
#2  contact details
--------------------------------------------------------------*/
.contact_details{
  margin-top: 94px;
  margin-bottom: 90px;
}
.contact_details_title{
  font-size: 24px;
  color: #1c1c1c;
  font-weight: bold;
  margin-left: 16px;
  position: relative;
}
.contact_details_title::before{
  content: '';
  position: absolute;
  top: 5px;
  left: -16px;
  width: 3px;
  height: 22px;
  background-color: #204061;
}
.contact_details_box{
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
  border: 1px solid #ededed;
}
.contact_details_item{
  display: inline-block;
  width: 33.33%;
  height: 130px;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
  padding: 20px 35px 22px 110px;
  position: relative;
}
.contact_details_item:last-child {
  border-right: none;
}
.contact_icon{
  position: absolute;
  left: 20px;
  top: 30px;
}
.contact_icon img {
  border-right: 1px solid #d0d0d0;
  padding-right: 15px;
  margin-right: 20px;
}
.contact_details_inner_title{
  font-size: 18px;
  font-weight: bold;
  color: #007291;
  margin-bottom: 9px;
}
.contact_details_text{
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #57667e;
}
@media (max-width: 991px) {
  .contact_details_container{
    padding: 0 30px;
  }
  .contact_details_item{
    width: 100%;
    border-bottom: 1px solid #ededed;
  }
}
/*--------------------------------------------------------------
#2  recruitment
--------------------------------------------------------------*/
.recruitment{

}
.recruitment_container_title{
  font-size: 24px;
  color: #1c1c1c;
  font-weight: bold;
  margin-left: 16px;
  position: relative;
}
.recruitment_container_title::before{
  content: '';
  position: absolute;
  top: 5px;
  left: -16px;
  width: 3px;
  height: 22px;
  background-color: #204061;
}
.recruitment_list{
  margin: 60px 0;
}
.recruitment_list_l, .recruitment_list_r{
  width: 48%;
}
.recruitment_item{
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ececec;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.recruitment_item:hover{
  border-color: #e2a561;
}
.recruitment_item_top{
  height: 60px;
  width: 100%;
  padding: 20px 25px;
  box-sizing: border-box;
}
.recruitment_item_title{
  font-size: 16px;
  color: #243241;
  line-height: 20px;
}
.recruitment_item_title_arrow_d{
  display: none;
  -ms-transform:rotate(90deg); 	/* IE 9 */
  -moz-transform:rotate(90deg); 	/* Firefox */
  -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
  -o-transform:rotate(90deg); 	/* Opera */
  transform: rotate(90deg);
}
.recruitment_item_inner{
  display: none;
  width: 100%;
  padding: 0 35px 35px;
  box-sizing: border-box;
}
.recruitment_item_inner .recruitment_item_inner_title:first-child{
  margin-top: 0;
}
.recruitment_item_inner_title{
  font-size: 14px;
  color: #545454;
  line-height: 24px;
  font-weight: bold;
  margin-top: 20px;
}
.recruitment_item_inner_des{
  font-size: 12px;
  line-height: 22px;
  color: #5e5e5e;
}
@media (max-width: 991px) {
  .recruitment_container{
    padding: 0 30px;
  }
}
@media (max-width: 631px) {
  .recruitment_list_l, .recruitment_list_r {
    width: 100%;
  }
}