
.news-positionbar{
	display: flex;
	flex-direction: row;
	margin-top:20px;
	font-family: Source Han Sans, Source Han Sans;
	color: #9E9E9E;
	line-height: 23px;
	font-size: 16px;
	font-weight: 350;
}

.news-position {
	display: block;
	width:20px;
	height: 20px;
	background-image: url("../images/position.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 10px;
}
.news-positionbar a{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 350;
	font-size: 16px;
	color: #9E9E9E;
	line-height: 23px;
}
.news-positionbar a:hover{
	color:#464AF7;
	font-weight: bold;
}
.news-news-section {
	display: flex;
	flex-direction:column;
	align-items: center;
	background-color: #F9F9F9;
}
.news-news-section>div{
	width:1400px;
}

.news-main {
	background-color: #fff;
	border-radius: 20px;
	min-height: 200px;
	margin:30px auto 50px auto;
	padding:50px 50px 36px 50px;
	border:1px solid #eeeeee;
	 box-shadow: 5px 5px 8px #ccc;
}
.news-article-title {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 500;
	font-size: 30px;
	color: #3C3638;
	line-height: 43px;
	text-align: center;
}
.news-article-subtitle {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 500;
	font-size: 25px;
	color: #3C3638;
	line-height: 43px;
	text-align: center;
}
.news-article-label-bar {
	text-indent: 2em;
}
.news-article-label-bar ul{
	display: inline-block;
	margin:auto;
	text-indent: initial;
}
.news-article-label-bar ul li{
	list-style: none;
	display: inline-block;
	padding: 0px 20px;
	font-size: 14px;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
	border:1px solid #fff;
	height:30px;
	line-height: 30px;
	border-radius: 10px;
	vertical-align: middle;	
	white-space: nowrap;
	text-align: center;
	text-indent: 0px;
}
.news-article-label-bar ul li:nth-child(3n+1){
	background: rgba(86,92,168,0.1);
	color:#565CA8;
}
.news-article-label-bar ul li:nth-child(3n+2){
	background: rgba(226,159,44,0.1);
	color: #E29F2C;
}
.news-article-label-bar ul li:nth-child(3n+3){
	background: rgba(214,99,34,0.1);
	color: #D66322;
}
.news-article-attribute-bar {
	text-indent: 2em;
	margin: 20px auto;
}
.news-article-attribute-bar span:nth-child(2) {
	margin-left: 20px;
}
.news-date{
	cursor:auto;
	border:0px none;
}
.news-date:before{
	content:"\f017";
	font-family:"Font Awesome 5 Free";
	margin-right: 5px;
}
.news-article-content {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 16px;
	color: #69696F;
	line-height: 40px;
	font-style: normal;
	text-transform: none;
}
.news-article-content img{
	max-width: 1250px;
}

