body {
  font-size: 16px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:after {
  content: "";
  height: 0;
  clear: both;
}

.header-wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 0px;
  overflow: hidden;
}

.header-wrap .header-item {
  width: 50%;
}

.header-wrap ul {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}

.header-wrap li {
  list-style: none;
  margin-right: 10px;
}

.header-wrap a {
  display: inline-block;
  padding: 10px 14px;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}

.header-wrap a.active {
  background: #0d94e6;
  color: #fff;
}

main {
  width: 1100px;
  margin: 0 auto 0;
}

.news-tag-list,
.news-detail {
  width: 1100px;
  margin: 0 auto 0;
}

.index-bg {
  height: 500px;
  background: #ccc;
}

footer {
  margin-top: 20px;
  background: #000;
}

.footer-inner {

  padding: 20px 0;
  width: 1100px;
  margin: 0 auto 0;
}

.footer-inner p,
.footer-inner a {
  color: #fff;
}

.address-card .content {
  padding: 20px 10%;
  min-height: 50px;
  background-color: #fafafa;
  font-size: 16px;
}

.address-card .p {
  margin: 10px 0;
}

.address-card h3 {
  padding: 20px 10px;
  margin: 20px 0 0;
  color: #ffffff;
  /* background-color:  */
  background-image: linear-gradient(#434449, #434449);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: auto;
}

.bg-img {
  max-width: 1200px;
  width: 100%;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}

ul {
  margin: 0;
  padding: 0;
}

.news li {
  list-style: none;
  overflow: hidden;
  cursor: pointer;
}

.news li:not(:last-child) {
  margin-bottom: 30px;

}

.news li h4 {
  font-size: 22px;
}

.news li img {
  margin-right: 20px;
  border-radius: 3px;
  object-fit: cover;
  width: 228px;
  height: 100%;
}

.news li img+div {
  overflow: hidden;
}

.nav-wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 30px;
  overflow: hidden;
}

.nav-items {
  list-style-type: none;
  display: flex;
}

.nav-items li {
  margin: 0 20px;
  cursor: pointer;
}

.nav-items li:hover {
  color: sandybrown
}

.nav-item-focus {
  color: sandybrown;
  font-weight: 500;
}

.news-container {
  display: flex;
  flex-wrap: wrap;
}

.news-card {
  min-width: 50%;
  width: 50%;
  margin: 30px 0;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}

.news-card-top {
  display: flex;
  justify-content: space-between;
}

.news-card-title {
  color: sandybrown;
  font-weight: 500;
  font-size: 1.2rem;
}

.news-list li {
  /* 1.先强制一行内显示文本 */
  white-space: nowrap;
  /* 2.超出部分隐藏 */
  overflow: hidden;
  /* 3.文字用省略号替代超出的部分 */
  text-overflow: ellipsis;
  padding-right: 30px;
  line-height: 30px;
  cursor: pointer;
}

.news-tag-item {
  display: flex;
  margin: 20px 0;
  cursor: pointer;
}

.news-tag-item img {
  height: 80px;
  width: 120px;
  object-fit: cover;
}

.news-tag-item-title {
  padding-left: 30px;
  padding-right: 30px;
}

.news-tag-item-date {
  color: #aaa;
}

.news-detail-desc {
  line-height: 24px;
}

.form-layout {
  margin: 30px 0;
}

.from-layout button {
  width: 120px;
  height: 38px;
  margin: 0 auto;
}

.registry-info {
  color: #e5e5e5;
  border-top: solid 1px #fff;
  padding-top: 15px;
}

.toast-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999
}