﻿.top_hengxiang_daohang > div .right > ul li {
    margin: 0px 5px;
    padding: 0 10px;
}
.xgsp {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.xgsp .yjlist {
    width: 100%;
    height: auto;
    margin: auto;
}
    .xgsp .yjlist .yjright {
        width: 100%;
    }
        .yjlist .yjright .right_list {
            width: 100%;
        }
.xgsp .right_list img.img2 {
    width: 50px !important;
    height: 50px !important;
    margin-top: -40% !important;
}
.xgsp .yjlist .yjright .right_list ul li  {
    margin-bottom: 30px;
}
    .xgsp .yjlist .yjright .right_list ul li p {
        margin-top: 10px;
        color: #00469c;
    }
.xgsp  .yjlist .yjright .right_list ul li {
    position: relative;
}
    .xgsp .yjlist .yjright .right_list ul li > a {
        position: absolute;
        top: 0px;
        left: 0px;
       
    }
    .xgsp .yjlist .yjright .right_list ul li a:hover {
        text-decoration:none;
    }




/* 视频详情*/

.gsjj .container {
    width:100%;
    height:auto;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    top: -20px !important;
    left: -12px !important;
}

.video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
}

.vjs-play-control span:before {
    top: -15px !important;
    left: -0px !important;
}
.vjs-fullscreen-control span:before {
    top: -15px !important;
    left: -15px !important;
}
/* 视频详情*/



.md-news-3 {
    margin-bottom: 0.6rem;
    /*border-top: 1px solid #ccc;*/
}

    .md-news-3 .item {
        display: flex;
        border-bottom: 1px solid #ccc;
        padding: 0.5rem 0;
    }

    .md-news-3 .text {
        flex: 1;
        overflow: hidden;
        color: #333;
        padding-top: 0.15rem;
    }

    .md-news-3 .item:hover .tit {
        color: #00a0e9;
    }

    .md-news-3 .tit {
        line-height: 1.5;
        text-align:left;
    }
    .md-news-3 .item.zhiding:before {
        content: "";
        width: 50px;
        height: 20px;
        background-image: url(/TemplatePage/images/20230113zhiding.png);
        background-position: center center;
        margin-top: 1.3em;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left: -4em;
    }
.ep1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bold {
    font-weight: 700;
}

.md-news-3 .desc {
    color: #666;
    line-height: 1.625;
    height: 3.25em;
    margin-top: 0.18rem;
}

.ep2, .ep3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ep2 {
    -webkit-line-clamp: 2;
}



.md-news-3 .time {
    margin-top: 0.1rem;
}

.md-news-3:hover a {
    text-decoration: none;
}

.wuxinwen {
    text-align: center;
    font-size: 21px;
    padding: 30px;
    color: gray;
}
.md-news-3 .xz {
    text-align: right;
    line-height:23px;

}
    .md-news-3 .xz img {
        width: 24px !important;
        height: auto !important;
        margin-right: 5px;
    }
@media only screen and (max-width: 768px) {
    .md-news-3 .item.zhiding:before {
        position:initial;
        margin-top:0.6em;
    }
}