.yxcontact .banner{
    margin-top: 60px;
}
.yxcontact .banner img {
    width: 100%;
    /*height: 300px;*/
    vertical-align: bottom;
}
.spe-bg {
	width: 100%;
    background: #f1f1f1;
}
.yxcontact .jp-content {
    max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 10px;
}

/*面包屑*/
.bread_crumb {
	padding:20px;
	font-size: 16px;
	color: #666;
}
.bread_crumb a {
	color: #999;
}
.bread_crumb .separate {
    margin: 0 5px;
    color: #ffaf29;
}
.details_bread_crumb {
	font-size: 20px;
	color: #666;
	padding-left: 0;
	margin-bottom: 0;
}


/* 招聘详情 */
.yxcontact .recruitment-details{
	background: #fff;
	padding: 36px 40px;
    margin-bottom: 44px;
}

.yxcontact .recruitment-details .tit-head{
	border-bottom: 1px solid #e6e6e6;
    padding: 0;
}
.yxcontact .recruitment-details .tit-head span{
    display: inline-block;
    font-size: 20px;
    color: #333;
    height: 40px;
    border-bottom: 2px solid #ffaf29;
    font-weight: 600;
	
}
.aboutUs_main5_con {
    margin-top: 30px;
}

.aboutUs_main5_con ul {
    display: flex;
    flex-wrap: wrap;
}

.aboutUs_main5_con ul li {
    width:29.33%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
.aboutUs_main5_con ul li:first-child{
    width: 40%;
}
.aboutUs_main5_con ul li:nth-child(4n){
    width: 40%;
}
.aboutUs_main5_con ul li:hover .aboutUs_main5_p {
    color: #ffaf29;
}

.aboutUs_main5_con ul li img {
    margin-right: 16px;
    /*width:50px;*/
    height: 50px;
}

.aboutUs_main5_con li h1 {
    font-size: 20px;
    color: #0d0d0d;
    margin-bottom: 10px;
}

.aboutUs_main5_con li p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.aboutUs_main5_con li a {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}


