body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background: #fff;
	color: #333333;
}

.header {
	background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.01) 50%, rgba(0,0,0,0.00) 80%, rgba(0,0,0,0.05) 100%), url('../images/nytt.jpg') center/cover;
	height: 550px;
	width: 100%;
	position: relative;
}

.top-bar {
	display: flex;
	justify-content: flex-end;
	padding: 20px;
}

.nav {
	display: flex;
	justify-content: center;
	gap: 36px;
	padding: 20px;
	font-family: ArialMT;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 400;
	position: absolute;
	top: 105px;
	right: 310px;
}

.nav a {
	color: white;
	text-decoration: none;
}

.nav a:hover,
.nav a:focus {
  text-decoration: underline;
}
 
.nav a:active {
  text-decoration: underline;
}

input {
  color: #FFFFFF;
}

input:focus {
  outline: none;
}

.search-container {
	position: absolute;
	top: 297px;
	left: 600px;
	display: none;
}

.search-box {
	width: 469px;
	padding: 15px;
	font-size: 18px;
	background: rgba(255,255,255,0.50);
	border: 3px solid rgba(255,255,255,1);
	border-radius: 8px;
}

.search-button {
	position: absolute;
	left: 462px;
	border: none;
	cursor: pointer;
	background: #F76300;
	border-radius: 0px 8px 8px 0px;
	width: 157px;
	height: 58px;
	font-family: ArialMT;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 400;
}

.breadcrumb {
	background: #F5F5F5;
	font-family: ArialMT;
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	height: 32px;
	line-height: 16px;
	display: flex;
	align-items: center;
}

breadcrumbdiv {
	margin-left: 355px;
}

.breadcrumb a {
	font-family: ArialMT;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 16px;
	font-weight: 400;
}

.breadcrumbdiv {
	left: 352px;
	position: relative;
}

.titlename {
	font-family: Arial-BoldMT;
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-weight: 700;
	position: absolute;
	top: 610px;
	width: 100%;
}

.news-container {
	max-width: 1200px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px;
}

.news-item-top {
	/* display: flex; */
	margin-bottom: 30px;
	padding-bottom: 10px;
	padding-top: 20px;
	border-top: 1px solid #5C5C5C;
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #999999;
	line-height: 35px;
	font-weight: 400;
}

.footer {
	width:100%;
	height:82px;
	background: #575757;
	display: flex;
	align-items: center;
	position: relative;
}
.footer p{
	font-family: ArialMT;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 400;
	width: 100%;
	margin: 0;
	padding: 0;
}
.footer a {
	font-family: ArialMT;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	position: absolute;
	left: 346px;
	text-decoration: none;
}

.bannerText-top {
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
	position: absolute;
	left: 100px;
	top: 72px;
}

#bannerText-drop-down {
	height: 36px;
	position: relative;
}

#bannerText-drop-down-Box {
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
	width: 130px;
	background: #fff;
	z-index: 1000;
	box-shadow: 0px 7px 8.28px 0.72px rgb(135 127 127 / 20%);
}

#bannerText-drop-down-icon {
	vertical-align: top;
	font-size: 18px;
}

#bannerText-drop-down-icon span{
	font-family: ArialMT;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
}

#arrow-down {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #FFFFFF;
	display: inline-block;
	margin-left: 0px;
	vertical-align: middle;
}

#bannerText-drop-down:hover #bannerText-drop-down-Box {
	display: block;
}

#bannerText-drop-down:hover #arrow-down {
	border-top: 0px;
	border-bottom: 6px solid #FFFFFF;
}

.lnglist {
	list-style: none;
	padding: 0px;
	text-align: center;
}

.lnglist li a {
	color: #000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	background-color: white;
}

.lnglist li a:hover {
	background: #FAB07E;
}

.zsx {
	position: absolute;
	top: 655px;
	font-family: ArialMT;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	width: 100%;
}

@media (max-width: 1680px) {
	.bannerText-top {
		left: 100px;
	}
	.nav {
		right: 190px;
	}
	.search-container {
		left: 350px;
	}
	.breadcrumbdiv {
		left: 230px;
	}
	.footer a {
		left: 230px;
	}
}

@media (max-width: 1600px) {
	.bannerText-top {
		left: 70px;
		top: 50px;
	}
	.nav {
		right: 150px;
	}
	.search-container {
		left: 310px;
	}
	.breadcrumbdiv {
		left: 190px;
	}
	.footer a {
		left: 180px;
	}
}

@media (max-width: 1440px) {
	.bannerText-top {
		left: 40px;
	}
	.nav {
		right: 70px;
	}
	.search-container {
		left: 230px;
	}
	.breadcrumbdiv {
		left: 113px;
	}
	.footer a {
		left: 110px;
	}
}

@media (max-width: 1400px) {
	.bannerText-top {
		left: 30px;
	}
	.nav {
		right: 50px;
	}
	.search-container {
		left: 210px;
	}
	.breadcrumbdiv {
		left: 93px;
	}
	.footer a {
		left: 70px;
	}
}

@media (max-width: 1366px) {
	.bannerText-top {
		left: 50px;
	}
	.nav {
		right: 30px;
	}
	.search-container {
		left: 200px;
	}
	.breadcrumbdiv {
		left: 76px;
	}
	.footer a {
		left: 70px;
	}
}

@media (max-width: 1280px) {
	.bannerText-top {
		left: 50px;
	}
	.nav {
		gap: 25px;
		right: 10px;
	}
	.search-container {
		left: 190px;
	}
	.breadcrumbdiv {
		left: 33px;
	}
	.footer a {
		left: 30px;
	}
}

@media (max-width: 1024px) {
	.bannerText-top {
		left: 20px;
	}
	#bannerText-drop-down-Box {
		width: 110px;
	}
	.nav {
		gap: 10px;
		right: 1px;
	}
	.search-container {
		left: 150px;
	}
	.breadcrumbdiv {
		left: 23px;
	}
	.footer a {
		left: 30px;
	}
}