﻿body{
	background:#f5f7fb;
}
.pageBaner{
	position: relative;
}
.pageBaner img{
	display:block;
	max-width:100%;
}
@media screen and (min-width:0px) and (max-width:768px){
	.pageBaner .pageName{
		font-size:24px;
	}
}



/* 当前位置 */
.pageMap{
	border-bottom:1px solid #eee;
	background:#fff;
}
.pageMap ul{
	margin:0px;
	padding:0px;
}
.pageMap ul li{
	display:inline-block;
}
.pageMap ul li img{
	height:18px;
	position:relative;
	top:-2px;
}
.pageMap ul li a{
	display:block;
	height:55px;
	line-height:55px;
}
.pageMap ul li a:hover{
	color:#eb3d00;
}
.pageMap ul li a:before {
    content: "›";
    margin: 0 8px 0 4px;
    color: #6e7582;
    position: relative;
	font-size:18px;
}
.pageMap ul li:nth-child(2) a:before{
	display:none;
}

.list{
	margin:30px 0;
	display: flex;
	align-items:flex-start;
}
.list .left{
	background-color: #fff;
	border:1px solid #ddd;
	width:350px;
	margin-right:15px;
	
}
.list .left .topTitle{
	position: relative;
}
.list .left .topTitle img{
	display: block;
	width:100%;
}
.list .left .topTitle .p1{
	position: absolute;
	top:20px;
	left:15px;
	color:#fff;
	font-size:28px;
}
.list .left .topTitle .p2{
	position: absolute;
	bottom:15px;
	left:15px;
	color:#fff;
	font-size:16px;
	font-weight: 700;
}
.list .left ul li a{
	display: block;
	padding:12px 10px;
	border-bottom: 1px solid #eee;
}
.list .left ul li a:hover{
	background-color: #067cc0;
	color:#fff;
}
.list .left ul li a.on{
	background-color: #067cc0;
	color:#fff;
}

.list .right{
	width:100%;
	background:#fff;
	border:1px solid #ddd;
	padding:15px;
}
.list .right .title{
	border-bottom:1px solid #eee;
	line-height:24px;
	font-size:24px;
	margin:0px 0px 15px 0px;
	padding:10px 0;
}
.list .right .detail{
	
}

@media screen and (max-width:768px) {
	.pageBaner img{
		width: 100% !important;
		height: auto !important;
	}
	.list{
		flex-wrap: wrap;
	}
	.list .left{
		width: 100%;
		margin: 0;
	}
	.list .left .topTitle img{
		width: 100%;
		height: 120px;
	}
	.list .left ul{
		display:flex;
		flex-wrap: wrap;
	}
	.list .left ul li{
		width:calc(100%/2);
		border-right:1px solid #f8f8f8;
	}
	.jobBox{
		flex-wrap: wrap !important;
	}
	.jobBox .imgLeft{
		flex: 0 0 100% !important;
	}
	.jobBox .rightContent{
		flex: 0 0 100% !important;
	}
}
@media screen and (min-width:769px) and (max-width:1024px){
	.jobBox .imgLeft{
		flex: 0 0 40% !important;
	}
	.jobBox .rightContent{
		padding: 16px!important;
		flex: 0 0 60% !important;
	}
} 