* {
	margin: 0px;
	padding: 0px;
}

body,
html {
	width: 100%;
	height: 100%;
	font-size: 12px;
	overflow-x: hidden;
	background-color: rgb(242, 242, 242);
}

p {
	margin-bottom: 0px;
}

.notice {
	width: 1200px;
	box-sizing: border-box;
	min-height: calc(100% - 390px);
	margin: 0px auto;
	background-color: white;
	overflow: hidden;
	height: auto;
	margin-bottom: 30px;
}

.notice p.title {
	padding-left: 30px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #eeeeee;
}

.notice-content {
	width: 1200px;
}

.notice-contents {
	padding: 30px;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	flex-direction: row;
}

.notice-contents-left {
	width: 88px;
	height: 88px;
	background-color: #2c9ffa;
	border-radius: 5px;
	margin-right: 30px;
}

.notice-contents-left div {
	text-align: center;
	color: white;
}

.notice-contents-left div:first-child {
	font-size: 36px;
	height: 42px;
}

.notice-contents-left div:last-child {
	font-size: 16px;
	padding-top: 10px;
}

.notice-contents-right {
	flex: 1;
}

.notice-contents-right p {
	height: 44px;
	line-height: 44px;
}
.notice-contents-right-top{
	width: 1022px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.notice-contents-right-top span{
	margin-left: 20px;
}
.notice-contents-right-top p{
	flex: 1;
	color: #333333;
	font-size: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.notice-contents-right-button {
	color: #666666;
	font-size: 18px;
	width: 1022px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


/*分页开始*/

.testType-botton {
	text-align: center;
	height: 117px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.testType-botton-left {
	margin-right: 50px;
}
