#Senwen{
width:100%;
height:auto;
background: #f2f2f2;
border-radius: 16px;
z-index: 999;
transition-duration:1s;
transition-property: all;
}

.ThreeNavconten {
width: 900px;
padding: 20px 0px; }
.ThreeNavconten .Threeone {
width: 100%; 
padding: 0px 0px 30px 0px;
border-bottom: 1px solid rgba(217,217,217,1);
}
.ThreeNavconten .Threeone .Threeone1 {
width: 472px;
display: flex;
justify-content: space-between;
 }
.ThreeNavconten .Threeone .Threeone1 .Threeone1span {
width: 100%;
font-size: 19px;
font-weight: bold;
color: #333333; }

.ThreeNavconten .Threeone .Threeone1  .Threese{
  width:47%;
  height: 42px;
  z-index: 999;
}

.ThreeNavconten .Threeone .Threeone1 .Threese .Threeoneblock {
width:100%;
height:42px;
font-size: 14px;
margin-top:10px;
display: flex;
align-items: center;
justify-content: center;
}
.ThreeNavconten .Threeone .Threeone1 .Threese  .Threeoneblock  .Threeone11 {
width: 90%;
color: #999999;
display: flex;
justify-content: space-between; }

/* 招聘信息列表块 */
.Threeinfolist{
width:100%;
margin-top: 40px;
padding: 0px 0px 40px 0px;
border-bottom: 1px solid rgba(217,217,217,1) ;
}
.Threetit{
width:100%;
font-size:20px;
color:rgba(102,102,102,1);
margin-top:20px;
}
.Threetit>span{
font-size:24px;
color:rgba(51,51,51,1);
}
.Threetx{
    width:100%;
    font-size: 18px;
    line-height:40px;
}
/* 联系方式 */
.FourNavconten{
    width: 900px;
    padding:40px 0px;
}
.Fourimg>img{
    width:100%;
    height: 241px;
}
.Fourtxt{
    width:100%;
    display: flex;
    justify-content:space-between;
    margin-top: 60px;
}
.Fourtxt>.Fourtxt1{
    width: 48%;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Fourtxt>.Fourtxt1>.Fourtxtname{
    width:100%;
    font-size:21px;
    font-weight:bold;
    color:rgba(51,51,51,1);
}
.Fourtxt>.Fourtxt1>.Fourtxtname>div{
    width:100%;
    font-size:18px;
    color:rgb(95, 95, 95);
    margin-top: 5px;
}
.Fourtxt>.Fourtxt2{
    width: 48%;
    height: 190px;
    display: flex;
    justify-content:space-between;
}
.Fourtxt>.Fourtxt2>.Fourtxt21{
    width:35%;
    height:190px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    font-size:20px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    text-align: center;
}
.Fourtxt>.Fourtxt2>.Fourtxt21>div{
    width:100%;
    height:150px;
    background: silver;
    overflow: hidden;
}
.Fourtxt>.Fourtxt2>.Fourtxt21>div>img{
    width:100%;
}
