@charset "utf-8";

.pagenation {
	text-align: center;
}

.pagenation .page {
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 110%;
	text-decoration: underline;
}

.pagenation .currentpage {
	display: inline-block;
	margin: 0 12px 0 0;
	font-size: 130%;
	background: white;
	padding: 7px 10px;
	border: 1px solid #ccc;
	color: #B83379;
}

.pagenation .next_link {
	font-size: 130%;
	color: #B83379;
	display: inline-block;
}

.pagenation .prev_link {
	font-size: 130%;
	color: #B83379;
	margin: 0 15px 0 0;
	display: inline-block;
}

article {
	background: white url(../images/info/info_corner.png) no-repeat right bottom;
	padding: 25px 80px 80px 80px;
	margin: 30px 0;
}

.date {
	width: 200px;
	margin: 10px auto 0;
	overflow:hidden;
}

.day {
	color: #EE7959;
	font-family: 'Great Vibes', cursive;
	font-size: 450%;
	display: block;
	float: left;
	height: 45px;
	line-height: 80%;
	margin: 10px 10px 0 0;
}

.year {
	display: block;
	font-size: 80%;
	margin: 8px 0 0 0;
}

.month {
	display: block;
	font-size: 150%;
	margin: 3px 0 0 0;
}

article h3 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ECE2CD;
}

.content_area {
	padding: 30px 0;
	border-bottom: 1px solid #ECE2CD;
}
.content_area:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}

.content_area p {
	padding-bottom: 1.5em;
}

.rayout1 .img {
	text-align: center;
	line-height: 180%;
	font-size: 110%;
}
.rayout1 .img img {
	max-width:630px;
	height:auto;
}

.rayout1 .txt {
	width: 630px;
	margin: 20px auto;
	line-height: 180%;
	font-size: 110%;
}

.rayout2 .img {
	float: left;
	margin: 0 30px 30px 0;
}
.rayout2 .img img {
	height: auto;
	width: 320px;
}

.rayout2 .txt {
	line-height: 180%;
	font-size: 110%;
}

.rayout3 .img {
	float: right;
	margin: 0 0 30px 30px;
}
.rayout3 .img img {
	height: auto;
	width: 320px;
}

.rayout3 .txt {
	line-height: 180%;
	font-size: 110%;
}

.latest_news {
	margin: 60px 0;
}
.latest_news a {
	display: block;
}
.latest_news .thumb {
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.latest_news h3 {
	text-align: center;
	margin: 0 0 20px 0;
}

.latest_news ul {
	overflow:hidden;
}

.latest_news ul li {
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
	background: white;
	padding: 15px;
	border: 1px solid #f6f6f6;
	position: relative;
}

.latest_news ul li:last-child {
	margin: 0;
}

.latest_news .date {
	width: 200px;
	overflow:hidden;
}

.latest_news .day {
	color: #EE7959;
	font-family: 'Great Vibes', cursive;
	font-size: 350%;
	display: block;
	float: left;
	height: 45px;
	line-height: 80%;
	margin: 10px 10px 0 0;
}

.latest_news .year {
	display: block;
	font-size: 70%;
	margin: 8px 0 0 0;
}

.latest_news .month {
	display: block;
	font-size: 120%;
	margin: 0 0 0 0;
}

.latest_news ul li h4 {
	margin: 10px 0;
	font-size: 100%;
	font-weight: bold;
}

.latest_news ul li .txt {
	margin: 0 0 20px;
	font-size: 90%;
	height: 72px;
	overflow: hidden;
}

.latest_news ul li .more {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/index/index_more.png) no-repeat right top;
	padding: 20px 0 15px;
	width: 120px;
	font-weight: bold;
}
















