.box-content {
    padding: 1.5rem 0 2rem 0;
    position: relative;
    width: 70em;
    margin: 0 auto;
}
.main-detail{
	padding-top: 4rem;
}
.title{
	margin-top: 2rem;
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1rem;
}
.main-content .page-title{
	margin-bottom: 3.5rem;
	height: 2rem;
	line-height: 2rem;
	color: #666;
	font-size: 0.8rem;
}
.time{
	font-size: 0.8rem;
	text-align: center;
	margin-bottom: 2rem;
}
.summary{
    padding: 1rem;
    line-height: 1.6;
    font-size: 0.8rem;
    border-left: 0.2rem solid var(--main_color);
    background-color: #F5F4F3;
}
.html-content{
	margin-top: 1.5rem;
}
.annex{
	margin-top: 3rem;
}
.annex .annex-title{
	margin-bottom: 1rem;
	font-size: 1rem;
}
.annex .annex-file{
	font-size: 0.8rem;
}
.annex .annex-file div+div{
	margin-top: 0.5rem;
}
.lft{
	width: 60%;
	height: 70%;
	text-align: left;
}
.rht{
	width: 40%;
	height: 70%;
	text-align: left;
}
.center{
	width: 100%;
	height: 80%;
}

label {
	display: inline-block;
	width: 100px;
	text-align: right;
}


.news {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.news_body {
	width: 100%;
	background: #fff;
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
}
.news_body h1.news_body_title {
	line-height: 3.5rem;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;
}
.contact {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.contact_list {
	width: 50%;
	padding-bottom: 2rem;
}
.contact_list_title {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.contact_list_body {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: 0.9rem;
}
.contact_list_body ul {
	border-left: 3px solid #D2D2D2;
	padding-left: 15px;
	height: auto;
	overflow: hidden;
	margin-top: 1rem;
}
.contact_list .contact_list_title img {
	float: left;
	width: 2rem;
}
.contact_list .contact_list_title h4 {
	float: left;
	line-height: 2rem;
	color: #000;
	font-weight: 600;
	margin-left: 0.5rem;
}
.contact_list_body ul li {
	margin: 10px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.main-content .list-detail {
	margin-top: -4rem;
	margin-bottom: 4rem;
	background: #fff;
	border-radius: 1.2rem;
	padding: 2rem;
	box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 8%);
}

#allmap {
	height: 24rem;
	overflow: hidden;
	margin:0;
	font-family:"微软雅黑";
}

.content-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
