.container{
	/*border:1px solid blue;*/
	margin-bottom:30px;
}
/*列表*/
.c_list{
	/*border:1px solid red;*/
	min-width:1200px;
	background:#EFEFEF;
	height:400px;
	display: flex;
	flex-direction:column;
	justify-content:center;
}
.c_list_middle{
	/*border:1px solid red;*/
	width:1200px;
	min-width:1200px;
	margin:0px auto;
	display:flex;
	justify-content:space-between;
}
.c_list_middle li{
	/*border:1px solid blue;*/
	width:250px;
	height:250px;
	border-radius: 15px;
	overflow:hidden;
    position: relative;
    cursor:pointer;
}
.c_list_middle li:hover{
	transform:scale(0.,2)
}
.weilei:after{
	content: "";
   width: 0px;
   height: 0px;
   border-top: 15px solid #EFEFEF;
   border-left: 15px solid transparent;
   border-right: 15px solid transparent;
   position: absolute;
   top: 325px;
   left: 110px;
}
.list_middle_c{

	height:100%;
	/*border:1px solid yellow;*/
	display: flex;
	flex-direction:column;
	justify-content:center;
	transition:0.5s;
	
	border-radius: 15px;
	overflow:hidden;
}
.list_middle_c:hover{
	transform:scale(0.95);
}
.middle_li:nth-child(1) .list_middle_c{
	background:#742ECA;

}
.middle_li:nth-child(1) .list_middle_c2{
	background-image:url(../img/jobs_flex_140815.png);
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.middle_li:nth-child(2) .list_middle_c{
	background:#66C600;

}
.middle_li:nth-child(2) .list_middle_c2{
	background-image:url(../img/jobs_pm_140815.png);
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.middle_li:nth-child(3) .list_middle_c{
	background:#FF7814;

}
.middle_li:nth-child(3) .list_middle_c2{
	background-image:url(../img/jobs_ui_140815.png);
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.middle_li:nth-child(4) .list_middle_c{
	background:#0096FF;

}
.middle_li:nth-child(4) .list_middle_c2{
	background-image:url(../img/jobs_more.gif);
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.middle_c_img{
	width:130px;
	height:130px;
	/*border:1px solid blue;*/
	margin:0px auto;
}
/*.middle_c_img img{
	width:100%;
	height:100%;
}*/
.middle_c_text{
	line-height:40px;
	text-align:center;
	/*border:1px solid green;*/
	color:#fff;
}


/*内容*/

.neirong{
	/*border:1px solid green;*/
	width:1200px;
	min-width:1200px;
	margin:0px auto;
	margin-top:50px;
}
.neirong_list{
	width:100%;
	/*border:1px solid blue;*/
	display:none;
}
.neirong_list img{
	object-fit:cover;
	max-width:100%;
}
.n_list:first-child{
	display:block;
}
.n_biaoti{
	font-size:24px;
	line-height:40px;
	/*border:1px solid blue;*/
}
.n_neirong{
	font-size:16px;
	line-height:25px;
	/*border:1px solid blue;*/
	color:#6a6a6a;
}
.n_neirong img{
	object-fit: cover;
	width:100%;
	height:100%;
}































