@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	font-style: normal;
	font-size: 18px;
	line-height: 2;
}
body {
	font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: #fff;
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	opacity: 85%;
	color: #005197;
	text-decoration: none;
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1330px;
}
}
.image-link img {
	width: 100%;
	object-fit: cover;
}
.header {
	height: 400px;
	background: #0c9afa top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.top-logo-wrapper img {
	margin-top: 20px;
}
.main-title-wrapper{ margin-top:4rem;}
.orgs-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
.orgs-list .entry {
  padding: 7.5px;
  flex: 0 0 20%;
  overflow: hidden;
}
.orgs-list .entry .entry-link {
  display: block;
  padding: 12px 16px;
  background-color: #f7f7f7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

 @media only screen and (max-width: 1100px) {
.header {
	height: 327px;
	background: top right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
}
 @media only screen and (max-width: 767px) {
html {
	font-size: 16px;
}
.header {
	height: 240px;
	background: top right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 70%;
}
.main-title-wrapper {
	margin-top: 15px;
}
.top-logo-wrapper img {
	width: 180px;
	margin-top: 10px;
}
 .orgs-list .entry {
    flex: 0 0 50%;
  }
h4{ font-size:1.2rem; font-weight:bold;}
}
 @media only screen and (max-width: 575px) {
html {
	font-size: 16px;
}
.header {
	height: 150px;
	background: bottom right / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.main-title-wrapper img {
	width: 90%;
}
.main-title-wrapper {
	margin-top:2rem;
}
}


