.main {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
	overflow: hidden;
}
.banner{
	margin: 0 auto;
	position: relative;
	/* margin-top: 20px; */
}
.banner img{
	width: 100%;
	margin: 0 auto;
	background-size: 100% 100%;
	display: block;
}
.newsCon{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.listC{
	margin-top: 40px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	border-bottom: 1px solid rgba(153,153,153,0.2);
	padding-bottom: 39px;
	cursor: pointer;
}
.listC:hover .ntime, .listC:hover .newtit, .listC:hover .ntime span {
	color: #00348F;
}
.listC:hover .nbtn{
	background-image: url(../images/news/icon_enter_hovering.png);
}
.ntime{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.ntime span{
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.newtit{
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 25px;
	overflow: hidden;
}
.newdection{
	margin-top: 10px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 90px;
	overflow: hidden;
}
.fgLine{
	margin-top: 30px;
	width:60px;
	height:1px;
	background:rgba(153,153,153,1);
}
.listcon{
	width: 700px;
}
.nbtn{
	width: 38px;
	height: 26px;
	background-image: url(../images/news/icon_enter_default.png);
}
.listImg img{
	width: 280px;
	height: 158px;
	border-radius:4px;
	background-size: 100% 100%;
	display: block;
}
.breadNav{
	width: 100%;
	height:60px;
	line-height: 60px;
	background:rgba(153,153,153,0.08);
	overflow: hidden;
}
.bconN{
	margin: 0 auto;
	width: 1200px;
	height:60px;
	line-height: 60px;	
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	overflow: hidden;
}
.bconN span{
	font-weight:bold;
	color:rgba(0, 52, 143, 1);
}
.newsDetailCon{
	width: 1200px;
	margin: 40px auto;
	/* margin-top: 40px; */
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.detail{
	width: 850px;
	margin: 4px;
	background:rgba(255,255,255,0.01);
	box-shadow:0px 0px 4px 0px rgba(153,153,153,0.36);
}
.hotList{
	width: 300px;
}
.title{
	margin-top: 40px;
	text-align: center;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.fbtime{
	margin-top: 25px;
	text-align: center;
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.deLine{
	margin-top: 40px;
	width: 100%;
	height:1px;
	background:rgba(153,153,153,0.2);
}
.detCon{
	margin: 0 auto;
	margin: 40px;
	
}
.detCon img{
	width: 100%;
	background-size: 100% 100%;
}
.hotTip{
	margin-bottom: 30px;
	width: 100%;
	height:40px;
	line-height: 40px;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	background:rgba(249,249,249,1);
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}
.hotline{
	margin-right: 19px;
	width:8px;
	height:40px;
	background:rgba(0,52,143,1);
}
.hotfig{
	margin-top: 10px;
	width: 100%;
	height:6px;
	background:rgba(249,249,249,1);
}
.hottit{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
	overflow: hidden;
}
.hottit:hover{
	color: #00348F;
}
.hotTime{
	padding-left: 30px;
	background: url(../images/news/icon_time.png) no-repeat left center;
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.con {
	width: 100%;
	margin: 0 auto;
	margin-top: 28px;
	padding-bottom: 28px;
	border-bottom:1px solid rgba(153,153,153,0.5);
	cursor: pointer;
	display: block;
}
.lbImg{
	position: relative;
	display: block;
}
.lbImg img{
	width: 299px;
	height: 199px;
	background-size: 100% 100%;
	border-radius: 6px;
}
.lbtip{
	position: absolute;
	bottom: 3%;
	width: 100%;
	height:40px;
	line-height: 40px;
	border-radius: 0 6px 0 6px;
	text-align: center;
	background:rgba(0,52,143,0.8);
	border-radius:0px 0px 6px 6px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	z-index: 10000;
}
.swiper-slide {
    height: 245px;
}