.banner{
	background: url(../img/news_bg.png) bottom center no-repeat;
	background-size: cover;
}
.banner .content{
	box-sizing: border-box;
	padding: 200px 30px 250px 30px;
}
.banner .content .bContent p{
	color: #303133;
	font-size: 50px;
	font-weight: bold;
	width: 550px;
}
.banner .content .bContent a{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	box-shadow: 0px 1px 4px 0px rgba(237, 91, 57, 0.4);
	border-radius: 20px;
	color: #DC6936;
	font-size: 16px;
	text-align: center;
	margin-top: 100px;
}
/*  */
.titleP{
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	background: linear-gradient(0deg, rgba(80, 173, 255, 0.8) 0%, rgba(162, 211, 255, 0.8) 0%, rgba(39, 32, 99, 0.8) 0%, rgba(255, 91, 103, 0.8) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 2;
}
/*  */
.titleView{
	width: 1200px;
	box-sizing: border-box;
	padding: 100px 0;
}
.titleView .tabs p{
	width: 120px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	color: #303133;
	font-size: 16px;
	margin-left: 20px;
	background: #EEEEEE;
}
.titleView .tabs .active{
	background-color: #E7EEFE;
	color: #4471FE;
}
/*  */
.list{
	padding-bottom: 100px;
}
.list .li{
	width: 1200px;
	background-color: #EEEEEE;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
	top: 0;
	transition: all 0.3s;
	margin: 0 auto 30px  auto;
}
.list .li:hover{
	top: -15px;
	box-shadow: 0px 7px 24px 0px rgb(154 122 230 / 35%);
	background-color: #fff;
}
.list .li .date{
	width: 120px;
	background-color: #E7EEFE;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	padding: 50px 0;
	line-height: 30px;
}
.list .li .date p:nth-of-type(1){
	font-size: 34px;
	margin-bottom: 10px;
}
.list .li .txt{
	box-sizing: border-box;
	padding: 40px 20px;
	flex: 1;
}
.list .li .txt p:nth-of-type(1){
	margin-bottom: 30px;
}
/*  */
.top{
	box-sizing: border-box;
	padding: 30px 0 100px 0;
	border-bottom: 1px solid #E6E6E6;
}
.top .links img{
	margin-right: 10px;
}
.top .title{
	color: #4C4293;
	font-size: 28px;
	text-align: center;
	margin: 70px 0 50px 0;
}
.top .subTitles p{
	margin: 0 30px;
}
.ndTxt{
	min-height: 500px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin-top: 50px;
	margin-bottom: 20px;
}
.changeBtn div{
	height: 40px;
}
.changeBtn div a:hover{
	color: #4471FE !important;
}