@charset "utf-8";
/*  视频文章页   */
.article_box {
    min-height: 540px;
    width: 100%;
    background: #33363a;
    padding: 0 0 10px 0;
}
.videoSection {

    margin: 0 20px;
    position: relative;
}
.videoSection .navTitle {
    height: 55px;
    line-height: 55px;
    color: #787878;
    background: url("/_res/images_video/home.gif") left center no-repeat;
    padding-left: 20px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.guidang{position: absolute;right: 0;top: 0;}
.navTitle a {
    color: #787878;
    margin: 0 4px;
}
.videoSection .videoNewsTitle {
    color: #ffed9a;
}

/*  视频播放部分  */
.PlaySection {
    position: absolute;
    left: 0;
    right: 247px;
    top: 55px;
    height: 480px;
}

/*  右边栏 */
.rightAside {
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 2;
    width: 227px;
    height: 479px;
    background: #f1f1f1;
}
/*  相关视频    */
.videoTop {
    height: 42px;
    line-height: 42px;
    background: url("/_res/images_video/is-t1-1.gif") bottom repeat-x #fff;
    padding: 0;
    font-size: 14px;
    color: #c20000;
    overflow: hidden;
}

.videoTop a {
    float: right;
    padding: 15px 14px 0 0;
}
.videoTop span {
    float: left;
    padding: 12px 6px 0 11px;
}

/*  相关视频列表  */
.videoNewsList {
    margin-top: 6px;
}
.videoNewsList ul li {
    list-style: none;
    height: 38px;
    line-height: 38px;
    background: url("../images_video/linebg2.gif") bottom left repeat-x;
    padding: 0;
}
.videoNewsList ul li a {
    color: #8c8c8c;
    padding-left: 27px;
    background: url("../images_video/arr01.gif") 20px center no-repeat;
    display: block;
    overflow: hidden;
    height: 38px;
}
.videoNewsList ul li a:hover {
    color: #fff4de;
    background: url("../images_video/arr02.gif") 20px center no-repeat #5d656d;
    text-decoration: none;
}
/*  视频信息    */
.videoInfo {
    margin: 0;
    padding-top: 15px;
}
.videoInfo .videoInfoBox {
}
.videoInfoBox .description {
    min-height: 65px;
    padding: 12px;
    /*border-bottom: 1px solid #ddd;*/
    /*position: relative;*/
    line-height: 29px;
}
.bdsharebuttonbox span{ display: inline-block;}
.bdsharebuttonbox .share-box{ position: relative; top:8px;}
.description .desTitle {
    border-bottom: 1px solid #ddd;
}
.description h1 {
    width: 68px;
    padding: 0 0 0 4px;
    color: #e40000;
    font-size: 16px;
    font-weight: normal;

    border-bottom: 2px solid #e40000;
}
.newsinfo1 span {
    padding: 0 10px;
}
.description {
    /*display: none;*/
}
.description .articleContent {
    padding: 5px;
    text-indent: 2em;
}
.description .articleContent p {
    /*width: 90%;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
@media (max-width: 980px) {
    .rightAside {
        display: none;
    }
    .article_box {
        width: auto;
        padding: 10px; min-height: 0;
    }
    .videoSection {
        width: auto; margin: 0;
    }
    .PlaySection {
        width: auto;
        position: static;
    }
    .videoInfo .videoInfoBox {
        width: auto;
    }

}
.j-video-player {
       width: 100% !important;

   }