@charset "utf-8";
/* CSS Document */
.news-year {
	width:15%;
}
.news-year ul{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.news-year li {
	height: 35px;
    margin-bottom: 15px;
    line-height: 35px;
}
.news-year li a{
	color: #AAA;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 0 30px 0 10px;
	margin: 0;
	border-left: 5px solid #AAA;
	display: block;
	width: 100%;
	height: 100%;
}
.news-year li.now a{
	color: #187FC3;
	border-left: 5px solid #187FC3;
	transition: 1s;
}
.news-year li a:hover{
	color: #187FC3;
	border-left: 5px solid #187FC3;
	transition: 1s;
}
.news-flbx {
	display: flex;
	justify-content: space-between;
}
.newsbox-all {
	width: 80%;
}
.newsbox-all ul{
	width: 100%;
}
.newsbox {
	margin-bottom: 100px;
}
.newsbox .newsdate2 {
	font-size: 14px;
	color: #FFF;
	margin-bottom: 15px;
	background-color: #187FC3;
	display: inline-block;
	padding: 5px 10px;
	letter-spacing: 4px;
	line-height: 1;
}
.newsbox h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: 1px solid #AAA;
}

article p {
	margin: 30px 0;
}

article h2 {
	min-height: 50px;
	display: flex;
	align-items: center;
}
