#content .top-box {
  background: #F4F4F4;
}
#content .top-box .hot-list {
  width: 1280px;
  height: 310px;
  margin: 0 auto;
  padding: 32px 60px;
  display: flex;
  align-items: center;
  gap: 25px;
}
#content .top-box .hot-list .hot-item {
  position: relative;
  width: 370px;
  height: 246px;
  border-radius: 8px;
  overflow: hidden;
}
#content .top-box .hot-list .hot-item .fm {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .top-box .hot-list .hot-item .mc {
  top: 201px;
  position: absolute;
  width: 100%;
  padding: 12px 16px;
  background: rgba(17, 17, 17, 0.8);
  opacity: 1;
  padding: 12px;
  box-sizing: border-box;
}
#content .top-box .hot-list .hot-item .mc h2 {
  font-weight: 600;
  font-size: 18px;
  font-family: s;
  margin-bottom: 10px;
  color: #FFFFFF;
}
#content .top-box .hot-list .hot-item .mc .mc-text {
  font-size: 16px;
  font-family: r;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (any-hover: hover) {
  #content .top-box .hot-list .hot-item:hover .mc {
    top: 93px;
    transition: 0.5s;
  }
  #content .top-box .hot-list .hot-item:hover .mc h2 {
    text-decoration: underline;
  }
}
#content .cont {
  width: 1280px;
  margin: 0 auto;
  padding: 24px 60px;
  display: flex;
  justify-content: space-between;
}
#content .cont .cont-l {
  width: 836px;
}
#content .cont .cont-l .title-list {
  display: flex;
  border-bottom: 1px solid #999999;
  padding-bottom: 16px;
}
#content .cont .cont-l .title-list span {
  padding: 4px 16px;
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
#content .cont .cont-l .title-list .lan {
  background: #4285F4;
  border-radius: 2px 2px 2px 2px;
  color: #fff;
}
#content .cont .cont-l .app-list {
  margin-bottom: 24px;
}
#content .cont .cont-l .app-list .app-item {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid #EFEFEF;
}
#content .cont .cont-l .app-list .app-item .item-l {
  width: 652px;
}
#content .cont .cont-l .app-list .app-item .item-l .app-de {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont .cont-l .app-list .app-item .item-l .app-de .small-cover {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 8px;
}
#content .cont .cont-l .app-list .app-item .item-l .app-de .de-r h2 {
  font-family: s;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}
#content .cont .cont-l .app-list .app-item .item-l .app-de .de-r .de-r-b {
  display: flex;
  align-items: center;
}
#content .cont .cont-l .app-list .app-item .item-l .app-de .de-r .de-r-b img {
  width: 16px;
  height: 16px;
}
#content .cont .cont-l .app-list .app-item .item-l .app-de .de-r .de-r-b span {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
#content .cont .cont-l .app-list .app-item .item-l .de-text {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#content .cont .cont-l .app-list .app-item .cover {
  width: 160px;
  height: 160px;
}
#content .cont .cont-l .app-list .app-item:hover .app-de .de-r h3 {
  text-decoration: underline;
}
#content .cont .cont-l .page-btn {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  font-family: r;
}
#content .cont .cont-l .page-btn:hover {
  background: #f5f5f5;
}
#content .cont .cont-l .active {
  background: #4285F4;
  color: #fff;
  border-color: #4285F4;
}
#content .cont .cont-l .active:hover {
  background: #4285F4;
}
#content .cont .cont-r {
  width: 300px;
}
#content .cont .cont-r .tag-box,
#content .cont .cont-r .archive-box {
  margin-bottom: 24px;
}
#content .cont .cont-r .tag-box h3,
#content .cont .cont-r .archive-box h3 {
  border-bottom: 1px solid #999999;
  padding-bottom: 23px;
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont .cont-r .tag-box ul {
  display: flex;
  flex-wrap: wrap;
}
#content .cont .cont-r .tag-box ul li {
  margin: 0 12px 12px 0;
}
#content .cont .cont-r .tag-box ul li a {
  display: inline-block;
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 8px 16px;
}
#content .cont .cont-r .tag-box ul li a:hover {
  color: #4285F4;
  text-decoration: underline;
}
#content .cont .cont-r .archive-box .archive-list .archive-item {
  margin-bottom: 16px;
}
#content .cont .cont-r .archive-box .archive-list .archive-item .ar-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
}
#content .cont .cont-r .archive-box .archive-list .archive-item .ar-t .time {
  font-family: r;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
