@charset "utf-8";
.video-header {
    height: 82px;
}

.video-header .logo {
    float: left;
    width: 140px;
    height: 58px;
    margin-top: 12px;
}

.video-header .logo img {
    width: 100%;
}

.video-header .nav-list > li {
    float: left;
    height: 80px;
    line-height: 82px;
}

.video-header .nav-list .nav-s-list {
    top: 82px;
}

.video-header .nav-list > li > a:hover, .header .nav-list > li.on > a {
    background: #333;
    margin: 0;
    padding: 0 18px;
}

.video-header .header .nav-list > li > a.txt, .header .nav-list > li.on > a.txt {
    background: url("http://www.qtv.com.cn/shouye/images/nav_line.png") right 50% no-repeat;

}

.video-header .position {
    float: left;
    margin-left: 33px;
    line-height: 80px;
    font-size: 16px;
    color: #a5a5a5;
}

.video-header .position a {
    color: #a5a5a5;
}

.video-header .position a:hover {
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.video-header .nav-search .search-box {
    margin-top: 25px;
}

.video-header .nav-search .search-box.on {
    background: #f1f1f1;

}

.video-header .nav-search .search-box .search-input {
    display: none;
    width: 138px;
    margin-top: 6px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 1px;
    margin-bottom: 1px;
    margin-left: 10px;
    font-size: 14px;
    color: #555;
    transition: all .2s ease;
}

.video-header .nav-search .search-box.on .search-input {
    display: block;
    transition: all .2s ease;
}

.video-header .nav-search .search-box .search-btn {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-image: url("http://www.qtv.com.cn/shouye/images/ico_index2.png");
    background-position: -20px 0;
}

.video-header .nav-search .search-box.on .search-btn {
    background-position: -40px 0;
    transition: all .2s ease;
}

.header .nav-list .nav-s-list {
    box-shadow: none;
}

.header .nav-list .nav-s-list li {
    background: #333;
    transition: .2s ease all;
}

.header .nav-list .nav-s-list li a:hover {
    background: #676767;
    color: #fff;
    transition: .2s ease all;
}

.video-header .drop-menu {
    display: none;
    position: absolute;
    z-index: 1030;
    left: 0;
    top: 82px;
    width: 100%;
    min-width: 1000px;
    height: 400px;
    border-bottom: none;
    box-shadow: none;
    background: #333;
}

.drop-menu .top-nav > li h4 {
    color: #b8b8b8;
}

.drop-menu .top-nav > li h4 a {
    color: #b8b8b8;
}

.drop-menu .top-nav > li h4 a:hover, .drop-menu .top-s-list > li > a:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.video-main {
    width: 100%;
    background: #333;
    overflow: hidden;
}

.video-main .content {
    margin-top: 12px;
}

.video-main .content-l {
    float: left;
    width: 880px;
}

.video-main h1 {
    font-size: 24px;
    color: #fff;
}

.video-main .video-resource {
    margin-top: 5px;
    font-size: 14px;
    color: #a1a1a1;
}

.video-box {
    position: relative;
    width: 880px;
    height: 510px;
    background: #000;
}

.video-flash-tag {
    text-align: center;
    color: #aaa;
    line-height: 20px;
    font-size: 12px;
    top: 50%;
    position: absolute;
    width: 880px;
}

.video-flash-tag a {
    color: #cc0033;
    text-decoration: underline;
}

.video-main .content-r {
    float: right;
    width: 320px;
    background: #232323;
}

.video-main .content-r .more-title {
    margin-top: 35px;
    font-size: 20px;
    color: #c1c1c1;
}

.video-main .content-r .video-tab {
    position: relative;
    height: 45px;
    border-bottom: 1px solid #393939;
}

.video-main .content-r .video-tab > li {
    float: left;
    cursor: pointer;
    margin-left: 25px;
    line-height: 45px;
    color: #676767;
    font-size: 14px;
}

.video-main .content-r .video-tab > li.on {
    color: #efefef;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.video-main .content-r .video-tab > li.sel {
    position: absolute;
    width: 58px;
    height: 2px;
    top: 44px;
    background: #cc0033;
}

.ps-container {
    position: relative;
    height: 540px;
    overflow: hidden;
}

.video-list {
    margin-top: 20px;
}

.video-scroll {
    position: relative;
    margin-left: 10px;
    padding-right: 10px;
    width: 300px;
    height: 464px;
    overflow: hidden;
}

.video-scroll .video-list {
    margin-top: 0;
}

.video-list > li {
    width: 270px;
    height: 30px;
    display: table;
    /*border-left: 8px solid #232323;*/
    background: #393939;
    padding: 16px 20px 16px 10px;
    color: #c1c1c1;
    font-size: 12px;
    margin-top: 4px;

}

.video-list > li.on, .video-list > li.on:hover {
    background: #cc0033;
    color: #fff;
    /*border-left: 8px solid #cc0033;*/
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.video-list > li:hover {
    background: #676767;
    color: #fff;
    /*border-left: 8px solid #cc0033;*/
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.video-list > li a {
    display: table-cell;
    color: #c1c1c1;
    vertical-align: middle;
}

.video-list > li.on a, .video-list > li:hover a {
    color: #fff;
}

.video-content {
    float: left;
    width: 690px;
    color: #fff;
    margin-top: 10px;
    font-size: 24px;
    line-height: 1.5;
    padding-left: 15px;
    max-height: 120px;
    overflow: hidden;
}

.video-content h1 {
    font-weight: normal;
}

.video-content .video-date {
    color: #a5a5a5;
    font-size: 14px;
}

.video-des {
    width: 270px;
    margin: 15px auto 0 auto;
    /*text-indent: 2em;*/
    color: #c1c1c1;
    font-size: 14px;
}

.video-des img {
    max-width: 100%;
}

.video-label {
    width: 270px;
    margin: 20px auto 0 auto;
    color: #c1c1c1;
    font-size: 14px;
}

/*海报列表页*/
.s-news-list {
    position: relative;
    border-top: 1px solid #cdcdcd;
    margin: 50px auto 0 auto;
    padding-top: 25px;
    width: 1200px;
}

.s-news-list .pic-news-list {
    overflow: hidden;
}

.s-news-list .pic-news-list > li {
    float: left;
    width: 224px;
    height: 150px;
    margin-left: 20px;
    background: #fff;
    overflow: hidden;
}

.s-news-list .pic-news-list > li:first-child {
    margin-left: 0;
}

.s-news-list .pic-news-list > li img {
    width: 100%;
    min-height: 100%;
}

.s-news-list .s-title {
    padding-right: 20px;
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    background: #fff;
    position: absolute;
    top: -20px;
}

.bg-gray .s-news-list .s-title {
    background: #f9f9f9;
}

.s-news-list .news-title {
    position: absolute;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    width: 204px;
    bottom: 0;
    background: url("http://www.qtv.com.cn/live/images/slide_mask_30.png") repeat-x;
}

.s-news-list .news-title a {
    color: #fff;
}

/*直播*/
.video-live {
}

.video-header .content, .video-live .content, .video-news-list.content {
    width: 1200px !important;
    overflow: hidden;
}

.video-header .content.top-nav {
    width: 1000px !important;
    margin: 0 auto;
}

.video-header .live-type {
    float: left;
    margin-left: 30px;
    height: 82px;
    line-height: 82px;
}

.video-header .live-type > li {
    float: left;
    margin-right: 40px;
}

.video-header .live-type > li a {
    font-size: 22px;
    font-weight: bold;
    color: #a1a1a1;
}

.video-header .live-type > li a:hover {
    color: #fff;
}

.video-header .live-type > li.on a {
    color: #cc0033;
}

.video-live .s-header {
    border: none;
    height: 80px;
    margin-top: 20px;
}

.video-live .live-channel-list {
    width: 880px;
    background: #444;
    height: 40px;
    line-height: 40px;
    margin-bottom: 16px;
    border-radius: 4px;
    overflow: hidden;
}

.video-live .live-channel-list > li {
    float: left;
    margin-right: 68px;
    font-size: 16px;
    color: #a1a1a1;
}

.video-live .live-channel-list.live-rd > li {
    margin-right: 35px;
}

.video-live .live-channel-list > li.c-t {
    width: 100px;
    text-align: center;
    background: #5b5b5b;
    margin-right: 55px;
    color: #fff;
    font-weight: bold;
}

.video-live .live-channel-list.live-rd > li.c-t {
    margin-right: 44px;
}

.video-live .live-channel-list > li a {
    color: #a1a1a1;
    cursor: pointer;
}

.video-live .live-channel-list > li:hover a {
    color: #fff;
}

.video-live .live-channel-list > li.on a {
    color: #cc0033;
}

.video-live .bravo-player {
    height: 510px;
    position: relative;
    z-index: 9;
}

.video-bottom {
    clear: both;
    width: 100%;
    height: 110px;
}

.video-live .video-title {
    float: left;
    width: 880px;
    height: 80px;
    line-height: 80px;
    color: #c1c1c1;
    font-size: 18px;
}

.video-live.video-zt2 .video-title {
    color: #fff;
}

.video-live .video-title span {
    float: left;
    height: 28px;
    line-height: 28px;
    background: #cc0033;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
    margin-top: 26px;
    margin-right: 18px;
}

.video-live .live-common .video-title {
    width: 690px;
}

.video-live .live-common .vd-phone {
    margin-top: 30px;
}

.video-bottom .video-ad {
    float: right;
    width: 310px;
    height: 80px;
    margin-top: 12px;
    overflow: hidden;
}

.video-bottom .video-ad img {
    height: 100%;
    width: 100%;
}

.video-live .player-box {
    float: left;
    width: 880px;
}

.video-live .epg-box {
    float: right;
    width: 310px;
    margin-top: -56px;
}

.city-live .epg-box {
    float: right;
    width: 310px;
    margin-top: 0;
}

.video-live .loading {
    background: url("http://www.qtv.com.cn/live/images/video_loading.gif");
    width: 126px;
    height: 22px;
    margin-left: auto;
    margin-right: auto;
}

.video-live .date-list .loading {
    margin-top: 30px;
}

.video-live .date-list {
    position: relative;
    overflow: hidden;
    width: 270px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #444;
}

.video-live .date-list ul {
    height: 40px;
    margin-left: 20px;
    background: #444;
    line-height: 40px;
    color: #fff;
}

.video-live .date-list ul > li {
    float: left;
    width: 67.5px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;;
}

.video-live .date-list ul > li.on {
    background: #cc0033;
}

.video-live .date-list ul > li:hover {
    background: #cc0033;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;;
}

.drop-menu .top-nav > li {
    border-color: #535353;
}

.drop-menu .top-s-list > li > a {
    color: #b8b8b8;
}

.video-live .date-list .prev {
    position: absolute;
    top: 0;
    left: 0px;
    height: 40px;
    width: 20px;
    cursor: pointer;
}

.video-live .date-list .next {
    position: absolute;
    top: 0;
    height: 40px;
    width: 20px;
    cursor: pointer;
    right: 0;
}

.video-live .date-list .prev.prevStop, .video-live .date-list .next.nextStop {
    background: #444;
    cursor: default;
}

.vd-ico {
    background: url("http://www.qtv.com.cn/live/images/ico_video.png") no-repeat;
}

.video-live .date-list .next {
    background-position: -2px -4px;
}

.phone-ico {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-position: -2px -50px;
}

.phone-ico:hover {
    background-position: -26px -50px;
}

.video-live .date-list .next:hover {
    background-position: -24px -4px;
}

.video-live .date-list .prev {
    background-position: -46px -4px;
}

.video-live .date-list .prev:hover {
    background-position: -68px -4px;
}

.video-live .ps-container {
    height: 464px;
    margin-top: 0px;
}

.video-live .epg-box .program-list {
    margin-top: 16px;
    overflow: hidden;
}

.city-live .epg-box .program-list {
    margin-top: 14px;
}

.video-live .program-list {
    height: 510px;
}

.city-live .program-list {
    height: 450px;
}

.video-live .program-list .loading {
    margin-top: 200px;
}

.video-live .program-list ul {
}

.video-live .program-list ul > li {
    height: 46px;
    padding: 0 10px;
    line-height: 46px;
    margin-right: 10px;
    margin-bottom: 5px;
    background: #444;

}

.video-live .program-list ul > li {
    color: #c1c1c1;
}

.video-live .program-list ul > li.available-epg-item .back {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    float: right;
    margin-top: 10px;
    background-position: -50px -50px;
}

.video-live .program-list ul > li.available-epg-item {
    cursor: pointer;
    transition: .2s ease all;
}

.video-live .program-list ul > li.available-epg-item .back:hover {
    background-position: -90px -2px;
}

.video-live .program-list ul > li.available-epg-item:hover {
    color: #fff;
    background: #676767;
    transition: .2s ease all;
}

.video-live .program-list ul > li:hover .back {
    background-position: -90px -2px;
}

.ps-container .ps-scrollbar-y-rail {
    background: #444;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y {
    background: rgb(170, 170, 170);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ps-container:hover .ps-scrollbar-y-rail, .ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
    background: #333
}

.video-live .program-list .program-time {
    float: left;
    font-size: 12px;
    margin-right: 10px;
}

.video-live .program-list .program-title {
    float: left;
    width: 150px;
    height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-live .program-list #vd_list .program-title {
    width: 100%;
}

.video-live .program-list .program-title.t2 {
    width: auto;
}

.video-live .program-list .program-title a {
    color: #c1c1c1;
    display: inline-block;
    width: 100%;
}

.video-live .program-list ul > li.on {
    background: #cc0033;
    color: #fff;
}

.video-live .program-list ul > li.on .program-title a,
.video-live .program-list ul > li.available-epg-item:hover .program-title a {
    color: #fff;
}

.video-live .program-list ul > li.on-live .back {
    background: none;
    width: auto;
    margin: 0;
}

.video-live .program-list ul > li.on-live .back:after {
    content: '正在直播';
}

/*视频底层*/
.video-inner {
}

.video-inner .s-header {
    border: none;
}

.video-inner .s-header .logo {
    float: left;
    width: 200px;
    height: 60px;
    background: #999;
}

.video-inner .conf-h1 {
    float: left;
    height: 60px;
    padding-left: 20px;
    margin-left: 20px;
    line-height: 60px;
    border-left: 1px solid #666666;
    font-size: 34px;
    color: #fff;
}

.video-inner .search-box {
    float: right;
}

.video-inner-box {
    margin-top: 20px;
    width: 100%;
    height: 625px;
    background: #636363;
}

.video-inner-title {
    height: 115px;
    color: #fff;
    line-height: 100px;
    font-size: 24px;
    font-weight: bold;
}

.video-inner-title .vd-btn {
    float: right;
    height: 36px;
    width: 120px;
    line-height: 36px;
    margin-top: 34px;
    text-align: center;
    background: #cc0033;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.video-inner-title .vd-btn:hover {
    background: #24adf7;
    transition: all .2s ease;
}

.video-inner-title .vd-btn a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}

.video-inner-content {
    width: 1000px;
    margin: 34px auto 0 auto;
    overflow: hidden;
}

.video-inner-content .vd-info {
    float: left;
    height: 280px;
    width: 280px;
    padding: 20px;
    background: #f0f0f0;
    line-height: 1.5;
    font-size: 16px;
}

.video-inner-content .vd-content {
    width: 620px;
    padding: 0 15px;
    float: right;
    height: 320px;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

.video-inner-content .vd-content p {
    text-indent: 2em;
}

.video-inner-content .ps-container {
    height: 320px;
}

.video-inner-content .ps-container:hover .ps-scrollbar-y-rail,
.video-inner-content .ps-container.hover .ps-scrollbar-y-rail {
    background: #ddd
}

.video-inner-content .ps-container .ps-scrollbar-y-rail:hover,
.video-inner-content .ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
}

.video-inner-content .ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.video-inner-content .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #333;
}

.vd-copyright {
    height: 66px;
    color: #888;
    font-size: 16px;
    line-height: 66px;
}

.s-vd-list {
    position: relative;
    border-top: 1px solid #cdcdcd;
    margin: 40px auto 0 auto;
    padding-top: 25px;
    width: 1000px;
}

.s-vd-list .pic-news-list {
    overflow: hidden;
}

.s-vd-list .pic-news-list > li {
    float: left;
    width: 192px;
    height: 128px;
    margin: 0 4px;
    background: #fff;
    overflow: hidden;
}

.s-vd-list .pic-news-list > li img {
    width: 100%;
    min-height: 100%;
}

.s-vd-list .s-title {
    padding-right: 20px;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    background: #fff;
    position: absolute;
    top: -20px;
}

.s-vd-list .news-title {
    position: absolute;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    width: 172px;
    bottom: 0;
    background: url("http://www.qtv.com.cn/live/images/slide_mask_30.png") repeat-x;
}

.s-vd-list .news-title a {
    color: #fff;
}

.vd-phone {
    float: left;
    position: relative;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 65px;
    color: #a1a1a1;
    font-weight: normal;
    cursor: pointer;
}

.video-zt2 .vd-phone {
    color: #fff;
}

.vd-phone .ewm {
    position: absolute;
    z-index: 1030;
    display: none;
    height: 100px;
    width: 100px;
    background: #fff;
    bottom: 25px;
    left: 2px;

}

.vd-phone .ewm img {
    width: 100px;
    height: 100px;
}

.video-inner-content.c2 .vd-content {
    float: none;
    width: 970px;
    padding: 0 15px;
    height: 100px;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

.video-inner-content.c2 .ps-container {
    height: 100px;
}

.video-inner-title .vd-phone i {
    margin-right: 10px;
}

.video-inner-title .vd-phone .vd-phone-t:hover {
    color: #bbb;
}

.video-inner-title .vd-phone .vd-phone-t:hover .phone-ico {
    background-position: -26px -50px;
}

/*路况*/
.video-live .type-list {
    position: relative;
    overflow: hidden;
    width: 320px;
}

.video-live .type-list ul {
    height: 46px;
    background: #444;
    line-height: 46px;
    color: #fff;
}

.video-live .type-list ul > li {
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.video-live .type-list ul > li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.video-live .type-list ul > li.on {
    background: #cc0033;
}

.video-live .type-list ul > li:hover {
    background: #cc0033;
    transition: all .2s ease;
}

.video-zt {
    background: url("http://www.qtv.com.cn/shouye/images/zhibo_bg.jpg") center;
}

.video-zt2 {
    background: url("http://www.qtv.com.cn/shouye/images/zhibo_bg2.jpg") center;
}

.player-cover {
    display: none;
    width: 880px;
    height: 602px;
    position: absolute;
    top: 149px;
    z-index: 1001;
    background: url("../images/gsgb_cover.png") center;
    background-size: cover;
}

.player-cover.zhgb-cover {
    background: url("../images/zhgb_cover.jpg") center;
    background-size: cover;
}

.player-cover-jj {
    display: none;
    width: 880px;
    height: 602px;
    position: absolute;
    top: 149px;
    z-index: 1001;
    background: url("../images/jjgb_cover.jpg") center;
    background-size: cover;
}

.player-cover-jt {
    display: none;
    width: 880px;
    height: 602px;
    position: absolute;
    top: 149px;
    z-index: 1001;
    background: url("../images/jtgb_cover.jpg") center;
    background-size: cover;
}