#associa {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #333333;
}
.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;
}
/*#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%;*/
/*}*/
.phoneBj{
  max-width: 100% !important;
  flex: auto;
}
.phoneHotBj{
  max-width: 100% !important;
  flex: auto;
  padding: 0;
}


.leadertitle{
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  padding-bottom: 40px;
}
.zhici{
  padding-bottom: 16px;
}
.blue{
  width: 10px;
  height: 30px;
  background-color: #22679f;
  float: left;
}
.zhici .title1{
  font-size: 16px;
  color: #22679f;
  float: left;
  margin-left: 10px;
  line-height: 30px;
  font-weight: bold;
}
.zhici .line1{
  clear: left;
  height: 1px;
  background-color: #22679f;
  font-size: 0;
}
.zhici p {
  line-height: 32px;
  font-size: 16px;
  padding-top: 16px;
  text-indent: 2em;
}
.zhici .person1 {
  margin-top: 16px;
  margin-left: 40px;
  background-color: #edf7ff;
}
.zhici .person1 img {
  width: 90px;
  height: 120px;
  border: 1px #cccccc solid;
  padding: 1px;
  float: left;
}
.zhici .content {
  margin-left: 10px;
}
.zhici .content ul {
  list-style-type: none;
  color: #4d4d4d;
  padding: 0;
}
.zhici .content ul li {
  font-size: 14px;
  line-height: 26px;
  color: #4d4d4d;
}
.newsVideoTitleText2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  font-style: normal;
  font-family: PingFangSC, PingFang SC;
}