.content-top {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 410;
  min-height: 300px;
  max-height: 600px;
  background-size: cover;
  position: relative;

  /* box-sizing: border-box;
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  padding-top: 109px;
  background: no-repeat;
  background-size: 100% 410px;
  position: relative;
  margin-bottom: 10px; */
}

.main .content-top .contentWords {
  font-weight: 600;
  font-size: 48px;
  color: #131e38;
  text-align: center;
}

.content-top .navList {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(80, 80, 80, 0.8);
  opacity: 0.8;
  display: flex;
  justify-content: center;
}

.content-top .navList .el-menu-item {
  margin-right: 40px;
}

.content-top .navList .el-menu-item:last-child {
  margin-right: 0;
}

.content-main {
  display: flex;
  justify-content: center;
  padding-top: 27px;
  padding-bottom: 40px;
}

.content-main .NyNavK {
  margin-right: 40px;
}

.content-center {
  display: flex;
  justify-content: center;
}

.el-menu--horizontal > .el-menu-item.is-active {
  font-weight: bold;
  color: #ffffff;
}

.information {
  border-bottom: 1px solid #ebebeb;
  padding: 20px;
  position: relative;
  transform: scale(1);
  transition: transform 0.5s;
  cursor: pointer;
}
.information a {
  display: flex;
  align-items: center;
}
.information:hover img {
  transform: scale(1.1);
}

.information img {
  transition: 0.5s;
}

.information:hover {
  background-color: #f2f2f2;
}

.information .informationContent {
  width: 556px;
  margin-left: 20px;
  text-align: left;
}

.information .informationContent p:first-child {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.information .informationContent p:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.information .informationContent p:last-child {
  margin-top: 53px;
  font-size: 12px;
}

.information .informationContent p:last-child span:first-child {
  font-weight: bold;
  margin-right: 32px;
}

.information .informationContent p:last-child span:last-child {
  color: #999999;
}

.rightContent-top {
  box-sizing: border-box;
  width: 350px;
  height: 300px;
  background: #0c53b7;
  border-radius: 10px;
  color: #ffffff;
  text-align: left;
  display: flex;
  justify-content: center;
  padding: 34px;
  margin-bottom: 24px;
}

.rightContent-top p {
  font-size: 30px;
  font-weight: bold;
}

.rightContent-top p:nth-child(3) {
  font-size: 14px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 42px;
}

.rightContent-top .freeDone {
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: #ffd932;
  border-radius: 4px;
}

.rightContent-bottom {
  width: 350px;
  height: 902px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

.NyNavK {
  top: 6rem;
  position: sticky;
  margin-top: 17px;
  margin-bottom: 20px;
  margin-right: 20px;
  background: #fff;
}

.NyNavK li {
  width: 228px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  border: 1px solid #e5e5e5;
  border-top: none;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.NyNavK li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.NyNavK li:hover {
  background-color: #1890ff;
  color: #ffffff;
}
.NyNavK li:hover a {
  color: #ffffff;
}
.NyNavK li:first-child {
  border-top: 1px solid #e5e5e5;
}

.NyNavK li.active {
  background-color: #1890ff;
  color: #ffffff;
}
.NyNavK li.active a {
  color: #ffffff;
}

.NyNavK h3 {
  width: 228px;
  height: 78px;
  text-align: center;
  line-height: 78px;
  border: 1px solid #e5e5e5;
  border-top: none;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.NyNavK h3 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.NyNavK h3:hover {
  background-color: #1890ff;
  color: #ffffff;
}
.NyNavK h3:hover a {
  color: #ffffff;
}
.NyNavK h3:first-child {
  border-top: 1px solid #e5e5e5;
}

.NyNavK h3.active {
  background-color: #1890ff;
  color: #ffffff;
}
.NyNavK h3.active a {
  color: #ffffff;
}
.page {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.page a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border: 1px solid #e2e2e2;
}

.page a.active {
  background-color: #1e9fff;
  border: 1px solid #1e9fff;
  color: #ffffff;
}

.page a:hover {
  color: #1e9fff;
}
