.header{
	margin: 0;
	padding: 0 0.93rem;
	height: 3.12rem;
	background: #004096;
	display: flex;
	align-items: center;
}
.header-back-ico{
	background-image: url(../../public/img/back-white-ico.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 0.62rem;
	height: 1.12rem;
}
.header-sidebar-ico{
	background-image: url(../../public/img/sidebar-ico-white.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 1.12rem;
	height: 0.93rem;
}
.header-center{
	flex: 1;
	justify-content: center;
	align-items: center;
	display: flex;
}
.header-logo{
	background-image: url(../../public/img/logo-white.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 7.68rem;
	height: 1.59rem;
}
.exam-title-bg{
	font-family: FZLTZHK--GBK1-0;
	font-size: 0.93rem;
	color: #EEEEEE;
	text-align: center;
	position: relative;
	letter-spacing: 0.12rem;
	margin: 1.87rem 0.93rem;
}
.exam-title{
	letter-spacing: 0.03rem;
	font-family: FZLTZHK--GBK1-0;
	font-size: 1.25rem;
	text-align: center;
	color: #4A4A4A;
	line-height: 1.25rem;
	height: 1.25rem;
	position: absolute;
	left:0; 
	right:0; 
	top:0; 
	bottom:0;
	margin:auto;
}

body{
	background-color: #F6F6F6;
}

.exam-content{
	display: flex;
	flex-flow: column;
	padding: 0 0.93rem;
}
.exam-item{
	width: 100%;
	border-radius: 0.25rem;
	display: block;
	position: relative;
	line-height: 0;
	margin-bottom: 0.93rem;
}
.exam-item img{
	background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
	border-radius: 0.25rem;
}
.exam-item:hover{
	box-shadow: 0 0.15rem 0.31rem 0 #9B9B9B;
	transform:scale(1.01);
}
.item-title{
	font-family: PingFangSC-Regular;
	font-size: 1.12rem;
	line-height: 1.12rem;
	color: #FFFFFF;
	letter-spacing: 0.3px;
	position: absolute;
	right: 10%;
	top:calc(50% - 0.56rem); 
	bottom:0;
}
.item-title-left{
	left:10%;	
}