body{
	background: url(body_bg.png) no-repeat #1163c3 top center;
}
.content{
	border-radius: 18px;
	width: 1200px;
	margin: 350px auto 0 auto;
	overflow: hidden;
	background: #fff;
	padding-bottom: 100px;
}

.Menubox {
    height: 55px;
    line-height: 55px;
    background:url(title_bg.png) no-repeat center;
	width: 1200px;
	margin-top: 60px;
}
.Menubox ul {
    margin: 0 auto;
    padding: 0;
	width: 762px;
}
.Menubox li {
    float: left;
    display: block;
    cursor: pointer;
    width: 158px;
    text-align: center;
    line-height: 53px;
    font-size: 24px;
	margin: 0 48px;
	border-radius: 27px;
	border: #0778fc solid 1px;
	background: #fff;
}
.Menubox li a {
    font-size: 16px;
    color: #1b3c84;
	text-decoration: underline;
    line-height: 53px;
}
.Menubox li.hover {
    padding: 0px;
    width: 158px;
    line-height: 53px;
    color: #fff;
	background: #0778fc;
}
.Menubox li.hover a:link, .Menubox li.hover a:visited {
    color: #fff;
}
.Contentbox {
    overflow: hidden;
	width: 1070px;
	margin: 85px auto 0 auto;
}
.Contentbox a:link, .Contentbox a:visited {
    color: #000;
}
.Contentbox a:hover, .Contentbox a:active {
    color: #1c5bb8;
}
.Contentbox li {
    background: url("liststyle.png") left 50% no-repeat;
    line-height: 56px;
    list-style: none;
	margin:0 44px;
	font-size: 24px;
	width: 126px;
	text-align: center;
	float: left;
}
.date {
    color: #999999;
    font-size: 17px;
}
.Contentbox .sp_monre {
    position: absolute;
    top: 0px;
    right: 5px;
    text-align: right;
    font-size: 15px;
    font-family: "microsoft Yahei";
}
.Contentbox .sp_monre a {
    font-size: 15px;
    line-height: 46px;
    color: #999999;
}
.Contentbox .sp_monre a:hover {
    color: #0f64ce;
}
.footer_box{
	background: #06458f;
	padding: 20px 0;
	margin-top: 60px;
}