@charset 'utf-8';


.pagenation {
	width: 100%;
	margin: 0;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

.pagenation ul {
	list-style: none;
	width: 100%;
	height: 12px;
	padding: 10px;
	margin: 0;
	text-align: center;
}

.pagenation li {
	list-style: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

.pagenation li.current {
	background: #b4d997;
}

.flickity-page-dots {
	list-style: none;
	width: 100%;
	height: 12px;
	margin: 0;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

.flickity-page-dots li {
	list-style: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #ccc;
	border-radius: 50%;
	cursor: pointer;
}

.flickity-page-dots li.is-selected {
	background: #1a1a1a;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {

	.pagenation {
		display: none;
	}

	.flickity-page-dots {
		display: none;
	}
}






#infoblock {
	width: 100%;
	position: relative;
}

#infoblock > .inner {
	width: 100%;
	position: relative;
}

#infoblock a {
	text-decoration: none;
}

.articlelist {
	max-width: 1380px;
	margin: 0 auto;
	padding-bottom: 40px;
	position: relative;
}

.articlelist .viewport {
	list-style: none;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.articlelist .viewport li.articleitem {
	display: inline-block;
	list-style: none;
	width: 100%;
	padding: 5px 20px;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.articlelist .viewport li.articleitem > .inner {
	width: 100%;
	min-height: 130px;
	padding: 15px;
	padding-left: 130px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.articlelist .viewport li.articleitem.is-selected > .inner {
}

.articlelist .viewport li.articleitem.hover > .inner {
	background: #f2f2f2;
}

.articlelist .viewport li.articleitem header {
}

.articlelist .viewport li.articleitem figure {
	width: 100px;
	padding-top: 100px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 15px;
}

.articlelist .viewport li.articleitem figure img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.articlelist .viewport li.articleitem.hover figure img {
	transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
}

.articlelist .viewport li.articleitem time {
	display: block;
	color: #808080;
	font-size: 10px;
	text-align: right;
	line-height: 1.2em;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.articlelist .viewport li.articleitem h1 {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 1.4em;
	word-wrap: break-word;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.articlelist .viewport li.articleitem h1 a {
	color: #000;
}

.articlelist .viewport li.articleitem.is-selected time,
.articlelist .viewport li.articleitem.is-selected h1,
.articlelist .viewport li.articleitem.is-selected h1 a {
	color: #000;
}

.articlelist .viewport li.articleitem.hover time {
}

.articlelist .viewport li.articleitem.hover h1,
.articlelist .viewport li.articleitem.hover h1 a {
}

.articlelist .shelfbtn {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	border: none;
	outline: none;
	border-radius: 50%;
	background: #fff;
	color: #9ad969;
	position: absolute;
	top: 50%;
}

.articlelist .shelf_prev {
	left: 0;
}

.articlelist .shelf_next {
	right: 0;
}

.articlelist .shelfbtn:hover,
.articlelist .shelfbtn.hover {
	background: #9ad969;
	color: #fff;
}

.articlelist .shelfbtn span {
	display: none;
}

.articlelist .shelfbtn i {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-style: normal;
	text-align: center;
	vertical-align: center;
}

.articlelist .shelfbtn i:before {
	display: inline-block;
	font-size: 40px;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	line-height: 60px;
	vertical-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.articlelist .shelf_prev i:before {
	content: '\f1bd';
	padding-right: .2em;
}

.articlelist .shelf_next i:before {
	content: '\f1be';
	padding-left: .2em;
}

.articlelist .shelfbtn.disabled {
	opacity: .3;
}

@media only screen and (min-width: 769px) {

	#infoblock {
	}

	.articlelist {
		padding-bottom: 60px;
	}

	.articlelist .viewport {
	}

	.articlelist .viewport li.articleitem {
		width: 280px;
		height: 320px;
		padding: 0 30px;
	}

	.articlelist .viewport li.articleitem > .inner {
		padding: 10px;
		background-position: top center;
	}

	.articlelist .viewport li.articleitem figure {
		width: 100%;
		margin-bottom: 10px;
		padding-top: 100%;
		position: relative;
		top: auto;
		left: auto;
	}

	.articlelist .viewport li.articleitem time {
		right: 10px;
		bottom: 5px;
	}

	.articlelist .viewport li.articleitem h1 {
		height: 4.7em;
		font-size: 14px;
	}
}





#announce {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#announce .cover {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}



.announceslider {
	width: 100%;
	opacity: 0;
	overflow: hidden;
	position: relative;
}

.announceslider .viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.announceslider .viewport .slideitem {
	width: 100%;
	padding-top: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: .6;
	overflow: hidden;
	position: relative;
}

.announceslider .viewport .slideitem.is-selected {
	opacity: 1;
}

.announceslider .viewport .announce {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.announceslider .viewport .announce > img {
	width: 100%;
	height: auto;
}

.announceslider .viewport .announce > .guide {
	width: 100%;
	background: rgba(55,115,9,.9);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	bottom: 0;
	left: 0;
}

.announceslider .viewport .announce > .guide > div {
	max-width: 1400px;
	margin: 0 auto;
	padding: 12px 20px;
}

.announceslider .viewport .announce > .guide > div h2 {
	margin-bottom: .3em;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3;
}

.announceslider .viewport .announce > .guide > div p {
	color: #b4d997;
	font-size: 12px;
	line-height: 1.4;
}

.announceslider .viewport .announce > .guide > div p span {
	color: #fff;
	font-size: 9px;
	line-height: 1;
}


.announceslider .shelfbtn {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	border: none;
	outline: none;
	background: transparent;
	color: #fff;
	position: absolute;
	top: 50%;
}

.announceslider .shelf_prev {
	left: 0;
}

.announceslider .shelf_next {
	right: 0;
}

.announceslider .shelfbtn:hover,
.announceslider .shelfbtn.hover {
	background: transparent;
	color: #377309;
}

.announceslider .shelfbtn span {
	display: none;
}

.announceslider .shelfbtn i {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-style: normal;
	text-align: center;
	vertical-align: center;
}

.announceslider .shelfbtn i:before {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 60px;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	line-height: 60px;
	vertical-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.announceslider .shelf_prev i:before {
	content: '\f1bd';
}

.announceslider .shelf_next i:before {
	content: '\f1be';
}

.announceslider .shelfbtn.disabled {
	opacity: .3;
}

@media only screen and (min-width: 769px) {

	.announceslider .viewport .slideitem {
		padding-top: 600px;
	}

	.announceslider .viewport .announce > .guide > div {
		padding: 50px;
		padding-top: 30px;
	}

	.announceslider .viewport .announce > .guide > div h2 {
		margin: 0;
		font-size: 24px;
		line-height: 1.4;
	}

	.announceslider .viewport .announce > .guide > div p {
		font-size: 16px;
		line-height: 1.6;
	}

	.announceslider .viewport .announce > .guide > div p span {
		font-size: 12px;
		line-height: 1;
	}

	.announceslider .shelfbtn {
		width: 80px;
		height: 80px;
		margin-top: -50px;
	}

	.announceslider .shelfbtn i {
		width: 80px;
		height: 80px;
	}

	.announceslider .shelfbtn i:before {
		width: 80px;
		height: 80px;
		font-size: 80px;
		line-height: 80px;
	}
}

