@charset "utf-8";

/* ----- ----- ----- ----- ----- ----- -----
 /products/style.css
----- ----- ----- ----- ----- ----- ----- */

#main{
	margin-top: 100px;
}
.entry > h1{
	width: 100%;
	background: #D9F2F7;
	color: #00A4C9;
	font-size: 4.2rem;
	text-align: center;
	height: 200px;
	line-height: 200px;
}
.entry > h2{
	width: 100%;
	color: #00A4C9;
	font-size: 3.6rem;
	text-align: center;
	height: 180px;
	line-height: 180px;
}
	@media screen and (max-width: 820px){
		#main{
			margin-top: 56px;
		}
	}/*@media*/

/*
 /news/index.php
----- ----- ----- ----- ----- ----- ----- */
#news .newsArea{
	margin-bottom: 100px;
	width: 1000px;
	margin: 0 auto;
}
#news .newsArea .tabList{
	overflow: hidden;
	width: 1000px;
	margin: 8rem auto;
	text-align: center;
	}
	#news .newsArea .tabList li{
		display: inline-block;
		margin: 0 10px;
	}
	#news .newsArea .tabList a{
		display: inline-block;
		color: #00A4C9;
		padding: 10px;
		font-size: 1.6rem;
		border-bottom: 2px solid rgba(0, 0, 0, 0);
	}
	#news .newsArea .tabList a.parentsLink,
	#news .newsArea .tabList a.current,
	#news .newsArea .tabList a.active,
	#news .newsArea .tabList a:hover{
		border-bottom: 2px solid #00A4C9;
	}
.newsList li{
	margin-bottom: 2rem;
}

	@media screen and (max-width: 820px){
		#news .newsArea{
			width: 100%;
		}
		#news .newsArea .tabList{
			width: 100%;
			}
	}/*@media*/



.pageNation{
	display: flex;
	justify-content: center;
	align-items: center;
}
.pageNation li{
	font-size: 14px;
	padding: 0 8px;
	padding-bottom: 70px;
}
.pageNation li a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-width: 45px;
	min-height: 45px;
	padding: 0 12px;
	background: #fff;
	border: solid 2px #19A6C9;
	color: #19A6C9;
	font-weight: bold;
	transition: all 0.15s linear;
}
.pageNation li a:hover{
	background: #19A6C9;
	color: #fff;
}

















