.videoCenter-main .right-center{
    padding: 0 20px;
}
.videoCenter-main .right-center .videoList{
    width: 100%;
}
/*-- gallery --*/
.gallery-grid img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 172px;
    transition: transform 0.3s ease 0s;
    object-fit: cover;
    border-radius: 6px;
}
h3.tittle.t-two{
    color:#fff;
}
.b-wrapper h4 {
    font-size: 3em;
    color: #FFF;
    margin-top: 30%;
}
.b-wrapper p {
    font-size: 14px;
    line-height: 2em;
    padding: 0 30px;
    color: #ABE8F9;
    margin-top: 22px;
}
.gallery-grid {
    float: left;
    width: 31%;
    min-height: 265px;
    text-align: left;
    border-radius: 5px;
    margin: 1%;
    margin-bottom: 20px;
    padding-top: 10px;
    background: #ffffff21;
    cursor: pointer;
}
.gallery-grid:hover a{
    color: #0693d8;
}

/*--精彩视频--*/
.b-link-stroke{
    position:relative;
    display:inline-block;
    vertical-align:top;
    font-weight: 300;
    overflow:hidden;
}

.b-link-stroke .b-wrapper{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-align:center;
    color:#fff;
}

.about_center{
    width: 100%;
    padding-bottom: 20px;
    background: url(../images/anchor/wrapbg.jpg) no-repeat center top;
}
.jianjie_bg{
    background-color: #FFF;
}
.gallery{
    height: 800px;
    margin-top: 50px;
    background-size: 100%;
    background:url("../images/anchor/videobg.png") no-repeat;
    background-repeat: round;
}
.listTop{
    margin: auto;
    width: 1024px;
}
.videoList{
    position: relative;
    overflow-y: auto;
    background-color: rgb(252, 254, 255);
}
.videoList .iconfont{
    position: absolute;
    z-index: 99;
    left: 43%;
    top: 26%;
    color: #c3c3c3;
    font-size: 35px;
}
.videoList .iconfont:hover{
    color: #fcfcfc;
}
.video-js .vjs-tech{
    background: rgba(115,133,159,.5);
}
.video-js .vjs-big-play-button{
    top: 45%;
    left: 47%;
    width: 1.5em;
    border: none;
    background-size: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    outline:0;
}
.coverWrapper {
    width: 100%;
    height: 172px;
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    background-color: #efefef;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-transition: box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP…w9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbC1vcGFjaXR5PSIuMDQiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center;
}
.gallery-grid .withAuthorInfo {
    margin-top: -16px;
}
.gallery-grid .author {
    pointer-events: none;
    position: relative;
    padding-left: 10px;
    margin-bottom: 9px;
    color: #1d1d1d;
}
.gallery-grid .title {
    line-height: 1.41;
    font-weight: 500;
    font-size: 17px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    white-space: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    color: #1d1d1d;
}
.gallery-grid>.component-avatar {
    margin-right: 8px;
    vertical-align: bottom;
}
.gallery-grid .author * {
    pointer-events: all;
}
.component-avatar {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #00abfba1;
    background: #f9f9f9;
}
.gallery-grid .user__name {
    float: right;
    max-width: 75%;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    overflow: hidden;
    color: #1d1d1d;
    font-weight: 500;
    display: -webkit-box;
    vertical-align: middle;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.vjs-modal-dialog .vjs-modal-dialog-content{
    padding-top: 30%;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 2em;
}
.vjs-error .vjs-error-display::before{
    display: none;
}
p.moreVideo{
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    cursor: pointer;
}

#videoPlayWin{
    cursor: pointer;
}
.videoPlay>div{
    border-radius: 10px;
    position: relative;
    height: auto;
}
.videoPlayWin .modal-content{
    background-color: #7c7c7c00;
    border: none;
}
.videoPlayWin .modal-header{
    border: none;
    padding: 0;  
}
.videoPlayWin .modal-header button{
    color: #FFFFFF;
    font-size: 32px;
}
.modal-dialog{
    max-width: 950px;
    cursor: pointer;
}


/* 视频详情页 */
.videoWin-main{
    margin-bottom: 30px;
}
.videoDetail-main .newsText-pageTitle{
    padding-top: 0;
}

.my-video-dimensions{
    margin: auto;
    max-width: 100%;
}

.videoDetail-main  .newsText-pageContent{
    display: block;
}
.videoDetail-main .newsText-pageContent embed{
    width: 840px !important;
    height: 550px !important;
    max-width: 100% !important;
    box-shadow: 3px 4px 8px 0px rgb(0 0 0 / 8%);
}


@media(max-width:768px) {
    .gallery-grid{
        width: 100%;
    }
    .videoDetail-main .newsText-pageContent embed{
        width: 100% !important;
        height: 280px !important;
        max-width: 100% !important;
    }
}

@media(max-width:400px) {
    .videoWin-main .my-video-dimensions {
        height: 220px;
    }
}
