.swiper-container {
	width: 1200px;
	margin: 0 auto;
	height: 430px;
	border-radius: 3px;
	overflow: hidden;
}

.topInfoNews .swiper-container{
	width: 100%;
	height: 830px;
}
.topInfoNews{
	background: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 75px !important;
}

.swiper-pagination-bullet {
	width: 41px !important;
	height: 6px !important;
	background: #FFFFFF !important;
	border-radius: 3px !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	width: 100px !important;
	background: #40A4EB !important;
}

.swiperText {
	width: 1000px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	font-family: scRegular;
	font-size: 18px;
	color: #FFFFFF;
	left: 15px;
	bottom: 0;
	z-index: 20;
}
.textBg{
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000000;
	opacity: 0.6;
	z-index: 15;
}

.newsCenter {
	width: 1200px;
	margin: 40px auto 0;
}

.newsList {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.newsImg {
	width: 268px;
	height: 173px;
	border-radius: 5px;
	overflow: hidden;
}

.rightContent {
	width: 915px;
	font-family: scRegular;
	border-bottom: solid 1px #E5E5E5;
	margin-bottom: 40px;
}
.lastContent{
	margin-bottom: 0;
}


.newTitle {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 24px;
	color: #333333;
}

.newContent {
	width: 100%;
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}

.bottomFlex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	margin-top: 17px;
}

.flexLine {
	display: flex;
	align-items: center;
}

.seeImg {
	width: 20px;
	height: 14px;
	margin-top: -4px;
}

.bottomText {
	font-size: 16px;
	color: #999999;
	margin-right: 20px;
	margin-left: 5px;
}

.timeImg {
	width: 16px;
	height: 16px;
	margin-top: -2px;
}

.labelImg {
	width: 16px;
	height: 16px;
}

.detail {
	font-size: 16px;
}
.detail>a{
	color: #259DF1;
}

.menuBlock {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.menuList {
	width: 585px;
	background: #F9FCFF;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.menuList>.iconTitle {
	margin-top: 30px;
	margin-bottom: 20px !important;
}

.listLine {
	display: flex;
	align-items: center;
	font-family: scRegular;
	color: #666666;
	font-size: 16px;
	margin-bottom: 3px;
	position: relative;
}

.lastText {
	width: 480px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lastText:last-child {
	width: 460px;
}

.listLine:last-child {
	width: 100%;
	justify-content: space-between;
}

.listLine:last-child>div {
	display: flex;
	align-items: center;
}
.lastLine {
	position: relative;
}

.mark {
	font-size: 20px;
	margin-left: 20px;
}

.more>a {
	color: #40A4EB !important;
	margin-right: 30px;
}

.tomore{
	width: 1200px;
	margin: 0 auto;
	text-align: right;
	margin-bottom: 40px;
	margin-top: 20px;
}
.tomore>a{
	font-family: scRegular;
	font-size: 16px;
	color: #40A4EB;
}

.footBlock{
	margin-top: 80px;
}