.notice-page[data-v-d30e6dac] {
	min-height: calc(100% - 174px);
	min-width: 1300px;
	padding-top: 84px;
	box-sizing: border-box;
	background: #fbfbfb;
	position: relative
}

.notice-page .top-bg[data-v-d30e6dac] {
	width: 100%;
	height: 190px;
	background: url(/png/bg-4c4c0f551752727917404.png) 100% 100% no-repeat;
	background-size: cover;
	position: relative
}

.notice-page .top-bg .img-box[data-v-d30e6dac] {
	width: 1280px
}

.notice-page .notice-content-box[data-v-d30e6dac] {
	width: 1300px
}

.notice-page .notice-content-box .l-box[data-v-d30e6dac] {
	width: 845px;
	background: #f7f7f7;
	border-radius: 10px;
	padding: 20px 40px 20px 60px
}

.notice-page .notice-content-box .l-box .title-box[data-v-d30e6dac] {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ededed
}

.notice-page .notice-content-box .l-box .title-box .title[data-v-d30e6dac] {
	font-weight: 400;
	font-size: 34px;
	color: #2d2d2d
}

.notice-page .notice-content-box .l-box .title-box .date[data-v-d30e6dac] {
	font-weight: 400;
	font-size: 14px;
	color: #a5a5a5
}

.notice-page .notice-content-box .l-box .title-box .btn[data-v-d30e6dac] {
	width: 81px;
	height: 32px;
	background: #000000;
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	cursor: pointer
}

.notice-page .notice-content-box .r-box[data-v-d30e6dac] {
	flex: 1;
	padding: 16px 20px 20px 60px
}

.notice-page .notice-content-box .r-box .r-tit[data-v-d30e6dac] {
	font-weight: 400;
	font-size: 22px;
	color: #2d2d2d
}

.notice-page .notice-content-box .r-box .list-box[data-v-d30e6dac] {
	max-height: 400px;
	overflow-y: auto
}

.notice-page .notice-content-box .r-box .list-box[data-v-d30e6dac]::-webkit-scrollbar {
	width: 0;
	height: 0
}

.notice-page .notice-content-box .r-box .info-item[data-v-d30e6dac] {
	width: 390px;
	height: 75px;
	background: #ffffff;
	box-shadow: 0 1px 4px #e2e2e280;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 0 20px;
	cursor: pointer
}

.notice-page .notice-content-box .r-box .info-item[data-v-d30e6dac]:hover {
	background: #f7f7f7;
	transition: all .4s
}

.notice-page .notice-content-box .r-box .info-item:hover .point[data-v-d30e6dac] {
	background: #fed100
}

.notice-page .notice-content-box .r-box .info-item .point[data-v-d30e6dac] {
	width: 8px;
	height: 8px;
	background: #000000;
	border-radius: 50%;
	margin-right: 20px
}

.notice-page .notice-content-box .r-box .info-item .text-box[data-v-d30e6dac] {
	flex: 1;
	overflow: hidden
}

.notice-page .notice-content-box .r-box .info-item .text-box .text[data-v-d30e6dac] {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #2d2d2d;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.notice-page .notice-content-box .r-box .info-item .text-box .date[data-v-d30e6dac] {
	font-size: 14px;
	color: #a5a5a5
}

.notice-page .notice-content-box .r-box .active-item[data-v-d30e6dac] {
	background: #f7f7f7;
	transition: all .4s
}

.notice-page .notice-content-box .r-box .active-item .point[data-v-d30e6dac] {
	background: #fed100
}

strong {
	font-weight: 700;
	font-size: 1.2em !important;

	span {
		font-weight: inherit;
		font-size: inherit;
	}
}