

.banner{
	background-image: url(../images/solution_list_banner_bg.jpg);
}

.wrap{
	background-color: #fff;
	padding: 4.27% 0 2.03125%;
	text-align: center;
}
.wrap h3{
	font-size: 18px;
	color: #1c1d1b;
	line-height: 1.57;
	font-weight: normal;
}
.wrap .line{
	width: 50px;
	height: 2px;
	margin: 1.0435% auto 4.35%;	
}


/* 新加joblist页面 */
.joblist li {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #f6f6f6;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
	flex-wrap: wrap;
}
.joblist li:first-child {
	border-top: 1px solid #f6f6f6;
}
.jobtitle {
	width: 50%;
	height: 65px;
}
.jobtitle h4 {
	font-size: 20px;
	color: #1c1d1b;
	text-align: left;
	line-height: 65px;
	font-weight: normal;
	padding-left: 30px;
}
.jobinfo {
	width: 50%;
	height: 65px;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
	padding-right: 30px;
}
.jobinfoli {
	width:33% ;
	text-align: right;
}
.job_part h4,.job_add h4,.jobctop h4  {
	font-size: 16px;
	color: #494949;
	font-weight: normal;
}
.job_ico a::before{
	content: "\f107";
    font-family: "FontAwesome";
	font-size: 26px;
	color: #5e5e5e;
	display: block;
}
.jobcontent {
	display: none;
	width: 100%;
	padding-left: 30px;
}
.jobctop {
	border-bottom: 1px dashed #eaeaea;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.jobctop h4 {
	color: #1c1d1b;
	line-height: 70px;
}
.jobyue {
	width: 30%;
	text-align: left;
}
.jobcbot {
	padding: 30px 0px;
}
.jobcbot p {
	text-align: left;
	font-size: 14px;
	line-height: 26px;
}
.jobcbot a.maillink {
	background-color: #035aa1;
	color: #ffffff;
	margin-top: 30px;
	font-size: 14px;
	width: 320px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
}
.joblist li.active .jobinfo ,.joblist li.active .jobtitle {
	background-color: #035aa1;
}
.joblist li.active .job_part h4, .joblist li.active .job_add h4,.joblist li.active .jobtitle h4 {
	color: #ffffff;
}
.job_ico a.iconup::before {
	color: #ffffff;
	transform:rotateX(180deg) !important;
}
.page {
	margin: 60px 0px 30px;
}
@media only screen and (max-width:1024px) {

	.wrap{
		padding: 2.5rem 0 1.25rem;
	}
	.wrap h3{
		font-size: .9rem;
	}
	.jobtitle h4 {
		height: 65px;
		overflow: hidden;
	}
	.jobyue {
		width: 40%;
	}
	.jobcbot a.maillink {
		width: 100%;
	}
	.jobtitle h4 ,.jobcontent{
		padding-left: 10px;
	}
	.jobinfo {
		padding-right: 10px;
	}
	.job_part h4, .job_add h4, .jobctop h4,.jobtitle h4 {
		font-size: 15px;
	}
}