

@import "common1.css";
/*首页*/
@media screen and (max-width: 1395px) {
  .banner{
		padding-left: 30px;
		/* width:760px; */
	}
	.career{
		width: 790px;
		height: auto;
		padding:0;
	}
.careerzhaopin{
	margin:0 30px 0 30px;
	/* height: 145px; */
}
  
   
}
@media screen and (min-width: 1395px) {
 .careerzhaopin{
	 margin:0 30px 0 30px;
	 height: auto;
 }
	

}

.careerdesc{
	margin:20px 0 10px 30px;
}
.careerdesc p {
	font-size: 16px;
	line-height: 24px;
}
.careerdesc p.careertop{
	color:#004193;
	font-size:20px;
}
.careerzhaopin{
	margin: 0 30px 30px 30px;
}
.careerzhaopin ul{
	display: flex;
    justify-content: space-between;
    width: 100%;
}
.careerzhaopin ul li{
	    /* float: left; */
		width: 49%;
		/* margin-right: .5%; */
		border-right: 1px solid #ffffff;
}
.careerzhaopin ul li a{
	/*display: block;*/
	widows: 100%;
	height: 100%;
}
.careerzhaopin ul li a img{
	width: 100%;
	height: 100%;
}








