.dateEventList{ height: 220px; }
html,body{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}
.jindu{
    width:100%;
    min-height:4000px;
    background:url(../images/jindu/hero_bg.png) no-repeat;
    background-size:100%;
    padding-top:440px;
}
.jd_lb{
    width:70%;
    height:500px;
    margin:0 auto;
    margin-bottom:20px;
    border: 3px solid #eeeeee;
    border-radius:5px;
    background:#fff;
}
.jd_top{
    display:none;
}
.active{
    display:block;
}
.jd_content{
    display:flex;
    height:350px;
}
.left_img{
    width:40%;
    margin-left:4%;
}
.right_p{
    width:50%;
    margin-left:2%;
    color:#949495;
}
.jd_lb2{
    width:70%;
    height:500px;
    margin:0 auto;
    background:#fff;
    margin-bottom:20px;
    border: 3px solid #eeeeee;
    border-radius:5px;
}
.jd_top2{
    display:none;
}
.active2{
    display:block;
}
.jd_video{
    width:70%;
    height:450px;
    margin: 0 auto;
    background:#fff;
    border: 3px solid #eeeeee;
    border-radius:5px;
    margin-bottom:20px;
}
.video_img{
    display:flex;
    justify-content:space-evenly;
    margin-top:38px;
    position:relative;
}
.jd_foot{
    width:66%;

    margin: 0 auto;
    background:#fff;
    border: 3px solid #eeeeee;
    border-radius:5px;
    padding:0px 2%;
}
.foot_content{
    width:100%;
    display:flex;
    height:240px;
    border-bottom:1px solid #eeeeee;
    margin-bottom:20px;
    padding-bottom:20px;
}
.foot_img{
    width:30%;
}
.foot_p{
    width:60%;
    margin-left:2%;
    color:#949495;
}
.top_ul{
    list-style-type:none;
    display:flex;
    margin-left:45%;
}
.top_ul li {
    width:26px;
    height:6px;
    border-radius:3px;
    background:#fff;
    margin-left:5px;
    border: 1px solid #666666;
}
.liActive{
    background:#666666 !important;
}

.top_ul2{
    list-style-type:none;
    display:flex;
    margin-left:45%;
}
.top_ul2 li {
    width:26px;
    height:6px;
    border-radius:3px;
    background:#fff;
    margin-left:5px;
    border: 1px solid #666666;
}
.liActive2{
    background:#666666 !important;
}