﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    background: #f9f9f9;
}

.main {
    display: flex;
    width: 1280px;
    margin: 30px auto;
}

.videoarea {
    flex: 2.2;
    margin: 0 20px 20px 10px;
}

.video-js .vjs-big-play-button:hover {
     background-color: rgba(255, 102, 0, 0.7);
}

.videobox {
    margin-bottom: 20px;
    padding: 33px 30px;
    background-color: #fff;
    position: relative;
}

    .videobox img {
        width: 92.4%;
        height: 475px;
        position: absolute;
        top: 33px;
        left: 31px;
        z-index: 9;
    }

.rightarea {
    background: #fff;
    flex: 1;
    height: 625px;
}

.video {
    width: 100%;
    height: 473px;
    display: block;
}


video:focus {
    outline: none;
}

.videobottom {
    width: 600px;
    margin-top: 20px;
    color: #999999;
}


.header {
    font-size: 26px;
    padding-bottom: 15px;
}

.recommand {
    position: relative;
    background-color: #fff;
    padding: 20px;
}

.recommandarea {
    margin-top: 20px;
    display: flex;
    justify-content: start;
    cursor: pointer;
}

.iconfont {
    font-size: 24px;
    vertical-align: center;
}

.morenews {
    text-align: center;
    height: 50px;
    background-color: #f9f4ed;
    line-height: 50px;
    cursor: pointer;
}

.underline {
    position: absolute;
    top: 70px;
    left: 21px;
    display: inline-block;
    width: 50px;
    height: 4px;
    background-color: #ff9900;
    z-index: 99;
    box-shadow: 0px 2px 8px rgb(255 153 0);
}

.newstime {
    display: block;
    color: #999999;
    margin-top: 10px;
}

.videocate {
    position: sticky;
    top: 40px;
    width: 100px;
    height: 250px;
    background-color: #fff;
}

    .videocate li {
        height: 50px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }

.change {
    background-color: #ff9900;
    color: #fff;
}

.morenews {
    margin: 0 auto;
    text-align: center;
    height: 40px;
    background-color: #f9f4ed;
    line-height: 40px;
    cursor: pointer;
}
