body {
  background: #FFF;
  font-family: PingFang SC;
}
#wp{
  width: 1200px;
  margin: 0 auto;
}
#ct{
  margin-bottom: -40px;
}
.xy_body .ct2 {
  display: flex;
  justify-content: space-between;
}
.xy_body .ct2 .xy_mc {
  width: 849px;
}
.xy_body .ct2 .xy_rr {
  width: 330px;
}
.xy_body .ct2 .xy_rr .xy_rr_wrap {
  width: 100%;
}
.xy_body .wx_recruit_header_img_wrap{
  width: 100%;
  margin-bottom: 15px;
}
.xy_body .wx_recruit_header_img{
  width: 100%;
  /*object-fit: none;*/
  border-radius: 12px;
}

/* 中间区域 */
.xy_mc .xy_mc_nav_wrap{
  margin-bottom: 20px;
}
.xy_mc .xy_mc_nav_wrap .xy_mc_header_nav{
  /*gap: 28px;*/
  font-size: 16px;
}
.xy_mc .xy_mc_nav_wrap .xy_mc_header_nav_item{
  padding: 0 13px;
  line-height: 26px;
  height: 26px;
  border-radius: 3px;
}
.xy_mc .xy_mc_nav_wrap .xy_mc_header_nav_item_act{
  background: #435585;
  color: #fff;
}
.xy_mc .xy_mc_nav_wrap .xy_mc_header_nav_item_act::after{
  content: none;
}
.xy_mc .xy_mc_header_wrap .statistics_wrap{
  margin-right: 40px;
  color: #888FA7;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
}

.xy_mc .xy_forum_wrap .forum_list_b_item_gap{
    margin-right: 30px;
    font-weight: 400;
}
.xy_mc .xy_forum_wrap .forum_list_b_item_gap:last-child{
    margin-right: 0px;
}
.xy_mc .xy_mc_header_wrap .xy_mc_header_non{
    padding: 0;
}
.xy_mc .xy_mc_header_non_wrap{
    min-height: 26px;
    border: none;
}
.xy_mc .xy_mc_header_wrap .xy_mc_header_nav .xy_mc_nav_a{
    margin-right: 20px;
}
.xy_mc .xy_forum_wrap .xy_mc_forum_item{
    font-style: normal;
}
.xy_mc .xy_forum_wrap .xy_mc_forum_wrap .xy_mc_forum_item_a{
    padding: 0 20px;
    background-color: #f8f8f8;
}
.xy_mc .xy_forum_wrap .xy_mc_forum_wrap .xy_mc_forum_item_{
    padding: 0 20px;
}
.xy_mc .xy_mc_them{
    padding: 0;
}
.xy_mc .xy_forum_wrap .xy_mc_header_wrap{
    padding: 20px;
}



/* 右侧求职自荐 */
.xy_rr .title_btn_wrap{
  flex-shrink: 0;
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #435585;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.xy_rr .title_btn_wrap .title_btn_icon{
  width: 16px;
  height: 16px;
}
.xy_rr_wrap .recommend_list_wrap .xy_rr_list_item{
  cursor: pointer;
  padding: 20px 0;
  text-decoration: none;
  background-color: #ECF0F7;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 14px 14px 7px;
}
.xy_rr_wrap .recommend_list_wrap .xy_rr_list_item:last-child{
  margin-bottom: 20px;
}

.xy_rr_wrap .recommend_list_wrap .item_title_wrap{
  height: 52px;
  margin-bottom: 8px;
}
.xy_rr_wrap .recommend_list_wrap .item_title_wrap .title{
  color: #333;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  padding: 0;
  height: 100%;
}
.xy_rr_wrap .recommend_list_wrap .item_footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xy_rr_wrap .recommend_list_wrap .auth_box{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #616E80;
  font-size: 14px;
  font-weight: 500;
}
.xy_rr_wrap .recommend_list_wrap img{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
}
.xy_rr_wrap .recommend_list_wrap .data_item{
  color: #616E80;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.xy_rr_wrap .xy_rr_list_page{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*gap: 14px;*/
  margin-bottom: 4px;
}
.xy_rr_wrap .xy_rr_list_page .page_box{
  display: flex;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  cursor: pointer;
  margin-right: 14px;
}
.xy_rr_wrap .xy_rr_list_page .page_box:last-child{
    margin-right: 0px;
}
.xy_rr_wrap .xy_rr_list_page .page_box:hover{
  border: 1px solid #435585;
  color: #435585;
}
.xy_rr_wrap .xy_rr_list_page .page_box_icon{
  width: 14px;
  height: 14px;
}

.xy_mc .xy_forum_wrap .forum_img_wrap img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.xy_mc .xy_forum_wrap .non_weight{
    font-weight: 400;
}