.main_content {
  background-color: #fff;
}

.main_content_1200 {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  padding-top: 20px;
}

.main_content_tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
}

.main_content_tabs .title {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  margin-right: 40px;
}

.main_content_tabs .tabs {
  display: flex;
  align-items: center;
}

.tabs_item {
  cursor: pointer;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  position: relative;
}

.tabs_item.active a {
  color: var(--color);
}

.tabs_item.active::after {
  position: absolute;
  content: "";
  left: -3.5px;
  bottom: -20px;
  height: 3px;
  width: 44px;
  background-color: var(--color);
}

.lunbotu_ul {
  height: 320px;
}

.lunbotu_item {
  display: flex;
  flex-direction: column;
  border: 1px solid #f3f3f3;
  height: max-content;
  padding-bottom: 12px;
}

.lunbotu_item .img {
  height: 220px;
  display: block;
  border-radius: 2px;
  object-fit: cover;
}

.lunbotu_item .sp1 {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 20px;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.lunbotu_item .sp2 {
  margin-top: 12px;
  color: #a9a9a9;
  font-size: 14px;
  text-align: center;
}

.lunbotu_ul_box_box {
  margin-top: 24px;
}

.lunbotu_ul_box {
  position: relative;
}

.left_prev {
  left: -100px;
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background-size: cover;
  background-image: url(../../images/new/left.png);
}

.right_next {
  right: -100px;
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background-size: cover;
  background-image: url(../../images/new/right.png);
}

.main_content_item {
  margin-top: 15px;
  margin-bottom: 30px;
}

.main_content_item_head {
  font-weight: bold;
  color: #333333;
  font-size: 24px;
  position: relative;
  height: 50px;
}

.main_content_item_head::after {
  position: absolute;
  bottom: 0;
  left: -5px;
  content: "";
  height: 3px;
  width: 90px;
  background-color: var(--color);
}

.main_content_item_box {
  display: flex;
  flex-wrap: wrap;
}

.main_content_item_box_cn {
  transition: 0.3s;
  border-radius: 2px;
  border: 1px solid #f6f6f6;
  margin-bottom: 50px;
  width: 386px;
  margin-right: 14px;
  cursor: pointer;
}

.main_content_item_box_cn:nth-child(3n) {
  margin-right: 0;
}

.main_content_item_box {
  margin-top: 30px;
}

.main_content_item_box .main_content_item_box_cn_head {
  height: 187px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_content_item_box .main_content_item_box_cn_head img {
  width: 334px;
  height: 139px;
  border-radius: 2px;
  object-fit: cover;
}

.main_content_item_box_cn_foot {
  padding-right: 12px;
  padding-left: 12px;
  height: 81px;
  background-color: #fff;
  padding-top: 12px;
}

.ellipsis--1 {
  -webkit-line-clamp: 1;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis--3 {
  -webkit-line-clamp: 3;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main_content_item_box_cn_foot .p1 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.main_content_item_box_cn_foot .p2 {
  margin-top: 12px;
  color: #a9a9a9;
  font-size: 16px;
  text-align: center;
}

.main_content_item_box_cn:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}

.hangyefenglei_tabs {
  width: calc(100% - 112px);
  overflow-x: auto;
  overflow-y: hidden;
}

.hangyefenglei_tabs::-webkit-scrollbar {
  display: none;
}

.hangyefenglei_tabs .tabs_item {
  white-space: nowrap;
}
