.ls{
    height:400px;
    width:70%;
    margin:0 auto;
    margin-top:108px
}
.slide-box{
   display: -webkit-box;
   overflow-x: scroll;
   height:370px
}
.slide-box::-webkit-scrollbar{
    background-color:rgba(22,96,127,0.1);
    border-radius: 5px;
    height:6px;
}
.slide-box::-webkit-scrollbar-track{
    height:6px;
    border-radius: 5px;
    background-color : rgba(22,96,127,0.1);
}
.slide-box::-webkit-scrollbar-thumb{
    border-radius : 5px;
    height:6px;
    background-color: rgba(22,96,127,1);
}

.slide-item{
  width: 242px;
  	height: 321px;
   background:#fff;
   margin-right:20px;
   padding:0px 33px 0px 18px;
}

.year{
    font-size:34px;
    color:#333;
    font-weight: 500;
    margin-top:30px;
    margin-bottom:15px;
}
.introduce{
    font-size:16px;
    color:#333;
    margin-top:21px;
    text-align: justify;

}
.lineblue{
    width:130px;
    height:4px;
    background:#065eac;
}
.lineyellow{
    width:130px;
    height:4px;
    background:#ffb406;
}
.linered{
    width:130px;
    height:4px;
    background:#ff1a1a;
}
.lineblues{
   width:130px;
    height:4px;
    background:#00b9d1;;
}
.more{
    display:block;
    text-align:center;
    width: 179px;height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: none;
    background: url('../images/more.png');
    color: #ffffff;
    font-size: 18px;
}
.recuritment_descrip{
    font-size: 14px;
    color: #333333;
    height:150px;
    overflow: auto;
}
.recuritment_descrip::-webkit-scrollbar{
    width:0
}
