@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue88*/
/*==============================================================*/

/* CSS Dy */

/*待遇列表----开始--------------------------------------------------------*/
.rj_box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 50px;
	padding-top: 10px;
	margin-top: 100px;
	gap: 10px;
}

.rj_box .rj_list {
	margin: 10px;
	padding: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
}

.rj_list .rj_logo {
	width: 100px;
	height: 100px;
	padding: 20px;
	background: var(--bai);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rj_list .rj_logo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.rj_list .rj_bt {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	margin: 10px auto;
	margin-bottom: 20px;
}

.rj_list .rj_btn {
	min-width: 100%;
	height: 40px;
	color: var(--bai);
	background: var(--sc01);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}

.rj_box .rj_list:hover .rj_btn {
	transform: translateY(-3px);
}

/*待遇列表----结束--------------------------------------------------------*/
/*待遇详情----开始--------------------------------------------------------*/
.dy_cent_box {
	width: 1200px;
	background: var(--bai);
	margin: 0 auto;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
	box-shadow: 0 6px 14px rgba(205, 136, 136, 0.2);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.dy_cent_box .dy_cent_pt {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.dy_cent_pt dt {
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

.dy_cent_pt dd .dy_cent_bt {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

.dy_cent_pt dd .dy_cent_ms {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 2px auto;
}

.dy_cent_ms h1 {
	font-size: 14px;
}

.dy_cent_bt {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.dy_cent_bt p {
	color: var(--sc01);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.dy_cent_bt span {
	height: 4px;
	width: 100%;
	display: flex;
	background-color: var(--sc01);
}

/*待遇详情----结束--------------------------------------------------------*/