@charset "UTF-8";

/* CSS Document */

.new-left {
	width: 180px;
	float: left;
}
.new-right {
	width: 755px;
	float: right;
}
.new-year {
	width: 100%;
}
.new-year li {
	font-size: 109%;
	color: #FFF;
	background: #003fbf;
	text-align: center;
	cursor: pointer;
	margin-bottom: 15px;
	padding: 10px;
}
.new-year li:hover {
	background: #1e94de;
}
.new-year li a {
	color: #FFF;
}
.new-year li a:hover {
	text-decoration: none;
}
.new-year-head {
	font-size: 109%;
	color: #FFF;
	background: #1e94de;
	text-align: center;
	margin-bottom: 30px;
	padding: 10px;
}
.new-box {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}
.new-box .anchor {
	position: absolute;
	top: -170px;
}
.new-box-day {
	width: 70px;
	float: left;
	font-size: 134%;
	font-weight: bold;
	color: #000;
}
.new-box-about {
	width: 535px;
	float: left;
}
.new-box-about h3 {
	font-size: 134%;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
}
.new-box-about p {
	font-size: 109%;
	line-height: 220%;
}
.new-box-photo {
	width: 120px;
	float: right;
}
.new-box-photo li {
	width: 116px;
	border:2px solid #1e94de;
	text-align: right;
	cursor: pointer;
	margin-bottom: 20px;
}
.new-box-photo li img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.download {
	width: 100%;
	margin-top: 30px;
}
.download dt {
	width: 180px;
	float: left;
}
.download dd {
	width: 350px;
	float: left;
	padding-top: 6px;
}


