.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;
}

.Newks {
  padding: 40px 0;
}

.recomNews {
  width: 230px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
}

.recomNews-head {
  border-bottom: 1px solid #e4e4e4;
  height: 40px;
  line-height: 40px;
}

.articles {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  padding: 10px;
  cursor: pointer;
}
.articles:hover {
  color: #1890ff;
}
.relevant {
  border: 1px solid #e4e4e4;
  margin-top: 30px;
  width: 1000px;
}
.relevant-head {
  height: 40px;
  margin-bottom: 10px;
}
.relevant-head > div {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 140px;
  border-radius: 0 40px 40px 0;
  font-size: 20px;
  color: #ffffff;
  background-color: #1890ff;
}
.NewDn {
  width: 1000px;
  padding-top: 10px;
}

.NewDn img {
  max-width: 100% !important;
}

.NewDnT {
  font-size: 30px;
  line-height: 45px;
  color: #333;
}

.NewDnS {
  border-bottom: 1px solid #e4e4e4;
  line-height: 20px;
  padding: 20px 0 10px;
  color: #666;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
.NewDnS span {
  padding-right: 50px;
}
.NewDnS p {
  margin-left: auto;
  width: 215px;
}

.NewDnr {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  text-align: justify;
  margin-top: 30px;
}

.NewDnD {
  display: flex;
  flex-wrap: wrap;
  align-items: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.NewDnDa {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.NewDnDa:hover {
  color: #1890ff;
  text-decoration: underline;
}

.NyNavK {
  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;
}
