.news{
	margin-top:85px;
	border-top:1px solid #ccc;
}
.newsHot{
	padding:55px 0;
}
.newsHot h2{
	font-size:3.2rem;
	font-weight:600;
	color:#000;
	padding-bottom:30px;
}
.newsHot .slider{
	position: relative;
	overflow:hidden;
	max-height:420px;
}

.newsHot .slider a.pic{
	overflow:hidden;
	display:block;
}
.newsHot .slider a.pic img{
	display:block;
	max-width:100%;
	transition: all ease-out .5s;
	height:400px;
}
.newsHot .slider .swiper-slide:hover a.pic img{
	transform: scale(1.05);
}
.newsHot .slider h5{
	display:none;
	font-size:1.8rem;
	font-weight:600;
	color:#6a6a6a;
	padding-bottom:20px;
}
.newsHot .slider h3{
	font-size:2.8rem;
	line-height:3rem;
	color:#3b9def;
	font-weight:600;
}
.newsHot .slider h3 a{
	text-decoration: none;
}
.newsHot .slider h4{
	font-size:1.6rem;
	color:#000000;
	padding:12px 0;
}
.newsHot .slider p{
	font-size:1.8rem;
	line-height:2.2rem;
	color:#333;
	padding-right:10px;
}
.newsHot .slider a.more{
	font-size:2rem;
	line-height:2.6rem;
	color:#3b9def;
	margin-top:20px;
	text-decoration: none;
	display:inline-block;
}
.newsHot .slider .dot{
	position: absolute;
	right:0;
	bottom:0;
	left:inherit;
	display:inline-block;
	width:inherit;
	z-index:2;
}
.newsHot .slider .dot span{
	width:12px;
	height:12px;
	border-radius:0;
	background-color:#919191;
	opacity:1;
}
.newsHot .slider .dot span.swiper-pagination-bullet-active{
	background-color:#3b9def;
}
.newsHot .slider .flex-control-nav{
	position: absolute;
	right:0;
	bottom:0;
	left:inherit;
	display:inline-block;
	width:inherit;
}
.newsHot .slider .flex-control-nav li a{
	width:12px;
	height:12px;
	border-radius:0;
	background-color:#919191;
	opacity:1;
}
.newsHot .slider .flex-control-nav li a.flex-active{
	background-color:#3b9def;
}



.newsSet{
	padding:20px 25px;
	background-color:#e4e3e4;
}
.newsSet h3{
	font-size:1.8rem;
	line-height:2.8rem;
	color:#000000;
	padding-bottom:15px;
}
.newsSet div.clearfix{
	width:100%;
}
.newsSet select{
	float:left;
	border:0;
	margin-right:10px;
	height:50px;
	box-sizing: border-box;
	width:320px;
	padding:0 15px;
	font-size:1.6rem;
	color:#3b9def;
	background-image:url(../images/news/select.png);
	background-repeat:no-repeat;
	background-position:95% center;
	background-color:#fff;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.newsSet select::-ms-expand{
	display: none;
}    
.newsSet input{
	float:left;
	height:50px;
	box-sizing: border-box;
	width:320px;
	border:0;
	font-size:1.6rem;
	line-height:2.8rem;
	color:#3b9def;
	padding:11px 25px;
	margin-right:15px;
}
.newsSet a{
	height:50px;
	line-height:50px;
	width:105px;
	float:left;
	background-color:#3b9def;
	text-align:center;
	text-decoration: none;
	cursor: pointer;
	color:#fff;
}
.newsSet a:hover{
	color:#fff;
}
.newslist{
	padding-top:40px;
	overflow:hidden;
}
.newslist .list .box{
	margin-bottom:25px;
}
.newslist .list .box a{
	display:block;
	border:1px solid #e0e0e0;
	padding:30px 20px;
	box-sizing: border-box;
	text-decoration: none;
	background:#fff;
}
.newslist .list .box a h4{
	font-size:1.6rem;
	color:#666;
	padding-bottom:20px;
}
.newslist .list .box a h3{
	font-size:1.8rem;
	line-height:2rem;
	color:#000;
	font-weight:600;
	margin-bottom:20px;
}
.newslist .list .box a p{
	font-size:1.6rem;
	line-height:2rem;
	color:#333;
}
.newslist .list .box 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;
}
.newslist .list .box a .pic{
	display:block;
	margin-bottom:15px;
	overflow:hidden;
}
.newslist .list .box a .pic img{
	display:block;
	width:100%;
	transition:all ease-out .5s;
}
.newslist .list .box a:hover{
	border:1px solid #3b9def;
}
.newslist .list .box a:hover h3{
	color:#0079de;
}
.newslist .list .box a:hover .pic img{
	transform: scale(1.05);
}

.newslist .more{
	text-align:center;
	padding:20px 0;
}
.newslist .more div.clearfix{
	width:880px;
	background-image:url(../images/news/more_line.jpg);
	background-repeat:repeat-x;
	background-position: left center;
}
.newslist .more a{
	background-color:#fff;
	cursor: pointer;
}
.newslist .more a span{
	display:inline-block;
	width:124px;
	height:48px;
	font-size:1.8rem;
	line-height:4.8rem;
	background-color:#3b9def;
	font-weight:600;
	color:#fff;
	margin:0 20px;
}
.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:3.8rem;
	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:2.4rem;
	color:#333;
}
.newsDet01 .fckBody p img{
	max-width:100%;
	display:inline-block;
}
.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;
}
.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.2rem;
	height:6.6rem;
	overflow:hidden;
	color:#000;
	font-weight:600;
	margin-bottom:20px;
}
.newsDet02 .list a p{
	font-size:1.8rem;
	line-height:2.2rem;
	height:6.6rem;
	overflow:hidden;
	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) {
	
}