﻿/* 隐藏页面头部信息 */
.main-header { display: none; }

/* 顶层容器 重置 */
body > .content-wrapper { overflow: hidden; }

body > .content-wrapper > .container {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
}

body > .content-wrapper > .container > .content {
    padding: 0;
    min-width: 300px;
}

/* 顶部banner展示区 */
.tab-award {
    margin: 0 auto;
    padding-top: 20px;
    height: 215px;
    width: 100%;
    min-height: 100px;
    background-image: url(/Areas/Competition/www/assets/award/banner_bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.tab-award .info {
    width: 300px;
    height: 100px;
    margin: 0 auto;
    padding: 20px 36px;
    background-image: url(/Areas/Competition/www/assets/award/banner_font.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.tab-award .btn {
    padding: 0;
    width: 80px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.41);
    border-radius: 23px;
    border: 1px solid #FFFFFF;
}

.tab-award .btn.margin-left {
    margin-left: 30px;
}

.tab-award .btn.focus,
.tab-award .btn:focus,
.tab-award .btn:hover {
    color: #fff;
}

.tab-award .btn.active {
    background: rgba(255, 181, 54, 0.2);
    border: 1px solid #FFA600;
}

.tab-award .btn.active:active,
.tab-award .btn.active:focus,
.tab-award .btn.active:active,
.tab-award .btn.active:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

/* 奖项 展示 */
.award-level {
    width: 100%;
    height: 93px;
    padding-top: 20px;
}

.award-level .title {
    margin: 0 auto;
    width: 250px;
    height: 100%;
    padding: 20px 0;
    font-size: 24px;
    color: #f8e71c;
    text-align: center;
    background-image: url(/Areas/Competition/www/assets/award-level-title-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.award-level.first {
    margin-top: -47px;
    padding: 0;
    background-image: url(/Areas/Competition/www/assets/award/one.png);
    background-size: 73px 73px;
    background-repeat: no-repeat;
    background-position: center;
}

.award-level.second,
.award-level.three,
.award-level.excellent {
    padding-top: 8px;
    margin-bottom: 10px;
    background-image: url(/Areas/Competition/www/assets/award/title_bg.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.award-level.second .level,
.award-level.three .level,
.award-level.excellent .level {
    margin: 0 auto;
    width: 73px;
    height: 73px;
    padding: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.award-level.second .level {
    background-image: url(/Areas/Competition/www/assets/award/two.png);
}

.award-level.three .level {
    background-image: url(/Areas/Competition/www/assets/award/three.png);
}

.award-level.excellent .level {
    background-image: url(/Areas/Competition/www/assets/award/good.png);
}

/* 作评列表 */
.award-list-item {
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}

.media {
    min-width: 350px;
    padding: 3px 4px;
    background: #FFFEFE;
    box-shadow: 0px 0px 4px 2px rgba(209, 209, 209, 0.5);
}

.media .media-left .media-object {
    width: 116px;
    height: 83px;
}

.media .media-body {
    width: calc(100% - 130px);
    left: 130px;
}

.media .media-body .title {
    font-size: 14px;
    margin: 0;
    margin-top: 6px;
    padding: 0;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.media .media-body .info {
    position: absolute;
    bottom: 8px;
}

.media .media-body .description {
    width: 80%;
    line-height: 12px;
    height: 13px;
    margin: 0;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.media .media-body .school,
.media .media-body .author,
.media .media-body .browser,
.media .media-body .award {
    display: inline-block;
    width: 48%;
    margin: 0;
    font-size: 12px;
    line-height: 17px;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}



@media (min-width: 768px) {
    .tab-award {
        padding-top: 40px;
        height: 311px;
    }

    .tab-award .info {
        width: 457px;
        height: 156px;
        background-image: url(/Areas/Competition/www/assets/award/banner_font-md.png);
    }

    .tab-award .btn {
        font-size: 16px;
        line-height: 22px;
        padding: 7px 17px;
        width: 98px;
        height: 36px;
    }


    .award-level { height: 109px; }

    .award-level.first {
        margin-top: -54px;
        background-size: 109px 109px;
    }

    .award-level.second,
    .award-level.three,
    .award-level.excellent {
        height: 153px;
    }

    .award-level.second .level,
    .award-level.three .level,
    .award-level.excellent .level  {
        height: 109px;
        width: 109px;
    }


    .award-list {
        padding: 10px 15px;
    }

    .media .media-body .school,
    .media .media-body .author,
    .media .media-body .browser,
    .media .media-body .award {
        width: 49%;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .tab-award {
        padding-top: 78px;
        height: 666px;
    }

    .tab-award .info {
        width: 834px;
        height: 260px;
    }

    .tab-award .btn {
        font-size: 18px;
        line-height: 25px;
        padding: 10px 26px;
        width: 122px;
        height: 45px;
    }

    .tab-award .btn.margin-left { margin-left: 70px; }


    .award-level { height: 234px; }

    .award-level.first {
        margin-top: -117px;
        background-size: 164px 164px;
    }

    .award-level.second,
    .award-level.three,
    .award-level.excellent {
        height: 234px;
        padding-top: 22px;
        margin-bottom: 41px;
        background-image: url(/Areas/Competition/www/assets/award/title_bg.png);
    }

    .award-level.second .level,
    .award-level.three .level,
    .award-level.excellent .level {
        width: 167px;
        height: 170px;
    }


    .media {
        padding: 7px 8px;
    }

    .media .media-left .media-object {
        width: 226px;
        height: 162px;
    }

    .media .media-body .title {
        font-size: 22px;
        line-height: 30px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: initial;
    }

    .media .media-body .info {
        bottom: 12px;
    }

    .media .media-body .description,
    .media .media-body .school,
    .media .media-body .author,
    .media .media-body .browser,
    .media .media-body .award {
        font-size: 14px;
        line-height: 20px;
        vertical-align: bottom;
    }

    .media .media-body .school,
    .media .media-body .author,
    .media .media-body .browser,
    .media .media-body .award {
        width: 49%;
    }
}

