.banner {
    width: 100%;
}

.brief {
    width: 1180px;
    /* height: 614px; */
    margin: 0 auto;
    margin-top: 75px;
}

.brief>.title {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
}

.brief>.title .title-text {
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #181818;
    line-height: 48px;
}

.brief>.title .title-icon {
    width: 25px;
    height: 15px;
}

.brief-top {
    height: 218px;
    background: #56B4D2;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 38px;
    color: #fff;
    padding: 0 96px 0 26px;
    box-sizing: border-box;
}

.brief-top .brief-top-text {
    width: 832px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    letter-spacing: -2.5px;
    text-align: justify;
    /* color: #666666; */
    /* line-height: 36px; */
}

.brief .brief-content {
    display: flex;
    justify-content: space-between;
    margin-top: 67px;
}

.brief .brief-content .brief-content-left .top {
    width: 660px;
    height: 139px;
    text-align: justify;
    line-height: 30px;
}

.brief .brief-content .brief-content-left .top .title {
    font-size: 24px;
    font-weight: 700;
    color: #666666;
}

.brief .brief-content .brief-content-left .top .text {
    font-size: 18px;
    line-height: 48px;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
    letter-spacing: -1px;
}

.brief .brief-content .brief-content-left .bottom {
    width: 660px;
    font-size: 18px;
    color: #666666;
    margin-top: 85px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: -.5px;
}

.brief .brief-content .brief-content-right {
    position: relative;
    width: 385px;
    height: 359px;
    font-size: 20px;
    color: #FFF;
}

.brief .brief-content .brief-content-right img {
    width: 385px;
    height: 359px;
}

.brief .brief-content .brief-content-right .top {
    position: absolute;
    top: 62px;
    left: 170px;
    width: 80px;
    height: 69px;
}

.brief .brief-content .brief-content-right .left {
    position: absolute;
    top: 180px;
    left: 43px;
    width: 101px;
    height: 70px;
}

.brief .brief-content .brief-content-right .right {
    position: absolute;
    top: 180px;
    right: 37px;
    width: 98px;
    height: 72px;
}


/* 生长历程 */

.course {
    position: relative;
    width: 100%;
    height: 692px;
    background: url(/en/images/fazhanbeijing.png);
}

.course .title {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.course .title .title-text {
    font-size: 36px;
    color: #FFF;
    margin-top: 90px;
}

.course .title .title-icon {
    width: 25px;
    height: 15px;
}

.course .course-tab-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.course .course-tab-box .swiper-pagination {
    top: 185px;
    width: 204px;
    height: 32px;
    border: solid 1px #ffffff;
}

.course .course-tab-box .swiper-pagination .swiper-pagination-bullet {
    width: 101px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
}

.course .course-tab-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    color: #66AFD5;
}


/* .course .course-tab {
    width: 303px;
    height: 32px;
    margin-top: 23px;
    border: solid 1px #ffffff;
    display: flex;
} */


/* .course .course-tab li {
    width: 101px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #FFF;
} */

.course .crad-date {
    /* width: 1150px; */
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 40px;
    /* margin-left: 18px; */
    /* overflow: hidden; */
}

.swiper-container {
    width: 1150px;
}

.course .crad-date li {
    width: 232px !important;
}

.course .crad-date li.swiper-slide {
    width: 250px !important;
    padding-left: 18px;
}

.course .crad-date li .crad-date-item .date {
    font-size: 18px;
    color: #ffffff;
}

.course .crad-date li .crad-date-item .date .year {
    font-size: 36px;
    font-weight: 700;
}

.course .crad-date li .crad-date-item .text {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    margin-top: 40px;
    list-style: disc;
    text-align: justify;
    opacity: 0.7;
}

.course .crad-date .crad-date-item li:nth-child(3) {
    width: 232px;
    height: 135px;
    margin-top: 25px;
}

.course .crad-date .crad-date-item li:nth-child(3) img {
    width: 100%;
    height: 100%;
}

