.content {
  margin-top: 32px;
  margin-bottom: 178px;
}
.main .container {
  max-width: 1574px !important;
}
.search-wrapper {
  display: flex;
  justify-content: flex-end;
}
.search-wrapper .search {
  margin-right: 5%;
  width: 350px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  background-color: #fff;
  border-radius: 60px;
  border: 1px solid #0062B1;
}
.search-wrapper .search .img {
  width: 30px;
  height: 30px;
  opacity: 0.8;
}
.search-wrapper .search .input {
  padding: 10px 0;
  flex: 1;
  margin-left: 18px;
  font-size: 16px;
  border: 0;
  background-color: #fff;
}
.search-wrapper .search .btn {
  font-size: 16px;
}
.list-wrapper {
  margin-top: 2rem;
}
.list-wrapper .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-wrapper .list:after {
  content: "";
  width: 33.33%;
  min-width: 490px;
  flex: auto;
}
.list-wrapper .list .item {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  min-width: 490px;
}
.list-wrapper .list .item:hover .wrapper .title-wrapper {
  transition: all 0.5s;
  background-color: #0062B1;
}
.list-wrapper .list .item:hover .wrapper .title-wrapper .title,
.list-wrapper .list .item:hover .wrapper .title-wrapper .createTime {
  transition: all 0.5s;
  color: #ffffff;
}
.list-wrapper .list .item .wrapper {
  display: flex;
  flex-direction: column;
  width: 490px;
  position: relative;
  cursor: pointer;
}
.list-wrapper .list .item .wrapper .cover-wrapper {
  position: relative;
  border-radius: 0.5rem;
  width: 100%;
  height: 234px;
}
.list-wrapper .list .item .wrapper .cover-wrapper .cover {
  display: block;
  width: 100%;
  height: 100%;
}
.list-wrapper .list .item .wrapper .title-wrapper {
  transition: all 0.5s;
  padding: 18px 30px 16px 27px;
  background-color: #F5F4F4;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-wrapper .list .item .wrapper .title-wrapper .title {
  transition: all 0.5s;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #373737;
}
.list-wrapper .list .item .wrapper .title-wrapper .createTime {
  transition: all 0.5s;
  font-size: 14px;
  color: #AEAEAE;
}
.list-wrapper .list .item .wrapper .type {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 12px;
  background-color: rgba(0, 98, 177, 0.5);
}
.more-wrapper {
  cursor: pointer;
  margin: 46px auto 0;
  text-align: center;
}
.more-wrapper .more {
  font-size: 16px;
  position: relative;
}
.more-wrapper .more::after {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 3px;
  right: -20px;
  transform: rotate(45deg);
  border: 2px solid #0064b4;
  border-top: transparent;
  border-left: transparent;
}
.masker {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 100;
}
.masker #video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50vw;
  height: 28.125vw;
}
