.notice-box {
	display: flex;
	justify-content: space-between;
}

.notice-box-left {
	width: 66%;
}

.notice-box-right {
	width: 31%;
}

.notice-div {
	padding: 20px 0 0px 0;
	box-sizing: border-box;
	background-color: #F5F6FA;
}

.notice-box {
	display: flex;
	justify-content: space-between;
}

.notice-box-left {
	width: 66%;
}

.notice-box-right {
	width: 31%;
}

.Screening-box {
	padding: 30px;
	background-color: #fff;
	/* border-radius: 10px; */
}

.Screening-type {
	display: flex;
}

.Screening-type-left {
	color: #2c2e33;
	font-size: 14PX;
	flex-shrink: 0;
	white-space: nowrap;
	width: 8%;
	padding-top: 8px;
}

.Screening-type-right {
	flex-grow: 1;
}

.Screening-type-right>ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.Screening-type-right>ul>li {
	margin: 0 10px;
	margin-bottom: 30px;
}

.Screening-type-right>ul>li>a {
	color: #2c2e33;
	font-size: 14px;
	padding: 8px 9px;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
}

.select-type>a {
	color: #5873e8 !important;
	background: rgba(51, 98, 240, .1);
}

.Screening-address {
	margin-top: 30px;
	display: flex;
}

.Screening-address-left {
	color: #2c2e33;
	font-size: 14PX;
	flex-shrink: 0;
	white-space: nowrap;
	width: 8%;
}


.Screening-address-right {
	flex-grow: 1;
}

.Screening-address-right>ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.Screening-address-right>ul>li {
	margin: 0 10px;
	margin-bottom: 30px;
}

.Screening-address-right>ul>li>a {
	color: #2c2e33;
	font-size: 14px;
	padding: 8px 9px;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
}

.select-address>a {
	color: #5873e8 !important;
	background: rgba(51, 98, 240, .1);
}

.Screening-address2 {
	display: flex;
}

.Screening-address2-left {
	width: 9%;
	flex-shrink: 0;
}

.Screening-address2-right {
	flex-grow: 1;
	padding: 16px 0 0 0;
	box-sizing: border-box;
	background: rgba(99, 122, 224, .1);
}

.Screening-address2-right>ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.Screening-address2-right>ul>li {
	margin: 0 10px;
	margin-bottom: 16px;
}

.Screening-address2-right>ul>li>a {
	color: #2c2e33;
	font-size: 14px;
	/* padding: 0px 9px; */
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	padding: 8px 9px;
}

.select-address2>a {
	color: #5873e8 !important;
	text-decoration: underline;
}

.notice-list {
	margin-top: 30px;
}

.notice-item {
	margin-bottom: 30px;
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
	width: 100%;
}

.notice-item-first {
	color: #2c2e33;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.notice-item-second {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.notice-item-second>div {
	padding: 6px 12px;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 4px;
}

.notice-address {
	background-color: #5873e8;
	display: flex;
	align-items: center;
}

.notice-address>img {
	width: 13px;
	height: 14px;
	margin-right: 6px;
}

.notice-address>span {
	color: #fff;
}

.notice-gongcheng {
	margin-left: 10px;
	background: rgba(242, 56, 51, .1);
	color: #f23833;
}

.notice-item-third {
	margin-top: 20px;
	font-size: 14px;
	color: #2c2e33;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/* padding-bottom: 20px; */

}

.notice-item-fourth {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 2px dashed #e1e3eb;
	padding-top: 10px;
}

.notice-item-fourth-left {
	display: flex;
	align-items: center;
	align-self: flex-end;
}

.notice-item-fourth-left>img {
	width: 14px;
	height: 14px;
	margin-right: 8px;
}

.notice-item-fourth-left>span {
	color: #6b7180;
	font-size: 14px;
}

.notice-item-fourth-right>a {
	padding: 12px 22px;
	border-radius: 4px;
	background-color: #5873e8;
	display: flex;
	align-items: center;
}

.notice-item-fourth-right>a>span {
	color: #fff;
	font-size: 14px;
}

.notice-item-fourth-right>a>img {
	width: 11px;
	margin-left: 11px;
}

.denglu-box {
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
}

.denglu-box-first {
	font-size: 24px;
	color: #2c2e33;
	font-weight: bold;
}

.denglu-box-second {
	font-size: 16px;
	color: #6b7180;
	margin-top: 12px;
}

.zhanghao-div {
	margin-top: 20px;
	width: 100%;
	background-color: #f5f6fa;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-radius: 6px;
}

.zhanghao-div>img:first-child {
	margin-right: 18px;
	width: 18px;
	height: 20px;
	flex-shrink: 0;
}

.zhanghao-div>input {
	flex-grow: 1;
	background: none;
	border: 0;
	outline: none;
}

.zhanghao-div>input::-webkit-progress-inner-value {
	color: #f5f6fa;
}

.jizhu-div {
	margin-top: 25px;
}

.jizhu-div .mui-checkbox {
	display: flex;
	align-items: center;
}

.jizhu-div .mui-checkbox>input {
	margin-right: 10px;
}

