a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;}
a:visited{text-decoration:none;}
a:active{color:#7d4812; text-decoration:none;}
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;
}

.language-selector {
	position: relative;
	display: inline-block;
}

.language-dropdown {
	background: white;
	border: 1px solid #ddd;
}

.language-option {
	padding: 5px 20px;
	color: #000;
	cursor: pointer;
}

.language-option:hover {
	background: #f0f0f0;
}

.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: 210px;
}

.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: 380px;
	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;
}

.breadcrumb a {
	font-family: ArialMT;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 16px;
	font-weight: 400;
}

.breadcrumbdiv {
	left: 352px;
	position: relative;
}

.columnnam {
	font-family: Arial-BoldMT;
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-weight: 700;
	position: relative;
	width: 100%;
	top: 40px;
}

.news-container {
	max-width: 1200px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.news-item-top {
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 10px;
	padding-top: 20px;
	border-bottom: 1px solid #333;
	border-top: 4px solid #F76300;
}

.news-item {
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.date-box {
	color: white;
	padding: 0px;
	text-align: center;
	min-width: 62px;
	margin-right: 20px;
}

.news-content h2 {
	margin: 0;
	font-family: ArialMT;
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	font-weight: 400;
}

.news-content h2:hover {
	font-family: ArialMT;
	font-size: 20px;
	color: #F76300;
	line-height: 28px;
	font-weight: 400;
}

.news-content p {
	margin-top: 10px;
	font-family: ArialMT;
	font-size: 18px;
	color: #999999;
	line-height: 26px;
	font-weight: 400;
}

.pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 40px 0;
	padding-bottom: 20px;
}

.pagination a {
	padding: 8.5px 14.5px;
	text-decoration: none;
	border: 1px solid rgba(229,229,229,1);
	border-radius: 4px;
	font-family: ArialMT;
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-weight: 400;
}

.pagination .active {
	color: white;
	border-color: #ff6600;
	background: #F76300;
	border-radius: 4px;
}

.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;
}

.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;
}

.zsx {
	position: relative;
	top: 60px;
	width: 100%;
	text-align: center;
}

.date-day{
	height: 62px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-family: Arial-BoldMT;
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
	background: #F76300;
}

.date-month{
	height: 62px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-family: Arial-BoldMT;
	font-size: 28px;
	color: #F76300;
	text-align: center;
	font-weight: 700;
	background: #FFFFFF;
	border: 1px solid rgba(247,99,0,1);
}

#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;
}

@media (max-width: 1680px) {
	.bannerText-top {
		left: 100px;
	}
	.nav {
		right: 100px;
	}
	.search-container {
		left: 260px;
	}

	.breadcrumbdiv {
		left: 233px;
	}
	.footer a {
		left: 230px;
	}
}

@media (max-width: 1600px) {
	.bannerText-top {
		left: 70px;
		top: 50px;
	}
	.nav {
		right: 60px;
	}
	.search-container {
		left: 210px;
	}
	.breadcrumbdiv {
		left: 193px;
	}
	.footer a {
		left: 180px;
	}
}

@media (max-width: 1440px) {
	.bannerText-top {
		left: 40px;
	}
	.nav {
		gap: 20px;
		right: 20px;
	}
	.search-container {
		left: 190px;
	}
	.breadcrumbdiv {
		left: 113px;
	}
	.footer a {
		left: 110px;
	}
}

@media (max-width: 1400px) {
	.bannerText-top {
		left: 30px;
	}
	.nav {
		gap: 20px;
		right: 10px;
	}
	.search-container {
		left: 170px;
	}
	.breadcrumbdiv {
		left: 93px;
	}
	.footer a {
		left: 70px;
	}
}

@media (max-width: 1366px) {
	.bannerText-top {
		left: 50px;
	}
	.nav {
		gap: 15px;
		right: 0px;
	}
	.search-container {
		left: 180px;
	}
	.breadcrumbdiv {
		left: 76px;
	}
	.footer a {
		left: 70px;
	}
}

@media (max-width: 1280px) {
	.bannerText-top {
		left: 50px;
	}
	.nav {
		gap: 20px;
		right: 0px;
	}
	.search-container {
		left: 60px;
	}
	.breadcrumbdiv {
		left: 33px;
	}
	.footer a {
		left: 30px;
	}
}

@media (max-width: 1024px) {
	.bannerText-top {
		left: 20px;
	}
	#bannerText-drop-down-Box {
		width: 110px;
	}
	.nav {
		gap: 20px;
		right: 0px;
	}
	.search-container {
		left: 20px;
	}
	.breadcrumbdiv {
		left: 13px;
	}
	.news-container {
		max-width: 980px;
	}
	.footer a {
		left: 30px;
	}

}

/*-------------------------------↓分页样式开始↓------------------------------------*/
.page_num{padding:20px 0 50px;overflow:hidden;}
#page_div{line-height:21px; color:#666;}
#pagination_input{ width:30px; height:20px; line-height:20px; color:#333; background:#fff;margin: 0 6px; vertical-align: middle; overflow:hidden; border:1px solid #ccc; font-size:12px;}
#pagination_btn{height: 23px;background: #f0f0f0;border: 1px #ccc solid;vertical-align: middle;font-family: "微软雅黑";color: #666; cursor:pointer;}
#page_div .pagination_index{ margin:0 4px;float: left; height:22px; line-height:22px;text-align:center;font-size:14px; background:url(../images/prev.png) left center no-repeat;}
#page_div .pagination_index a, #page_div .pagination_index_num a{padding:0px; margin:0px;text-align:center;  color:#666666;font-size:14px;}
#page_div .pagination_index a:hover, #page_div .pagination_index_num a:hover{padding:0px; margin:0px;text-align:center;  color:#666666;font-size:14px;}
#page_div .pagination_index1{border:1px #cccccc solid;padding:0 8px; margin:0 4px;float: left; height:29px; line-height:29px;text-align:center;font-size:14px; width:56px;background:url(../images/next.png) right center no-repeat;}
#page_div .pagination_index1 a, #page_div .pagination_index_num a{padding:0px; margin:0px;text-align:center;  color:#666666;font-size:14px;}
#page_div .pagination_index1 a:hover, #page_div .pagination_index_num a:hover{padding:0px; margin:0px;text-align:center;  color:#666666;font-size:14px;}
#page_div .pagination_index_last{font-size:14px;}
/* ========="首页"样式=========*/
#page_div .pagination_index_num{padding:0 6px;float: left; height:21px; line-height:21px;font-size:14px;}
#page_div .currentIndex{ background:#bd1a2d;height:21px;
line-height:21px; color:#FFF;text-align:center;font-size:14px;} /*=========当前页码样式=========*/
/*-------------------------------↑分页样式结束↑---------------------------------------*/
