.box {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: #475669;
  background-color: #f5f5f5;
}
.bg-img {
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.order {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-image: url(/web/img/party-build/banner.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.logo-img {
  width: 399px;
  height: 80px;
  margin: 40px auto;
}
.sreach-box {
  width: 780px;
  height: 60px;
  background: #ffffff;
  border-radius: 4px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.sreach-box input::-webkit-input-placeholder {
  color: #999999;
}
.sreach-box input::-moz-placeholder {
  color: #999999;
}
.sreach-box input::-ms-input-placeholder {
  color: #999999;
}
.sreach-box .sb-input {
  width: 720px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
}
.sreach-box .sb-btn {
  background: #e71a41;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.sreach-box .sb-btn img {
  width: 26px;
  height: 26px;
}
.crumbs-box {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
}
.crumbs-box .crumbs-item {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.crumbs-box .crumbs-item .crumbs-item-img {
  width: 5px;
  height: 8px;
  margin: 0 8px;
}
/* 内容行 */
.row-1 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 24px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.row-1 .r1-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row-1 .r1-title .r1-title-left {
  font-weight: 600;
  font-size: 24px;
  color: #e71a41;
}
.row-1 .r1-title .r1-title-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.row-1 .r1-title .r1-title-right .r1-top-right-select {
  height: 100%;
  width: 144px;
}
.row-1 .r1-title .r1-title-right .r1-top-right-select .el-select__wrapper {
  height: 100%;
}
.row-1 .r1-title .r1-title-right .r1-title-type {
  cursor: pointer;
}
.row-1 .r1-title .r1-title-right .r1-title-type-a {
  color: #e71a41;
}
.row-1 .red-line {
  width: 100%;
  height: 1px;
  background-color: #e71a41;
  margin: 20px 0;
}
.row-1 .line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 20px 0;
}
.row-1 .r1-content {
  height: 860px;
  display: grid;
  grid-template-columns: repeat(4, 275px);
  grid-template-rows: repeat(4, 189px);
  gap: 20px;
}
.row-1 .r1-content .r1-content-item {
  width: 275px;
  border-radius: 4px;
  height: 189px;
}
.row-1 .r1-content .r1-content-item .r1-content-item-top {
  height: 155px;
  position: relative;
}
.row-1 .r1-content .r1-content-item .r1-content-item-top .r1-content-item-top-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.row-1 .r1-content .r1-content-item .r1-content-item-top .r1-content-item-top-img {
  width: 100%;
  border-radius: 4px;
  height: 100%;
}
.row-1 .r1-content .r1-content-item .r1-content-item-text {
  color: #333333;
  font-size: 18px;
  margin-top: 10px;
  width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-1 .r1-content .r4-content-item {
  cursor: pointer;
  width: 275px;
  height: 166px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(255, 34, 0, 0.16) 0%, rgba(255, 255, 255, 0) 25%);
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.row-1 .r1-content .r4-content-item .r4-content-item-title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
  width: 235px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.row-1 .r1-content .r4-content-item .r4-content-item-time {
  margin-bottom: 10px;
}
.row-1 .r1-content .r4-content-item .r4-content-item-time img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.row-1 .r1-content .r4-content-item .r4-content-item-time span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.row-1 .r1-content .r4-content-item .r4-content-item-place img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.row-1 .r1-content .r4-content-item .r4-content-item-place span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.row-1 .r1-content .r4-content-item .r4-content-item-icon {
  width: 58px;
  height: 28px;
  background: rgba(231, 26, 65, 0.1);
  border-radius: 14px 0px 4px 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #e71a41;
}
.row-1 .r1-content .r4-content-item-weikaishi {
  background: linear-gradient(180deg, rgba(0, 127, 204, 0.16) 0%, rgba(0, 127, 204, 0) 25%) !important;
}
.row-1 .r1-content .r4-content-item-weikaishi .r4-content-item-icon {
  background: rgba(0, 127, 204, 0.1) !important;
  color: #007fcc !important;
}
.row-1 .r1-content .r4-content-item-yijieshu {
  background: linear-gradient(180deg, rgba(117, 117, 117, 0.16) 0%, rgba(0, 127, 204, 0) 25%) !important;
}
.row-1 .r1-content .r4-content-item-yijieshu .r4-content-item-icon {
  background: rgba(0, 0, 0, 0.1) !important;
  color: #666666 !important;
}
.row-1 .r1-content .r1-content-empty {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.row-1 .page-box {
  display: flex;
  align-items: center;
  justify-content: center;
  --el-color-primary: #e71a41;
  margin-bottom: 40px;
}
.row-1 .page-box .jump-box {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-left: 16px;
}
.row-1 .page-box .jump-box .total-page {
  margin-right: 16px;
}
.row-1 .page-box .jump-box .jump-input {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin: 0 8px;
  padding: 0 3px;
}
.row-1 .page-box .page-img {
  width: 10px;
  height: 16px;
  margin-left: 10px;
  cursor: pointer;
}
