* {
  box-sizing: border-box;
}
.ellipsis--2 {
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis--1 {
  -webkit-line-clamp: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main_content {
  background-color: #f5f5f5;
  min-width: 1200px;
  padding-top: 20px;
}

.main_content_1200 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.main_content_1200_left {
  width: 876px;
  background-color: #fff;
  box-shadow: 0px 8px 8px 1px rgba(48, 48, 48, 0.16);
  border-radius: 4px;
  margin-right: 20px;
  overflow: hidden;
}

.main_content_1200_right {
  width: 304px;
  border-radius: 4px;
}

#page-box {
  text-align: center;
}

.screen_box_item {
  /* height: 50px; */
  line-height: 50px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  /* align-items: center; */
}

.screen_box_item_left {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  margin-right: 40px;
  white-space: nowrap;
}

.screen_box_item_right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.screen_box_item_right .tabs {
  margin-right: 40px;
  font-size: 14px;
  color: #333333;
  position: relative;
  cursor: pointer;
}

.screen_box_item_right .tabs.active {
  color: var(--color);
  font-weight: bold;
}

.screen_box_item_right .tabs.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% - 22px);
  width: 44px;
  height: 2px;
  background-color: var(--color);
}

.search_box {
  display: flex;
  align-items: center;
  padding: 20px;
}

.input_search_box {
  width: 392px;
  height: 39px;
  border-radius: 8px;
  border: 1px solid #cccece;
  padding-left: 45px;
  background-image: url(../../images/new/search.png);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: 12px center;
}

.search_susuo {
  margin-left: 10px;
  width: 80px;
  height: 39px;
  border-radius: 8px;
  border: 1px solid var(--color);
  color: var(--color);
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  line-height: 39px;
}

.search_susuo:hover {
  opacity: 0.8;
}

.item_list_box {
  /* margin-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  flex-wrap: wrap; */
  margin-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.item_list {
  /* width: 286px;
  height: 277px; */
  width: 31.5%;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  cursor: pointer;
  /* margin-right: 24px; */
  margin-bottom: 30px;
}

.item_list:hover .p_desc {
  color: var(--color);
}

.item_list:nth-child(3n) {
  margin-right: 0;
}

.banner_box {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.banner_box .banner_box_dv1 {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 0 8px 0 10px;
  border-radius: 3px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
}

.banner_box {
  display: flex;
}

.banner_box_dv1.yuyue {
  background-color: #55bc61;
}

.banner_box_dv1.huifang {
  background-color: #299cf7;
}

.banner_box_dv1.zzzb {
  background-color: #f30;
}

.banner_box_dv1.yjs {
  background-color: #333333;
}

.banner_box .img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}

.p_desc {
  padding: 0 18px;
  margin-top: 14px;
  margin-bottom: 20px;
  color: #333333;
  font-size: 17px;
  min-height: 44px;
}

.p_data {
  padding: 0 18px;
  color: #333333;
  font-size: 14px;
}

.main_content_1200_right_dv1 {
  width: 304px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.main_content_1200_right_dv1_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 44px;
  height: 44px;
  border-bottom: 1px solid #e8e8e8;
}

.main_content_1200_right_dv1_head .dv1 {
  color: #333333;
  font-size: 18px;
}

.main_content_1200_right_dv1_head .dv2 {
  color: #333333;
  font-size: 14px;
  cursor: pointer;
}

.main_content_1200_right_dv1_foot {
  padding: 20px;
}

.main_content_1200_right_dv1_foot .item {
  display: flex;
  align-items: center;
  height: 60px;
  margin-bottom: 20px;
}

.main_content_1200_right_dv1_foot .item:nth-last-child(1) {
  margin-bottom: 0;
}

.dinyue {
  width: 58px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid var(--color);
  color: var(--color);
  font-size: 12px;
  cursor: pointer;
}

.banner_img {
  /* background-image: url(../../images/new/img_2.png); */
  margin-right: 10px;
}

.banner_img img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  object-fit: cover;
}

.item .desc {
  flex: 1;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.desc_dv1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.desc_sp1 {
  color: #333333;
  font-size: 12px;
}

.desc_dv1 .sp2 {
  color: #cccece;
  font-size: 12px;
}

.desc_sp2 {
  color: #cccece;
  font-size: 12px;
}
.remenzhu .foot_item {
  margin-bottom: 20px;
}

.remenzhu .foot_item:nth-last-child(1) {
  margin-bottom: 0;
}

.remenzhu .foot_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.remenzhu .foot_item .dv1 {
  display: flex;
  align-items: center;
}

.remenzhu .foot_item .dv1 img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  object-fit: cover;
}

.remenzhu .foot_item .dv1 span {
  font-size: 12px;
  color: #333333;
  margin-left: 10px;
}

.remenzhu .foot_item .dv2 {
  cursor: pointer;
  width: 58px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid var(--color);
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: var(--color);
}
