﻿    h1.title {
        font-weight: normal !important;
        font-size: 30px;
        font-weight: bold;
        background-size: auto 70%;
        margin: 0px 30px 0 30px;
        padding-top: 15px;
    }

        h1.title span {
            font-size: 20px;
            font-weight: normal;
        }

        h1.title i {
            margin: 10px 10px 7px 10px;
        }

    .app {
        position: absolute;
        z-index: 9;
        width: 120px;
        bottom: 120px;
        left: 50px;
    }


    .videoList .item {
        border-radius: 6px;
        height: 300px;
        overflow: hidden;
        position: relative;
        display: block;
        width: 100%;
    }

    .videoList img {
        width: 100%;
        transform: scale(1.01);
        transition: all 1.5s ease-out;
    }

    .videoList .item:hover img {
        width: 105%;
    }

    .videoList div a > span {
        border-radius: 6px;
        color: #Fff;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
    }

        .videoList div a > span > span {
            width: 100%;
            display: block;
            position: absolute;
            top: 90px;
        }

            .videoList div a > span > span h1 {
                font-size: 22px;
                margin-top: 5px;
                margin-bottom: 12px;
                text-align: center;
                font-weight: 400;
                vertical-align: middle;
                color: #fff;
            }

                .videoList div a > span > span h1 .t_line {
                    display: inline-block;
                    width: 30px;
                    font-size: 14px;
                    color: #fff;
                    vertical-align: middle;
                    border-bottom: 1px solid #fff;
                }

            .videoList div a > span > span button {
                width: 108px;
                height: 30px;
                line-height: 30px;
                margin-top: 14px;
                text-align: center;
                font-size: 14px;
                color: #fff;
                border: 1px solid #fff;
                background: transparent;
                cursor: pointer;
            }

    .headline h1 {
        font-size: 14px;
        margin-top: 45px;
        margin-bottom: 10px;
        text-align: center;
        vertical-align: middle;
        color: #333;
    }


        .headline h1 .t_line {
            display: inline-block;
            width: calc(100% / 2 - 100px);
            font-size: 14px;
            color: #333;
            vertical-align: middle;
            border-bottom: 1px solid #ddd;
        }