@font-face {
	font-family: 'HarmonyOS_Regular';
	src: url('HarmonyOS_Sans_SC_Regular/HarmonyOS_Sans_SC_Regular.eot');
	src: url('HarmonyOS_Sans_SC_Regular/HarmonyOS_Sans_SC_Regular.eot?#iefix') format('embedded-opentype'),
		url('') format('woff2'),
		url('HarmonyOS_Sans_SC_Regular/HarmonyOS_Sans_SC_Regular.woff') format('woff'),
		url('HarmonyOS_Sans_SC_Regular/HarmonyOS_Sans_SC_Regular.ttf') format('truetype'),
		url('HarmonyOS_Sans_SC_Regular/HarmonyOS_Sans_SC_Regular.svg#HarmonyOS_Sans') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'HarmonyOS_Bold';
	src: url('HarmonyOS_Sans_SC_Black/HarmonyOS_Sans_SC_Black.eot');
	src: url('HarmonyOS_Sans_SC_Black/HarmonyOS_Sans_SC_Black.eot?#iefix') format('embedded-opentype'),
		url() format('woff2'),
		url('HarmonyOS_Sans_SC_Black/HarmonyOS_Sans_SC_Black.woff') format('woff'),
		url('HarmonyOS_Sans_SC_Black/HarmonyOS_Sans_SC_Black.ttf') format('truetype'),
		url('HarmonyOS_Sans_SC_Black/HarmonyOS_Sans_SC_Black.svg#HarmonyOS_Sans_Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

:root {
	--redColor: #ac1717;
	--part-title-redcolor: #d03739;
}


body {
	font-family: 'HarmonyOS_Regular',"Microsoft Yahei UI","Microsoft Yahei",Verdana,Simsun,"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
	line-height: 1.8;
	color: #333;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.6;
}

.l1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

.l2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.l3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.l4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.l5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.l6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.l7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1430px;
	width: 90%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	max-width: 100%;
}

.pos {
	position: relative;
}

.stretched-link::after {
	z-index: 10;
}

a:hover {
	color: var(--redColor);
}

input {
	outline: none;
}

header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	height: 40px;
	line-height: 40px;
	background-color: rgba(27, 27, 27, .75);
	overflow: hidden;
}

header a {
	font-size: 1.125rem;
	color: #fff;
}

header a:hover {
	text-decoration: none;
}

header .form-inline {
	background: #1f1c1a;
}

header .txt-search {
	width: 165px;
	height: 40px;
	padding: 0 10px;
	border: 0;
	color: #ffffff;
    background: #333;
}

header svg {
	vertical-align: baseline;
}

.text-white {
	background: none;
	border: none;
}

/* 隐藏下拉菜单的三角形 
.dropdown-toggle::after {
	display: none;
}*/

/* 下拉菜单样式 */
.dropdown-menu {
	top: 116%;
	border-radius: 0;
	background-color: rgba(172, 23, 23, .75);
	border: none;
	margin: 0;
	padding: 0;
}

.dropdown-item {
	padding: 8px 1.25rem;
	color: rgba(255, 255, 255, .75);
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: var(--redColor);
}


.navbar {
	top: 40px;
	z-index: 100;
	width: 100%;
	height: 155px;
	margin: auto;
	background: rgba(172, 23, 23, .75);
}

.nav-link {
	font-size: 1.125rem;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}


.card {
	border-radius: 0;
	border: none;
}

.view-more {
	display: inline-block;
	border: 2px var(--part-title-redcolor) solid;
	width: 55px;
	height: 55px;
	background-color: transparent;
	border-radius: 50%;
	font-family: 'HarmonyOS_Bold';
	font-size: 1.5rem;
	text-align: center;
	color: var(--part-title-redcolor);
	padding: 4px 0 0 2px;
}

.view-more:hover {
	background: var(--part-title-redcolor);
	color: #fff;
	text-decoration: none;
}


