.brochure {
    color: #333333;
}
.brochure.ct {
    width: calc(50% + 420px);
    margin: auto;
    height: 100%;
    position: relative;
}

.brochure h2 {
    font-size: 46px;
    font-weight: bold;
    margin-top: 55px;
}

.brochure h4 {
    font-size: 24px;
}

.brochure p {
    margin-top: 30px;
    line-height: 30px;
}

.brochure .brochure-list ul {
    margin-right: -30px;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
}

.brochure .brochure-list li {
    width: calc(100% / 3 - 30px);
    flex: 0 0 auto;
    background-color: #f5f5f5;
    margin-right: 30px;
    margin-bottom: 30px;
}

.brochure .brochure-list .brochure-top-img{
    height: auto;
    width: 100%;
    display: block;
}

.brochure .brochure-list .brochure-bottom {
    height: auto;
/*     padding-top: 15px;
    padding-bottom: 15px; */
    padding: 15px 10px;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: flex-start; background: #fff;
}

.brochure .brochure-list .brochure-bottom h4 {
    font-size: 16px;
    color: #4c4c4c;
}

.brochure .brochure-list .brochure-bottom .pdf {
    display: flex;
    font-size: 16px;
    color: #39a9ae;
    flex: 0 0 auto;
    margin-left: 20px;
}

.brochure .brochure-list .brochure-bottom .pdf img {
    margin-left: 15px;
}

.brochure-video {
    /* margin-top: 40px; */
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 40px;
}

@media (max-width: 960px) {
    .brochure-video {
        height: 50vw;
    }
}

.brochure-video video {
    width: 100%;
    display: block;
}

.brochure-video .brochure-video-inteo {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/play-w.png);
    background-position: center 48%;
    background-repeat: no-repeat no-repeat;
    color: #ffffff;
    text-align: center;
}

.brochure-video .brochure-video-title {
    font-size: 42px;
    font-weight: bold;
    margin-top: 180px;
}

.brochure-video-text {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #333333;
}

.download-bottom-line {
    width: 100%;
    height: 4px;
    background-color: #e4e4e4;
}

.brochure-video-text .brochure-video-left {
    float: left;
    width: 20%;
}

.brochure-video-text .brochure-video-left h2 {
    font-size: 30px;
    font-weight: bold;
}

.brochure-video-text .brochure-video-right {
    float: right;
    width: 80%;
}

.brochure-video-text .brochure-video-right > div {
    font-size: 16px;
    line-height: 25px;
}