#searchResultOut.load
{
    background: url("../img/loader.gif") no-repeat center center;
    min-height: 200px;
}

.clickToBanner
{
    cursor: pointer;
}

.hotline_file_info
{
    position: absolute;
    margin: 5px 0px 0px 130px;
}

.b-intro {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #a0a0a0;
    color: white;
    margin-top: -15px;
    padding-top: 70px;
    padding-bottom: 100px;
    line-height: 1.6;
    font-size: 17px;
    position: relative;
    z-index: 1;
}

.b-intro:before {
    content: "";
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.b-video__list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.b-video__item {
    display: flex;
    flex-flow: column;
    border: 1px solid #d5d5d5;
    margin-bottom: 40px;
    width: 48%;
}

.b-video__item-frame {
    flex-shrink: 0;
    height: 25vw;
    max-height: 300px;
}

.b-video__frame {
    background-color: #a0a0a0;
    height: 100%;
    width: 100%;
}

.b-video__item-description {
    flex-shrink: 1;
    flex-grow: 1;
    background-color: white;
    padding: 12px 20px 20px;
    font-size: 16px;
    line-height: 1.6;
}

.b-video__title {
    font-size: 23px;
}

@media (max-width:1024px) {

    .b-intro {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .b-video__item-frame {
        height: 30vw;
    }

    .b-video__item-description {
        font-size: 14px;
    }

    .b-video__title {
        font-size: 20px;
    }
}

@media (max-width:768px) {

    .b-intro {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .b-video__list {
        display: block;
    }

    .b-video__item {
        margin-bottom: 20px;
        width: auto;
    }

    .b-video__item-frame {
        height: 60vw;
        max-height: none;
    }

    .b-video__item-description {
        padding: 10px 15px 15px;
        line-height: 1.5;
    }
}
