.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
.part {
  padding: .52rem .3rem 0;
}
.part .tab {
  margin-bottom: .32rem;
  width: 100%;
  padding: .2rem .24rem;
  background: url(../images/tab_baackground.png) no-repeat center center / 100% 100%;
  display: flex;
}
.part .tab li {
  flex: 1;
  flex-shrink: 0;
  padding: .22rem 0rem;
  background-color: #E0E0E0;
}
.part .tab li a {
  display: block;
  width: 100%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: .22rem;
  color: #333333;
  text-align: center;
}
.part .tab li:nth-last-child(1),
.part .tab li:nth-child(1) {
  background: url(../images/tab_li_baackground_other.png) no-repeat center center / 100% 100%;
}
.part .tab li:nth-child(1) {
  transform: rotate(180deg);
}
.part .tab li:nth-child(1) a {
  transform: rotate(-180deg);
}
.part .tab li:nth-last-child(1).on,
.part .tab li:nth-child(1).on {
  background: url(../images/tab_li_baackground_other_on.png) no-repeat center center / 100% 100%;
}
.part .tab li:nth-last-child(1).on {
  transform: rotate(180deg);
}
.part .tab li:nth-last-child(1).on a {
  transform: rotate(-180deg);
}
.part .tab li:nth-child(1).on {
  transform: rotate(0deg);
}
.part .tab li:nth-child(1).on a {
  transform: rotate(0deg);
}
.part .tab .on {
  background-color: #C50D0B;
}
.part .tab .on a {
  color: #fff !important;
}
.part .contentbox .content {
  padding: 0 .1rem .38rem;
}
.part .contentbox .content ul li {
  float: left;
  margin-right: .3rem;
  margin-top: .26rem;
}
.part .contentbox .content ul li:nth-child(2n) {
  margin-right: 0;
}
.part .contentbox .content ul li:nth-child(1),
.part .contentbox .content ul li:nth-child(2) {
  margin-top: 0;
}
.part .contentbox .content ul li a {
  display: block;
}
.part .contentbox .content ul li a .imgbox {
  position: relative;
  width: 3.2rem;
  height: auto;
  overflow: hidden;
}
.part .contentbox .content ul li a .imgbox img {
  display: block;
  width: 100%;
  height: auto;
}
