.ellipsis {
  /* 限制文本在一行内显示 */
  white-space: nowrap;
  /* 溢出内容隐藏 */
  overflow: hidden;
  /* 溢出部分打点显示 */
  text-overflow: ellipsis;
}

.mutil-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.location {
  line-height: 18px;
  font-size: 12px;
  padding-top: 22px;
  padding-bottom: 22px;
  color: rgba(0, 0, 0, 0.65);
}
.location span {
  line-height: 18px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
}
.location span a {
  line-height: 18px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
}


header {
  color: #fff;
  background-color: #1152b6;
}
header.showCarousel {
  min-width: 1360px;
  height: 420px;
  min-height: 340px;
  background-image: url("/static/images/banner.png");
  background-size: cover;
  background-position: bottom center;
}
header.showCarousel .top-bar {
  background-color: unset;
}

header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding: 0 20px;
  max-width: 1194px;
  margin: 0 auto;
}
header .top-bar-left {
  display: flex;
  align-items: center;
}

header .top-bar-left .logo {
  width: 189px;
  height: 48px;
  margin-right: 50px;
  font-size: 24px;
  font-weight: bold;
  background-image: url("/static/images/logo-title.png");
  background-size: cover;
}
header .top-bar-left .tabs {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
}
header .top-bar-left .tabs li {
  list-style: none;
  margin-right: 30px;
}
header .top-bar-left .tabs li a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

header .top-bar-right {
  display: flex;
  align-items: center;
}

header .top-bar-right .search {
  display: flex;
}

header .top-bar-right .search input {
  width: 282px;
  padding-left: 10px;
  outline: none;
  border: none;
  border-radius: 8px 0px 0px 8px;
}

header .top-bar-right .search button {
  width: 50px;
  height: 40px;
  background: #045afe;
  border: none;
  color: #fff;
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
}
header .top-bar-right .search button img {
  width: 18px;
  height: 18px;
}
header .top-bar-right .vip-login {
  margin-left: 31px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

header .top-bar-right .download-btn {
  position: relative;
  width: 96px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  margin-left: 39px;
  font-size: 14px;
  border: none;
  color: #fff;
  background: #045afe;
  cursor: pointer;
}
header .top-bar-right .download-btn:hover .qr-code {
  display: flex;
}

header .top-bar-right .download-btn .qr-code {
  position: absolute;
  right: -30px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  width: 148px;
  height: 168px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 8px;
  color: #000;
  z-index: 10;
}
header .top-bar-right .download-btn .qr-code img {
  width: 130px;
  height: 160px;
  background: #000;
}

footer {
  min-width: 1360px;
  height: 350px;
  background-image: url("/static/images/footer-bg.png");
  background-size: cover;
}
footer .footer-content {
  display: flex;
  align-items: center;
  padding-top: 39px;
  width: 1200px;
  margin: 0 auto;
}
footer .footer-content-left {
  width: 798px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
footer .footer-content-left > p:first-child {
  font-size: 16px;
  margin-bottom: 5px;
  color: unset;
}
footer .footer-content-left .white65 {
  color: rgba(255, 255, 255, 0.65);
}
footer .footer-content-left .align-center {
  display: flex;
  align-items: center;
}
footer .footer-content-left .police-icon {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}
footer .footer-content .footer-logo {
  width: 277px;
  height: 65px;
}

#pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 75px;
}
.pagination {
  display: flex;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.pagination li a:hover {
  color: #007bff;
  border-color: #007bff;
}
.pagination li a.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}
.pagination li a.disabled {
  color: #6c757d;
  pointer-events: none;
}

.enter-mc {
  margin-left: 10px;
  width: 84px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

.enter-mc a {
  color: white;
}

.aside-banner .aside-title1 {
  position: absolute;
  top: 33%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-size: 21px;
  line-height: 18px;
  font-weight: 500;
  color: #ffffff;
  z-index: 1;
}

.aside-banner .aside-title2 {
  position: absolute;
  top: 73%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-size: 21px;
  line-height: 18px;
  font-weight: 500;
  color: #ffffff;
  z-index: 1;
}

.aside-banner span {
  text-align: center;
  width: 250px;
  display: inline-block;
}

.yqlink {
  width: 1200px;
  margin-left: 19%;
  margin-bottom: 10px;
}

.yqlink dl {
  margin: 0;
  height: 40px;
  border: 1px solid #e3e3e3;
  background-image: url(../images_old/bg_link.gif);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 40px;
  padding: 0 20px;
}

.yqlink dt {
  float: left;
  margin: 0 40px 0 -5px;
}

.yqlink dd {
  float: left;
  padding-right: 34px;
  margin: 0;
}

.yqlink dd a{
  color: #0E44A2;
}
