.hVideoBox {
    width: 13.41rem;
    height: 4.46rem;
    margin: .8rem auto 0;
     padding-left: 1rem;
    position: relative;
    /* padding: .8rem 0 2.22rem; */
}

.hVideoBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hVideoBox .homeTit {
    color: #fff;
}
#myVideo{
   width: 6.63rem;
height: 4.46rem;
}
.hVideoSwiper {
    width: 100%;
    height: 5.63rem;
    /* margin-top: 1.63rem !important; */
}

.hVideoSwiper .swiper-slide {
    transition: all .5s !important;
    }

.hVideoSwiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hVideoSwiper .swiper-slide-active {
    transform: scale(1) !important;
    z-index: 1;
}

.hVideoSwiper .swiper-slide-prev {
    transform: translateX(60%) scale(.72) !important;
}

.hVideoSwiper .swiper-slide-next {
    transform: translateX(-60%) scale(.72) !important;
}

.play {
    width: 1.72rem !important;
    height: 1.72rem !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: none;
}

.hVideoSwiper .swiper-slide-active .play {
    display: block;
}

.hVideoPrev,
.hVideoNext {
    width: .51rem !important;
    height: .51rem !important;
}

.hVideoPrev::after,
.hVideoNext::after {
    display: none;
}

.hVideoPrev{
    position: absolute;
    left: 3.55rem !important;
    top: 50%;
    transform: translate(0,-50%);
}
.hVideoNext{
    position: absolute;
    right: 3.05rem !important;
       top: 50%;
    transform: translate(0,-50%);
}

.hNewsBox {
    padding: .8rem 0 .9rem;
}

.hNewsList {
    display: flex;
    margin-top: .6rem;
}

.hNewsItem {
    width: 5rem;
    height: 5.96rem;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    margin-right: .5rem;
    transition: all .3s;
}

.hNewsItem:nth-child(3n) {
    margin-right: 0;
}

.hNewsItem:hover {
    box-shadow: 0rem 0rem .16rem .01rem rgba(0, 0, 0, 0.1);
}

.hNewsImg {
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
}

.hNewsText {
    width: 100%;
    height: 2.36rem;
    padding: .3rem .24rem .35rem;
    box-sizing: border-box;
}

.hNewsTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .24rem;
    color: #333333;
    line-height: .34rem;
    margin-bottom: .15rem;
}

.hNewsTxt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #999999;
    line-height: .26rem;
    margin-bottom: .15rem;
}

.hNewsB {
    display: flex;
    justify-content: space-between;
}

.hNewsDate {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #999999;
}

.hNewsBtn {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .16rem;
    color: #666666;
}

.hNewsBtn {
    display: flex;
    align-items: center;
}

.hNewsBtn img {
    width: .12rem;
    margin-left: .07rem;
}

.hNewsMore {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .2rem;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .59rem;
}

.hNewsMore img {
    width: .11rem;
    margin-left: .07rem;
}

.hFirend{
    background: rgba(136, 136, 136, .05);
}

.hFirendBox{
    padding: .8rem 0;
}

.hFirend .homeTit{
    font-weight: 400;
}

.hFirendList{
    display: flex;
    margin-top: .6rem;  
}

.hFirendList a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .2rem;
    color: #333333;
    line-height: .36rem;
    margin-right: .97rem;
    position: relative;
}

.hFirendList a:last-child{
    margin-right: 0;
}

.hFirendList a:hover{
    color: #0A2F60;
}

.hFirendList a::after{
    content: '';
    width: .01rem;
    height: .26rem;
    background: #B5B5B5;
    position: absolute;
    top: 50%;
    right: -0.49rem;
    transform: translateY(-50%);
}

.hFirendList a:last-child::after{
    display: none;
}


@media only screen and (max-width: 768px) {
.hVideoBox{
        width: 7rem;
        padding-left: 0rem;
    }
    #myVideo{
        width: 100%;
    }
}