.topImg{
  background: url(../../../assets/img/home/news-top.jpg) no-repeat;
  width:100%;
  height:40%;
  background-size:100% 100%;
  padding: 1.875rem 4.375rem;
}
.topContentText{
  font-size: 0.625rem;
  color: white;
  margin-top: 0.75rem;
  margin-bottom: 0;
  outline: none;
}
.newsSelection{
  color: black;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-family: PingFangSC, PingFang SC;
}
.newsSelectionSelected{
  color: #0052D9;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-family: PingFangSC, PingFang SC;
}
.newsSelectionSelected::after{
  content: '';
  width: 50%;
  display: block;
  margin: 0 auto;
  border-bottom: 2px solid #0052D9;
  padding:2px;
}
.standardListBorder{
  background-color: white;
  /*padding: 40px;*/
  box-shadow: 0 8px 32px 0 rgba(59,62,73,0.06);
}
/*#picApply{*/
/*  height: 118px;*/
/*  padding-top: 28px;*/
/*  padding-left: 28px;*/
/*  padding-bottom: 28px;*/
/*  background: url(../../../assets/img/home/member-pic1.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/
/*#picPlat{*/
/*  height: 118px;*/
/*  padding-top: 28px;*/
/*  padding-left: 28px;*/
/*  padding-bottom: 28px;*/
/*  background: url(../../../assets/img/home/member-pic2.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/
/*#picActivity{*/
/*  height: 118px;*/
/*  padding-top: 28px;*/
/*  padding-left: 28px;*/
/*  padding-bottom: 28px;*/
/*  background: url(../../../assets/img/home/member-pic3.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/
.marginBorder{
  margin-bottom: 24px;
}
.tableHead{
  height: 72px;
  line-height: 72px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #757D8B;
  text-align: left;
  font-style: normal;
  background: #F9FAFC;
}
.tableBody{
  height: 72px;
  line-height: 72px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: left;
  font-style: normal;
}
.tableZdy{
  width: 100%;
}
.xhTd{
  width: 15%;
  text-align: center;
  padding: 0 4px;
}
.bhTd{
  width: 30%;
  padding: 0 4px;
}
.nameTd{
  width: 40%;
  padding: 0 4px;
}
.xxTh{
  width: 15%;
  text-align: center;
  padding: 0 4px;
}
.xxTd{
  width: 10%;
  text-align: center;
  color: #0052D9;
  cursor: pointer;
  padding: 0 4px;
  line-height: 16px;
}
.nameContent{
  line-height: 28px;
  margin: 0;
}
.tooltipy{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}
.phoneBj{
  max-width: 100% !important;
  flex: auto;
}
.phoneHotBj{
  max-width: 100% !important;
  flex: auto;
  padding: 0;
}

