.container {
    position: relative;
    width: 1500px;
    height: 800px;
    /* transform: translateX(-50%); */
    background: white;
    padding: 0 40px;
    box-sizing: border-box;
}

.teaching-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 800px;
    overflow-y: auto;
    transform: translateX(-50%);
    z-index: 1;
    padding: 0 20px;
    padding-top: 40px;
    box-sizing: border-box;
}

.head {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 0 20px;
    line-height: 69px;
    display: table;
    height: 69px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FEFEFE;
    background: url("../img/baseContent/head.png");
    background-size: 100% 100%;
    z-index: 9999;
    box-sizing: border-box;
}

.message {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.message .img {
    width: 595px;
    height: 396px;
}

.message .text {
    width: 692px;
}

.message .text .content {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    text-indent: 2em;
    height: 224px;
    overflow: auto;
}

.message .img img {
    width: 100%;
    height: 100%;
}

.other {
    border: 1px solid rgb(200, 200, 200);
    border-radius: 5px;
    margin-top: 16px;
    padding: 10px 10px 0 25px;
}

.other .item {
    display: flex;
    margin-bottom: 10px;
}

.other .item .value {
    width: 100%;
    margin-left: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #373934;
    text-align: justify;
    line-height: 20px;
}

.other .icon1 {
    width: 19px;
    height: 20px;
    background: url("../img/baseContent/icon-1.png");
    background-size: 100% 100%;
}

.other .icon2 {
    width: 21px;
    height: 15px;
    background: url("../img/baseContent/icon-2.png");
    background-size: 100% 100%;
}

.other .icon3 {
    width: 19px;
    height: 17px;
    background: url("../img/baseContent/icon-3.png");
    background-size: 100% 100%;
}

.other .icon4 {
    width: 18px;
    height: 22px;
    background: url("../img/baseContent/icon-4.png");
    background-size: 100% 100%;
}

.img-list {
    margin-top: 40px;
}

.img-list .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 22px;
}

.img-list .list {
    width: 100%;
}