.propaganda .banner {
    width: 100%;
    height: 640px;
    background: url(../images/banner.png) no-repeat center top;
}

.propaganda {
    width: 100%;
    background: url(../images/banner03.png) no-repeat center bottom;
}

.propagandaMain {
    width: 100%;
    background: url(../images/banner02.png) no-repeat center top;
}

.propagandaMain.guidance {
    background: none;
}

.height159 {
    height: 59px;
}

.propagandaMain .cell {
    width: 1400px;
    margin: 0 auto;
    background: #111f8ca6;
}

.propagandaMain .cell .center {
    width: 1198px;
    margin: 0 auto;
    padding: 45px 0;
}

.propagandaMain .modular {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    line-height: 34px;
    padding: 0 28px;
}

.propagandaMain .modular .left {
    width: 764px;
    height: 304px;;
    float: left;
    color: #FFF;
}

.propagandaMain .modular .left.active {
    float: left;
    width: 340px;
    height: 270px;
}

.propagandaMain .modular .right {
    float: right;
    width: 340px;
    height: 270px;
}

.propagandaMain .modular .right.active {
    width: 764px;
    height: 304px;
    float: right;
}


/*轮播 banner*/

.flexslider {
    width: 100%;
    position: relative;
    height: 270px;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.propagandaMain .modular .left img {
    width: 340px;
    height: 270px;
}

.propagandaMain .imgList {
    margin-bottom: 28px;
    overflow: hidden;
    padding: 0 28px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.propagandaMain .imgList img {
    width: 370px;
    height: 228px;
    border-radius: 4px;
    display: inline-block;
}

.propagandaMain .xuanchuanTitle img {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}

.propagandaMain .videoList {
    overflow: hidden;
    padding: 30px 0 140px;
    width: 1420px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.propagandaMain .videoList .item {
    width: 350px;
    height: 197px;
    margin: 0 5px 10px 0;
    display: inline-flex;
    /* background: url(../images/expect.PNG) no-repeat; */
}

.propagandaMain .videoList .item iframe {
    width: 350px;
    height: 197px;
}

.textName {
    font-size: 24px;
    color: #FFF;
    margin: 0 0 30px;
    text-align: center;
}