#wp_pager { width: 100%; text-align: center; }
#wp_pager ul.pages li {
    float: left;
    margin: 0 4px 0 0;
    line-height: 33px;
    list-style: none;
    color: #333;
    border: 1px solid #999;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}
#wp_pager ul.pages li a {
    display: inline-block;
    line-height: 33px;
    width: 33px;
    padding: 0px;
    color: #999;
}
#wp_pager  ul.pages li a.pgCurrent { background:#1c4680; color:#fff; }



.possplit { background-image: url(../images/hdhe_pos_split.png); }



.msearch form { display: flex; width: 100%; }


#hdhe_list_thumb_02 #msgdList .ul .li .img img { border-radius: 50%; }


#hdhe_index #point .swiper-slide img { width: 130px;  height: 130px; border-radius: 50%; }
#hdhe_index_video {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}
#hdhe_index_video .hdhe_video_cont {
    position: relative;
    height: 100%;
}
#hdhe_index_video .hdhe_video_box {
    position: absolute;
    margin-top: 10%;
    width: 70%;
    height: 60%;
    margin-left: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;

}
#hdhe_index_video .hdhe_video_box #hdhe_video {
    width: 65%;
    margin: 0 auto;
}

#hdhe_index_video .hdhe_video_box .hdhe_video_close img {
    width: 30px;
}

#hdhe_index_video .hdhe_video_box .hdhe_video_close {
    margin-bottom: 25px;
    cursor: pointer;
}

#hdhe_tl_links { display: inline-block; }

#hdhe_t3 { display: none; }
#wp_news_w51{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media screen and (max-width:768px) {

	#hdhe_index_video .hdhe_video_box {
		margin-top: 13%;
		width: 95%;
		height: 60%;
		margin: 0 2.5%;

	}
	#hdhe_index_video .hdhe_video_box #hdhe_video {
		width: 100%;
		margin: 0 auto;
	}

}
