*, *::before, *::after {
	box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
:root {
	scroll-behavior: smooth;
}
}
body {
	margin: 0;
	font-family: Roboto;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul, ol {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}
.hotnews{ background:#FFCC29; padding:6px 0; color:#333; text-align:center; font-weight:600; font-size:14px;}
header {
	background:#42929D;
	padding:20px 0;
}
.container {
	width: 90%; max-width:1200px;
	margin: 0 auto;
}
.flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-logo {
	width:20%;
}
.site-logo img {
	max-width: 100%;
}
.center-linked a {
	color: #fff;
	font-size: 20px;
}
.hot-links {
	width:50%;
}
.searchbar {
	width: 30%;
}
.search-field {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}
.search-field form {
	width: 100%;
	display: flex;
	justify-content:space-between; 
	align-items: center;
	background:none; border:1px solid rgba(255,255,255,0.50);
	border-radius:25px;
	overflow: hidden;
	padding: 2px 2px 2px 5px;
}

.search-field form button {
	width: 40px;
	height: 40px;
	background:#FFCC29;
	border:0;
	border-radius: 100%;
	padding: 0; font-size:22px;
	color:#000;
}
.search-field form input {
	width: calc(100% - 50px);
	border:0;
	outline:none; background:none; 
}
.search-field form input::placeholder {
  color: rgba(255, 255, 255, 0.5); text-transform:uppercase; font-size:15px;
}
.hot-links {
	display: flex;
	justify-content:center;
	align-items: center; gap:30px;
}
.hot-links a {
	color:rgba(255,255,255,0.80);
	display: inline-block;
	font-size: 15px;
	text-transform:uppercase;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


footer {
	background:#42929D;
	padding:0;
	margin-top:100px; position:relative;
}
.footer-container {
	display: flex;
	justify-content: space-between; flex-wrap:wrap;
	align-items: stretch; padding:230px 50px 50px 50px;
}
.footer-bottom{ width:100%;}
.ft-col-3 {
	width: 22%;
}
.footer-logo {
}
.footer-logo img {
	max-width: 90%;
}
.footer-social {
	display: flex;
	justify-content:center;
	align-items: center;
	gap: 30px; margin-top:70px;
}
.footer-social a {
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size:33px;
}
.ft-title {
	color:#fff;
	font-size: 16px; text-transform:uppercase;
	font-weight: 700;
}
.ft-links a {
	display: block;
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
}
.copyright {
	text-align: center; margin-top:10px;
	color: #fff;
	padding:10px 0 10px 0;
}

#divResult{
 z-index:5000; background:#fff; position:absolute; width:100%; top:41px; margin-left:0px;
}
.display_box{padding:4px;border-top:solid 1px #eee;display:block;font-size:12px;height:auto; color:#666; border-radius:3px;}
.display_box:hover{ background:#f1f1f1; color:#333; cursor:pointer;}
.display_box .searchimgfunc{float:left;margin-right:6px;
border:1px solid #fff;padding:2px; border-radius:3px;}
.display_box a{ display:flex; justify-content:start; align-items:center;}
.display_box .name{float:left;font-size:17px;padding:10px; color:#666;}
.ellipsis-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}








