.main_content {
  background-color: #f5f5f5;
  padding-top: 17px;
  min-width: 1200px;
}
.main_content .jl {
  padding: 0 !important;
}

.main_content_head {
  height: 84px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
}

.main_content_1200 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  /* background-color: #fff; */
}

.main_content_1200_left {
  width: 880px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: 17px;
  background-color: #fff;
}

.main_content_1200_right {
  width: 303px;
  /* padding-top: 20px; */
}

.main_content_1200_left .item {
  border-bottom: 1px dashed #b7b7b7;
  padding: 20px 0 20px 0;
  display: flex;
}

.main_content_1200_left .item .img1 {
  width: 211px;
  height: 159px;
  display: block;
  border-radius: 2px;
}

.item_bootm {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item_bootm .title {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    PingFang SC, Noto Sans, Roboto, Microsoft Yahei, sans-serif,
    Apple Color Emoji, Segoe UI emoji;
  font-weight: 500;
  color: #333333;
  font-size: 18px;
  cursor: pointer;
}

.item_bootm .desc {
  /* padding-right: 20px; */
  /* padding-left: 20px; */
  width: 800px;
  line-height: 27px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    PingFang SC, Noto Sans, Roboto, Microsoft Yahei, sans-serif,
    Apple Color Emoji, Segoe UI emoji;
}

.item_bootm .foots {
  width: 839px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 27px;
}

.foots_left {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
}

.foots_left .sp2 {
  margin-left: 32px;
}

.foots_right {
  display: flex;
  align-items: center;
}

.foots_right_dv1 {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.foots_right_dv1.dz {
}

.foots_right_dv1.sc {
}

.foots_right_dv1 .sp1.dz {
  width: 40px;
  text-align: center;
}

.foots_right_dv1 .sp1.sc {
  width: 40px;
  text-align: center;
}

.foots_right_dv1 .img {
  width: 18px;
  height: 18px;
}

.foots_right_dv1 .sp1 {
  color: #a9a9a9;
  font-size: 14px;
  /* margin-left: 7px; */
}

.item_bootm .title:hover {
  color: var(--color);
}

#page-box {
  display: flex;
  justify-content: center;
  background-color: #fff;
}

#page-box .layui-box {
  margin-bottom: 30px;
  margin-top: 50px;
}

.main_content_right_dv2 {
  background-color: #fff;
  width: 100%;
  height: auto;
  box-shadow: 0px 8px 8px 1px rgba(48, 48, 48, 0.08);
  border-radius: 4px;
}

.main_content_right_dv2_head {
  height: 44px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.main_content_right_dv2_head .sp1 {
  font-size: 16px;
  color: #333333;
}

.main_content_right_dv2_head .sp2 {
  font-weight: 400;
  color: #333333;
  font-size: 12px;
}

.main_content_right_dv2_foot {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main_content_right_dv2_foot_item {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.main_content_right_dv2_foot_item:nth-last-child(1) {
  margin-bottom: 0;
}

.main_content_right_dv2_foot_item_dv1 {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
}

.main_content_right_dv2_foot_item_dv1.one {
  background-color: var(--color);
  color: #fff;
}

.main_content_right_dv2_foot_item_dv1.two {
  color: var(--color);
  border: 1px solid var(--color);
}

.main_content_right_dv2_foot_item_dv2 {
  flex: 1;
  font-size: 14px;
  color: #333333;
}

.main_content_right_dv2_foot_item_dv1.three {
  color: #a9a9a9;
  border: 1px solid #a9a9a9;
}

.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_right_dv3 {
  margin-top: 20px;
  background-color: #fff;
  width: 100%;
  height: auto;
  box-shadow: 0px 8px 8px 1px rgba(48, 48, 48, 0.08);
  border-radius: 4px;
}

.main_content_right_dv3_head {
  height: 44px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.main_content_right_dv3_head .sp1 {
  font-size: 16px;
  color: #333333;
}

.main_content_right_dv3_head .sp2 {
  font-weight: 400;
  color: #333333;
  font-size: 12px;
}

.main_content_right_dv3_foot {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main_content_right_dv3_foot_item {
  padding-left: 20px;
  padding-right: 20px;

  display: flex;
  align-items: center;
}
.remengzixun_href {
  margin-bottom: 20px;
}
.remengzixun_href:nth-last-child(1) {
  margin-bottom: 0;
}

.main_content_right_dv3_foot_item img {
  width: 12px;
  height: 12px;
}

.main_content_right_dv3_foot_item_cont {
  flex: 1;
  margin-left: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_content_right_dv3_foot_item_cont .dv1 {
  cursor: pointer;
  color: #333333;
  font-size: 14px;
  /* margin-bottom: 10px; */
  line-height: 1;
}

.main_content_right_dv3_foot_item_cont .dv2 {
  padding: 4px 6px;
  background: var(--color);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  color: white;
  font-size: 14px;
  cursor: pointer;
}

.main_content_head {
  display: flex;
  padding-top: 48px;
  padding-left: 20px;
}

.main_content_head .tabs_pan {
  position: relative;
  color: #333333;
  font-size: 18px;
}

.main_content_head .tabs_pan::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3.5px;
  width: 44px;
  height: 2px;
  background-color: var(--color);
}

.ellipsis--2 {
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
