#dynamic{
	width: 100%;
	height: auto;
	position: relative;
	top: -54px;
}
.dynamic{
	width: 100%;
	height: 54px;
	background: rgba(255,255,255,0.1);
}
.dynamic_01{
	width: auto;
	float: left;
}
.dynamic_01 li{
	width: auto;
	padding: 0px 70px;
	float: left;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
}
.dynamic_01 li a{
	min-width: 80px;
	color: #fff;
	display: block;
	text-align: center;
}
.dynamic_01 li a p{
	width: 80px;
    height: 2px;
    background: #FFFFFF;
	display: block;
    margin: 0 auto;
    margin-top: -6px;
}



#newsList{
	position: relative;
	top: -54px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.newsList{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
}
.newsList li{
	width: 100%;
	height: 152px;
	padding: 40px 0px;
	border-bottom: 1px dashed #e6e6e6;
}
.newsList_01{
	width: 280px;
	height: 152px;
	float: left;
	margin-right: 25px;
}
.newsList_02{
	width: 575px;
	height: 152px;
	float: left;
}
.newsList_02 a{
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	color: #252B3A;
	display: block;
}
.newsList_02 span{
	font-size: 14px;
	line-height: 20px;
}
.newsList_02 p{
	width: 78px;
	height: 26px;
	border: 1px solid #b3b3b3;
	border-radius: 13px;
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	margin-top: 25px;
}
.newsList_03{
	float: right;
	font-size: 18px;
	color: #8f8f8f;
}



#page{
	width: 100%;
	height: 250px;
	height: auto;
}
.page{
	width: 1200px;
	height: 250px;
	margin: 0 auto;
}
.page_01{
	width: auto;
	float: left;
	margin-top: 109px;
}
.page_01 li{
	width: 32px;
	height: 32px;
	float: left;
	background: #f0f0f0;
	text-align: center;
	line-height: 32px;
	margin-right: 20px;
}
.page_01 li a{
	width: 32px;
	height: 32px;
	color: #252B3A;
	display: block;
}
.page_01 .active{
	background: #337dff;
}
.page_01 .active a{
	color: #fff;
}
.page_02{
	color: #313131;
	font-size: 14px;
	line-height: 32px;
	float: left;
	padding-left: 34px;
	margin-top: 109px;
}
.page_03{
	width: 42px;
	height: 30px;
	border: 1px #e6e6e6 solid;
	outline: none;
	padding: 0 10px;
	float: left;
	margin-top: 109px;
}
.page_04{
	width: 46px;
	height: 30px;
	border: 1px #337DFF solid;
	color: #337DFF;
	float: left;
	font-size: 14px;
	margin-left: 22px;
	text-align: center;
	line-height: 30px;
	margin-top: 109px;
}





#topLine{
	width: 100%;
	height: auto;
	background: #f7f8fa;
	padding-bottom: 80px;
	padding-top: 1px;
	position: relative;
	top: -54px;
}
/* .topLine{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	position: relative;
} */
.topLine .swiper-container{
	width: 1200px;
	padding: 0 20px;
}

.topLine li {
	border:1px solid rgba(230,233,240,1);
		transition: all .6s ease;
}

.topLine li:hover {
	box-shadow: 0px 10px 20px 0px rgba(37,44,59,0.1);
	transform: translateY(-20px);
}
.topLine_01{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 60px auto 0;
}
.topLine_01 li{
	width: 380px !important;
	height: 370px;
	background: #fff;
	margin-bottom: 50px;
}
.topLine_01 a{
	width: 100%;
	height: 380px;
	display: block;
}
.topLine_01_01,.topLine_01_01 img{
	width: 100%;
	height: 212px;
	display: block;
	overflow: hidden;
	transition: all 1s;
}
/* .topLine_01_01 img:hover{
	transform: scale(1.05);
} */
.topLine_01 li h3,.topLine p{
	display: block;
	padding: 0px 30px;
}
.topLine_01 li h3{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color: #252B3A;
	line-height: 50px;
	margin-top: 20px;
	position: relative;
	z-index: 10;
}
.topLine_01 li h3 span{
	height: auto;
	float: left;
	font-size: 18px;
	color: #252B3A;
	font-weight: normal;
	line-height: 28px;
	padding: 0 5px 0 0px;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	z-index: 10;
	transition: all .6s ease;
}
.topLine_01 li h3 div{
	width: 0;
	height: 14px;
	background: #3B7AFF;
	opacity: 0.2;
	position: absolute;
	bottom: 10px;
	left: 0px;
	transition: all 1s;
	z-index: -1;
}
.topLine .swiper-slide:hover h3 span {
	color: #3B7AFF;
}
.topLine_01 span{
	overflow: hidden;
	font-size: 14px;
	color: #666A75;
	line-height: 24px;
	margin-top: 6px;
	padding: 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.topLine_01 p{
	display: none;
	line-height: 16px;
	font-size: 14px;
	margin-top: 25px;
}
.topLine_01 a p img{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 10px;
}
