@font-face {
  font-family: "PingFang Bold";
  src: url("../font/PingFang\ Bold.ttf");
}
@font-face {
  font-family: "PingFang Medium";
  src: url("../fonts/PingFang\ Medium.ttf");
}
@font-face {
  font-family: "PingFang Regular";
  src: url("../font/PingFang\ Regular.ttf");
}
@font-face {
  font-family: "PingFang Heavy";
  src: url("../font/PingFang\ Heavy.ttf");
}
.Event_header {
  width: 100%;
  height: 628px;
  min-width: 1200px;
  min-height: 628px;
  overflow: hidden;
  background-image: url('/healthcodon/images/event_coverage.png');
  background-repeat: no-repeat;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat !important;
  margin-bottom: 108px;
}
.Event_header_content {
  width: 200px;
  height: 80px;
  font-family: 'PingFang-SC-Tight';
  font-size: 30px;
  color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  margin-top: 400px;
}
.Event_header_content h3 {
  font-weight: 400;
  text-align: center;
}
.Event_header_content:hover{
  color: indianred;
  cursor: pointer;
}
.Event_header_content:hover .Event_underline{
  background-color: indianred;
  cursor: pointer;
}
.Event_header_content .Event_underline {
  width: 87px;
  height: 2px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.activityRenturn{
  margin: 0 auto;
  width: 1200px;
  margin-top: 100px;
  text-align: left;
  color: #949494;
  height: 62px;

}
.activityRenturn ul li{
  float: left;
  margin-right: 10px;
}
.activityRenturn ul li p{
  margin-top: -2px;
}
.Event_header {
  width: 100%;
  height: 628px;
  min-width: 1200px;
  min-height: 628px;
  overflow: hidden;
  background-image: url('/healthcodon/images/event_coverage.png');
  background-repeat: no-repeat;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat !important;
  margin-bottom: 108px;
}
.Event_header_content {
  width: 200px;
  height: 80px;
  font-family: 'PingFang-SC-Tight';
  font-size: 30px;
  color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  margin-top: 400px;
}
.Event_header_content h3 {
  font-weight: 400;
  text-align: center;
}
.Event_header_content:hover{
  color: indianred;
  cursor: pointer;
}
.Event_header_content:hover .Event_underline{
  background-color: indianred;
  cursor: pointer;
}
.Event_header_content .Event_underline {
  width: 87px;
  height: 2px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.Event_body {
  width: 100%;
  overflow: hidden;
  margin-bottom: 109px;
}
.Event_body .Event_body_img {
  width: 1205px;
  margin-left: auto;
  margin-right: auto;
}
.Event_body .Event_body_img .Event_body_li {
  width: 583px;
  height: 432px;
  margin-bottom: 27px;
  float: left;
  overflow: hidden;
  border: 1px solid #c5d8db;
  transition: all .15s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
}
.Event_body .Event_body_img .Event_body_li:hover{
  box-shadow: rgba(0,0,0,0.40) 0px 0px 10px;
}
.Event_body .Event_body_img .Event_body_li:nth-child(2n) {
  margin-left: 33px;
}
.Event_body .Event_body_img .Event_body_li img {
  transition: all .5s ease;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.Event_body .Event_body_img .Event_body_li img:hover {
  transform: scale(1.1);
}


.Event_body_litop {
  width: 1200px;
  height: 675px;
  margin-bottom: 27px;
  float: left;
  overflow: hidden;
  border: 1px solid #c5d8db;
  transition: all .15s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
}
.Event_body_litop:hover{
  box-shadow: rgba(0,0,0,0.40) 0px 0px 10px;
}
.activityFooter{
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activityFooter p{
  font-size: 18px;

}

.activityFooter p a{
  font-size: 18px;
  color: #2b2b2b;
  margin-right: 10px;
  /*font-family: "PingFang Bold";*/

}