/* 顶部背景 */
.topBar2{
	background: url('../images/menuBg-fzjg.png') no-repeat;
	background-size: 100% 100%;
}
.newsImages3 .text-box{
	background: linear-gradient(81deg, #0050A0 0%, #3BADFF 100%);
}
.topT{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 3.6875rem 0 3.625rem;
}
.topBar3{
	background: url('../images/menuBg-fzjg2.png') no-repeat;
	background-size: 100% 100%;
	width: calc(100% - 3.75rem);
	padding: 0 1.875rem;
	margin: 0 auto;
	/* height: 22.5rem; */
}
.wyhName{
	display: block;
	width: 29.75rem;
	margin: 0 0 1.125rem 0;
	font-family: PingFang SC;
	font-weight: 800;
	font-size: 3rem;
	color: #FFFFFF;
	line-height: 3.75rem;
	padding-bottom: 4.25rem;
}
.childMenu3{
	width: calc(100% - 2.5rem);
	height: 6.875rem;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 3.75rem 3.75rem 0 0;
	padding: 1.875rem 1.25rem 0;
	margin-top: -4.375rem;
}
.childMenu3 .newsListBut span{
	width: 14.375rem;
	min-width: unset;
}
.childMenu3 .childMenu{
	background-color:unset;
}
.mainList li.ry-content span{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 2rem;
	color: #4A4E58;
	line-height: 2.25rem;
	margin-top: 1.125rem;
}
.mainList li.ry-content{
	padding: 2.5rem 1.9375rem;
}
/* 机构 */
.unitView,.unitView2{
	width: 100%;
}
.unitView .normalTitle span,
.unitView2 .normalTitle span{
	width: 18.6875rem;
	height: 5rem;
	background: url('../images/wyhBg.png') no-repeat;
	background-size: 100% 100%;
	font-family: PingFang SC;
	font-weight: 800;
	font-size: 3.75rem;
	color: #FFFFFF;
	display: inline-block;
	line-height: 5rem;
	margin-left: -6.25rem;
	position: absolute;
	text-align: left;
	border-radius: 0.625rem;
}
.unitView2 .normalTitle span{
	padding-left: 1.25rem;
}
.unitBox {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.unitBox span {
	width: calc(33.33% - 3.5rem);
	height: 8.75rem;
	background: linear-gradient(180deg, #F3F4F8 0%, #FFFFFF 100%);
	border-radius: 1.25rem;
	border: 0.0625rem solid #CCD2E3;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	line-height: 1.25rem;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 2rem;
	color: #4A4E58;
	line-height: 2.25rem;
	padding: 0 1rem 0 1.125rem;
}
.unitBox div span:last-child{
	margin-right: 0;
}
.unitBox span:hover{
	background: #0050A0;
	color: #fff;
}
.unitBox span {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
/* end */