#content .cont .cont-r .archive-box .archive-list .archive-item .ar-t .fh {
  font-family: s;
  font-weight: 600;
  font-size: 20px;
  color: #999999;
}
#content .cont .cont-r .archive-box .archive-list .archive-item ul {
  display: none;
  border-bottom: 1px solid #eee;
}
#content .cont .cont-r .archive-box .archive-list .archive-item ul li {
  margin-bottom: 12px;
}
#content .cont .cont-r .archive-box .archive-list .archive-item ul li a {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .top-box .hot-list {
    width: 100%;
    height: 266px;
    padding: 32px 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 42px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #content .top-box .hot-list .hot-item {
    width: 303px;
    height: 202px;
    flex-shrink: 0;
  }
  #content .top-box .hot-list .hot-item .mc {
    top: 158px;
  }
  #content .top-box .hot-list::-webkit-scrollbar {
    display: none;
  }
  #content .cont {
    width: 100%;
    padding: 32px 16px;
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .title-list {
    gap: 32px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #content .cont .cont-l .title-list::-webkit-scrollbar {
    display: none;
  }
  #content .cont .cont-l .title-list span {
    flex-shrink: 0;
  }
  #content .cont .cont-l .app-list .app-item .item-l {
    width: 100%;
  }
  #content .cont .cont-l .app-list .app-item .cover {
    display: none;
  }
  #content .cont .cont-r {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .top-box .hot-list {
    width: 100%;
    height: 266px;
    padding: 32px 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #content .top-box .hot-list .hot-item {
    width: 303px;
    height: 202px;
    flex-shrink: 0;
  }
  #content .top-box .hot-list .hot-item .mc {
    top: 158px;
  }
  #content .top-box .hot-list::-webkit-scrollbar {
    display: none;
  }
  #content .cont {
    width: 100%;
    padding: 32px 16px;
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .title-list {
    gap: 32px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #content .cont .cont-l .title-list::-webkit-scrollbar {
    display: none;
  }
  #content .cont .cont-l .title-list span {
    flex-shrink: 0;
  }
  #content .cont .cont-l .app-list .app-item .item-l {
    width: 100%;
  }
  #content .cont .cont-l .app-list .app-item .cover {
    display: none;
  }
  #content .cont .cont-r {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .top-box .hot-list {
    width: 100%;
    height: 266px;
    padding: 32px 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #content .top-box .hot-list .hot-item {
    width: 303px;
    height: 202px;
    flex-shrink: 0;
  }
  #content .top-box .hot-list .hot-item .mc {
    top: 158px;
  }
  #content .top-box .hot-list::-webkit-scrollbar {
    display: none;
  }
  #content .cont {
    width: 100%;
    padding: 32px 16px;
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .title-list {
    gap: 32px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #content .cont .cont-l .title-list::-webkit-scrollbar {
    display: none;
  }
  #content .cont .cont-l .title-list span {
    flex-shrink: 0;
  }
  #content .cont .cont-l .app-list .app-item .item-l {
    width: 100%;
  }
  #content .cont .cont-l .app-list .app-item .cover {
    display: none;
  }
  #content .cont .cont-r {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .top-box .hot-list {
    width: 100%;
    height: 266px;
    padding: 32px 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #content .top-box .hot-list .hot-item {
    width: 303px;
    height: 202px;
    flex-shrink: 0;
  }
  #content .top-box .hot-list .hot-item .mc {
    top: 158px;
  }
  #content .top-box .hot-list::-webkit-scrollbar {
    display: none;
  }
  #content .cont {
    width: 100%;
    padding: 32px 16px;
    flex-direction: column;
  }
  #content .cont .cont-l {
    width: 100%;
  }
  #content .cont .cont-l .title-list {
    gap: 32px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #content .cont .cont-l .title-list::-webkit-scrollbar {
    display: none;
  }
  #content .cont .cont-l .title-list span {
    flex-shrink: 0;
  }
  #content .cont .cont-l .app-list .app-item .item-l {
    width: 100%;
  }
  #content .cont .cont-l .app-list .app-item .cover {
    display: none;
  }
  #content .cont .cont-r {
    width: 100%;
  }
}
