.wt {
  width: 100%;
  height: auto;
}

.us_titles {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0.5rem;
  background: #ffffff;
}

.us_title_tip {
  width: 100%;
  margin: auto;
  letter-spacing: 2px;
  text-align: center;
  font-size: 0.34rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0.25rem 0 0.15rem 0;
  color: #666666;
  border-bottom: 1px solid #dfdfdf;
  cursor: context-menu;
}

.us_title_line {
  width: 0.9rem;
  height: 2px;
  margin: -3px auto;
  background: #e95a54;
}

.banner_box {
  width: 100%;
  height: 3.6rem;
  margin: auto;
  background: url("../img/banner.png") no-repeat;
  background-size: 100% 100%;
  margin-top: -1.28rem;
}

.partyBuild_content {
  padding: 0 0.3rem;
}

.partyBuild_content ul li {
  width: 100%;
  height: 1.9rem;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 0.32rem 0;
  border-bottom: 1px solid #e2e2e2;
}

.partyBuild_img {
  width: 2.8rem;
  height: 1.9rem;
  margin-right: 0.2rem;
}

.partyBuild_img img {
  width: 100%;
  height: 1.9rem;
}

.partyBuild_box {
  width: calc(100% - 3rem);
}

.partyBuild_title {
    padding-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: auto;
    color: #666666;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partyBuild_flex {
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partyBuild_flex a {
    padding: 0.12rem 0.3rem;
    font-size: 0.24rem;
    color: #ffffff;
    background-color: #e95a54;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    line-height: 0.3rem;
}

.partyBuild_flex span {
    font-size: 0.22rem;
    display: inline-block;
    color: #999999;
    line-height: 0.3rem;
}


.view_more {
  width: 100%;
  padding: 0.1rem 0;
  margin: 0 auto;
  height: auto;
  text-align: center;
  cursor: pointer;
}

.view_more img {
  width: 0.3rem;
  height: 0.5rem;
}
