.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;
  position: relative;
  margin-bottom: 0px;
  height: 206px;
}
.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;
height: 235px;}
.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;
border-radius: 6px;
}




.part .contentbox .content ul li a .cont {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 16px 9px;
    width: 155px;
    height: 84px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.part .contentbox .content ul li a .cont .tit {
    width: 125px;
    font-size: 15px;
    font-family: Helvetica;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    text-align: justify;
    font-weight: bold;
    min-height: 35px;
}

.part .contentbox .content ul li a .cont .time {
    font-size: 12px;
    font-family: Helvetica;
    color: #666666;
    margin: 5px 0;
}

.part .contentbox .content ul li a .cont .writer {
    font-size: 12px;
    font-family: Helvetica;
    color: #666666;
}



 .search-box {
  position: relative;
  width: 270px;
  margin: 0 auto;
  display: flex;
  float: right;
  margin-top: 0;
  margin-right: 50px;
  margin-bottom: 15px;
}
 .search-box .search-input {
  border: none;
  float: left;
  width: 215px;
  height: 38px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  font-weight: 400;
  color: #A4A4A4;
  line-height: 25px;
  padding: 0 15px 0 37px;
}
 .search-box .btn-search {
  float: left;
  width: 55px;
  height: 38px;
  background: #c50d0b;
  border-radius: 0px 3px 3px 0px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #F1F1F1;
  line-height: 38px;
  text-align: center;
}
 .search-box .btn-search:hover {
  color: #F1F1F1 !important;
}
 .search-box .sarch-icon {
  position: absolute;
  top: 7px;
  left: 10px;
  z-index: 1;
}
 .search-box .sarch-icon img {
  width: 26px;
  height: 26px;
  display: block;
}