.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}

.brief {
    width: 1180px;
    /* height: 614px; */
    margin: 0 auto;
    margin-top: 70px;
}

.brief>.title {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
}

.brief>.title .title-text {
    font-size: 36px;
    color: #181818;
}

.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: 740px;
    background: url(/images/gywm/fzlcT.png)no-repeat;
    background-size: 100% 100%;
    margin-top: 77px;
    background-color: #2ea0d3;
}

.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;
}


.line-xian {
    position: absolute;
    top: 42%;
    width: 100%;
    background-color: #fff;
    height: 1px;
}


.mySwiper {
    overflow: hidden;
}

.course-list {
    width: 1180px;
    margin: 0 auto;
}

.swiper-slide img {
    width: 230px;
    height: 135px;
}

.swiper-slide div:nth-child(1) {
    padding-left: 15px;
    width: 230px;
    margin-top: 55px;
    height: 115px;
    color: #fff;
    font-weight: 700;
}

.swiper-slide div:nth-child(3) p {
    padding-left: 15px;
    width: 230px;
    color: #fff;
    height: 170px;
    opacity: 0.7;
    position: relative;
}

.swiper-slide div:nth-child(3) p::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 25px;
    background-color: #fff;
    top: 9px;
    left: 0;
}

.swiper-slide div::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 15px;
    top: 145px;
    left: 110px;
    background-image: url('/images/524.png');
}

.linee {
    position: absolute;
    width: 230px;
    top: 32%;
    background-color: #fff;
    height: 1px;
    display: none;
}

.linee::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 15px;
    top: -7.5px;
    left: 110px;
    background-image: url('/images/524.png');
    display: none;
}

.framework-img img {
    width: 658px;
    height: 1106px;
}


@media all and (max-width:1400px) {}



/*  组织架构*/

.framework {
    width: 100%;
    height: 1350px;
    background-image: url(/images/gywm/zzjgT2.png);
}

.framework .title {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.framework .title .title-text {
    color: #181818;
    font-size: 36px;
    margin-top: 90px;
}

.framework .title .title-icon {
    width: 25px;
    height: 15px;
}

.framework .framework-img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

/*.framework .framework-img img {
    margin-right: 100px;
}*/


/* 党群建设 */

.news .news-top .news-top-left img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.news .news-top .news-top-right .details a,
a:hover {
    color: #666666;
    text-decoration: none;
}

.news .title {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.news .title .title-text {
    font-size: 36px;
    color: #181818;
}

#newsCard {
    margin-top: 70px;
    margin-bottom: 50px;
}

.news .news-top .news-top-right .title a,
a:hover {
    opacity: 1;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}


.news {
    width: 1190px;
    margin: 0 auto;
    margin-top: 99px;
}

.news .news-top {
    margin-top: 20px;
    display: flex;
}

.news .news-top .news-top-left {
    width: 680px;
    height: 414px;
    overflow: hidden;
    cursor: pointer;
}

.news .news-top .news-top-left img {
    transition: 1s;
}

.news .news-top .news-top-right {
    width: 500px;
    height: 414px;
    padding: 45px 30px 37px 42px;
    box-sizing: border-box;
}

.news .news-top .news-top-right .date {
    font-size: 14px;
    color: #999;
}

.news .news-top .news-top-right .title {
    font-size: 24px;
    margin-top: 30px;
}

.news .news-top .news-top-right .details {
    width: 57px;
    height: 22px;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #666666;
    margin-top: 35px;
    cursor: pointer;
}

.news .card-deck .card {
    flex: 0 0 31.5%;
    /* width: 280px; */
    /*height: 421px; */
    border-bottom: 3px solid #BB9962;
    margin: 0;
    margin-top: 55px;
    cursor: pointer;
    border-radius: 0;
}

@media (max-width: 990px) {
    .news .news-top .news-top-left {
        display: block;
        width: calc(690vw / 7.5);
        height: calc(421VW / 7.5);
    }

    .news .news-top .news-top-left img {
        width: calc(690vw / 7.5);
        height: calc(421VW / 7.5);
    }

    .news {
        width: 100%;
        margin-top: calc(50vw / 7.5);
    }

    .news .news-top .news-top-right {
        width: calc(690vw / 7.5);
        padding: 0;
        margin-top: calc(25vw / 7.5);
        height: auto;
    }


    .line-xian {
        display: none;
    }

}

/* #FBFBFB */

.card-deck {
    width: 1179px;
    margin: 0 auto;
    height: 100% !important;
    /* margin-top: 63px;
    border-top: 1px solid #dcdcdc; */
    display: flex;
}

.card-deck .card+.card {
    margin-left: 18px;
}

.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: 100% !important;
    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: 100% !important;
}