.jumbotron {
	border-radius: 0;
}


.nybar-info::after {
	box-shadow: 5px 5px 25px rgba(0, 0, 0, .5);
}


.bd-placeholder-img {
	width: 100%;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.text-danger {
	color: #be2c28 !important;
}

.bg-danger {
	background-color: #be2c28 !important;
}

.border-dashed {
	border-top-style: dashed;
	border-width: 2px;
}


/* ny banner */
.nav-mark {
	position: absolute;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .5), transparent);
	height: 50%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.nybg {
	height: 45vh;
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nybar {
	padding-bottom: 80px;
}

.nybar-info {
	position: absolute;
	z-index: 5;
	bottom: 136px;
	font-size: 1.2rem;
	color: #fff;
	height: 142px;
	width: 20%;
}

/* .nybar-info::after {
	content: "";
	position: absolute;
	background-size: cover;
	background: url() repeat-x bottom right;
	width: 200%;
	height: 160%;
	right: 0;
	top: 0;
	border-top-right-radius: 4rem;
} */

/* breadcrumb */
/* .breadcrumb-item+.breadcrumb-item::before {
	content: ">";
} */
.ny-title-path {
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 30;
}

.ny-title-path h2 {
	font-size: 4.5rem;
	font-weight: bold;
}

.breadcrumb {
	background: none;
}

.breadcrumb-item.active,
.breadcrumb a,
.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

/* sub menu */
.ny-menu {
	position: relative;
	margin-top: -90px;
}

.ny-menu .nav-link,
.ny-menu .nav-link.disabled {
	position: relative;
	color: #999;
	margin: .5rem 1.5rem;
	padding: 0 0 .5rem 0;
}

.ny-menu .nav-link.active,
.ny-menu .nav-link:focus,
.ny-menu .nav-link:hover {
	color: #be2c28;
}

.ny-menu .nav-link::after {
	content: "";
	border-top: 3px #be2c28 solid;
	width: 100%;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	/* 	transition: all .3s ease-in-out; */
}

.ny-menu .nav-link.active::after,
.ny-menu .nav-link:hover::after {
	opacity: 1;
	transition: all .6s ease-in-out;
}

/* footer */
#footer {
	padding: 3rem 0;
	color: #fff;
	background-color: #333;

}

#footer .btn-links {
	border-radius: 0;
	font-size: 1.125rem;
}

#footer p {
	margin-bottom: 10px;
}

#footer .btn-links,
#footer .dropdown-menu {
	background-color: #6d6d6d;
}

#footer .dropdown-item,
#footer .dropdown-toggle {
	white-space: normal;
}

@media (max-width: 1480px) {
	.navbar {
		height: 120px;
	}

	.nav-link {
		font-size: 1rem;
	}

	.navbar-dark .navbar-brand {
		width: 35%;
	}
}



@media (min-width: 1200px) and (max-width: 1600px) {
	.nybar-info {
		width: 30%;
	}

}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	nav.bg-transparent {
		background-color: #343a40 !important;
		position: relative !important;
		top: 0;
	}


	.nybar-info {
		width: 40%;
		height: 100px;
	}

	.ny-title-path h2 {
		font-size: 3rem;
	}

	.ny-menu {
		visibility: hidden;
	}


}


/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
	.d-xs-none {
		display: none;
	}

	.navbar {
		height: auto;
	}

	#footer .row {
		text-align: center;
	}

	.navbar-dark .navbar-brand {
		width: 80%;
	}

}

@media (max-width: 760px) {

	.navbar-brand {
		margin-right: 0;
	}

	.navbar-toggler {
		padding: .25rem .5rem;
	}

	header .txt-search {
		width: 120px;
	}

	.ny-title-path h2 {
		font-size: 2.5rem;
	}

	.nybar-info {
		width: 80%;
	}




}


@media (min-width: 1300px) {
	.navbar-nav .nav-link {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}


}