/* 科普顶部背景 */
.topBar2{
	background: url('../images/menuBg-qxkp.png') no-repeat;
	background-size: 100% 100%;
}
/* 底部二维码 */
#footer-right div{
	width: 25%;
	margin: 0;
}
#footer-right div span{
	width: auto;
	display: flex;
	justify-content: center;
	white-space: normal;
	line-height: 1.875rem;
	margin: 1rem 0 2.375rem;
}
/* 科普活动图集 */
.mainList{
	margin-bottom: 0;
}
li.img-li {
	width: calc(100% - 2.5rem);
    background-color: #CCD2E3;
    padding: 1.875rem 1.25rem 0;
}
li.img-li:last-of-type{
	padding: 1.875rem 1.25rem 2.5rem;
}
li.img-li::after{
	display: none;
}
.img-content{
	width: calc(100% - 2.5rem);
	height: auto;
	padding: 1.25rem;
	background-color: #fff;
}
.img-content img{
	width: 41.875rem;
	height: 23.5rem;
}
li.img-li span{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 2rem;
	color: #4A4E58;
	line-height: 2.25rem;
	padding: 1rem 1.875rem 16px 1.9375rem;
	margin-top: 0;
	justify-content: center;
}