.li_pic {
	width: 80%;
	margin: 20px auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.li_pic li {
	width: 16%;
	height: 80px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 5px;
}

.policy_center {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	/* align-items: center; */
}

.policy_center_left {
	width: 50%;
}

.policy_center_left .left_title {
	width: 100%;
	color: #bfbfbf;
	display: flex;
	justify-content: space-between;
}


.policy_center_left .left_title p {
	cursor: pointer;
}

.left_title p:hover,.left_title p:active {
	color: #333;
	font-weight: 700;
}

.policy_center_left ul li {
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.policy_center_right {
	width: 35%;
}

.policy_center_right h2 {
	margin-bottom: 20px;
}

.policy_center_right .rg_li li{
	width: 100%;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.todays_li li {
	margin-bottom: 10px;
	height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.todays_li li div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.todays_li li div button {
	border: none;
	background-color: #ffdfd0;
	color: orangered;
	font-weight: 600;
	width: 80px;
	height: 30px;
}
