﻿.new-list-wrap {
	background-color: #fff;
	width: 100%;
	margin: 0 auto !important;
	box-sizing: border-box;
}
.new-list {
	display: inline-block;
	height: 100%;
	    margin-bottom: 30px;
}
.new-list .new-left {
    width: 100%;
    height: 245px;
    overflow: hidden;
}
.new-list .new-right {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	color: #383838;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}

.new-list .new-right .new-right-top {
	border-bottom: 1px solid #d2d2d2;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 13px;
	display: inline-block;
}

.new-list .new-right .new-right-top .p1 {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}

.new-list .new-right .new-right-top .times {
	margin-top: 5px;
}

.new-list .new-right .mid {
	width: 100%;
}

.new-list .new-right .more {
	position: absolute;
	right: 10px;
	bottom: auto;
	left: auto;
	font-size: 14px;
}

.page_ctrl {
	display: none;
}
.m-page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.m-page-btn {
    margin: 0 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.m-page-input {
    width: 50px;
    height: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
}
/* A */
.identical-wrap {
	display: inline-block;
	padding: 0;
}

.identical {
	width: 100%;
	height: 200px;
	padding: 10px;
	box-sizing: border-box;
}

.new-list-wrap .title {
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-bottom: 15px;
}

.identical .identical-contact {
	padding-right: 0 !important;
}

.identical-contact li {
	margin-bottom: 10px;
	display: flex;
	line-height: 20px;
	font-family: "microsoft yahei";
	font-size: 14px;
}

.form-wrap {
	width: 100%;
	height: auto;
	border: 1px solid #e5e5e5;
	margin-bottom: 35px;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 20px;
}

.form-wrap .title {
	color: #353535;
	font-size: 22px;
	font-family: "microsoft yahei";
	margin-bottom: 15px;
}

.form-wrap .tips {
	color: #353535;
	font-size: 14px;
	font-family: "microsoft yahei";
	line-height: 20px;
}

.form-box {
	width: 100%;
	margin-top: 20px;
}

.form-box .form-box-inner {
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.form-box .form-box-inner .form-box-inner-input {
	width: 49%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 12px;
	font-size: 13px;
	border: 1px solid #e2e2e2;
}

.form-box .form-box-inner {
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.form-btn {
	background-color: #2c2f81;
	width: 120px;
	height: 30px;
	margin-top: 15px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: "microsoft yahei";
	cursor: pointer;
}

/* B */
.recruit-item {
	width: 90%;
	height: auto;
	background-color: #fff;
	border-top: 2px solid #2c2f81;
	padding: 20px;
	box-sizing: border-box;
	margin: 5px auto;

	position: relative;
	box-shadow: 0px 8px 10px -7px rgb(0 0 0 / 22%);
	-webkit-box-shadow: 0px 8px 10px -7px rgb(0 0 0 / 22%);
	-moz-box-shadow: 0px 8px 10px -7px rgba(0, 0, 0, 0.22);
}

.recruit-item .title {
	font-size: 22px;
	font-weight: 600;
	color: #2c2f81;
	margin-bottom: 10px;
}

.recruit-item .tips {
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #404040;
	margin-bottom: 15px;
}

.recruit-item .more {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 75px;
	height: 30px;
	background-color: #2c2f81;
	font-size: 16px;
	font-family: "microsoft yahei";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 30px;
}