.swiperBox {
  min-width: 1330px;
  width: 100vw;
}

.swiperBox img {
  width: 100%;
}

.searchBox {
  box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.05);
}

.content {
  width: 1330px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.content .rowBox {
  margin-top: 100px;
}

.content .rowBox .rowTitle {
  padding: 30px 0;
  font-size: 32px;
  font-weight: 800;
  color: #25396F;
}

.content .rowBox .rowTitle .tilt {
  margin-right: 30px;
}

.content .rowBox .noticeTabs {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 0;
  width: 100%;
}

.content .rowBox .noticeTabs li {
  height: 38px;
  line-height: 38px;
  padding-left: 40px;
  padding-right: 80px;
  position: relative;
  color: #7C8DB5;
  border-bottom: 2px solid #E2E6F4;
}

.content .rowBox .noticeTabs li::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("../img/icon_notice.png");
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
}

.content .rowBox .noticeTabs li:last-child {
  height: 38px;
  flex: 1;
}

.content .rowBox .noticeTabs li:last-child::after {
  content: unset;
}

.content .rowBox .noticeTabs .active {
  color: #5A6DFD;
  border-bottom: 2px solid #5A6DFD;
}

.content .rowBox .noticeTabs .active::after {
  background-image: url("../img/icon_notice_a.png");
}

.content .rowBox .notice {
  display: flex;
  margin-top: 30px;
}

.content .rowBox .notice .noticeImg {
  width: 620px;
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
}

.content .rowBox .notice .noticeImg img {
  width: 100%;
  height: 100%;
}

.content .rowBox .notice .noticeList {
  flex: 1;
  padding-left: 40px;
}

.content .rowBox .notice .noticeList .list {
  width: 100%;
  height: 360px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  overflow-x: hidden;
}

.content .rowBox .notice .noticeList .list li {
  width: 100%;
  height: 35px;
  line-height: 35px;
}

.content .rowBox .notice .noticeList .list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.content .rowBox .notice .noticeList .list li a .noticeTitle{width: 535px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.content .rowBox .policyList .newsList .title {
  font-size: 20px;
  font-weight: 500;
  color: #7C8DB5;
  position: relative;
  padding-left: 30px;
}

.content .rowBox .policyList .newsList .title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #E2E6F4;
}

.content .rowBox .policyList .newsList .list {
  display: flex;
  height: 240px;
}

.content .rowBox .policyList .newsList .list .left {
  flex: 1;
  overflow: hidden;
}

.content .rowBox .policyList .newsList .list .left ul {
  height: 120px;
  margin-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

.content .rowBox .policyList .newsList .list .left ul li {
  height: 38px;
  line-height: 38px;
}

.content .rowBox .policyList .newsList .list .right {
  min-width: 300px;
}

.content .rowBox .policyList .newsList .list .right img {
  height: 170px;
  width: 260px;
}

.content .others {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .others a {
  color: #7C8DB5;
  width: 400px;
  height: 200px;
  position: relative;
}

.content .others a img {
  position: absolute;
}

.content .others a span {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
