.main_slide_bg {
	width: 100%;
}

.main_slide {

	width: 1440px;
	height: 400px;
	margin: 15px auto;
}

.main_slide_middle {
	width: 1440px;
	height: 400px;
	margin: 0;
}

.box {
	width: 1440px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.wipper {
	width: 8640px;
	/*设置为图片的总宽度*/
	height: 400px;
	position: absolute;
	left: 0;
}

.wipper div {
	width: 1440px;
	height: 400px;
	float: left;
	color: #fff;
}

.wipper div a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.wipper div a p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 360px;
	text-indent: 10px;
	background-color: rgba(0, 0, 0, 0.5);
}

.wipper div a p span {
	display: inline-block;
	width: 1300px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pre,
.next {
	width: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	transform: translateY(-50%);
	cursor: pointer;
	display: none;
}

.box:hover .pre {
	display: block;
}

.box:hover .next {
	display: block;
}

.pre {
	left: 0;
	top: 50%;
}

.next {
	right: 0;
	top: 50%;
}

.lis {
	text-align: center;
	border-radius: 5px;
	position: absolute;
	bottom: 12px;
	right: 0%;
	transform: translateX(-50%);
}

.lis span {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #ccc;
}

.lis span.current {
	background-color: #fff;

}

/* 线下招聘会 */
.xx_zph span{
	display: inline-block;
}
.xx_zph a{
	display: inline-block;
	color: #000;
}
.xx_zph {
	width: 100%;
	/*max-height: 600px;*/
}

.xx_zph_contain {
	width: 1440px;
	/*height: 550px;*/
	margin: 0 auto;
}

.xx_zph_title1 {
	width: 1440px;
	/*height: 450px;*/
	/* background: linear-gradient(to bottom, #F0D9D5 0%, #F0D9D5 25%, #fff 50%, #fff 100%); */
}

.xx_zph_line {
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #999;
}

.xx_zph_title2 {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	position: relative;
	top: 20px;
	font-size: 20px;
	color: var(--Active-Color);
}

.xx_zph_content{
	width: 1440px;
	margin-top: 30px;
}
.xx_zph_content .xx_zph_content_left{
	vertical-align: top;
	width: 680px;
	/*height: 130px;*/
	margin: 15px;
}
.xx_zph_content .xx_zph_content_left:hover .xx_zph_time .xx_zph_yymm{
	background-color: var(--Active-Color);
}
.xx_zph_content .xx_zph_content_left:hover .xx_zph_detail{
	background-color: #F4F4F4;
}
.xx_zph_content .xx_zph_content_left .xx_zph_time{
	width: 130px;
	height: 130px;
}
.xx_zph_content .xx_zph_content_left .xx_zph_time .xx_zph_yymm{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background-color: var(--Navi-Color);
	color: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.xx_zph_content .xx_zph_content_left .xx_zph_time .xx_zph_dd{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 60px;
	background-color: #F5E8D3;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.xx_zph_content .xx_zph_content_left .xx_zph_detail{
	vertical-align: top;
	width: 500px;
	height: 130px;
	padding: 0 15px;
	padding-left: 30px;
}
.xx_zph_content .xx_zph_content_left .xx_zph_detail .xx_zph_title{
	width: 500px;
	height: 30px;
	font-size: 20px;
	padding-top: 20px;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xx_zph_content .xx_zph_content_left .xx_zph_detail .xx_zph_timeslot{
	width: 500px;
	height: 30px;
	font-size: 16px;
	color: #999;
}
.xx_zph_content .xx_zph_content_left .xx_zph_detail .xx_zph_location{
	width: 500px;
	height: 30px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 线上招聘会 */
.xs_zph span{
	display: inline-block;
}
.xs_zph a{
	display: inline-block;
	color: #000;
}
.xs_zph {
	width: 100%;
}

.xs_zph_contain {
	width: 1440px;
	margin: 0 auto;
}

.xs_zph_title1 {
	width: 1440px;
}

.xs_zph_line {
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #999;
}

.xs_zph_title2 {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	position: relative;
	top: 20px;
	font-size: 20px;
	color: var(--Active-Color);
}

.xs_zph_content{
	width: 1440px;
	margin-top: 20px;
}
.xs_zph_content a{
	width: 100%;
	padding-top: 20px;
}
.xs_zph_content .xs_zph_content_a span{
	vertical-align: top;
	
}
.xs_zph_content .xs_zph_content_a .xs_zph_img{
	width: 250px;
	height: 110px;
	background-color: var(--Navi-Color);
}

.xs_zph_content .xs_zph_content_a .xs_zph_detail{
	width: 1000px;
	margin-left: 40px;
}
.xs_zph_content .xs_zph_content_a .xs_zph_detail .xs_zph_title{
	width: 1000px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}

.xs_zph_content .xs_zph_content_a .xs_zph_detail .xs_zph_timeslot, .xs_zph_content .xs_zph_content_a .xs_zph_detail .xs_zph_sponsor{
	width: 1000px;
	height: 30px;
	color: #999;
	font-size: 16px;
}
.xs_zph_content .xs_zph_content_a .xs_zph_detail .xs_zph_sponsor .xs_zph_sponsors{
	width: 1000px;
}

.xs_zph_line2{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
}
.ddline{
	text-align: center;
	font-size: 12px;
	color: #fff;
	width: 40px;
	height: 0;
	line-height: 30px;
	border-bottom: 30px solid #B5B5B5;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	transform: rotate(45deg);
	
}
.xs_zph_more{
	width: 100%;
	text-align: center;
}
.xs_zph_more a{
	display: inline-block;
	color: var(--Active-Color);
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 15px;
	border: 1px solid var(--Active-Color);
	margin-bottom: 50px;
}
.xs_zph_more a:hover{
	background-color: var(--Active-Color);
	color: #fff
}

.xs_zph_content .xs_zph_content_a:hover .xs_zph_detail .xs_zph_title{
	color: var(--Active-Color);
}