
/*location*/

.location .location-inner {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 1px solid #F1F1F1;
    color: #2B4D2C;
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    font-family: Adobe Heiti Std;
}

/*detail*/

.detail {
    padding: 0 0 24px;
    border-bottom: 1px solid #ECEAEB;
}

.detail .detail-inner {
    width: 1200px;
    margin: 0 auto;
}

.detail-inner .detail-con {
    width: 100%;
    height: auto;
}

.detail-con .article .video-box {
    width: 940px;
    height: 580px;
}

.detail-con .article .video-box .video-js.vjs-fluid {
    height: 530px;
}

.detail-con .article .video-box .vjs-poster {
    background-size: cover;
}

.article .video-box video {
    display: block;
    width: 100%;
    height: 530px;
    object-fit: cover;
    outline: none;
}

.article .video-box .live-operate {
    width: 100%;
    height: 50px;
    background: #222222;
    color: #AAAAAA;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    padding: 0 14px;
}


.article .video-box .live-operate i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: yellowgreen;
    margin-right: 6px;
}

.article .video-box .live-operate .operate-item {
    display: flex;
    align-items: center;
}

.article .video-aside {
    width: calc(100% - 940px);
    height: 580px;
    background: #000000;
    overflow: auto;
}

.article .video-aside::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.video-aside .video-item .video-title {
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #AAAAAA;
    line-height: 50px;
    padding: 0 10px;
    cursor: pointer;
}

.video-aside .video-item.active .video-title {
    color: #0C90C1;
}

.video-aside .video-item .sub-list-box {
    display: none;
}

.video-aside .video-item:first-child .sub-list-box {
    display: block;
}

.video-aside .video-item .sub-list-box .more {
    display: block;
    font-size: 12px;
    color: #cccccc;
    text-align: right;
    padding: 14px 10px 6px 0;
    position: relative;
}

.video-aside .video-item .sub-list-box .more::after {
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background: #cccccc;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.video-aside .video-item .video-sub-list {
    width: 100%;
    height: auto;
    padding: 0 10px;
    background: #111111;
    color: #777777;
}

.video-aside .video-item .video-sub-list {
    padding-left: 20px;
    border-top: 1px solid #777777;
}

.video-aside .video-item .video-sub-list .video-sub-item {
    line-height: 40px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.video-aside .video-item .video-sub-list .video-sub-item::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.video-aside .video-item .video-sub-list .video-sub-item::after {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 50%;
}

.video-aside .video-item .video-sub-list .video-sub-item:last-child::after {
    width: 0;
}

.video-aside .video-item .video-sub-list .video-sub-item.active {
    color: #0c7ff9;
}

.video-aside .video-item .video-sub-list .video-sub-item.active::before {
    background: #0c7ff9;
}

.video-aside .video-item .video-sub-list .video-sub-item.active .replay {
    color: #0c7ff9;
}

.video-item .video-sub-list .video-sub-item .name {
    margin: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
}

.video-item .video-sub-list .video-sub-item .replay {
    color: #cccccc;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
}

.video-info .video-share {
    font-size: 14px;
    color: #777777;
}

.video-info .video-share .social-share .social-share-icon {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}

.video-info .video-share .social-share a {
    margin: 4px 6px;
}

.detail-con .recommend {
    padding: 50px 0;
}

.recommend .recom-title {
    position: relative;
    border-bottom: 1px solid #B5B5B5;
}

.recommend .recom-title h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    float: left;
}

.recommend .recom-title h3::after {
    content: '';
    display: inline-block;
    width: 120px;
    height: 1px;
    background: #d80707;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.recommend .recom-title h3 span:first-child {
    color: #0C90C1;
}

.recommend .recom-title h3 span:last-child {
    color: #CD2337;
}

.recommend .recom-title .more {
    float: right;
    line-height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.recommend .recom-title .more i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: yellowgreen;
    margin-left: 8px;
}

.recommend .recom-con {
    padding: 30px 0 0;
}

.recommend .recom-con .recom-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.recommend .recom-con .recom-list li {
    width: 230px;
    height: auto;
}

.recom-list li a {
    display: block;
}

.recom-list li .recom-cover {
    width: 100%;
    height: 136px;
    overflow: hidden;
    position: relative;
}

.recom-list li .recom-cover:hover img {
    transform: scale(1.1);
}

.recom-list li .recom-cover img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.recom-list li .recom-cover span {
    display: block;
    background-size: 100% 100%;
    position: absolute;
    right: 6px;
    bottom: 6px;
    padding: 3px 6px;
    background: rgba(0, 0, 0, .8);
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
}

.recom-list li .recom-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 6px;
    font-size: 14px;
}

.recom-list li .recom-info {
    font-size: 12px;
    color: #777777;
    text-align: center;
    margin: 6px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}