@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 h3:hover{
    color: #fff;
}

.Event_header_content:hover{
    color: indianred;
    cursor: pointer;
    color: #fff
}
.Event_header_content:hover .Event_underline{
    background-color: indianred;
    cursor: pointer;
    color: #fff !important;

}
.Event_header_content .Event_underline {
    width: 87px;
    height: 2px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.Event_header_content .Event_underline:hover{
    color: #fff !important;
}
.active1 li{

    float: left;
    /* width: 456px; */
    /* height: 360px; */
    margin-bottom: 119px;
    float: left;
    overflow: hidden;
    /* border: 1px solid #c5d8db; */
    transition: all .15s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
}
.active1 li h3{
    margin-top: 30px;
    font-size: 16px;
    color: #141414;
    /*font-family: "PingFang Bold";*/
}
.active1 li p{
    /*font-family: "PingFang Medium";*/
    font-size: 14px;
    color: #141414;
    width: 418px;


}
.active1 li:nth-child(2n) {
    margin-left: 39px;
}
.active1 li span {
    display: inline-block;
    font-size: 12px;
    color: #3788d2;
}
.active1 li span  img{
    /*margin-top: 4px;*/
    margin-left: 6px;
}









