/*招聘信息a1*/
.HrList_a1{ padding:40px 0 0 0;}
.hrList_a1_item{ margin-bottom:30px; background:#fff; width:32%; float:left; margin-right:2%;}
.hrList_a1_item:nth-child(3n){ margin-right:0;}
.hrList_a1_title{padding:20px 15px 5px 15px; border-left:4px solid #0c517d;background:#eba708; color:#fff; font-size:20px; font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hrList_a1_button{ padding:15px 20px;}
.hrList_a1_item ul{ padding:15px 20px; border-bottom: dotted 1px #ddd;}
.hrList_a1_item ul>li{ line-height:20px; padding:3px; margin-bottom:2px; color:#777;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hrList_a1_item ul>li:nth-child(8){ white-space: normal; line-height:24px;}
.hrList_a1_item ul>li:nth-child(8) span{ float: left;}
.hrList_a1_item ul>li>span{ display:inline-block; width:90px; color:#0c517d; font-weight:bold;}
.hrList_a1_button a.more{color: #0c517d;display:inline-block;font-weight: lighter; border: 1px solid #0c517d; position:relative; transition: 0.6s; padding: 7px; padding-left:25px; padding-right: 25px;font-size:16px;z-index:1;font-family:"微软雅黑";}
.hrList_a1_button a.more::before{content: ""; position: absolute; top: 0; left: 0; width: 0%; height: 100%; background:#0c517d;z-index: -1;transition: 0.6s;}

.hrList_a1_button a.more:hover{color:#fff;}
.hrList_a1_button a.more:hover::before{width:100%;}
.hrList_a1_button a.more.on{background:#009c73;color:#fff;}
@media only screen and (max-width: 1200px){
	.hrList_a1_item{ width:48%;float:left; margin-right:4%; }
	.hrList_a1_item:nth-child(2n){ margin-right:0;}
}
@media only screen and (max-width: 900px){
	.hrList_a1_item{ padding:0; width:95%; margin-left:2.5%; margin-top:15px;}
	.HrList_a1{ padding:20px 0 20px 0;}
}