.ligon-btn {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
	background-color: #3362f0;
	border-radius: 6px;
	outline: none;
	border: 0;
}

.zhuce-btna {
	width: 100%;
}

.zhuce-btna a {
	width: 100%;
	margin-top: 20px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(88, 115, 232, .1);
	border-radius: 6px;
	border: solid 1px #5873e8;
	color: #3362f0;
	position: relative;
}

.zhuce-btna a img {
	position: absolute;
	right: 25%;
}

.search-about {
	margin-top: 30px;
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
}

.search-about-first {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-about-first-left {
	display: flex;
	align-items: center;
}

.search-about-first-left>i {
	font-size: 24px;
	color: #5873e8;
	font-weight: bolder;
	margin-right: 15px;
}

.search-about-first-left>h3 {
	font-size: 24px;
	color: #2c2e33;
	font-weight: bolder;
}

.search-about-first-right>a {
	display: flex;
	align-items: center;
}

.search-about-first-right>a>img {
	width: 15px;
	height: 15px;
	margin-right: 8px;
}

.search-about-first-right>a>span {
	font-size: 16px;
	color: #6b7180;
}

.search-about-second {
	margin-top: 14px;
}

.search-about-second ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.search-about-second ul>li {
	font-size: 14px;
	margin-right: 10px;
	margin-top: 16px;
}

.search-about-second ul>li a {
	padding: 8px 18px;
	display: block;
	box-sizing: border-box;
	background-color: #F5F6FA;
	border-radius: 4px;
}

.search-about-second ul .select-search a {
	background-color: #5873e8;
	color: #fff;
	font-size: 14px;
}

.dujiaxm-box {
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 30px;
}

.dujiaxm-box-neirong {
	margin-top: 30px;
}

.remenxm-box {
	margin-top: 30px;
	padding: 30px;
	box-sizing: border-box;
	background-color: #fff;
}

.search-about-first-second {
	font-size: 16px;
	color: #6b7180;
	margin-top: 12px;
}

.remenxm-box-neirong {
	margin-top: 30px;
}

.remenxm-item {
	margin-bottom: 20px;
}

.remenxm-item>a {
	display: flex;

}

.remenxm-item-left {
	background: url("/img/agent/huobg.png") no-repeat 50% 50%;
	color: #fff;
	font-size: 16px;
	margin-top: 4px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: auto 100%;
	margin-right: 10px;
}

.remenxm-item-right {}

.remenxm-item-right-first {
	color: #2c2e33;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: bolder;
	flex:1;
}

.remenxm-item-right-second {
	margin-top: 8px;
	display: flex;
	align-items: center;
}

.remenxm-item-right-second>span {
	color: #818799;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.remenxm-item-right-second>span>img {
	width: 12px;
	margin-right: 3px;
}

.remenxm-item:nth-child(n + 4) .remenxm-item-left {
	background: rgba(88, 115, 232, 0.1) !important;
	color: #5873e8;
	font-size: 16px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: auto;
	margin-right: 10px;
	border-radius: 6px;
}

@media screen and (max-width:960px) {
	.notice-box {
		flex-direction: column;
	}

	.notice-box-left {
		width: 100%;
	}

	.notice-box-right {
		width: 100%;
	}

	.Screening-box {
		padding: 15px;
	}

	.Screening-type-left {
		width: 20%;
	}

	.Screening-address-left {
		width: 20%;
	}

	.Screening-address2-left {
		width: 20%;
	}

	.notice-item {
		padding: 15px;
		margin-bottom: 20px;
	}

	.notice-item-first {
		font-size: 17px;
	}

	.notice-item-second {
		margin-top: 10px;
	}

	.notice-item-fourth {
		margin-top: 10px;
	}

	.notice-item-fourth-right>a {
		padding: 6px 13px;
	}

	.denglu-box {
		padding: 20px;
	}

	.zhanghao-div {
		padding: 10px;
	}

	.ligon-btn {
		margin-top: 20px;
		height: 40px;
	}

	.Screening-type-right>ul>li {
		margin: 0 5px;
		margin-bottom: 10px;
	}

	.Screening-address-right>ul>li {
		margin: 0 5px;
		margin-bottom: 10px;

	}

	.Screening-address2-right>ul>li {
		margin: 0 5px;
		margin-bottom: 10px;

	}

	.Screening-address2-right {
		border-radius: 5px;
	}

	.zhuce-btna a {
		margin-top: 10px;
		height: 40px;
	}

	.search-about {
		padding: 20px;
		margin-top: 20px;
	}

	.denglu-box-first {
		font-size: 20px;
	}

	.search-about-first-left>i {
		font-size: 20px;
	}

	.search-about-first-left>h3 {
		font-size: 20px;
	}

	.dujiaxm-box {
		padding: 20px;
		margin-top: 20px;
	}

	.remenxm-box {
		margin-top: 20px;
		padding: 20px;
	}

	.search-about-second ul>li a {
		font-size: 14px;
	}

	.notice-div {
		padding: 30px 0;
	}
}