.subtitle{
	display: flex;
	font-size: 0.875rem;
	color: #4A4E58;
	margin-left: 0.5rem;
}
.subtitle img{
	width: 1rem;
	height: 1rem;
}
.subtitle p{
	color: #004D9E;
}
.noticeView{
	width: 100%;
	margin: 1.875rem auto 6.4375rem 0;
	background: rgba(255, 255, 255, 0.8);
	padding: 1.25rem 0;
}
.notice-title {
    width: calc(100% - 10.375rem);
	/* width: 100%; */
    font-weight: bold;
    font-size: 1.875rem;
    color: #4A4E58;
    line-height: 2.5rem;
    text-align: center;
	display: inline-flex;
	justify-content: center;
	margin: 1.4375rem 5.1875rem 0;
}
.notice-intro{
	width: 100%;
	margin-top: 2.5rem;
	font-size: 1rem;
	color: #6E7179;
	text-align: center;
	padding-bottom: 1.25rem;
	border-bottom: 0.0625rem solid #F0F1F7;
}
.no-notice-intro{
	width: 100%;
	padding-bottom: 1.6875rem;
	border-bottom: 0.0625rem solid #F0F1F7;
}
.notice-intro span{
	margin: 0 1.25rem;
}
.notice-content{
	padding: 3.6875rem 2.5rem;
	line-height: 2;
	font-size: 1.125rem;
	font-family: Microsoft YaHei;
}
.notice-content  img{
	max-width: 100%;
	height: auto;
}
.notice-article{
	width: calc(100% - 10.375rem);
	margin: 1.875rem 5.1875rem;
	font-size: 1.25rem;
	color: #4A4E58;
	line-height: 3rem;
}
.notice-article  span{
	display: flex;
}
.notice-article div{
	width: 90%;
	margin-left: 4%;
	display: flex;
	align-items: center;
}
.notice-article  span div{
	margin-left: 0;
}
.notice-article  img{
	width: 2rem;
	height: 2rem;
	margin: 0 0.625rem;
}
.notice-info{
	padding: 0 2.5rem;
	width: 100%;
	font-size: 1.25rem;
	line-height: 3rem;
}
.notice-info span{
	display: block;
	width: 100%;
}