@font-face {
  font-family: "PingFang-m";
  src: url("../font/PingFangMedium.ttf");
}

@font-face {
  font-family: "PingFang-b";
  src: url("../font/PingFangBold.ttf");
}

body {
  padding: 0;
  margin: 0;
  min-width: 1330px;
  font-size: 16px;
  font-family: PingFang-m;
}

div,
ul {
  padding: 0;
  margin: 0;
}

a {
  cursor: pointer;
  color: #25396F;
  text-decoration: unset;
}

a:hover {
  color: #5A6DFD;
}

.comActive {
  color: #5A6DFD;
}

ul {
  list-style: none;
}

.header {
  min-width: 1330px;
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.header .logo img {
  width: 150px;
  height: 50px;
}

.header .navBar {
  margin: 0 80px;
  display: flex;
  color: #25396F;
}

.header .navBar li {
  text-align: center;
  min-width: 100px;
}

.header .navBar .active {
  color: #5A6DFD;
}

.header .searchBox {
  display: flex;
  background-color: #fff;
  width: 260px;
  height: 40px;
  border-radius: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: space-between;
}

.header .searchBox input {
  border: unset;
  outline: none;
  height: 18px;
}

.header .searchBox input::-webkit-input-placeholder {
  color: #D1D6E9;
  font-size: 18px;
}

.header .searchBox img {
  width: 17px;
  height: 16px;
}

.checkMore {
  border: 1px solid #5A6DFD;
  color: #5A6DFD;
  width: 100px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

ul.spot li {
  position: relative;
  padding-left: 10px;
  width: 100%;
  overflow: hidden;
}

ul.spot li::before {
  content: '';
  position: absolute;
  font-size: 24px;
  width: 2px;
  height: 2px;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #000;
}

.comFooter a {
  color: #7C8DB5;
}

.comFooter .footerLinks {
  width: 100%;
  background-color: #EFF3F5;
}

.comFooter .footerLinks .box {
  max-width: 1330px;
  min-height: 220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.comFooter .footerLinks .box .left {
  flex: 1;
  height: 180px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.comFooter .footerLinks .box .left .links {
  height: 100%;
  flex: 1;
  padding: 0;
  margin: 0;
}

.comFooter .footerLinks .box .left .links .title {
  font-size: 16px;
  font-weight: bold;
  color: #7C8DB5;
  padding: 10px 0;
}

.comFooter .footerLinks .box .left .links ul li {
  padding: 5px 0;
  color: #7C8DB5;
}

.comFooter .footerLinks .box .right {
  height: 180px;
  box-sizing: border-box;
}

.comFooter .footerLinks .box .right .title {
  font-size: 16px;
  font-weight: bold;
  color: #7C8DB5;
  padding: 10px 0;
}

.comFooter .footerLinks .box .right ul li {
  padding: 5px 0;
  color: #7C8DB5;
}

.comFooter .partners {
  background-color: #F3F8FF;
  font-size: 14px;
}

.comFooter .partners .box {
  max-width: 1330px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin: 0 auto;
}

.comFooter .record {
  height: 160px;
  font-size: 14px;
}

.comFooter .record .footer-legals {
  width: 1330px;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
  color: #B5BEE2;
}

.comFooter .record .footer-legals div {
  padding: 5px 0;
}

.comFooter .record .footer-legals a {
  margin-left: 20px;
}

.pageCount {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageCount .page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageCount .page span {
  overflow: hidden;
}

.pageCount .page span:last-child {
  border-right: 1px solid #E2E6F4;
}

.pageCount .page a {
  display: flex;
  padding: 5px 10px;
  background-color: #fff;
  margin: 0;
  border: 1px solid #E2E6F4;
}

.pageCount .page a:nth-child(n+1) {
  border-right: 0;
}

.pageCount .page .active a {
  background-color: #5A6DFD;
  color: #fff;
}

.pageCount .jump {
  margin-left: 20px;
  color: #25396F;
}

.pageCount .jump input {
  width: 30px;
  height: 25px;
  text-align: center;
  border: 1px solid #E2E6F4;
}

.hiddenOne {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hiddenTwo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hiddenTwo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.cursorP {
  cursor: pointer;
}

.dis-n {
  display: none;
}
