.yxy_banner_wrap,
.yxy_banner_img {
  width: 100%;
  height: auto;
  position: relative;
}
.yxy_banner_desc {
  position: absolute;
  display: flex;
}
.yxy_banner_desc p {
  color: #fff;
  font-size: 34px;
  text-align: right;
  line-height: 1.5;
}
.yxy_banner_desc p:first-child {
  font-weight: bold;
  color: transparent;

  background-image: -moz-linear-gradient(
    -51deg,
    rgb(191, 135, 69) 21%,
    rgb(241, 213, 134) 68%,
    rgb(216, 174, 102) 85%,
    rgb(191, 135, 69) 100%
  );
  background-image: -webkit-linear-gradient(
    -51deg,
    rgb(191, 135, 69) 21%,
    rgb(241, 213, 134) 68%,
    rgb(216, 174, 102) 85%,
    rgb(191, 135, 69) 100%
  );
  background-image: -ms-linear-gradient(
    -51deg,
    rgb(191, 135, 69) 21%,
    rgb(241, 213, 134) 68%,
    rgb(216, 174, 102) 85%,
    rgb(191, 135, 69) 100%
  );
  -webkit-background-clip: text;
}
.yxy_news_time {
  color: #000;
  line-height: 1;
}
.yxy_news_img > img {
  width: 100%;
  height: auto;
}
.hoverShow {
  display: none;
}
.yxy_news_wrap li a {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 478px) {
  .yxy_banner_desc {
    top: 270px;
    right: 370px;
  }
  .yxy_banner_desc p {
    font-size: 34px;
  }
  
  .banner_content_wrap {
    margin-right: 40px;
  }
  .yxy_banner_desc p:first-child {
    font-size: 51px;
    margin-bottom: 30px;
  }
  .yxy_banner_desc img {
    width: 200px;
    height: auto;
  }
  .yxy_recruitment_wrap{
    width: 1200px;
    margin:0 auto;
    padding:75px 0 140px;
  }
  .yxy_recruitment_top{
    margin-top:35px;
    padding: 20px 30px;
    background:#F3F3F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .yxy_recruitment_title{
    font-size:28px;
    color:#000;
    font-weight: bold;
    line-height:1;
    display:flex;
    align-items: center;
  }
  .yxy_recruitment_title span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#bf9a4a;
    margin-right:30px;
    display:block;
  }
  .yxy_recruitment_btn{
    background-color: rgb(191, 154, 74);
    width: 158px;
    height: 42px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 42px;
    text-align: center;
    border-radius:25px;
  }
  .yxy_recruitment_bottom {
    background-color: rgb(254, 254, 254);
    box-shadow: inset 0px -12px 43px 0px rgba(0, 0, 0, 0.06);
    padding:30px 30px 50px 55px;
    margin-top: 5px;
    border-bottom-right-radius:25px;
    border-bottom-left-radius:25px;
    display:none;
  }
  .recruitment_name{
    font-size: 19px;
    color: #4a4a4a;
    font-weight: bold;
  }
  .recruitment_details_content{
    font-size: 16px;
    color: #4a4a4a;
    margin-top:15px;
    display:flex;
    flex-wrap:wrap;
  }
  .recruitment_details_content p{
    width:50%;
    line-height:1.5;
  }
  .yxy_recruitment_bottom li{
    margin-top:30px;
  }
  .yxy_recruitment_bottom li:first-child{
    margin-top:0;
  }
  .yxy_recruitment_li:first-child .yxy_recruitment_bottom{
    display: block;
  }
  .popup_wrap{
    display:none;
  }
  .popup_layout{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    display:flex;
    align-items:center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    
  }
  .yxy_form_wrap{
    padding:20px 30px;
    background:#fff;
    border-radius:25px;

  }
  .yxy_input{
    width: calc(100% - 60px);
    height: 80px;
    background: #efefef;
    border-radius: 10px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    color: #515151;
    margin-bottom: 10px;
  }
  .yxy_input input {
    width: calc(100% - 115px);
    height: 100%;
    border: none;
    background: transparent;
    font-size: 22px;
  }
  button {
    width: 250px;
    height: 66px;
    background: url(../image/btnBg.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    margin: 20px auto 0;
    font-size: 23px;
    color: #fff;
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .yxy_banner_desc {
    top: 20px;
    right: 15px;
  }
  .yxy_banner_desc p {
    font-size: 18px;
  }
  .banner_content_wrap {
    margin-right: 15px;
  }
  .yxy_banner_desc p:first-child {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .yxy_banner_desc img {
    width: 80px;
    height: auto;
  }
  .yxy_recruitment_wrap{
    margin: 15px;
  }
  .yxy_recruitment_top{
    padding: 15px;
    background:#F3F3F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .yxy_recruitment_title{
    font-size:18px;
    color:#000;
    font-weight: bold;
    line-height:1;
    display:flex;
    align-items: center;
  }
  .yxy_recruitment_title span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:#bf9a4a;
    margin-right:15px;
    display:block;
  }
  .yxy_recruitment_btn{
    background-color: rgb(191, 154, 74);
    width: 79px;
    height: 22px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 22px;
    text-align: center;
    border-radius:25px;
  }
  .yxy_recruitment_bottom {
    background-color: rgb(254, 254, 254);
    box-shadow: inset 0px -12px 43px 0px rgba(0, 0, 0, 0.06);
    padding:15px;
    margin-top: 5px;
    border-bottom-right-radius:25px;
    border-bottom-left-radius:25px;
    display:none;
  }
  .recruitment_name{
    font-size: 16px;
    color: #4a4a4a;
    font-weight: bold;
  }
  .recruitment_details_content{
    font-size: 14px;
    color: #4a4a4a;
    margin-top:15px;
  }
  .recruitment_details_content p{
    line-height:1.5;
  }
  .yxy_recruitment_bottom li{
    margin-top:15px;
  }
  .yxy_recruitment_bottom li:first-child{
    margin-top:0;
  }
  .yxy_recruitment_li:first-child .yxy_recruitment_bottom{
    display: block;
  }
  .popup_wrap{
    display:none;
  }
  .popup_layout{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    display:flex;
    align-items:center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    
  }
  .yxy_form_wrap{
    padding:15px;
    background:#fff;
    border-radius:25px;

  }
  .yxy_input{
    width: calc(100% - 30px);
    height: 40px;
    background: #efefef;
    border-radius: 10px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #515151;
    margin-bottom: 15px;
  }
  .yxy_input input {
    height: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    margin-left:15px;
  }
  button {
    width: 150px;
    height: 35px;
    background: url(../image/btnBg.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    margin: 15px auto 0;
    font-size: 16px;
    color: #fff;
    display: block;
  }
}
