@media screen and (min-width: 750px) {
  body {
    min-width: 1300px;
  }
}
body {
  margin: 0;
}
.footer {
  width: 100%;
  height: 399px;
  vertical-align: bottom;
}
.m-header{
  display: none;
}
.container {
  width: 1204px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 80px;
  min-height: calc(100vh - 280px);
  max-width: 100%;
}
.title {
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  text-align: center;
  margin-bottom: 56px;
  margin-top: 40px;
  width: 864px;
  max-width: 100%;
}
.section {
  display: flex;
}
.content {
  width: 864px;
  padding-right: 64px;
  border-right: 1px solid #eee;
}
.tabs {
  display: flex;
  border-bottom: 1px solid #eee;
  gap: 48px;
  overflow-y: auto;
}
.tab {
  font-family: OpenSans;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  padding-bottom: 16px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.tab.active {
  color: #000;
  border-bottom: 2px solid #000;
}
.find-by{
  display: none;
}
.news-list {
  margin-top: 24px;
}
.news-top-item {
  cursor: pointer;
}
.news-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}
.news-top img {
  width: 100%;
  height: 226px;
  border-radius: 8px;
}
.news-top-item-title {
  margin-top: 16px;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  text-align: left;
  font-style: normal;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-top-tag {
  line-height: 32px;
  background: #18adff;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  padding: 3px 8px;
}
.news-top-item-tag {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.news-tag {
  background: #f0f1f5;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  color: #868686;
  font-size: 14px;
  padding: 5px 8px;
  white-space: nowrap;
}
.news-top-item-time {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 16px;
}
.news {
  display: flex;
  gap: 40px;
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.news-title {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  text-align: left;
  font-style: normal;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-tag-content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.news-introduction {
  font-size: 16px;
  margin-top: 8px;
  color: #555555;
  line-height: 22px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-time {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: justify;
  font-style: normal;
}
.hover-div{
  position: relative;
  height: 98px;
}
.hover-div:hover .hover-img{
  display: block;
}
.hover-img{
  display: none;
  position: absolute;
  bottom: -70%;
  left: 0;
  transform: scale(3) translateY(40%);
  transition: all .3s;
  z-index: 1;
}
.news img {
  width: 168px;
  height: 98px;
  border-radius: 8px;
}
.news-tag-footer-m{
  display: none;
}
.tool-content {
  flex-grow: 1;
  padding-left: 40px;
  max-width: 320px;
}
.tag-title {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}
.tag-content {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.tag {
  background: #f0f1f5;
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  padding: 9px 16px;
  cursor: pointer;
}
.tag-active {
  background: #4d66ff;
  color: #fff;
}
.tag-more {
  font-size: 16px;
  color: #4d66ff;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  cursor: pointer;
}

.recommend-title {
  margin-top: 40px;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}
.recommend-news {
  margin-top: 24px;
  cursor: pointer;
}
.recommend-news-content {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.recommend-news-content img {
  width: 110px;
  height: 64px;
  border-radius: 8px;
}
.recommend-news-time {
  font-size: 14px;
  color: #999999;
  margin-top: 40px;
}
.recommend-news-title {
  margin-top: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 750px) {
  .news-top-tag {
    line-height: 16px;
    font-size: 12px;
    background: #18adff;
    border-radius: 4px;
    color: #fff;
    padding: 2px 8px;
  }
  .hover-div{
    height: 64px;
  }
  .hover-div:hover .hover-img{
    display: block;
  }
  .footer {
    display: none;
  }
  .m-header{
    display: flex;
    justify-content: center;
    padding: 15px 0px 20px 0px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
  }
  .m-header img{
    width: 217px;
  }
  .tool-content {
    display: none;
  }
  .title {
    font-weight: 800;
    font-size: 36px;
    color: #333333;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .content {
    width: 100%;
    padding-right: 0px;
    border-right: none;
  }
  .tabs {
    justify-content: center;
  }
  .tab {
    font-size: 18px;
    color: #333333;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    padding-bottom: 16px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
  }
  .tab.active {
    font-weight: 800;
    color: #000;
    border-bottom: 4px solid #000;
  }
  .find-by{
    display: block;
    padding: 0 24px;
    box-sizing: border-box;
    margin-top: 24px;
  }
  .tag-content{
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .news-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: none !important;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .news-top img {
    width: 100%;
    aspect-ratio: 702/400;
    line-height: 0;
  }
  .news-top-item {
    cursor: pointer;
    border-bottom: 1px solid #eee;
  }
  .news-top-item-title {
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    font-style: normal;
  }
  .news-top-item-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    align-items: flex-end;
  }
  .news {
    box-sizing: border-box;
    gap: 12px;
    padding: 0 24px;
    border-bottom: none;
  }
  .news-title {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news img {
    width: 110px;
    height: 64px;
  }
  .news-tag-footer {
    display: none;
  }
  .news-tag-footer-m{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 24px;
    box-sizing: border-box;
    margin-bottom: 24px;
  }
  .m-news{
    border-bottom: 1px solid #eee;
  }
}