.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(../images/banner-left.png) no-repeat;
}

.build .button .icon-right {
    background: url(../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: 109px;
}

.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;
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
    font-style: italic;
    color: #333333;
    line-height: 45px;
    margin-top: 21px;
    text-align: justify;
    letter-spacing: -1.5px;
    align-items: center;
}

.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: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 66px;
    text-align: justify;
}

.brief .brief-text-box .brief-text+.brief-text {
    margin-top: 40px;
}

.map {
    width: 1329px;
    margin: 0 auto;
    margin-top: 69px;
    margin-bottom: 77px;
}


/* 分页 */

.paging {
    text-align: center;
    margin-top: 50px;
}

.paging a {
    margin-left: 5px;
    color: #000;
    border: none;
    border-radius: 2px;
    text-align: center;
}


.jp-previous {
    background-image: url("/images/left.png");
    vertical-align: middle;
    background-size:35px;
    background-repeat: no-repeat;
    background-color: #fafafa;
}

.jp-next {
    background-image: url("/images/right.png");
    vertical-align: middle;
    background-size:35px;
    background-repeat: no-repeat;
    background-color: #fafafa;
}


.current-base {
    text-align: center;
}


.paging>a {
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    margin-bottom: 5px;
}

.current-base>span {
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #e8e8e8;
}

.jp-current.current {
    background-color: #2ea0d3;
    color: #fff;
}

.news .card-deck .card:nth-of-type(3n+1) {
    margin-left: 0 !important;
}

/* 手机端 */

.h5-course-text {
    display: none;
    font-size: calc(24vw / 7.5);
    color: #FFFFFF;
    opacity: 0.4;
}

.footer {
    margin-top: 50px;
}

