nav {
  z-index: 100;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}
nav ul {
  list-style: none;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
nav ul li {
  text-align: center;
  list-style: none;
  width: 20%;
  padding: -2px;
  height: 33px;
  line-height: 32px;
  font-size: 16px;
  color: #181818;
  font-weight: 600;
}
.tabss {
  width: 70px;
  border-bottom: 2px solid #DE0218;
}
.content {
  width: 100%;
  position: relative;
}
.content .con-box {
  display: none;
}
.content .div_show {
  display: block;
}
.content .new {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .new .new-box {
  width: 95%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .new .new-box .left {
  flex: 2;
}
.content .new .new-box .left .box {
  padding: 7px;
  background-color: #888888;
  width: 67px !important;
  height: 60px;
}
.content .new .new-box .left .box .que {
  width: 6px;
  height: 6px;
  background-color: #DE0218;
}
.content .new .new-box .left .box .data {
  font-size: 16px;
  color: #FFFFFF;
}
.content .new .new-box .left .box .year {
  font-size: 12px;
  color: #FFFFFF;
}
.content .new .new-box .right {
  margin-left: 6px;
  flex: 8;
  height: 60px;
  width: 77%;
}
.content .new .new-box .right .top-text {
  font-size: 15px;
  font-weight: 700;
  color: #181818;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .new .new-box .right .bot-text {
  font-size: 14px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.more-box {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.more-box .box {
  width: 90px;
  height: 30px;
  background-color: #DE0218;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-box .box .text {
  font-size: 14px;
  color: #FFFFFF;
}
