﻿.p_top {
    padding:0 !important;
}
.InnerMin {
    width: 100%;
    background-color: #f8f8f8;
}

.View_Video {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

.View_Video_title {
    font-size: 22px;
    color: #4e4e4e;
    font-weight: bold;
    padding: 20px 0 10px;
}
.View_Video_sign {
    position: absolute;
    right: 80px;
    bottom: 610px;
    z-index: 99;
    display: block;
    max-height: 33px;
}
.View_Video_tool {
    padding: 10px 0 20px;
    font-size: 14px;
    color: #9d9c9c;
}

.View_Center {
    background-color: #ffffff;
    border-radius: 5px;
}

.View_Center_Title {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #ff6400;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #f8f8f8;
}

    .View_Center_Title > a {
        display: inline-block;
        height: 70px;
        position: relative;
    }

        .View_Center_Title > a:after {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background-color: #ff6400;
            bottom: 0px;
            position: absolute;
        }

.View_Center_body {
    padding: 30px;
}
