.content {
  /* width: 1200px; */
  /* margin: 0 auto; */
  min-width: 1200px;
}
.flex {
  display: flex;
}
/* 新闻 企业标题样式 */
.title {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 19px;
  margin-left: 10px;
  line-height: 20px;
  border-bottom: px solid #eee;
}
/* 新闻企业标题红线样式 */
.red {
  /* display: inline-block; */
  line-height: 25px;
  width: 4px;
  height: 20px;
  background: #e70516;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.head_border {
  border-bottom: 2px solid #eee;
  height: 26px;
}
//鼠标滑过a标签的样式
a:hover {
  color: #ff0000;
}

/* 以上是公共样式 */

/* =============头部样式 */
.head_logo {
  height: 72px;
  width: 288px;
  line-height: 120px;
  /* margin-right:58px; */
}
.head_nav li {
  height: 72px;
  line-height: 72px;
  padding: 0 21px;
}
.head_nav li:last-child {
  border-right: 1px solid #c8c8c8;
}
.head_nav li a {
  width: 32px;
  height: 21px;
  font-size: 16px;
  font-weight: normal;
  /* color: #FF0000; */
  color: #121a24;
  line-height: 72px;
}
.head_nav li a:hover {
  color: #ff0000;
}
.head_img {
  height: 72px;
  line-height: 85px;
  margin-left: 19px;
}
/* ==============nav图片 */
.navImg {
  height: 150px;
}
.navImg img {
  height: 150px;
  width: 100%;
  min-width: 1200px;
}
//=========主体
.recruit :nth-child(2){
  padding-bottom:44px;
}
.recruit_top {
  width: 1200px;
  height: 545px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.recruit_top_value {
  margin: 27px 20px 0 26px;
  width: 564px;
  height: 482px;
  background: #f5f5f5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.recruit_top_team {
  margin-top: 27px;
  width: 564px;
  height: 482px;
  background: #f5f5f5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.recruit_top_title {
  padding-left: 27px;
  margin-top: 33px;
  height: 31px;
  font-size: 24px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 19px;
}
.recruit_top_title span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent transparent #e91d2c;
}
.recruit_top_detail {
  width: 260px;
  height: 54px;
  margin-left: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.recruit_top_img  {
  margin: 45px 27px 0;
}
.recruit_post_list {
    /* margin-top: 20px;
  margin-left: 26px; */
  width: 1148px;
  height: 62px;
  line-height: 62px;
  background: #f5f5f5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.recruit_post_title {
    margin-bortom:33px;

    margin-left:33px;
    padding-top:33px;
  height: 37px;
  font-size: 28px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.recruit_list_post {
    margin-left:28px;
  width: 120px;
  height: 62px;
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 62px;
}
.recruit_list_mod {
    margin-left:55px;
  width: 405px;
  height: 62px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 62px;
}
.recruit_list_date {
    margin-left:349px;
  width: 89px;
  height: 62px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 62px;
}
.recruit_list_img{
    margin-left:43px;
    margin-top:25px;  
}
.recruit_post_list_detail{
  padding-bottom:44px;
  margin:0 26px;
  padding-left:28px;
font-size: 16px;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
color: #333333;
line-height: 32px;
}
.recruit_post_list_detail button {
  margin-top:49px;
  border:none;
  width: 110px;
  height: 34px;
  background: #E91D2C;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
font-size: 14px;
font-family: MicrosoftYaHei-, MicrosoftYaHei;
font-weight: normal;
color: #FFFFFF;
line-height: 17px;
}

