.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;
}
.memberDiv{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 66.666667%;
  margin-top: 24px;
}
.memberSelect{
  flex: 1;
  height: 35px;
  background-color: #E5E5E5;
  display: flex;
}
.medWidth{
  width: 100%;
}
/*.first{*/
/*  padding-top: 0 !important;*/
/*}*/
.select{
  height: 100%;
  width: 100%;
  border: 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #E5E5E5;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 16px;
  text-overflow: ellipsis;
}
.selectImg {
  width: 20px;
  height: 20px;
  margin: 7.5px;
  margin-left: 0;
}
.default{
  color: #999999 !important;
}
.option{
  color: #222222 !important;
}
.margin{
  margin-right: 12px;
}
.memberColumn{
  padding: 32px 0;
  border-bottom: 1px solid rgb(225,232,235);
  padding-top: 32px;
}
.memberTitleText{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #757D8B;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  margin: 0;
  cursor: pointer;
}
.memberListBorder{
  background-color: white;
  padding: 40px;
  box-shadow: 0 8px 32px 0 rgba(59,62,73,0.06);
  min-height: 402px;
}
/*#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%;*/
/*}*/
.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;
}
.phoneBj{
  max-width: 100% !important;
  flex: auto;
}
.phoneHotBj{
  max-width: 100% !important;
  flex: auto;
  padding: 0;
}
