.news-list-header {
	text-align: center;
	margin: 70px auto 0px auto;
}
.news-list-header>span{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 700;
	font-size: 38px;
	color: #1D1D1D;
	line-height: 55px;
	letter-spacing: 1px;
	text-align: center;	
	display: block;
}
ul.news-nav {
	margin:50px 0px 0px 81px;
	display: flex;
	flex-direction: row;
}
ul.news-nav li{
	display: flex;
	flex-direction: row;
	cursor: pointer;
	transition:0.6s;
}
ul.news-nav li a{
	display: flex !important;
	flex-direction: row;
	cursor: pointer;
}
ul.news-nav li a span{
	height: 84px;
	padding-top: 28px;
	display: block;
}
ul.news-nav li:first-child a span:first-child{
	width: 48px;
	border: 0px none;
	background-repeat: no-repeat;
}
ul.news-nav li:not(first-child) a span:first-child{
	width: 66px;
	border: 0px none;
	background-repeat: no-repeat;
}
ul.news-nav li a span:nth-child(2){
	display: block;
/*	min-width:169px;*/
	width:143px;
/*	max-width: 169px;*/
	max-width: 143px;
	background-repeat: repeat-x;
	background-position:top left;
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 500;
	font-size: 24px;
	border: 0px none;
	white-space: nowrap;
	color: #AEAEAE;
	line-height: 56px;
	text-align: center;
	background-image: url("../images/channelnews/5.png");
}
ul.news-nav li:last-child a span:nth-child(3){
	width: 66px;
	border: 0px none;
	background-repeat: no-repeat;
}
/*****未激活 start*****/
ul.news-nav li:first-child a span:first-child{
	background-image: url("../images/channelnews/4.png");
}
ul.news-nav li:not(first-child) a span:first-child{
	background-image: url("../images/channelnews/7.png");
}
ul.news-nav li a span:nth-child(2){
	background-image: url("../images/channelnews/5.png");
}
ul.news-nav li:last-child a span:nth-child(3){
	background-image: url("../images/channelnews/8.png");
}
/*****未激活 end*****/
/*****激活 start*****/
ul.news-nav li:first-child.news-nav-active a span:first-child{
	background-image: url("../images/channelnews/1.png");
}
ul.news-nav li.news-nav-active a span:nth-child(2){
	background-image: url("../images/channelnews/2.png");
	color:#fff;
}
ul.news-nav li:only-child.news-nav-active a span:nth-child(3){
	background-image: url("../images/channelnews/9.png");
}
ul.news-nav li:not(last-child).news-nav-active + li a span:first-child{
	background-image: url("../images/channelnews/3.png");
}
ul.news-nav li:not(first-child).news-nav-active a span:first-child{
	background-image: url("../images/channelnews/6.png");
}
ul.news-nav li:last-child.news-nav-active a span:nth-child(3){
	background-image: url("../images/channelnews/9.png");
}
ul.news-nav li:not(last-child) a span:nth-child(3){
	width: 0px;
}
ul.news-nav li:not(.news-nav-active):hover a span{
	color:#6A07F5;
}
/*****激活 end*****/


.news-nav-sp {
	display: block;
	width: 1400px;
	height: 10px;
	border-radius:10px 10px 0px 0px;
	background-color: #7076E2;
}

.news-list-section {
	display: flex;
	flex-direction:column;
	align-items:center;	
}

.news-list-main {
	display: flex;
	flex-direction:row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 1440px;
	min-height: 376px;
}
.news-list-main::after {
      content: "";
      width: calc(33.33% - 7px); /* 匹配子项宽度 */
      height: 0;
 }
.news-news-item {
	width:440px;
	margin:20px;
}
.news-news-item-image{
	width: 440px;
	height: 290px;
	border-radius: 20px 20px 0px 0px;
}
.news-news-item-image img {
	width: 440px;
	height: 290px;
	border-radius: 20px 20px 0px 0px;
}

.news-title {
	font-family: Source Han Sans, Source Han Sans;
/*	font-weight: 350;*/
	font-size: 18px;
	color: #69696F;
	line-height: 26px;
	text-align: justify;
	margin:15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.news-title:hover{
	transition:0.3s;
	-webkit-transition:all 0.3s ease-out 0s;
}
.news-labels{
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
}
.news-labels>span:nth-child(n+2){
	margin-left:20px;
}
.news-label{
	display: inline-block;
	padding: 0px 20px;
	font-size: 14px;
/*	cursor: pointer;*/
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
	border:1px solid #fff;
	height:30px;
	line-height: 30px;
	border-radius: 5px;
	vertical-align: middle;	
/*	margin-top: 10px;*/
	white-space: nowrap;
}
.news-label1{
	background: rgba(86,92,168,0.1);
}
.news-label1 a{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
	color:#565CA8;
	cursor: pointer;
}
.news-label1 a:hover{
	color:#565CA8;
	font-weight: bold;
}

.news-label2{
	background: rgba(214,99,34,0.1);
	color:#D66322;
}
.news-date{
	cursor:auto;
	border:0px none;
}
.news-date:before{
	content:"\f017";
	font-family:"Font Awesome 5 Free";
	margin-right: 5px;
}
