.news{
	margin-top:85px;
	border-top:1px solid #ccc;
}

.newsDet01{
	padding:60px 100px;
}
.newsDet01 .top{
	padding-bottom:50px;
}
.newsDet01 .top .news_crumb{
	padding-bottom:20px;
}
.newsDet01 .top .news_crumb a{
	font-size:1.4rem;
	color:#999;
	text-decoration: none;
}
.newsDet01 .top .news_crumb em{
	color:#999;
	font-size:1.4rem;
	padding:0 5px;
}
.newsDet01 .top h3{
	font-size:3.8rem;
	line-height:4.2rem;
	color:#003a8f;
}
.newsDet01 .top h4{
	font-size:1.6rem;
	color:#999;
	font-weight:600;
	padding-top:15px;
}
.newsDet01 .fckBody p{
	font-size:1.8rem;
	line-height:3.2rem;
	color:#333;
}
.newsDet01 .fckBody p img{
	max-width:100%;
	display:inline-block;
}
.newsDet01 .fckBody p span{font-size:15px;color:#666666;line-height:26px;padding-top:10px;}
.newsDet01 .fckBody ul li{
	padding-left:15px;
	font-size:1.8rem;
	line-height:3.2rem;
	color:#333;
	position: relative;
}
.newsDet01 .fckBody ul li::before{
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
	background-color:#333;
	border-radius:50%;
	position: absolute;
	left:0;
	top:14px;
}
.newsDet01 .fckBody h3.fck_tit{
	font-size:24px;
	line-height:38px;
	color:#013a8f;
	text-align:center;
	position: relative;
	padding-bottom:15px;
	font-weight:bold;
}
.newsDet01 .fckBody h3.fck_tit::before{
	content:"";
	display:inline-block;
	width:46px;
	height:2px;
	background:#013a8f;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:0;
}
.newsDet01 .fckBody .blue_txt{position: relative;padding:40px 30px;margin:20px 0;display: inline-block;max-width: 100%;}
.newsDet01 .fckBody .blue_txt::before{content:"";display: inline-block;position: absolute;left:0;top:0; width: 34px;height: 34px;background:url("../images/brand/dot.svg") no-repeat center;background-size: cover;}
.newsDet01 .fckBody .blue_txt::after{content:"";display: inline-block;position: absolute;right:0;bottom:0; width: 34px;height: 34px;background:url("../images/brand/dot.svg") no-repeat center;background-size: cover;}

.newsDet01 .fckBody .blue_txt strong{color:#47ccf3;}

.newsDet02{
	padding:55px 0;
	background-color:#f1f1f1;
}
.newsDet02 h2{
	font-size:3.2rem;
	color:#000;
	font-weight:600;
	padding-bottom:20px;
	padding-left:10px;
}
.newsDet02 .list a{
	display:block;
	border:1px solid #e0e0e0;
	padding:30px 20px;
	box-sizing: border-box;
	text-decoration: none;
	margin:10px;
	background-color:#fff;
	min-height:300px;
}
.newsDet02 .list a h4{
	font-size:1.6rem;
	color:#666;
	padding-bottom:20px;
}
.newsDet02 .list a h3{
	font-size:1.8rem;
	line-height:2.8rem;
	color:#000;
	font-weight:600;
	margin-bottom:20px;
}
.newsDet02 .list a p{
	font-size:1.6rem;
	line-height:2.8rem;
	color:#333;
}
.newsDet02 .list a p i{
	line-height:2.8rem;
	padding:0 5px;
	background-image: url(../images/news/list_span.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size:auto 12px;
}

.newsDet02 .list a:hover{
	border:1px solid #3b9def;
}
.newsDet02 .list a:hover h3{
	color:#0079de;
}
.newsDet02 .list .slick-dots li button{
	width:12px;
	height:12px;
	background-color:#919191;
	padding:0;
	text-indent:-9999em;
	overflow:hidden;
	font-size:12px;
}
.newsDet02 .list .slick-dots li.slick-active button{
	background-color:#003a8f;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 600px) {
	.newsDet01 .fckBody .blue_txt{padding:30px 20px}
	.newsDet01 .fckBody .blue_txt::before{width:24px;height:24px}
	.newsDet01 .fckBody .blue_txt::after{width:24px;height:24px}
}