.recruitment {
    min-width: 1366px;
}
.recruitment ul{
    width: 100%;
}
.recruitment ul li{
    width: 100%;
    display: flex;
    margin-top: 113px;
    height: 258px;
    background-color: #ffffff;
    position: relative;
}
.recruitment ul li:hover {
    box-shadow: 1px 5px 10px 3px lightslategrey;
    transition: 0.3s ease;
}
.recruitment ul li>span{
    display: inline-block;
    padding: 5px 50px;
    /* border: 1px solid #44a5fc; */
    /* font-family: AdobeGothicStd-Bold; */
    font-size: 166px;
    line-height: 220px;
    height: 230px;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 333px; */
    letter-spacing: -9px;
    color: #ffffff;
    transform: skew(-20deg);
    background-image: linear-gradient(
 #1a75bb, 
 #1a75bb), 
 linear-gradient(
 #1a75bb, 
 #1a75bb);
    background-blend-mode: normal, 
 normal;
    box-shadow: 6px 11px 18px 0px rgba(0, 0, 0, 0.33);
    margin-left: 87px;
    border-width: 2px;
    border-style: solid;
    border-color: #1a75bb #555555 gray darkslategray;
}
.recruitment ul li>span>div{
    transform: skew(20deg);
}
.recruitment ul li>.detail{
    margin-left: 75px;
    /* display: flex; */
    flex-direction: column;
    cursor: default;
    height: 244px;
    overflow: hidden;
}
.recruitment ul li>.detail>div.title{
    /* font-family: FZZZHUNHJW--GB1-0; */
	font-size: 43px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 1px;
    color: #1a75bb;
    /* text-decoration: underline; */
    cursor: default;
    margin: 23px 0;
}
.recruitment ul li>.detail>div{
    display: flex;
    /* font-family: FZLTHK--GBK1-0; */
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #031b39;
}
/* .recruitment ul li>.detail>div>label{
    
} */
.recruitment ul li>.detail>div>div{
    max-width: 550px;
}
.more{
    /* font-family: FZLTHK--GBK1-0; */
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
    color: #fa850a;
    cursor: pointer;
    /* margin-bottom: 135px; */
    position: absolute;
    bottom: 94px;
    right: 60px;
}
.recruitment ul li.showMore{
    height: auto;
}
.recruitment ul li.showMore .detail{
    height: auto;
    padding-bottom: 20px;
}