
.content-box .news-box {
    background: #fff;
    width: 90%;
    height: auto;
    padding: 40px 5%;
}

.news-box .title {
    width: 100%;
    height: 65px;
    background: #fff;
    text-align: left;
}

.news-box h1 {
    text-align: center;
}

.news-box .news-resource {
    font-size: 14px;
    line-height: 74px;
    text-align: right;
    border-bottom: 1px dashed #989898;
    margin-bottom: 20px;
}

.news-box .title p {
    font-size: 16px;
    line-height: 65px;
    text-indent: 2rem;
}

.news-box .title p span {
    font-size: 16px;
    line-height: 65px;
}

.content-box .news h1 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.content-box .news h2 {
    font-size: 14px;
    line-height: 74px;
    text-align: right;
    border-bottom: 1px dashed #989898;
    margin-bottom: 20px;
}

.content-box .news p {
    font-size: 16px;
    line-height: 32px;
    /*text-indent: 2em;*/
}

.content-box .news img {
    margin: 30px auto 0;
    max-width: 100%;
}

.video-inner-box {
    text-align: center;
}

video {
    margin: 0 auto;
}

.content-box .video-box-s {
    width: 100%;
    padding: 40px 0;
}

.video-box-s h1 {
    text-align: left;
}

.video-main {
    width: 100%;
    /*background: #333;*/
    overflow: hidden;
}

.video-main .content {
    overflow: hidden;
}

.video-main .content-l {
    float: left;
    width: 880px;
}

.video-main h1 {
    font-size: 24px;
    color: #333;
}

.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: #3ba5d3;
    text-decoration: underline;
}

.video-main .content-r {
    float: right;
    width: 320px;
    background: #fff;
}

.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 #3174ad;
}

.video-main .content-r .video-tab > li {
    float: left;
    cursor: pointer;
    margin-left: 25px;
    line-height: 45px;
    color: #454545;
    font-size: 16px;
}

.video-main .content-r .video-tab > li.on {
    color: #3ba5d3;
    font-weight: bold;
    -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: #3174ad;
}

.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: #d4d4d4;
    padding: 16px 20px 16px 10px;
    color: #535252;
    font-size: 12px;
    margin-top: 4px;

}

.video-list > li.on, .video-list > li.on:hover {
    background-image: linear-gradient(#3ba9d6, #3d97bf);
    color: #fff;
    /*border-left: 8px solid #cc0033;*/
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.video-list > li:hover {
    background: #676767;
    color: #535252;
    /*border-left: 8px solid #cc0033;*/
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.video-list > li a {
    display: table-cell;
    color: #535252;
    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: #535252;
    font-size: 14px;
}

.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;
}

.video-live .program-list {
    height: 510px;
}
