.tw-big-title {
  font-size: 28px;
  color: #252d40;
  text-align: center;
}

.tw-line1 {
  background-color: #c4c4c4;
  width: 114px;
  height: 1px;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.tw-line2 {
  background-color: #c4c4c4;
  width: 114px;
  height: 1px;
  display: inline-block;
  position: relative;
  margin-left: 20px;
}

.tw-line1::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: -6px;
  top: -2.5px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}

.tw-line2::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: -6px;
  top: -2.5px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}

.tw-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #ECF0F3; */
  height: 36px;
  width: 100%;
}

.tw-tabl {
  float: left;
  margin-right: 25px;
  color: #333;
}

.tab-active {
  padding-bottom: 11px;
  border-bottom: 2px solid #f19240;
  color: #f19240;
}

.tw-news-item {
  width: 31%;
  height: 390px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 44px;
}

.tw-container {
  max-width: 1280px;
  margin: 0 auto;
}
.tw-left-content {
  width: 840px;
}
.tw-left {
  height: 342px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
}
.tw-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.tw-left1 {
  padding: 30px;
  width: 64%;
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
}
.tw-left2 {
  margin-left: 10px;
  display: inline-block;
  margin-top: 30px;
  margin-right: 10px;
}
.tw-left2 > h1 {
  margin-top: 15px;
}
.intro-mg {
  margin-top: 15px;
}
.tw-intro {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.re-btn {
  width: 152px;
  height: 46px;
  border: 2px solid #f19240;
  color: #f19240;
  font-size: 18px;
  margin-top: 38px;
  text-align: center;
  line-height: 42px;
  margin-left: 2px;
}
.tw-right-content1 {
  padding-top: 30px;
  padding-left: 30px;
  border: 1px solid #e5e5e5;
  margin-left: 40px;
  height: 900px;
  width: 400px;
}
.hot-product {
  height: 320px;
  border: 1px solid #e5e5e5;
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-left: 30px;
}
.hot-ul > li > .circle-icon {
  width: 12px;
  height: 12px;
  border: 2px solid #f0d1b6;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 1px;
  position: relative;
  margin-top: -10px;
}
.hot-ul > li:nth-child(n):not(:last-child) > .circle-icon::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #f0d1b6;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 3px;
}
.hot-ul > li {
  margin-bottom: 16px;
  font-size: 14px;
  color: #333;
}
.tab-hover {
  font-size: 18px;
  font-weight: 500;
  color: #252d40;
  margin-left: 8px;
  vertical-align: sub;
  cursor: pointer;
}
.tab-hover:hover {
  color: #f19240;
}
.circle-content {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 250px;
}
