.about-banner {
	width: 100%;
	min-width: 1170px;
	height: auto;
	position: relative;
}

.about-banner img {
	width: 100%;
	height: auto;
}

.about-head {
	padding-top: 0.3rem;
}

.about-head .title {
	font-size: 0.28rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #343434;
	line-height: 0.41rem;
	padding: 0.2rem 0;
}

.about-head .desc {
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9A9A9A;
	line-height: 0.26rem;
}

.about-head .desc .line {
	margin: 0 0.15rem;
	height: 0.12rem;
	width: 0.01rem;
	background: #9A9A9A;
	display: inline-block;
}

.about-detail {
	font-size: 0.16rem;
	line-height: 0.28rem;
	line-height: 0.32rem;
	color: #808080;
	padding: 0.4rem 0;
	max-width: 100%;
	overflow-x: auto;
}

.about-detail img {
	max-width: 100%;
}

.about-detail .content {
	width: auto;
}

.about-detail .map {
	width: 100%;
	height: 3.75rem;
}

/**短文本列表**/
.about-list1 {
	padding: 0.4rem 0;
}

.about-list1 .item {
	height: 0.6rem;
	line-height: 0.6rem;
	padding-right: 1.2rem;
	border-bottom: 1px solid #DBDCDD;
	font-size: 0.18rem;
	color: #343434;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.about-list1 .item:hover {
	color: #1662C7;
}

.about-list1 .item .date {
	position: absolute;
	height: 0.6rem;
	line-height: 0.6rem;
	right: 0;
	top: 0;
	font-size: 0.18rem;
	color: #9A9A9A;
	display: block;
}

/**图片列表**/
.about-list2 {
	padding: 0.2rem 0;
}

.about-list2 .item {
	width: 32%;
	margin-left: 2%;
	float: left;
	margin-top: 0.4rem;
}

.about-list2 .item:nth-child(3n+1) {
	margin-left: 0;
}

.about-list2 .item .cover {
	width: 100%;
	height: 2.05rem;
	overflow: hidden;
}

.about-list2 .item .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.about-list2 .item .name {
	/* width: 100%; */
	padding: 0 0.05rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #1662C8;
	font-size: 0.16rem;
	text-align: center;
	transition: all 0.3s;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.about-list2 .item:hover .cover img {
	transform: scale(1.1);
}

.about-list2 .item:hover .name {
	background: #104486;
}

.levelmsg img {
	width: 2.11rem;
}

.levelmsg a:nth-child(2) {
	margin-left: 0.2rem;
}

.levelmsg-head {
	padding: 0.2rem 0;
}

.levelmsg-add {
	background: #2372e5;
	border: 1px solid #2372e5;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 0.12rem;
	height: 0.32rem;
	line-height: 0.3rem;
	margin: 0 0.01rem 0 0;
	padding-left: 0.34rem;
	padding-right: 0.2rem;
	position: relative;
	border-radius: 0.03rem;
}

.levelmsg-add::before {
	content: '';
	position: absolute;
	width: 0.16rem;
	height: 0.16rem;
	background: url(../img/icon-edit.png);
	background-size: 100% 100%;
	left: 0.16rem;
	top: 0.07rem;
}

.levelmsg-add:hover,
.levelmsg-add:active {
	background: rgba(35, 114, 229, 0.9);
	color: #fff;
}

.levelmsg-head .levelmsg-add {
	float: right;
}

.about-levelmsg {
	padding-bottom: 0.2rem;
}

.about-levelmsg .item {
	padding: 0.2rem 0;
	border-bottom: 1px solid #E5E5E5;
}

.about-levelmsg .title {
	color: #222222;
	font-size: 0.16rem;
	line-height: 0.26rem;
	position: relative;
	display: block;
	padding-right: 1rem;
	font-weight: bold;
}

.about-levelmsg .title .add_time {
	position: absolute;
	line-height: 0.26rem;
	font-size: 0.14rem;
	right: 0;
	top: 0;
	color: #999999;
	font-weight: 500;
}

.about-levelmsg .desc {
	color: #666;
	font-size: 0.14rem;
	line-height: 0.22rem;
	margin-top: 0.1rem;
}

.about-levelmsg .reply {
	color: #666;
	font-size: 0.14rem;
	line-height: 0.22rem;
	margin-top: 0.1rem;
}

.about-levelmsg .reply_time {
	color: #666;
	font-size: 0.14rem;
	line-height: 0.22rem;
	margin-top: 0.05rem;
}


@media screen and (max-width:900px) {

	.about-banner {
		min-width: auto;
		height: 1.6rem;
	}

	.about-banner img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.about-list1 {
		padding: 0.2rem 0;
	}

	.about-list1 .item {
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.15rem;
		padding-right: 0.8rem;
		border-bottom: 1px solid #f2f2f2;
	}

	.about-list1 .item .date {
		font-size: 0.14rem;
	}

	.about-head {
		padding-top: 0.2rem;
	}

	.about-head .title {
		font-size: 0.22rem;
		line-height: 0.32rem;
		padding: 0.13rem 0;
	}

	.about-head .desc .line {
		height: 0.1rem;
	}

	.about-detail {
		font-size: 0.15rem;
		line-height: 0.3rem;
		padding: 0.3rem 0;
	}

	.about-detail .map {
		height: 1.75rem;
	}

	.about-list2 .item {
		width: 48%;
		margin-left: 4%;
		margin-top: 0.16rem;
	}

	.about-list2 .item .cover {
		width: 100%;
		height: 1.25rem;
		overflow: hidden;
	}

	.about-list2 .item:nth-child(3n+1) {
		margin-left: 4%;
	}

	.about-list2 .item:nth-child(2n+1) {
		margin-left: 0;
	}

	.about-list2 .item .name {
		height: 0.32rem;
		line-height: 0.32rem;
		font-size: 0.14rem;
	}

	.levelmsg img {
		width: 48%;
	}

	.levelmsg a:nth-child(2) {
		margin-left: 2.7%;
	}

	.about-levelmsg .title {
		padding-right: 0;
	}

	.about-levelmsg .title .add_time {
		position: static;
		display: block;
	}
}
