.main-slider .container{
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	
}
.main-slider__content h2{

	color: #ffffff;

}
.main-slider__content p{
	color: #ffffff;
}
.news{
	padding-bottom:90px;
	/* padding-top: 90px; */
}
.news .thumbnail .title{
	font-family: SourceHanSansSC-Bold;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	font-size: 20px;
}
.news .thumbnail .img-fluid{
	margin: 0 auto;
    display: block;
}
.news .thumbnail .date_title{
	font-family: SourceHanSansSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -1px;
	color: #999999;
}
.news_item{
	/* background-color: #ffffff;
	border: solid 1px #f1f4f6; */
}
.news_item {
	border: solid 1px #f1f4f6;
	padding-top: 50px;
	padding:50px 24px 40px 24px;
	background-color: #ffffff;
}
.btn-primary{
	border-radius: 20px;
	border: solid 1px #178def;
	color: #178def;
	background: #ffffff;
}
.btn-primary:hover{
	color: #178def;
	background-color: #ffffff;
	border: solid 1px #178def;

}
.news_item:hover{
	background-color: #178def;

}
.news_item:hover .date_title{
	color: #fff;

}
.news_item:hover .title{
	color: #fff;

}

.news_item:hover .nr{
	color: #fff;
}
.detail img{
	max-width: 100%;
}
.spimg{
	margin: 0 auto;
	display: block;
}
.nav{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
}
.nav li a{
	margin-right: 10px;
	padding:5px 15px;
	border-radius: 20px;
}
.nav .active a{
	background-color: #178def;
	
	color: #fff !important;
}
.nav li a:hover{
	background-color: #178def;
	
	color: #fff !important;
}
.active  a{
	/* background-color: #178def;
	color: #fff !important; */
}

.detail{
	margin-bottom: 180px;
	margin-top: 60px;
}
.detail img{
	max-width: 100%;
}

