.recommend {
    width: 370px;
    height: 648px;
    background: #f4f4f4;
    padding: 25px 20px 0 20px;
    box-sizing: border-box
}

.recommend .top {
    display: flex;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: 700;
    color: #1a568b
}

.recommend .top img {
    vertical-align: middle;
    margin-right: 8px
}

.recommend .top div {
    line-height: 24px
}

.recommend .list .li {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #212528;
    line-height: 21px;
    margin-top: 18px;
    text-align: left;
    cursor: pointer
}

.details {
    display: flex;
    padding: 70px 0
}

.details video {
    width: 800px !important;
    margin: 5px 0
}

.details .left {
    width: 800px;
    margin-right: 30px;
    overflow: hidden
}

.details .left img {
    max-width: 100%;
    margin: 5px 0
}

.details .left .title {
    font-size: 30px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: 700;
    color: #4d5358;
    line-height: 45px
}

.details .left .date {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #898d91;
    line-height: 30px;
    margin: 20px 0 30px 0
}

.details .left .border {
    border-bottom: 2px dashed rgba(201, 199, 199, .6);
    margin-bottom: 30px
}

.details .left .content {
    font-size: 16px;
    line-height: 28px;
    text-align: left
}

.details .imgbox img {
    max-width: 100%;
    display: block;
    margin: 5px auto
}

.details .right {
    width: 370px
}