a {
	color: #333333;
	text-decoration: none;
}

.img_top {
	width: 100%;
	position: relative;

}

.img_top img {
	width: 100%;
	min-height: 100px;
}

.top_text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.top_text strong {
	color: #fff !important;
	line-height: 55px;
}


.content-title h2 strong {
	color: #ffffff;
}

.content {
	padding: 3% 0;
	margin: 0 auto;
	max-width: 1320px;
}

.input-group {
	margin-top: 20px;
}

.search_box {
	margin-top: 50px;
	width: 100%;
	display: none;
}

.search_box p {
	line-height: 32px;
}

.input-group input {
	border-radius: 40px;
	height: 3vw;
	min-height: 30px;
	max-height: 50px;
	background-clip: inherit
}

.btn {
	background-color: #f5f7fa;
	border-radius: 40px;
	height: 3vw;
	width: 3vw;
	min-width: 30px;
	min-height: 30px;
	max-height: 50px;
	max-width: 50px;
	background-image: url('../image/搜索点击.png');
	background-size: 50%;
	background-position: center;
	/* 仅水平居中 */
	background-repeat: no-repeat;
	border-left: 1px solid #e9e9e9;
}

.btn img {
	min-height: auto;
	height: 70% !important;
	width: 70%;
}

.location_list .anchor_point {
	position: sticky;
	top: 100px;
	left: 0;
}
.location_list ul li {
    list-style: none;
    line-height: 35px;
    border-bottom: 0.5px solid #ddd;
    text-indent: 15px;
    font-size: 16px;
    cursor: pointer;
}

.location_list ul li:hover {
    background-color: #f2f2f2;
    color: #1E98D7;
}



.embranchment-detail-left {
	min-height: 400px;
	padding: 1%;
	line-height: 35px;
	max-height: 670px;
	overflow: auto;
}

.embranchment-detail-left p {
	cursor: pointer;
	border-bottom: 0.5px solid #e9e9e9;
	text-indent: 20px;
}

.embranchment-detail-left p:hover {
	background-color: rgb(85, 85, 85, 0.1);
}

.embranchment-detail-right {
	min-height: 700px;
	padding: 10px;
	height: 750px;
	overflow: hidden;
	overflow-y: auto;
}
.embranchment-detail-right .empty_box {
	width: 100%;
	margin: 30px auto 0;
	overflow: hidden;
}

.embranchment-detail-right .empty_box img {
	object-fit: contain;
	width: 100%;
}

.detail-right-item {
	padding: 10px 0;
}

.detail-right-item-item {
	padding: 10px;
	margin: 10px 0;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
}


@media screen and (max-width: 768px) {
	.input-group {
		margin-top: 0;
	}

	.content_box {
		padding: 0 0 100px;
	}

	.embranchment-detail-left {
		min-height: auto;
		display: flex;
		border-bottom: 1px solid #f6f6f6;
	}
	.embranchment-detail-left p {
		text-indent: 0;
		text-align: center;
		flex: 1;
	}
}