
.banner {
    overflow: hidden;
}

.situation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.award {
    width: 214px;
    height: 390px;
    overflow: hidden;
    background: url("../../images/computer/award.jpg");
}

.award > .award-icon {
    display: block;
    width: 53px;
    height: 49px;
    background: url("../../images/computer/i1.png");
    margin: 35px auto auto auto;
}

.award > .award-tit {
    text-align: center;
    color: #dc0606;
    font-size: 30px;
}

.award > .award-lis {
    width: 135px;
    overflow: hidden;
    margin: 20px auto auto auto;
}

.award > .award-lis > li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
}

.picture {
    width: 520px;
    overflow: hidden;
    position: relative;
}

.picture ul li {
    width: 520px;
    height: 390px;
    overflow: hidden;
    position: relative;
}
.picture ul li p {
    width: 520px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 10px;
    line-height: 40px;
}

.report {
    width: 440px;
    overflow: hidden;
}

.report > .media-tit {
    padding-bottom: 20px;
}

.report > .media-tit > span:nth-child(1) {
    font-size: 30px;
    color: #333333;
}

.report > .media-tit > a {
    color: #dc0606;
    float: right;
    line-height: 3;
}

.report > .media-tit > span:nth-child(2) {
    font-size: 20px;
    color: #cccccc;
}

.report > .media-lis {
    border-bottom: 1px solid #b5b5b4;
    padding-bottom: 10px;
}

.report > .media-lis > p {
    line-height: 2;
    display: flex;
    justify-content: space-between;
}

.report > .learning-tit {
    font-size: 20px;
    margin-top: 15px;
}

.report > .learning-tit > a:nth-child(1) {
    position: relative;
    padding-right: 10px;
}

.report > .learning-tit > a:nth-child(1)::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 23px;
    background-color: #333333;
    right: 0px;
    top: 3px;
}

.report > .learning-lis {
    margin-top: 10px;
}

.report > .learning-lis > p {
    line-height: 2;
    display: flex;
    justify-content: space-between;
}

.streamer {
    margin-top: 15px;
}