
.annual-right {
	width: 846px;
	min-height: 700px;
	background: #f1f4f8;
	border-bottom: 6px solid #efefef;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 33px 40px;
}
.annual-right>h2 {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
	color: #214c93;
	padding-bottom:19px;
	border-bottom: 1px solid #dcb65b;
	margin-bottom:20px;
}
.annual-right>font {
	display: none;
	width: 142px;
	height: 1px;
	background: #dcb65b;
	margin-top: 15px;
	margin-bottom: 15px;
	
}
.report {
	width: 100%;
	height: 100%;
}
.report-list {
	width: 760px;
	height: 63px;
	box-shadow: 0px 0px 5px #e1e4e8;
}
.report-list>a {
	display: block;
	width: 100%;
	height: 100%;
}
.report-time {
	width: 70px;
	height: 63px;
	background: #8da2c4;
}
.report-time>p {
	font-size: 22px;
	text-align: center;
	color: #cfdee7;
	font-family: ;
	margin-top: 5px;
}
.report-time>span {
	display: block;
	font-size: 18px;
	color: #cfdee7;
	font-weight: bold;
	text-align: center;
}
.report-text {
	width: 690px;
	height: 63px;
	box-sizing: border-box;
	background: #fff;
	padding: 8px 20px;
	border-left: 1px solid #eae3d2;
}
.report-text>p {
	font-size: 18px;
	color: #333333;
	font-family: ;
	line-height: 25px;
}
.report-list>a:hover .report-time, .report-list>a:hover .report-text {
	background: #dcb65b;
}
.report-list>a:hover .report-time>p, .report-list>a:hover .report-time>span, .report-list>a:hover .report-text>p {
	color: #fff;
}
.report-list+.report-list {
	margin-top: 20px;
}
.jump {
	text-align: right;
	height: 41px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.jump a{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	border:1px solid #c9c9c9;
	padding: 9px 6px;
}
.jump a:hover{
	color: #fff;
	background: #214c93;
	border-color: #214c93;
}
.jump a+a{
	margin-left: 6px;
}





