@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secNewsList */
.secNewsList{
	width: 1000px;
	margin: 0 auto 100px;
}
.secNewsList .titNewsList{
	height: 60px;
	border: 1px solid #CFD6D6;
	font-size: 0;
	color: #000;
	padding-left: 19px;
	border-left: 6px solid #3E8136;
	margin-top: 20px;
	box-shadow: 0px 3px #EFF1F1;
}
.secNewsList .titNewsList .boxLeft{
	float: left;
}
.secNewsList .titNewsList .boxLeft .tit{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 58px;
	letter-spacing: 1px;
}
.secNewsList .titNewsList .boxLeft .txt{
	display: inline-block;
	font-size: 12px;
	margin-left: 12px;
}
.secNewsList .titNewsList .boxRight{
	float: right;
}
.secNewsList .titNewsList .boxRight .txt{
	display: inline-block;
	font-size: 12px;
	line-height: 58px;
	letter-spacing: 0.5px;
}
.secNewsList .titNewsList .boxRight select{
	display: inline-block;
	height: 34px;
	border: 1px solid #CFD6D6;
	background: #FAFAFA;
	vertical-align: 0;
	margin: 0 12px 0 6px;
	min-width: 180px;
}
.secNewsList .boxList li{
	border-bottom: 1px dotted #C7D0D1;
}
.secNewsList .boxList li:nth-child(2n){
	background: #FBFBFB;
}
.secNewsList .boxList li a{
	display: block;
	padding: 32px 0 30px;
	color: #333;
}
.secNewsList .boxList li .date{
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin: 30px 0 0 30px;
	color: #FFF;
	background: #EB6652;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
.secNewsList .boxList li .boxTxt{
	float: left;
	width: 710px;
	padding: 0 35px 0 20px;
}
.secNewsList .boxList li .boxTxt .tit{
	color: #06C;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
	letter-spacing: 2.25px;
}
.secNewsList .boxList li .boxTxt .txt{
	color: #333;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
	letter-spacing: 0.25px;
	height: 39px;
	overflow: hidden;
}
.secNewsList .boxList li .img{
	float: left;
	width: 120px;
	height: 100px;
	position: relative;
}
.secNewsList .boxMore{
	padding: 50px 0 0;
}
.secNewsList .boxMore .btnMore{
	display: block;
	width: 320px;
	height: 80px;
	line-height: 74px;
	margin: 0 auto;
	background: #70B438;
	border: 1px solid #548729;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	box-shadow: 0 -5px #5F9930 inset;
	border-radius: 3px;
}
.secNewsList .boxMore .icoLoader{
	display: none;
	width: 32px;
	height: 80px;
	margin: 0 auto;
	padding: 24px 0;
}
@media only screen and (max-width:767px){
	.secNewsList{
		width: 100%;
	}
	.secNewsList .titNewsList{
		width: 93.75%;
		height: auto;
		padding-left: 10px;
		margin: 10px auto 0;
	}
	.secNewsList .titNewsList .boxLeft{
		float: none;
		margin-top: 10px;
	}
	.secNewsList .titNewsList .boxLeft .tit{
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.5px;
	}
	.secNewsList .titNewsList .boxLeft .txt{
		margin-left: 6px;
	}
	.secNewsList .titNewsList .boxRight{
		float: none;
		margin: 10px 0;
	}
	.secNewsList .titNewsList .boxRight .txt{
		line-height: 12px;
	}
	.secNewsList .boxList li a{
		padding: 20px 3.125%;
	}
	.secNewsList .boxList li .date{
		float: none;
		width: 120px;
		height: 25px;
		line-height: 25px;
		margin: 0;
		letter-spacing: 0.5px;
	}
	.secNewsList .boxList li .boxTxt{
		float: none;
		width: 100%;
		padding: 0;
	}
	.secNewsList .boxList li .boxTxt .tit{
		white-space: normal;
		margin-top: 10px;
		letter-spacing: 0.5px;
		line-height: 1.5;
		height: 44px;
	}
	.secNewsList .boxList li .boxTxt .txt{
		font-size: 12px;
		line-height: 1.5;
		margin-top: 5px;
		height: 72px;
	}
	.secNewsList .boxList li .img{
		float: none;
		width: 37.5%;
		height: 0;
		padding-top : 33.33%;
		margin: 10px auto 0;
	}
	.secNewsList .boxMore{
		padding: 20px 0 30px;
	}
	.secNewsList .boxMore .btnMore{
		width: 78.13%;
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		box-shadow: 0 -3px #5F9930 inset;
	}
	.secNewsList .boxMore .icoLoader{
		width: 32px;
		height: 50px;
		padding: 17px 0;
	}
}

/*-----------------------------------------------
	details
-----------------------------------------------*/
/* secNewsDetails */
.secNewsDetails{
	width: 1000px;
	margin: 0 auto;
}
.secNewsDetails .titNewsDetails{
	border-bottom: 1px dotted #B6C1C2;
}
.secNewsDetails .titNewsDetails .date{
	margin-top: 30px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #EB6652;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.secNewsDetails .titNewsDetails .tit{
	font-size: 28px;
	line-height: 42px;
	font-weight: bold;
	margin-top: 7px;
	color: #06C;
	letter-spacing: 3px;
	margin-bottom: 22px;
}
.secNewsDetails .boxArticle{
	padding: 40px 0 62px;
	color: #000;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.5px;
}
.secNewsDetails .boxArticle .img{
	width: 1000px;
	height: 550px;
	position: relative;
}
.secNewsDetails .boxArticle .txt{
	color: #000;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin-top: 35px;
}
.secNewsDetails .boxArticle .boxItem .titItem{
	color: #000;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.9px;
	font-weight: bold;
	margin-top: 26px;
}
.secNewsDetails .boxArticle .boxItem .txtItem{
	color: #000;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin-top: 2px;
}
.secNewsDetails .btnDownload a{
	display: block;
	width: 320px;
	height: 70px;
	line-height: 70px;
	background: #F60;
	color: #FFF;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 35px;
	margin: 0 auto 60px;
	letter-spacing: 0.5px;
}
.secNewsDetails .boxPager{
	border-top: 1px dotted #B6C1C2;
	padding-top: 60px;
	position: relative;
}
.secNewsDetails .boxPager .wrapper{
	position: absolute;
	top: 59px;
	width: 1000px;
}
.secNewsDetails .boxPager .wrapper li{
	position: absolute;
}
.secNewsDetails .boxPager .wrapper li a{
	display: block;
	width: 303px;
	height: 66px;
	border: 1px solid #70B338;
	border-radius: 6px;
	position: relative;
}
.secNewsDetails .boxPager .wrapper li.prev a{
	padding: 18px 20px 0 42px;
}
.secNewsDetails .boxPager .wrapper li.next a{
	padding: 18px 42px 0 20px;
}
.secNewsDetails .boxPager .wrapper li a::before{
	content: "";
	display: block;
	width: 22px;
	height: 66px;
	position: absolute;
	top: -1px;
}
.secNewsDetails .boxPager .wrapper li.prev a::before{
	background: url(../img/news/imgPrev.gif) center center / 8px auto no-repeat #70B338;
	left: -1px;
	border-radius: 6px 0 0 6px;
}
.secNewsDetails .boxPager .wrapper li.next a::before{
	background: url(../img/news/imgNext.gif) center center / 8px auto no-repeat #70B338;
	right: -1px;
	border-radius: 0 6px 6px 0;
}
.secNewsDetails .boxPager .wrapper li.prev{
	left: 0;
}
.secNewsDetails .boxPager .wrapper li.next{
	right: 0;
}
.secNewsDetails .boxPager .wrapper li .date{
	color: #5D5D5D;
	font-size: 11px;
	letter-spacing: 0.5px;
}
.secNewsDetails .boxPager .wrapper li .tit{
	width: 240px;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.secNewsDetails .boxPager .btnList a{
	display: block;
	width: 200px;
	height: 66px;
	line-height: 60px;
	border: 1px solid #548829;
	box-shadow: 0 -4px #5F9930 inset;
	border-radius: 5px;
	margin: 0 auto 100px;
	background: #70B438;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
	.secNewsDetails{
		width: 93.75%;
	}
	.secNewsDetails .titNewsDetails .date{
		margin-top: 15px;
		height: 30px;
		line-height: 30px;
		letter-spacing: 0.5px;
	}
	.secNewsDetails .titNewsDetails .tit{
		font-size: 18px;
		line-height: 27px;
		margin-top: 10px;
		letter-spacing: 0.5px;
		margin-bottom: 15px;
	}
	.secNewsDetails .boxArticle{
		font-size: 13px;
		line-height: 1.5;
		padding: 20px 0;
	}
	.secNewsDetails .boxArticle .img{
		width: 100%;
		height: 0;
		padding-top: 55.67%;
	}
	.secNewsDetails .boxArticle .txt{
		font-size: 13px;
		line-height: 1.5;
		margin-top: 15px;
	}
	.secNewsDetails .boxArticle .boxItem .titItem{
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.5px;
		margin-top: 15px;
	}
	.secNewsDetails .boxArticle .boxItem .txtItem{
		font-size: 13px;
		line-height: 1.5;
	}
	.secNewsDetails .btnDownload a{
		width: 250px;
		height: 50px;
		line-height: 50px;
		font-size: 13px;
		border-radius: 25px;
		margin: 0 auto 20px;
	}
	.secNewsDetails .boxPager{
		padding-top: 0;
	}
	.secNewsDetails .boxPager .wrapper{
		position: static;
		width: 100%;
	}
	.secNewsDetails .boxPager .wrapper li{
		position: static;
		margin-top: 20px;
	}
	.secNewsDetails .boxPager .wrapper li a{
		width: 100%;
	}
	.secNewsDetails .boxPager .wrapper li .date{
		letter-spacing: 0.5px;
	}
	.secNewsDetails .boxPager .wrapper li .tit{
		width: 100%;
		font-size: 13px;
		letter-spacing: 0.5px;
	}
	.secNewsDetails .boxPager .btnList a{
		width: 200px;
		height: 46px;
		line-height: 40px;
		font-size: 13px;
		margin: 20px auto 30px;
	}
}
