body {
    min-width: 905px;
    background-color: #fff;
    overflow: visible;
    font-family: SourceHanSansCN-Regular, PingFangSC-Medium, "Microsoft YaHei", 微软雅黑;
}

.video-box {
    margin: 32px auto 0;
    position: relative;
}

.video-box .go_back {
    position: absolute;
    top: 0px;
    left: -110px;
}

#video-container {
    width: 905px;
    height: 509.0625px;
    margin: 0 auto;
    position: relative;
}

.main-box {
    overflow: hidden;
    background-color: #efebe8;
}

/*文章大框*/

.container {
    width: 905px;
    margin: 24px auto 48px;
}

/*头部*/

.top-info {
    width: 100%;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    font-size: 13px;
    color: #5e5e5e;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.top-info .type {
}

.top-info .num {
    margin-left: 8px;
}

.top-info .people-num {
    margin-left: 8px;
    /*margin-top: 3px;*/
}

.top-info .split {
    margin-left: 8px;
}

.top-info .timer {
    margin-left: 8px;
}

.top-info .public-time {
    margin-left: 8px;
    /*margin-top: 3px;*/
}

/*标题*/

.title {
    width: 100%;
    margin-top: 25px;
    font-size: 27px;
    line-height: 27px;
    color: #46798e;
    line-height: 1.5;
}

/*新闻icon栏*/

.icon-box {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #5f5f5f;
}

.icon-box span {
    color: #5f5f5f;
}

.icon-box img {
    width: 24px;
    height: 24px;
}

.icon-box .deptName {
    margin-left: 10px;
}

.icon-box .videoTime {
    margin-left: 10px;
    margin-top: 2px;
}

.article {
    width: 100%;
    margin: 24px 0px 0px;
    font-size: 16px;
    color: #8c8c8c;
    line-height: 30px;
    /*-ms-word-break: break-all;*/
    /*word-break: break-all;*/
    word-wrap: break-word;
    text-align: justify;
}

/*评论部分*/

.comment-side {
    background-color: #fbfbfb;
}

/*评论大框*/

.comment-box {
    /*width: 920px;
    margin: 0px auto;
    padding-top: 28px;*/
    width: 100%;
    background-color: #fff;
}

.comment-container {
    width: 920px;
    margin: 0px auto;
    padding-top: 28px;
}

/*评论人数+文字*/

.comment-top {
    width: 100%;
    height: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.comment-top .comment-num {
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei", 微软雅黑;
    font-size: 18px;
    color: #d45948;
}

.comment-top .pinglun {
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei", 微软雅黑;
    font-size: 14px;
    color: #c7c7c7;
    margin-left: 6px;
}

.copy-right {
    font-size: 12px;
    color: #b9b9b9;
    text-align: center;
    padding: 14px 0;
}
.copy-right a{
    color: #b9b9b9;
    text-decoration: none;
}
.copy-right img{
    display: inherit;
    margin-top: -1px;
    vertical-align: middle;
    border: 0;
}
.copy-right a:hover{
    color: #b9b9b9;
    text-decoration: underline;
}
/*评论*/

.comment-count {
    font-size: 14px;
    color: #c7c7c7;
    margin-bottom: 24px;
}

.comment-count strong {
    font-size: 18px;
    color: #46798e;
    margin-right: 6px;
    position: relative;
    bottom: -2px;
}

.comment-submit {
    font-size: 0;
}

.comment-submit .user-head,
.comment-submit .comment-submit-box {
    display: inline-block;
    vertical-align: top;
    background: url(../../img/default-head.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.comment-submit .user-head {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #c7c7c7;
    margin-right: 8px;
}

.comment-submit .comment-submit-box {
    width: 870px;
    height: 60px;
}

.comment-submit-box textarea {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.submit-info {
    font-size: 18px;
    text-align: right;
    margin-top: 20px;
    color: #c8c8c8;
}

.submit-info .submit {
    display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    background-color: #5a9fc3;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}

.all-comments {
    text-align: center;
    font-size: 18px;
    color: #46798e;
    margin-top: 30px;
    margin-bottom: 30px;
}

.all-comments .left,
.all-comments .right {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 1px;
    background-color: #46798e;
}

.all-comments .left {
    margin-right: 12px;
}

.all-comments .right {
    margin-left: 12px;
}

.comment-list li {
    font-size: 0;
}

.comment-list li .avater,
.comment-list li .content {
    display: inline-block;
    vertical-align: top;
}

.comment-list li .avater {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    background: #ddd;
    margin-top: 10px;
}

.comment-list li .content {
    width: 860px;
    font-size: 18px;
    border-bottom: 1px solid #f1f1f1;
}

.comment-list li .username {
    font-size: 18px;
    color: #969dac;
    margin-bottom: 16px;
    padding-top: 10px;
}

.comment-list li .detail {
    font-size: 15px;
    color: #444;
    line-height: 22px;
}

.comment-list li .comment-time {
    text-align: right;
    color: #959cac;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
}

.comment-loading {
    margin-top: 30px;
    text-align: center;
    color: #c6c6c6;
    font-size: 14px;
}

.type_icon {
    width: 53px;
    height: 22px;
}

.video_type_1 {
    background: url(./../../img/video_type_1.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.video_type_2 {
    background: url(./../../img/video_type_2.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.video_type_3 {
    background: url(./../../img/video_type_3.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.top-info span {
}

.smaller-icon {
    width: 18px;
}

.firstComment {
    margin-top: 30px;
    text-align: center;
    color: #c6c6c6;
    font-size: 14px;
}

/*ie9 hack*/

.top-info,
.icon-box {
    display: block \9;
}

.top-info > *,
.icon-box > * {
    display: inline-block \9;
    vertical-align: middle \9;
}

.load-box {
    position: absolute;
    height: 505px;
    width: 905px;
    left: 50%;
    margin-left: -452.5px;
    /*background-color: #878787;*/
}

.loadgif {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loadErr {
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 999;
    display: none;
}

.loadErr:hover {
    cursor: pointer;
}

.banner-icon-1 {
    background: url(./../../img/banner-icon-1.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner-icon-2 {
    background: url(./../../img/banner-icon-2.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner-icon-3 {
    background: url(./../../img/banner-icon-3.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner-icon-4 {
    background: url(./../../img/banner-icon-4.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner-icon-5 {
    background: url(./../../img/banner-icon-5.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner-icon-8 {
    background: url(./../../img/banner-icon-8.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.raidus {
    border-radius: 50%;
}

.video-tips-layer {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 9;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #333333;
    font-family: PingFangSC-Regular;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.video-tips-layer p {
    line-height: 40px;
}

.flash-box {
    position: absolute;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f2f1f0;
}

.flash-box-flex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.flash-cctv-logo {
    width: 175px;
    height: 57px;
    background-image: url("./../../img/flash-cctv-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 146px;
}

.flash-logo {
    width: 30px;
    height: 30px;
    background-image: url("./../../img/flash-logo.png");
    background-size: 100% 100%;
    margin-top: 122px;
}

.flash-text {
    margin-top: 10px;
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0;
    text-align: center;
    text-decoration: underline;
}

.emoji{
    width: 80px;
}