.main {
  margin-top: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.main .main-title {
  width: 100%;
  height: 60px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #e3e3e3;
}
.main .main-title .title-item {
  display: block;
  float: left;
  width: 126px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 60px;
  cursor: pointer;
}

/*添加css样式*/
.main-top .tab-cont {
  padding: 0px 20px 20px 20px;
  background: #FFFFFF;
}

.main-top .tab-cont .text1 {
  font-size: 14px;
  color: #666666;
  width: 1160px;
}

.main-top .tab-cont .text1 .title_box {
  width: 100%;
  height: 58px;
  line-height: 60px;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  justify-content: space-between;
}
.main-top .tab-cont .text1 .text_title {
  background: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  position: relative;
  padding-left: 13px;
}
.main-top .tab-cont .text1 .text_title::before {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 0px;
  width: 3px;
  height: 16px;
  background: linear-gradient(90deg, #FF4643 0%, #FE6530 100%);
  border-radius: 2px;
}

.main-top .tab-cont .text {
  font-size: 14px;
  color: #666666;
  width: 1160px;
}
.main-top .tab-cont .item {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}
.main-top .tab-cont .item p {
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 14px;
  color: #333333;
}
.main-top .tab-cont .item span {
  font-size: 14px;
  color: #333333;
}
.main-top .tab-cont .text:hover {
  background: #FAFAFA;
}
.main-top .tab-cont .item:hover p,
.main-top .tab-cont .item:hover span {
  color: #FF4643;
}
.main-top .tab-cont .page {
  margin: 60px 0 40px;
}
.main-top .tab-cont .pages {
  text-align: center;
}
.main-top .tab-cont .pages .total {
  font-size: 16px;
  line-height: 22px;
  margin: 0 10px;
}
.main-top .tab-cont .pages .prev,
.main-top .tab-cont .pages .next {

  margin: 0 30px;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border: 1px solid #E7E7E7;

}
.main-top .tab-cont .pages .page {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 4px;
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  border: 1px solid #E7E7E7;
}
.main-top .tab-cont .pages .page:hover {
  background: #FF4743;
  color: #fff;
}
.main-top .tab-cont .pages .page.active {
  background: #FF4743;
  color: #fff;
}
.main-top .tab-cont .pages input {
  width: 75px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.choose {
  color: #FF4743 !important;
  background-color: #fff;
  border-top: 3px solid #FF4743;
  line-height: 57px !important;
}