@charset "utf-8";
.banner {
  width: 100%;
}

.banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}


.dynamics-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 0;
}

.dynamics-title-left {
  width: max-content;
  height: 90px;
  background: url("../images/titlebgc.png") no-repeat left bottom;
}

.dynamics-title-left-icon {
  font-size: 28px;
  color: #e2e2e2;
}

.dynamics-title-left-text {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-top: 4px;
}

.dynamics-title-right  {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dynamics-title-right img {
  margin-right: 5px;
}

.dynamics-title-right p {
  font-size: 14px;
  color: #333333;
}

.main-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.main-nav {
  width: 260px;
}

.main-nav-list {
  width: 100%;
}

.main-nav-list a {
  display: block;
  width: 260px;
  height: 67px;
  font-size: 16px;
  color: #333333;
  background-color: #f0f3f8;
  margin-bottom: 10px;
  text-align: center;
  line-height: 67px;
}

.main-nav-list a.active {
  background-color: #3b84eb;
  color: #ffffff;
}

.main-content {
  width: 927px;
}

.main-content .desc {
  width: 100%;
  padding: 30px;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  text-align: justify;
}

.main-content .desc img {
  max-width: 100%;
}

.member-list {
  width: 100%;
  padding: 0 20px;
  background: #FFFFFF;
}

.member-item {
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #f2f2f2;
  display: flex;
  justify-content: flex-start;
}

.member-item .member-logo {
  width: 195px;
  height: 138px;
  border: solid 1px #eeeeee;
  padding: 20px;
  margin-right: 25px;
}

.member-item .member-logo img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.member-item .member-img {
  width: 195px;
  height: 138px;
  border: solid 1px #eeeeee;
  margin-right: 25px;
}

.member-item .member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-item .member-cont {
  flex: 1;
  width: 0;
  height: 138px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 0;
}

.member-list.partybuilding .member-cont {
  padding:0;
}

.member-item .member-cont .member-tit {
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.member-item .member-cont .member-tex {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.member-item .member-cont .member-more {
  display: flex;
  justify-content: flex-start;
}

.member-item .member-cont .member-more a {
  width: 74px;
  height: 26px;
  background-color: #f0f3f8;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #3b84eb;
}

.page-content {
  width: 100%;
  background: #FFFFFF;
}

.health-list {
  width: 100%;
  padding: 23px;
  background: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.health-list > a {
  display: block;
  width: 280px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.health-list > a:nth-child(3n) {
  margin-right: 0;
}

.health-item {
  width: 100%;
}

.health-item .health-logo {
  width: 100%;
  height: 198px;
}

.health-item .health-logo img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.health-item .health-cont {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
}

.health-item .health-cont .health-tit {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  font-weight: bold;
}

.health-item .health-cont .health-time {
  width: 100%;
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}

.expert-list {
  width: 100%;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFFFFF;
}

.expert-item {
  width: 420px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.expert-item .expert-img {
  width: 195px;
  height: 198px;
  border: solid 1px #eeeeee;
  margin-right: 25px;
}

.expert-item .expert-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expert-item .expert-cont {
  flex: 1;
  width: 0;
  height: 198px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 0;
  padding-bottom: 4px;
}

.expert-item .expert-cont .expert-tit {
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.expert-item .expert-cont .expert-tex {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.expert-item .expert-cont .expert-more {
  display: flex;
  justify-content: flex-start;
}

.expert-item .expert-cont .expert-more a {
  width: 74px;
  height: 26px;
  background-color: #f0f3f8;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #3b84eb;
}


.speak-detail {
  width: 100%;
  padding: 10px;
}

.speak-detail-title {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding-top: 30px;
}

.speak-detail-time {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.speak-detail-time span {
  font-size: 13px;
  color: #999999;
  margin: 0 20px;
}

.speak-detail-video {
  width: 550px;
  height: 344px;
  margin: 0 auto;
}

.speak-detail-video video {
  width: 100%;
  height: 100%;
}

.speak-detail-desc {
  width: 100%;
  /*text-indent: 32px;*/
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  padding: 30px 0;
}





















































































































































































































































































































































































































































































































































































































































































































































