
.video_main {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 90px;
}

.fan_box {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 30px;
    border-bottom: 1px #F5F6FA solid;
    background-color: #ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
}

.fan_box i {
    width: 1px;
    height: 14px;
    float: left;
    background-color: #001966;
    margin: 8px 10px;
}

.fan_box p {
    width: auto;
    height: 30px;
    float: left;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    font-size: 0.85rem;
    color: #001966;
}

.fanhui {
    width: auto;
    height: auto;
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 0.85rem;
    color: #001966;
    line-height: 20px;
    margin-left: 4%;
    margin-top: 5px;
}

.fanhui img {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 2px;
}

.video_play {
    width: 100%;
    height: auto;
    float: left;
    background-color: #ffffff;
}

.video_play h2 {
    width: 94%;
    height: 30px;
    line-height: 30px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 1rem;
    color: #333333;
    font-weight: bold;
    margin: 0 3%;
    border-bottom: 1px #F5F6FA solid;
}

.video_play p {
    width: 94%;
    height: auto;
    line-height: 20px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    color: #999999;
    font-weight: normal;
    margin: 10px 3%;
}

.video_small {
    width: auto;
    height: 30px;
    float: left;
    margin-right: 30px;
}

.video_small p {
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-size: 0.85rem;
    font-weight: 500;
    color: #999999;
    float: left;
    margin: 0 10px;
}

.video_play span {
    width: auto;
    height: 20px;
    line-height: 20px;
    float: left;
    background-color: #001966;
    border-radius: 2px;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    color: #ffffff;
    padding: 0 5px;
    margin-right: 5px;
}

.video_list {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    background-color: #ffffff;
}

.videolist_title {
    width: 94%;
    height: 30px;
    float: left;
    padding: 0 3%;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px #F5F6FA solid;
}

.videolist_title img {
    width: auto;
    height: 20px;
    float: left;
    margin-top: 5px;
}

.videolist_title p {
    width: auto;
    line-height: 22px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 1.15rem;
    font-weight: bold;
    color: #001451;
    margin: 5px;
}

.video_list_box {
    width: 92%;
    height: auto;
    float: left;
    margin: 10px 4%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.video_box {
    width: 48%;
    height: auto;
    margin-bottom: 15px;
}

.video_pic {
    width: 100%;
    height: 100px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video_box p {
    width: 100%;
    height: 20px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.video_box img {
    width: auto;
    height: 18px;
    float: left;
    margin-top: 1px;
    margin-right: 5px;
}

.video_box span {
    width: auto;
    height: 20px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 0.75rem;
    color: #999999;
    line-height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}