.course .line {
    position: absolute;
    top: 315px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

@media all and (max-width:1400px) {
    .course .course-button {
        width: 1300px !important;
    }
    .course-button div img {
        width: 50px !important;
        height: 50px !important;
    }
}

.course .course-button {
    position: absolute;
    top: 282px;
    z-index: 10;
    width: 1366px;
    margin: 0 auto;
    /* padding: 0 232px; */
    box-sizing: border-box;
    height: 66px;
    display: flex;
    justify-content: space-between;
}

.course .course-button>div {
    width: 66px;
    height: 66px;
}

.course .course-button div img {
    width: 100%;
    height: 100%;
}


/*  组织架构*/

.framework {
    width: 100%;
    height: 702px;
    background-image: url(/en/images/zuzibg.png);
}

.framework .title {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.framework .title .title-text {
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #181818;
    line-height: 48px;
    margin-top: 123px;
}

.framework .title .title-icon {
    width: 25px;
    height: 15px;
}

.framework .framework-img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

/* .framework .framework-img img {
    margin-right: 100px;
} */


/* 党群建设 */

.build {
    position: relative;
    width: 100%;
    /* height: 600px; */
    /* padding-top: 118px;
    box-sizing: border-box; */
}

.build .title {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.build .title .title-text {
    color: #181818;
    font-size: 36px;
    margin-top: 90px;
}

.build .title .title-icon {
    width: 25px;
    height: 15px;
}

.build-top {
    width: 1179px;
    margin: 0 auto;
    margin-top: 74px;
    display: flex;
    justify-content: space-around;
}

.build-top-img {
    overflow: hidden;
    width: 680px;
    height: 414px;
}

.build-top a:hover {
    opacity: 1;
}

.build-top-img img {
    transition: 1s;
}

.build-top-img img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.build-top-text {
    width: 500px;
    height: 414px;
    /* font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 30px;*/
    padding: 35px 30px 0 42px;
    box-sizing: border-box;
    text-align: justify;
    letter-spacing: -1px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.build-top-text a {
    color: #666666;
}

.build-top-text .mt20 {
    margin-top: 30px;
}

.build-top .news-card {
    display: none;
}

.build-top .news-card.show {
    display: block;
}

.build-top .card-deck .card {
    flex: 0 0 280px;
    /* width: 280px; */
    height: 421px;
    border-bottom: 3px solid #BB9962;
    margin: 0;
    margin-top: 56px;
    cursor: pointer;
    border-radius: 0;
}


/* #FBFBFB */

.card-deck {
    width: 1200px;
    margin: 0 auto;
    height: 480px;
    /* margin-top: 63px;
    border-top: 1px solid #dcdcdc; */
    display: flex;
    justify-content: space-between;
}

.card-deck .card {
    flex: 0 0 380px;
    /* width: 280px; */
    height: 421px;
    border-bottom: 3px solid #BB9962;
    margin: 0;
    margin-top: 56px;
    cursor: pointer;
    border-radius: 0;
}

.card-deck .card:hover {
    /* background-color: #D5D5D5; */
    border: 1px solid transparent !important;
    border-bottom: 3px solid transparent;
    opacity: 1;
}

.card-deck .card:hover .card-body {
    background-color: #FBFBFB;
}

.card-deck .card .card-footer {
    background-color: #FFFFFF;
}

.card-deck .card:hover .card-footer .text-muted span {
    color: #333333 !important;
}

.card-deck .card:hover .card-footer {
    background-color: #E9E9E9;
    border: 1px solid transparent;
}

.card-deck .card .card-img {
    width: 380px;
    height: 199px;
    overflow: hidden;
}

.card-deck .card .card-img .card-img-top {
    width: 380px;
    height: 199px;
    transition: 1s;
}

.card-deck .card:hover .card-img .card-img-top {
    transition: 1s;
    transform: scale(1.1);
}

.card-deck .card .card-body {
    width: 380px;
}

.card-deck .card .card-title {
    font-size: 14px;
    color: #aaaaaa;
}

.card-deck .card .card-text {
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: clip;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.card-deck .card .text-muted {
    display: flex;
    justify-content: space-between;
}

.card-deck .card .text-muted span {
    font-size: 14px;
    color: #666666;
}


/* .build .swiper-build {
    width: 1176px;
    margin: 0 auto;
    overflow: hidden;
}

.build .build-content {
    width: 1176px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 129px;
}

.build .build-content .build-content-title {
    font-size: 24px;
    color: #2ea0d3;
}

.build .build-content .build-content-img {
    width: 480px;
    height: 283px;
    overflow: hidden;
}

.build .build-content .build-content-img img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.build .build-content .build-content-img img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.build .build-content .text {
    width: 640px;
    height: 139px;
    font-size: 18px;
    color: #333333;
    margin-top: 27px;
    text-align: justify;
}

.build .build-content .text .bottom {
     margin-top: 20px; 
} */


/* 1,176 */

@media all and (max-width:1420px) {
    .build .button {
        /* padding: 0 20px !important; */
        width: 1300px !important;
    }
}

.build .button {
    position: absolute;
    top: 404px;
    /* left: 231px; */
    width: 1366px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.build .button-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.build .button .icon-left,
.icon-right {
    width: 22px;
    height: 39px;
}

.build .button .icon-left {
    background: url(/en/images/banner-left.png) no-repeat;
}

.build .button .icon-right {
    background: url(/en/images/banner-right.png) no-repeat;
}

.build .build-text+.build-text {
    margin-top: 20px;
}

.course-time {
    width: 204px;
    height: 32px;
    border: solid 1px #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    box-sizing: border-box;
    display: flex;
}

.course-time .course-time-item {
    width: 101px;
    height: 30px;
    background-color: transparent;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.course-time .course-time-item.active {
    background-color: #fff;
    color: #66AFD5;
    border-bottom: 0;
}

.brief-top-box {
    display: flex;
    justify-content: space-between;
    margin-top: 111px;
}

.brief-top-box .brief-top-right {
    width: 580px;
    border-bottom: 2px solid #E5E5E5;
}

.brief-top-box .brief-top-text-box {
    width: 553px;
    height: 230px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: Arial;
    font-weight: 400;
    font-style: italic;
    color: #333333;
    line-height: 48px;
    margin-top: 21px;
    text-align: justify;
    /* letter-spacing: -1.5px; */
}

.brief-top-box .brief-top-text-box .brief-top-text+.brief-top-text {
    margin-top: 50px;
}

.brief-top-box .brief-top-right {
    position: relative;
}

.brief-top-box .marks {
    width: 28px;
    height: 26px;
    position: absolute;
}

.brief-top-box .marks-top {
    top: 5px;
    left: -50px;
}

.brief-top-box .marks-bottom {
    right: 26px;
}

.brief .brief-text-box {
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 68px;
    text-align: justify;
}

.brief .brief-text-box .brief-text+.brief-text {
    margin-top: 40px;
}

.map {
    width: 1329px;
    margin: 0 auto;
    margin-top: 39px;
    margin-bottom: 112px;
}
.footer{
    margin-top: 0;
}
@media all and (max-width:1366px) and (min-width:990px) {
    .content{
        width: 93vw;
    }
    .brief {
        width: 93vw;
    }
    .map {
        width: 100%;
    }
    .build-top {
        width: 100%;
    }
    .card-deck .card {
        flex: 0 0 calc(380vw / 13);
    }
    .swiper-container {
        width: calc(1150vw / 13);
    }
    .course .crad-date li.swiper-slide {
        width: calc(275vw / 13) !important;
    }
    .course .crad-date .crad-date-item li:nth-child(3) {
        width: calc(232vw / 13);
        height: calc(135vw / 13);
    }
    .course .crad-date li .crad-date-item .text {
        font-size: calc(16vw / 13);
    }
    .card-deck .card .card-body {
        width: calc(380vw / 13);
    }
    .card-deck .card .card-img {
        width: calc(379vw / 13);
        height: calc(199vw / 13);
    }
    .card-deck .card .card-img .card-img-top {
        width: 100%;
        height: 100%;
    }
        .map {
            width: 100%;
        }
        .map img {
            width: 100%;
        }
        .framework-img img {
            width: 100%;
        }
        .course .course-button {
            width: 100% !important;
        }
        .card-deck {
            width: 100%;
        }
        .card-deck .card+.card {
            margin-left: 20px;
        }
        .brief-top-box .brief-top-text-box{
            width: 100%;
            height: auto;
            font-size: calc(24vw / 13);
            line-height: calc(48vw / 13);
            margin-top: calc(21vw / 13);
        }
        .brief-top-box .brief-top-img{
            width: 45%;
        }
        .brief-top-box .brief-top-img img{
            width: 100%;
            height: 100%;
        }
        .brief-top-box .brief-top-right{
            width: 45%;
        }
        .brief-top-box .marks{
            width: calc(28vw / 13);
            height: calc(26vw / 13);
        }
}
@media all and (max-width:990px) {
    .brief{
        width: 93vw;
        margin-top: calc(80vw / 7.5);
    }
    .brief-top-box {
        flex-direction: column;
        /* margin-top: calc(17vw / 7.5); */
        margin-top: 17px;
    }
    .brief>.title .title-text {
        font-size: calc(36vw / 7.5);
    }
    .map {
        width: 93vw;
    }
    .map img{
        width: 100%;
    }
    .framework .title .title-text {
        font-size: calc(36vw / 7.5);
        margin-top: calc(72vw / 7.5);
    }
    .framework-img {
        width: calc(719vw / 7.5) !important;
       height: calc(508vw / 7.5);
        overflow-x: scroll;
        justify-content: flex-start !important;
        margin-left: calc(31vw / 7.5);
        margin-top: calc(54vw / 7.5) !important;
    }
    .framework-img::-webkit-scrollbar {
        display: none;
    }
    .framework {
        height: calc(783vw / 7.5);
    }
}
<!--耗时1768492437.171秒-->