.cctv-banner{
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    background: #000000;
}
.cctv-banner img{width: 100%;}
.cctv-video{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: #000000;
    overflow: hidden;
    margin: 0 auto;
    min-height: 746px;
}
.cctv-video .video-title{
    width: 1130px;
    margin: 25px auto;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
}
.cctv-video .video-main{
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
}
.cctv-video .video-main .video-left{
    width: 846px;
    height: 630px;
    float: left;
    overflow: hidden;
    position: relative;
}

.cctv-video .video-main .video-right{
    width: 284px;
    height: 630px;
    float: right;
    overflow: hidden;
    background: #151B2A;
    color: #ffffff;
    font-size: 16px;
}
.cctv-video .video-main .video-right .video-right-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 18px 15px;
    float: left;
    display: none;
}
.cctv-video .video-main .video-right .video-right-show{
    display: block;
}


.cctv-video .video-main .video-right h2 {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cctv-video .video-main .video-right .video-h2{
    text-align: center;
    margin-bottom: 25px;
}
.cctv-video .video-main .video-right .video-name{margin: 3px 0;}
.cctv-video .video-main .video-right .video-name span{color: #F34F22}
.cctv-video .video-main .video-right .video-name1{color: #F34F22;}
.cctv-video .video-main .video-right .video-img {
    display: block;
    width: 245px;
    margin: 15px auto 10px;
}
.cctv-video .video-main .video-right .video-right-time{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 10px;
}
.cctv-video .video-main .video-right .video-right-time a{
    display: inline-block;
    width: 113px;
    height: 35px;
    line-height: 35px;
    border-radius: 25px;
    text-align: center;
    color: #ffffff;
    background: -webkit-linear-gradient(left, #ea1e49, #f97922);
    background: -o-linear-gradient(left,#ea1e49, #f97922);
    background: -moz-linear-gradient(left,#ea1e49, #f97922);
    background: linear-gradient(left,#ea1e49, #f97922);
}
.cctv-video .video-main .video-right .video-right-time p{
    width: 110px;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
}
.cctv-video .video-main .video-right .video-right-time p span{
    color: #E44B23;
}

.cctv-video .video-main .video-right .video-r-ul{
    font-size: 12px;
}
.cctv-video .video-main .video-right .video-r-ul li{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cctv-video .video-main .video-right .video-r-txt{
    font-size: 12px;
    text-indent: 2em;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-top: 5px;
}
.cctv-video .video-main .video-right .video-r-txt1{
    font-size: 12px;
    text-indent: 2em;
    width: 100%;
    height: 370px;
    overflow: hidden;
    margin-top: 15px;
}
/*视频推荐*/
.tj-video{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.tj-video .tj-video-title{
    width: 1130px;
    margin: 25px auto;
    font-size: 20px;
    color: #000000;
}
.tj-video .tj-video-ul{
    width: 1130px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tj-video .tj-video-ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.tj-video .tj-video-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 265px;
    height: 173px;
    overflow: hidden;
    margin-right: 23px;
    margin-bottom: 22px;
}
.tj-video .tj-video-ul li:nth-child(4n){margin-right: 0;}
.tj-video .tj-video-ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #ffffff;
}
.tj-video .tj-video-ul li a>img{width: 100%}
.tj-video .tj-video-ul li a p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
}
.tj-video .tj-video-ul li a .tj-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(21,27,42,0.7);
    color: white;
    font-size: 18px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    opacity: 0;
}
.tj-video .tj-video-ul li a .tj-hover img{
    width: 42px;
    height: 38px;
}
.tj-video .tj-video-ul li:hover a .tj-hover{opacity: 1;}
.tj-video .tj-video-ul li:hover a p{opacity: 0;}

.tj-video .tj-video-ul .tj-point a .tj-gif{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/gif.gif") no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.tj-video .tj-video-ul .tj-point a p{color: #F34F22;}










































