﻿.ns_box{
	position: relative;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	flex-wrap:wrap;
	width: 100%;
	margin-top: 62px;
}

.ns_BLi{
	padding: 0 30px;
	margin-bottom: 42px;
	width: 33.33%;
	box-sizing: border-box;
}

.ns_BLi:nth-of-type(3n){
	padding-right: 14px;
}

.ns_BLi:nth-of-type(3n+1),.ns_BLi:first-of-type{
	padding-left: 14px;
}

.ns_BLNews{
	width: 100%;
}

.ns_BLNImg{
	width: 100%;
	height: 16vw;
}

.ns_BLNImg img{
	width: 100%;
	height: 100%;
}

.ns_BLNTitle{
	width: 100%;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.ns_BLNText{
	width: 100%;
	color: #999;
	font-size: 14px;
	margin-bottom: 12px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

/* ns_contentPack */
.ns_contentPack{
	padding: 2% 22% 4% 5%;
	width: 100%;
	box-sizing: border-box;
}

.ns_CPBox{
	padding-right: 2%;
	width: 100%;
	box-sizing: border-box;
	border-right: 1px solid #e0e0e0;
}

.ns_breadNav{
	padding: 12px 0;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}

.ns_breadNav a{
	color: #333;
	font-size: 14px;
}

.ns_breadNav span{
	padding-left: 5px;
	color: #999;
	font-size: 14px;
}

.ns_breadNav b{
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

.ns_CPBTitle{
	color: #333;
	font-size: 36px;
	line-height: 112px;
}

.ns_CPBTime{
	color: #999;
	font-size: 14px;
	margin-bottom: 42px;
}

.ns_CPBText{
	color: #333;
	font-size: 15px;
}

.ns_CPBText p,.ns_CPBText b{
	display: block;
	line-height: 24px;
	margin-bottom: 18px;
}

.ns_CPBText img{
	margin: 32px auto;
	display: block;
	width: 660px;
}

/* ns_list */
.ns_list{
	padding: 12px 0;
	width: 100%;
}

.ns_LLi{
	display: block;
	padding: 32px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}

.ns_LLTitle{
	width: 100%;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    -webkit-transition-duration:0.24s;
    -moz-transition-duration:0.24s;
    -o-transition-duration:0.24s;
    transition-duration:0.24s;
}

.ns_LLTime{
	margin-top: 12px;
	color: #999;
	font-size: 13px;
}

.ns_LLi:hover .ns_LLTitle{
	color: #666;
}



/* mobile */
@media screen and (min-width: 100px) and (max-width: 800px){
	.ns_box{
		margin-top: 32px;
	}

	.ns_BLi{
		margin-bottom: 32px;
		padding: 0 10px;
		width: 100%;
	}

	.ns_BLi:nth-of-type(3n){
		padding: 0 10px;
	}

	.ns_BLi:nth-of-type(3n+1), .ns_BLi:first-of-type{
		padding: 0 10px;
	}

	.ns_BLNImg{
		height: 152px;
	}

	.ns_BLNTitle{
		font-size: 16px;
		line-height: 38px;
	}

	.ns_BLNText{
		font-size: 12px;
		margin-bottom: 8px;
	}

	.ns_contentPack{
		padding: 2% 5% 4% 5%;
	}

	.ns_CPBox{
		border: none;
	}

	.ns_CPBTitle{
		padding-top: 14px;
		font-size: 24px;
		line-height: 36px;
	}

	.ns_CPBTime{
		margin-top: 12px;
		margin-bottom: 24px;
	}

	.ns_CPBText img{
		margin: 15px auto;
		display: block;
		width: 320px;
	}
}