.nybanner{
    width: 100%;
    background-color: #646464;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-image: url('../../images/about/nimg1920_4.jpg');
}


.videos-content {
    padding: 100px 0px 20px 0px;
}
.videos-content>h1{
    text-align: center;
}

.content .title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 10px 0 22px;
    font-weight: bold;
}

.content .mark {
    color: #999999;
    height: 38px;
    line-height: 30px;
    text-align: center;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    background-color: #fff;
}


.content-contxt{
    padding: 30px 0px;
    min-height: 400px;
}
.content-contxt .synopsis h2 {
    font-size: 18px;
    color: #ec6c21;
    margin-bottom: 20px;
}
.content-contxt .text {
    text-indent: 2em;
    min-height: 40px;
}
.content-videos{
    padding: 30px 100px 20px 100px;
}



.content .reLink {
    width: 100%;
    height: 25px;
    border-top: 1px solid #d7d6d6;
    padding: 15px 0 40px;
}
.clearfix a {
    text-decoration: none;
    outline: none;
    color: #666;
}
.clearfix a:hover{
    color: #ec6c21;
}
.reLink .nextLink, .reLink .prevLink {
    max-width: 500px;
    line-height: 25px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content .fl {
    float: left;
}
.content .fr {
    float: right;
}


@media screen and (max-width: 1004px){
    .nybanner{
        background-image:  url('../../images/about/nimg640_4.jpg');
        height: 220px;
    }
    .videos-content {
        padding: 20px 10px 10px 10px;
    }
    .content-videos {
        padding: 5px 5px 5px 5px;
    }
    .reLink .nextLink, .reLink .prevLink{
        width: 48%;
    }


}