/* normal css */
.cntb #uread_meterbar{
    position: relative;
    background: #EAF9FF;
    float: left;
    width: 100%;
    padding: 7px 5px 5px 5px;
    display: block;
    text-align: center;
    margin-bottom: -1px;
    box-sizing: border-box;
    font-size: 16px;
    display: none;
}
.cntb #uread_meterbar span{
    color:#4A90E2;
    margin:0 4px;
}
.cntb .contentblock-block{
    display: none;
}

/*blocked content css */
.cntb.block #articleContent{
    height:900px;
    overflow:hidden;
}
.cntb.block .LHSContent:before{
    width:100%;
    height:100%;
    content:'';
    z-index:2;
    position:absolute;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.cntb.block #fb_comment {
    display: none;
}
.cntb.block .contentblock-block{
    display: block;
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 50px;
    z-index: 110;
}
.cntb.block .contentblock-msg {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 25px;
}
.cntb.block .contentblock-msg .title {
    color: #4A90E2;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cntb.block .contentblock-msg .description {
    margin-bottom: 17px;
    font-size: 16px;
}
.cntb.block .contentblock-msg button {
    background: #004188;
    color: #fff;
    width: 80%;
    padding: 10px;
    font-size: 20px;
    border-radius: 8px;
}
.cntb.block #video_player img{
    display: inline;
    max-width: 100%;
    max-height: 520px;
    width: auto;
    height: auto;
}
.cntb.block #lhsContentMiddle.LHSContent:before{
    display:none;
}
.cntb.block #vdoPlayer.LHSContent:before {
    width: 100%;
    height: 100%;
    content: '';
    z-index: 101;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.cntb.block #lhsContentBottom.LHSContent:before{
    display:none;
 }