body {
	padding-bottom: 148px;
}

.content {
	width: 100%;
	height: 450px;
}



.box {
	width: 100%;
}

.box-heard {
	display: flex;
	justify-content: space-between;
}

.box-heard-item {
	width: 385px;
	height: 60px;
	background: #F7F7F7;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	font-family: Microsoft YaHei;
}

.box-content {
	width: 100%;
	padding: 50px 33px 33px 50px;
	background: #F7F7F7;
	margin-top: 40px;
}

.box-content-item {
	position: relative;
	height: 50px;
	font-size: 17px;
	line-height: 50px;
	padding-left: 20px;
	font-family: Microsoft YaHei;
}

.box-content-item-title {
	float: left;
}

.box-content-item-title:hover {
	color: #2584E0;
}

.box-content-item-date {
	float: right;
}

.box-content-item::before {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #1C649F;
	left: 0;
	top: 50%;
	transform: translate(0, -60%);
}

.box-content-btn {
	width: 150px;
	height: 40px;
	display: flex;
	justify-content: center;
	border: 1px solid #2584E0;
	border-radius: 5px;
	margin: 0 auto;
	align-items: center;
	margin-top: 20px;
	font-size: 17px;
	color: #2584E0;
	font-weight: bold;
}

.box-content-btn:hover {
	background-color: #2584E0;
	color: #FFFFFF;
}

.box-content-btn span {
	font-size: 16px;
	color: #1C649F;
}

.box-content-btn-img {
	width: 12px;
	height: 12px;
	margin-left: 10px;
}

.box-content-btn-img img {
	width: 100%;
	height: 100%;
	display: block;
}

.click {
	color: #2584E0;
	border-bottom: 5px solid #2584E0;
	font-weight: bold;
}

.unclick {
	color: #000000;
	border-bottom: 0px;
}

.hide {
	display: none;
}

.main-box {
	display: flex;
	flex-direction: row;
	margin: 40px auto;
	width: 1186px;
	justify-content: space-between;
}

.bm-box {
	width: 290px;
	height: auto;
}

.bm-box-title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	color: #fff;
	width: 100%;
	height: 60px;
	background-color: #2584E0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.bm-box-list {
	width: 100%;
	background-color: #f7f7f7;
	margin-top: 40px;
	font-family: MicrosoftYaHei;
	font-size: 17px;
	color: #333;
	padding-left: 40px;
	padding-top: 35px;
	padding-bottom: 23px;
}

.bm-box-list-item {
	position: relative;
	padding-left: 22px;
	margin-top: 30px;
}

.bm-box-list-item::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 11px;
	height: 12px;
	background: url(./images/bm-icon.png);
	background-size: 100% 100%;
}

.bm-box-list-item:hover {
	color: #2584E0;
}

.content {
	position: relative;
}

.bg-headtitle {
	display: flex;
	position: absolute;
	align-items: center;
	left: 50px;
	top: 40px;
	z-index: 999;
}

.bg-headtitle div:nth-of-type(1) {
	width: 70px;
	height: 70px;
	margin-right: 10px;
}

.bg-headtitle div:nth-of-type(1) img {
	width: 100%;
	height: 100%;
}

.bg-headtitle div:nth-of-type(2) {
	font-size: 35px;
	color: #fff;
}
/* 招考录用 */

.newStyle .box-heard-item {
    font-size: 34px;
}
.newStyle .box-content-item {
    font-size: 34px;
    height: 75px;
    line-height: 75px;
}
.newStyle .box-content-item-title {
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newStyle .box-content-btn {
    font-size: 34px;
    width: 159px;
    height: 55px;
}

@media screen and (max-width: 1000px) {
	.banner {
		height: 100px !important;
	}

	.main-box {
		width: 100%;
		display: block;
	}

	.box {
		width: 100%;
	}

	.box-heard {
		width: 100%;
		flex-wrap: wrap;
	}

	.box-heard .click {
		margin: 0 auto;
	}

	.box-heard .unclick {
		margin: 0 auto;
	}

	.box-content-item{
		display: flex;
		justify-content: space-around;
	}

	.box-content-item-title {
		width: 69%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-decoration: none;
	}

	.box-content-item-date {
		width: 30%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-decoration: none;
	}
}