.f-c {
	display: flex;
	justify-content: center;
}

.f-b {
	display: flex;
	justify-content: space-between;
}

@font-face {
	font-family: 'AliPuHui';
	src: url("../../font/aliPuhui/Alibaba-PuHuiTi-Medium.ttf");
}

@font-face {
	font-family: 'AliPuHuiRu';
	src: url("../../font/aliPuhui/Alibaba-PuHuiTi-Regular.ttf");
}

@font-face {
	font-family: 'Bodoni72';
	src: url("../../font/BodoniSvtyTwoITCTT-BookIta.ttf");
	font-style: Italic;
}

.right {
	width: 1000px;
	min-height: 800px;
}

.contain {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
}

li {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

.path {
	text-align: right;
	color: #656565;
	height: 32px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.path h3 {
	float: left;
	padding-left: 13px;
	border-left: 3px solid #e80006;
	color: #434343;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
}

.path_a {
	float: right;
	color: #898989;
	font-size: 13px;
}

.news_list2 ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.news_list2 ul a {
	color: #333 !important;
	text-decoration: none;
}

.news_list2 li {
	list-style: none;
}

.news_list2 ul li {
	line-height: 20px;
	margin-top: 10px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 10px;
	cursor: pointer;
}

.right {
	font-family: AliPuHui;
	width: 100%;
}

.listContent {
	width: 1200px;
	margin: 0 auto;
}

/*标题头*/
.listContent_title {
	font-family: AliPuHui;
	text-align: center;
	color: #22272F;
	font-size: 40px;
	margin: 60px 0;
}

.newlistdl {
	width: 100%;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	display: flex;
	margin-bottom: 30px;
	border-bottom: 2px solid #2265CB;
	transition: box-shadow .28s linear;
	-moz-transition: -moz-box-shadow .28s linear;
	-webkit-transition: -webkit-box-shadow .28s linear;
}

/*左侧图片*/
.newlistdl img {
	max-height: 200px;
}

/*右侧文本*/
.content_right {
	width: 70%;
	font-family: AliPuHui;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 42px;
	color: #000000;
	font-weight: 500;
	font-size: 16px;
	overflow: hidden;
	position: relative;
}

/*右侧头部*/
.content_right span {
	padding-top: 10px;
	font-size: 25px;
	color: #333;
	line-height: 25px;
	height: 47px;
}

.rightContent {
	margin: 0 auto;
}

a:active {
	outline: 0;
}

.contentText {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.content_right span a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.content_right span a:hover {
	color: #C7322B;
}

.content_right p a:hover {
	color: #C7322B;
}

.content_right .time-more {
	width: 100%;
	overflow: hidden;
	height: 34px;
}

.newlistdl .time-more i {
	display: block;
	font-size: 14px;
	float: left;
	line-height: 20px;
	margin-top: 6px;
}

.newlistdl .time-more b {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: normal;
	background-color: #2265CB;
	line-height: 30px;
	border-radius: 30px;
	text-align: center;
	width: 150px;
}

.newlistdl .time-more b a {
	color: #FFFFFF;
}

.newlistdl .time-more a:hover {
	color: #FFFFFF;
}

.news_list2 ul li a {
	display: flex;
	justify-content: space-between;
}

.uk-navbar-nav {
	display: flex;
	gap: 0px !important;
	/* 1 */
	margin: 0;
	padding: 0;
	list-style: none;
}

.detailTtile {
	word-wrap: break-word;
	max-width: 1200px;
	margin: 0 auto;
}