.welfare{
  margin: 0 auto;
  margin-top: -64px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 128px;
  background-color: #ffffff;
  z-index: 3;
  position: relative;
  flex-wrap: wrap;
}
.wel-right{
  box-sizing: border-box;
  width: 54%;
  padding: 50px 50px 0 50px;
}
.wel-right .rig-title{
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.wel-right p{
  font-size: 15px;
  color: #666666;
  line-height: 34px;
  margin-bottom: 33px;
}
.wel-right p span{
  color: #f48400;
}
.jobs{
  margin: 0 auto;
  margin-bottom: 108px;
}
.jobs div:nth-child(3){
  border-bottom: 1px solid #eaeaea;
}
.jobs span{
  display: block;
  width: 157px;
  text-align: center;
}
.jobs-title{
  height: 80px;
  font-size: 20px;
  background-color: #f48400;
}
.jobs-title>span{

  color: #ffffff;
  font-size: 20px;
}
.jobs-msg span{
  font-size: 17px;
}
.jobs-msg span:nth-child(6){
  font-size: 24px;
}
.jobs-list{
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.jobs-list span:nth-child(6){
  width: 40px;
}
.jobs div:nth-child(3){
  background-color: #f7f7f7;
}

.jobs-details{
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 0 44px 74px;
}
.jobs-details p{
  font-size: 15px;
  color: #666666;
  line-height: 30px;
}
.task{
  margin-bottom: 20px;
}
.rotate{
  transform-origin:center center; 
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  color: #f48400;
}
.bh{
  transition: transform  0.2s;
}
.rotate1{
  transform-origin:center center;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.2s; 
}

.jobs-msg-box:hover{
  cursor: pointer;
}

@media(max-width:1430px){
  .welfare .left{
    width: 40%;
  }
  .welfare .left img{
    width: 100%;
  }
  .wel-right {
    box-sizing: border-box;
    width: 60%;
    padding: 25px 25px 0;
}
.wel-right p {
  font-size: 13px;
  line-height: 30px;
}
}
@media(max-width:1111px){
  .welfare .left {
    width: 100%;
}
.welfare .wel-right {
  width: 100%;
}
}
@media(max-width:512px){
  .jobs-title>span {
    font-size: 16px;
}
.jobs-msg span {
  font-size: 14px;
}
.jobs-details {
  padding: 0;
}
.jobs-details p {
  font-size: 14px;
}
}
