.propagandaMain {
    width: 1200px;
    margin: 47px auto 0;
    padding: 30px 45px;
    position: relative;
    z-index: 3;
    background: #FBEDE8;
    border-radius: 20px;
}

.propagandaMain .modular {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding: 0 28px;
}

.propagandaMain .modular .left {
    width: 616px;
    height: 270px;
    float: left;
    color: #333333;
}

.propagandaMain .modular .left.active {
    float: left;
    width: 480px;
    height: 270px;
}

.propagandaMain .modular .right {
    float: right;
    width: 480px;
    height: 270px;
}

.propagandaMain .modular .right.active {
    width: 616px;
    height: 270px;
    float: right;
}

.propagandaMain .modular img {
    width: 100%;
}

.propagandaMain .imgList {
    margin-bottom: 28px;
    overflow: hidden;
    padding: 0 28px;
}

.propagandaMain .imgList img {
    width: 274px;
    height: 154px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 6px;
}

.videoList {
    width: 1200px;
    margin: 37px auto 0;
    position: relative;
    z-index: 3;
}

.videoList .item {
    width: 295px;
    height: 197px;
    margin: 0 5px 10px 0;
    display: inline-flex;
}

.videoList .item .box {
    position: relative;
}

.videoList .item .bg {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
}

.videoList .item .bg img {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto;
    padding-top: 70px;
}

.videoList .item .box .vlImg {
    width: 280px;
    height: 190px;
}

.textIndent {
    text-indent: 2em;
}