.intro-header-border{
	display: flex;
	justify-content: space-between;
}
.intro-header-border > div{
	margin: 0px;
}
#backList{
	display: flex;
	align-items: flex-end;
	display: none;
}

#notice-list {
	height: 650px;
}
#notice-content{
	display: none;
}

/* 通知标题列表*/
.intro-text-one {
	border-bottom: 1px dashed #a0a0a0;
	display: flex;
	justify-content: space-between;
	max-height: 60px;
}
.notice-title {
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notice-date{
	display: flex;
	align-items: center;
}
.notice-date>span {
	float: right;
	font-size: 13px;
}
.dot {
	color: #ff6c80;
	font-size: 25px;
}

/* 分页器 */
.video-pagination{
	display: flex;
}

.video-pagination .page-item{
	font-size: 13px;
}
.video-pagination .page-link{
	color: #04275D;
}
.page-selected{
	/* 选中样式 */
	font-weight: bold;
}

/* 通知内容 */
.notice-content{
	min-height: 650px;
}
.notice-content-title>h3 {
	width: 80%;
	font-weight: bold;
	text-align: center;
}

.notice-content-date {
	text-align: center;
}

.notice-content-date span {
	margin: 0 4px;
	font-size: 15px;
}

.notice-content-txt {
	width: 60%;
}
.notice-content-txt img{
	max-width: 100%;
}

@media (max-width: 900px) {
	.notice-content-title>h3 {
		width: 90%;
	}

	.notice-content-txt {
		width: 90%;
	}
	.notice-title {
		font-size: 15px;
	}
}
@media (max-width: 650px) {
	.notice-title {
		font-size: 13px;
	}
}