@media all and (max-width:1366px) and (min-width:990px) {
    .content {
        width: 93vw;
    }

    .brief {
        width: 93vw;
    }

    .map {
        width: 100%;
    }

    .build-top {
        width: 100%;
        padding: 0 calc(23vw / 13.6);
        justify-content: space-between;
    }

    .card-deck .card {
        flex: 0 0 32%;
    }

    .card-deck .card+.card {
        margin-left: calc(25vw / 13.6);
    }

    .swiper-container {
        width: calc(1150vw / 13);
    }

    .course .crad-date li.swiper-slide {
        width: calc(243vw / 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: 100%;
    }

    .card-deck .card .card-img {
        width: 100%;
        height: calc(199vw / 13);
    }

    .card-deck .card .card-img .card-img-top {
        width: 100% !important;
        height: 100%;
    }

    .card-deck {
        width: 100%;
        padding: 0 calc(23vw / 13.6);
    }

    .brief-top-box .brief-top-text-box {
        width: 100%;
        height: calc(230vw / 13);
        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:1330px) {
    .map {
        width: 100%;
    }

    .map img {
        width: 100%;
    }

    .framework-img img {
        width: 100%;
    }

    .course .course-button {
        width: 100% !important;
    }
}

@media all and (max-width:720px) {}


@media all and (max-width:990px) {
    .content {
        width: 93vw;
    }

    .course-list {
        width: 100%;
        margin-left: 18%;
    }

    .swiper-slide div::before {
        display: none;
    }

    .linee {
        display: block;
    }

    .linee::before {
        display: block;
    }

    .banner {
        margin-top: calc(99vw / 7.5);
    }

    .brief>.title .title-text {
        font-size: calc(36vw / 7.5);
    }

    .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-top-img img {
        width: 100%;
    }

    .marks img {
        width: calc(28vw / 7.5);
        height: calc(26vw / 7.5);
    }

    .brief-top-box .marks-top {
        left: 0;
        top: calc(10vw / 7.5);
    }

    .brief-top-box .marks-bottom {
        right: 0;
        bottom: 0;
    }

    .brief-top-box .brief-top-text-box {
        width: calc(549vw / 7.5);
        height: calc(222vw / 7.5);
        font-size: calc(30vw / 7.5);
        font-style: italic;
        font-family: Arial;
        line-height: calc(48vw / 7.5);
        letter-spacing: 0;
        margin: 0 auto;
    }

    .brief-top-box .brief-top-right {
        /* width: calc(690vw / 7.5); */
        width: 100%;
        height: calc(222vw / 7.5);
    }

    .brief .brief-text-box {
        font-size: calc(24vw / 7.5);
        margin-top: calc(55vw / 7.5);
        line-height: calc(36vw / 7.5);
    }

    .brief .brief-text-box .brief-text+.brief-text {
        margin-top: calc(15vw / 7.5);
    }

    .map {
        width: 93vw;
    }

    .map img {
        width: 100%;
    }

    .course {
        overflow: hidden;
        height: calc(1207vw / 7.5);
        background-size: 100% 100%;
    }

    .course .title .title-text {
        font-size: calc(36vw / 7.5);
        margin-top: calc(80vw / 7.5);
    }

    .course .crad-date li .crad-date-item .text {
        width: 100% !important;
        margin-top: calc(12vw / 7.5);
        font-size: calc(24vw / 7.5);
        line-height: calc(30vw / 7.5);
    }

    .course .crad-date .crad-date-item li:nth-child(3) {
        width: calc(363vw / 7.5) !important;
        height: calc(211vw / 7.5);
        margin-top: calc(25vw / 7.5);
    }

    .course .swiper-container .crad-date li.swiper-slide {
        width: calc(657vw / 7.5) !important;
        height: calc(364vw / 7.5) !important;
        /*  margin-bottom: calc(73vw / 7.5) !important; */
        margin-bottom: calc(62vw / 7.5) !important;
    }

    .course .crad-date {
        width: 92vw;
        height: calc(900vw / 7.5);
        margin-top: calc(53vw / 7.5) !important;
        flex-direction: column;
    }

    .course .crad-date li .crad-date-item .date .year {
        font-size: calc(36vw / 7.5);
    }

    .course .crad-date li .crad-date-item .date {
        font-size: calc(24vw / 7.5);
    }

    .swiper-container {
        width: auto;
        height: calc(851vw / 7.5);
    }

    .course .course-button {
        /* width: 85vw !important; */
        display: none;
    }

    .h5-course-text {
        display: block;
        width: 90vw;
        margin: 30px auto;
        /* margin-top: calc(47vw / 7.5); */
        padding-left: calc(25vw / 7.5);
        box-sizing: border-box;
        text-align: center;
    }

    .framework {
        height: calc(783vw / 7.5);
    }

    .framework .title .title-text {
        font-size: calc(36vw / 7.5);
        margin-top: calc(72vw / 7.5);
    }

    .framework-img {
        width: 100% !important;
        height: calc(508vw / 7.5);
        overflow-x: scroll;
        justify-content: flex-start !important;
        padding-left: calc(31vw / 7.5);
        margin-top: calc(54vw / 7.5) !important;
    }

    .framework-img::-webkit-scrollbar {
        display: none;
    }

    .framework-img img {
        /* width: 85vw !important; */
        width: auto !important;
        height: calc(508vw / 7.5);
    }

    .build .title .title-text {
        font-size: calc(36vw / 7.5);
        margin-top: calc(77vw / 7.5);
    }

    .build-top {
        flex-direction: column;
        width: 90vw;
        margin-top: calc(68vw / 7.5);
    }

    .build-top-img {
        width: 100%;
        height: auto;
    }

    .build-top-img img {
        width: 100%;
    }

    .build-top-text {
        width: 100%;
        padding: 0;
        font-size: calc(28VW / 7.5);
        margin-top: calc(48VW / 7.5);
        margin-bottom: calc(93vw / 7.54);
        line-height: calc(36vw / 7.5);
        height: auto;
    }

    .build .build-text+.build-text {
        margin-top: calc(40vw / 7.5);
    }

    .card-deck {
        width: 100%;
        height: auto;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
    }

    .card-deck .card {
        width: 93vw;
        height: calc(768vw / 7.5);
        margin-top: 0;
        margin-bottom: calc(74vw / 7.5);
        /* margin:0 auto; */
    }

    .card-deck .card:last-of-type {
        margin-bottom: 0;
    }

    .card-deck .card .card-body {
        width: 100%;
        flex: 0 0 calc(185vw / 7.5);
        padding: calc(32vw / 7.5);
    }

    .card-deck .card .card-title {
        font-size: calc(24vw / 7.5);
        margin-bottom: calc(20vw / 7.5);
    }

    .card-deck .card .card-img {
        width: 100%;
        height: calc(489vw / 7.5);
    }

    .card-deck .card .card-img .card-img-top {
        width: 100%;
        height: 100%;
    }

    .card-deck .card+.card {
        margin-left: 0;
    }

    .card-deck .card .card-text {
        font-size: calc(30vw / 7.5);
        line-height: calc(36vw / 7.5);
    }

    .card-deck .card .text-muted span {
        font-size: calc(26vw / 7.5);
    }
}

