.notice-text {
	padding: 50px 40px;
	box-sizing: border-box;
	background-color: #fff;
}

.notice-text .notice-text-title {
	font-size: 28px;
	color: #2c2e33;
	font-weight: bolder;
}

.notice-text-time {
	font-size: 14px;
	color: #818799;
	margin-top: 28px;
	padding-bottom: 25px;
	border-bottom: 1px solid #818799;
}

.notice-text-information {
	margin-top: 35px;
	display: flex;
	flex-direction: column;
}

.notice-text-information-item {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.notice-text-information-item>img {
	width: 15px;
	margin-right: 15px;
}

.notice-text-information-item>span {
	color: #2c2e33;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.notice-text-text {
	margin-top: 30px;
	color: #282b32;
	font-size: 14px;
	line-height: 28px;
}

.notice-text-laiyuan {
	margin-top: 40px;
	display: flex;
	align-items: center;
	color: #282b32;
	font-size: 14px;
}

.notice-text-laiyuan>img {
	width: 13px;
	margin-right: 9px;
}

.notice-text-tishi {
	margin-top: 25px;
}

.notice-text-tishi>span {
	font-size: 14px;
	color: #f23833;
}

.notice-text-tishi>p {
	font-size: 14px;
	color: #282b32;
}

.notice-text-tishi>p>a {
	color: #f23833;
}

.weidenglu-box {
	margin-top: 26px;
	padding: 30px 35px;
	box-sizing: border-box;
	background: rgba(246, 194, 119, .1);
	border-radius: 10px;
	border: solid 1px #f6c277;
}

.weidenglu-box-first {
	display: flex;
	align-items: center;
	justify-content: center;
}

.weidenglu-box-first>img {
	width: 15px;
	height: auto;
	margin: 0 6px;
}

.weidenglu-box-first>h3 {
	font-size: 18px;
	color: #f23833;
	font-weight: bolder;
}

.weidenglu-box-second {
	margin-top: 33px;
	display: flex;
	justify-content: space-between;
}

.weidenglu-box-second-left {
	width: 48%;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 27px;
	box-sizing: border-box;
}

.weidenglu-box-second-left-one {
	display: flex;
	align-items: center;
	padding: 15px 16px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #faf7f5;
}

.weidenglu-box-second-left-one>img:nth-child(1) {
	width: 18px;
	margin-right: 18px;
	flex-shrink: 0;
}

.weidenglu-box-second-left-one>input {
	flex-grow: 1;
	outline: none;
	background: none;
	border: 0;
}

.weidenglu-box-second-left-one>img:nth-child(2) {
	width: 20px;
}

.weidenglu-box-second-left-two {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.weidenglu-box-second-left-two .mui-checkbox {
	display: flex;
	align-items: center;
}

.weidenglu-box-second-left-two .mui-checkbox input {
	margin-right: 10px;
}

.weidenglu-box-second-left-two .mui-checkbox span {
	color: #807973;
	font-size: 16px;
}

.weidenglu-box-second-left-two a {
	color: #807973;
	font-size: 16px;
}

.weidenglu-box-second-left-three {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.weidenglu-box-second-left-three button {
	width: 60%;
	background-color: #ff9537;
	border-radius: 6px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	outline: none;
	border: 0;
	cursor: pointer;
}

.zhuce-btn333 {
	width: 35%;
	display: flex;
}

.zhuce-btn333 a {
	width: 100%;
	height: 50px;
	background: rgba(246, 194, 119, .1);
	border-radius: 6px;
	border: solid 1px #f6c277;
	color: #f6c277;
	display: flex;
	align-items: center;
	justify-content: center;
}


.weidenglu-box-second-right {
	width: 48%;
}

.weidenglu-box-second-right h4 {
	font-size: 18px;
	color: #f23833;
	font-weight: bold;
}

.weidenglu-box-second-right p {
	font-size: 14px;
	color: #282b32;
	margin-top: 20px;
}

.weidenglu-box-second-right p:nth-child(1) {
	margin-right: 20px;
}

.weidenglu-box-second-right div {
	color: #f23833;
	font-size: 14px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.weidenglu-box-second-right div p,
.weidenglu-box-second-right div a {
	color: #f23833;
	font-size: 14px;
}

.weidenglu-box-second-right div a:hover {
	text-decoration: underline;
}

.qiehuan-div {
	margin-top: 40px;
}

.qiehuan-first {
	/* width: 100%; */
	padding: 24px 32px;
	background-color: #f5f6fa;
	border-radius: 10px;
	margin-bottom: 20px;
}

.qiehuan-first>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.qiehuan-first>a .qiehuan-first-left {
	width: 70%;
}

.qiehuan-first>a .qiehuan-first-right {
	width: 10%;
}

.qiehuan-first>a .qiehuan-first-right img {
	width: 44px;
}

.qiehuan-first-left>span {
	color: #818799;
	font-size: 16px;
}

.qiehuan-first-left>p {
	color: #2c2e33;
	font-size: 16px;
	margin-top: 5px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.tuijian-box {
	margin-top: 44px;
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #fff;
}

.tuijian-box-title {
	display: flex;
	align-items: center;
}

.tuijian-box-title>span {
	width: 10px;
	height: 24px;
	margin-right: 30px;
}

.tuijian-box-title>h3 {
	font-size: 24px;
	color: #282b32;
	font-weight: bolder;
}

.tuijian-box-nr {
	margin-top: 40px;
}

.tuijian-box-nr-item {
	margin-bottom: 35px;
	padding: 0 40px;
	box-sizing: border-box;
}

.tuijian-box-nr-item a {}

.tuijian-box-nr-item-first {
	font-size: 16px;
	color: #2c2e33;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.tuijian-box-nr-item-second {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.tuijian-box-nr-item-second-left {
	display: flex;
	align-items: center;
}

.address-xiaobox {
	padding: 6px 10px;
	background-color: #5873e8;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	color: #fff;
	margin-top: 0;
}

.address-navnr>img {
	width: 13px;
	margin-right: 6px;
}

.gongcheng {
	padding: 6px 10px;
	background: rgba(242, 56, 51, 0.1);
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	color: #f23833;
}

.tuijian-box-nr-item-second-right {
	display: flex;
	align-items: center;
}

.tuijian-box-nr-item-second-right img {
	width: 14px;
	margin-right: 8px;
}

.tuijian-box-nr-item-second-right span {
	color: #6b7180;
	font-size: 14px;
}


@media screen and (max-width:600px) {
	.notice-text {
		padding: 20px;
	}

	.notice-text .notice-text-title {
		font-size: 26px;
	}

	.weidenglu-box {
		padding: 20px;
	}

	.weidenglu-box-second {
		flex-direction: column;
	}

	.weidenglu-box-second-left {
		width: 100%;
		padding: 20px;
	}

	.weidenglu-box-second-right {
		width: 100%;
		margin-top: 20px;
	}

	.weidenglu-box-second-right div {
		flex-direction: column;
	}

	.weidenglu-box-second-right p:nth-child(1) {
		margin-right: 0;
	}

	.qiehuan-first {
		padding: 10px;
	}

	.qiehuan-first>a .qiehuan-first-right {
		width: auto;
	}

	.tuijian-box-nr-item-second {
		flex-direction: column;
		align-items: flex-start;
	}

	.tuijian-box-nr-item-second-right {
		margin-top: 10px;
	}

	.tuijian-box-nr-item {
		padding: 0 20px;
	}
}