/* 活动视频 */
.intro-header-border{
	display: flex;
	justify-content: space-between;
}
.intro-header-border > div{
	margin: 0px;
}
/* 导航切换按钮 */
.nav-item {
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border-radius: 5px;
	color: #04275D;
}

.nav-item:hover {
	text-decoration: none;
}

.nav-pills>.active {
	background-color: #ff6c80;
	color: #ffffff;
}

#backList{
	display: flex;
	align-items: flex-end;
	display: none;
}
/* 预览图 */
.picList {
	display: flex;
	flex-direction: row;
	min-height: 500px;
}

.picList .card {
	margin: 10px 0px;
	padding: 0px;
	border: none;
}
.picList .card-body {
	padding: 20px 8px 8px 0px;
	margin: 0;
}

.picList .card-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.card-img-top{
	min-height: 120px;
	max-height: 200px;
}
.picList .card:hover,
.picList img {
	width: 100%;
	transition: transform .3s ease-out,
		-webkit-transform .3s ease-out;
}
.picList .card:hover{
	transform: scale(1.1);
	z-index: 999;
}

/* 分页器 */
.video-pagination{
	display: flex;
}

.video-pagination .page-item{
	font-size: 13px;
}
.video-pagination .page-link{
	color: #04275D;
}
.page-selected{
	/* 选中样式 */
	font-weight: bold;
}

/* 风采内容 */
#viewContent{
	width: 80%;
	position: relative;
	left: 10%;
}
#viewContent img{
	max-width: 100%;
}
/* #notice-content{
	display: none;
}
.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: 1200px) {
	.picList a{
		height: 220px;
	}
}
@media (max-width:1100px) {
	.picList {
		padding: 0 10px 0 10px
	}
	
	.picList .card {
		width: 20%;
	}
	
	/* .notice-content-title>h3 {
		width: 90%;
	}
	
	.notice-content-txt {
		width: 90%;
	} */
	#viewContent{
		width: 90%;
		left: 5%;
	}
}
@media (max-width:495px) {
	.picList {
		padding: 0;
	}
	
	.picList .card-text {
		font-size: 8px;
	}
	
	.picList .card-body {
		padding: 5px;
	}
	.nav-item {
		width: 130px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		border-radius: 5px;
		color: #04275D;
	}
	.video-pagination .page-item{
		font-size: 6px;
	}
	#viewContent{
		width: 100%;
		left: 0;
	}
}