* {
	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 !important;
}

.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 {
	height: 48px;
	line-height: 48px;
	color: #181f2f;
	font-size: 16px;
	border-bottom: 0.3px solid #e5e5e5;
	padding-left: 28px;
}

.notice>p span {
	color: #999999;
	font-size: 16px;
}

.notice-left {
	width: 824px;
	float: left;
}

.notice-right {
	box-sizing: border-box;
	width: 316px;
	box-sizing: border-box;
	float: left;
	margin: 30px;
	box-shadow: 2px 2px 5px #e5e5e5;
	padding: 0px 20px;
	margin-bottom: 0px;
}

.notice-left p {
	height: 66px;
	line-height: 66px;
	border-bottom: 0.3px solid #e5e5e5;
	padding-left: 28px;
	font-size: 14px;
	font-family: simsun;
	color: #666666;
	position: relative;
}

.notice-left p span:first-child {
	display: inline-block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notice-left p span:last-child {
	width: 20%;
	text-align: right;
	right: 32px;
	color: #999999;
	position: absolute;
	right: 0px;
}

.notice-right>p {
	padding-top: 22px;
	border-bottom: 0.3px solid #e5e5e5;
	color: #00a0ea;
	font-size: 14px;
	padding-bottom: 4px;
}

.notice-right>p span {
	border-bottom: 0.3px solid #00a0ea;
	padding-bottom: 7px;
}

.notice-right-list {
	/*height: 77px;*/
        height: 98px;
	box-sizing: border-box;
	padding: 14px 17px 12px 19px;
	border-bottom: 0.3px solid #e5e5e5;
}

.notice-right-list>img {
	float: left;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	margin-right: 15px;
}

.notice-right-list>div {
	float: left;
	width: 168px;
	height: 55px;
	background: url(../img/union-01.png) no-repeat right center;
	background-size: 8px 12px;
}

.notice-right-list>div p {
	color: #4e4e4e;
	font-size: 12px;
	font-family: "微软雅黑";
}

.notice-right-list>div p:last-child {
	color: #9b9b9b;
}

.notice-right-list:last-child {
	border-bottom: 0px;
}


/*分页开始*/

.testType-botton {
	height: 117px;
	line-height: 117px;
}

.testType-botton-left {
	float: left;
	margin-right: 60px;
	padding-left: 80px;
}

.testType-botton-right {
	position: relative;
	top: 23px;
}