/* 项目审批卡点专项行动 */
.xmspkd_head {
    position: relative;
    width: 100%;
    height: 512px;
    background: url(../images/xmspkdzxxd_head.png) center top / 1920px auto no-repeat;
}

.returnSite {
    position: absolute;
    left: 0;
    top: 20px;
    width: 390px;
    height: 100px;
    background: url(../images/tyjrt_logo.png) center center / 100% auto no-repeat;
}

.xmspkd_headline {
    position: relative;
    width: 100%;
    height: 260px;
    background: url(../images/xmspkd_headline.png) center center / 100% 100% no-repeat;
    margin-bottom: 60px;
}

.xmspkd_headline p {
    position: absolute;
    right: 40PX;
    top: 50px;
    width: 85%;
    font-size: 20px;
    color: #333;
    line-height: 42px;
}

.xmspkd_list {
    width: 100%;
    min-height: 700px;

}

.xmspkd_list_title {
    width: 100%;
    height: 60px;
    margin-bottom: 40px;
}

.xmspkd_list_title span {
    display: block;
    width: 500px;
    height: 100%;
    margin: 0 auto;
    background: url(../images/xmspkd_list_title.png) center center / auto 100% no-repeat;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 46px;
}

.xmspkd_list li {

    width: 100%;
    height: 160px;
    border: 1px solid #3f89ff;
    margin-bottom: 40px;
}

.xmspkd_list li:last-child {
    margin-bottom: 0;
}

.xmspkd_list li a {
    display: flex;
    justify-content: space-between;
}

.xmspkd_list .time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 160px;
    height: 160px;
}

.xmspkd_list .time::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #3f89ff;
}

.xmspkd_list .time span {
    text-align: center;
}

.xmspkd_list .time span:nth-child(1) {
    font-size: 42px;
    font-weight: 800;
    color: #1a58bc;
    line-height: 1.5;
}

.xmspkd_list .time span:nth-child(2) {
    font-size: 23px;
    color: #333;
    line-height: 1.5;
}

.xmspkd_list .text {
    display: flex;
    width: 1040px;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px
}

.xmspkd_list .text .title {
    width: 100%;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.xmspkd_list .text .content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 1.8;
    font-size: 18px;
    color: #777777;
}

/* 项目审批卡点专项行动 end*/

/* 分页 */
body .mbx {
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
    font-size: 18px;
}

body .page {
    display: flex;
    justify-content: center;
    align-items: center;
}

body .page a {
    padding: 0 15px;
    margin: 0 5px;
    color: #4579d9;
    height: auto;
    line-height: 35px;
    font-size: 18px;
    border: 1px solid #4579d9;
}

/* 分页 end */


/* 北疆老兵宣讲团 */
.lbyygdz .w {
    width: 1200px !important;
}

.zt_head1_nav {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 90px;
    background: rgba(0, 0, 0, .2);
}

.lbyygdz {
    background: url(../images/ztzl_lbyygdz_head.png) center top / 100% auto no-repeat;
}

.returnSite2 {
    display: block;
    position: absolute;
    left: 20px;
    width: 450px;
    height: 100%;
    background: url(../images/ztzl_logo.png) center center / 100% auto no-repeat;
}

.zt_head1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 100px;
    width: 900px;
    min-width: 700px;
}

.zt_head1 ul li a {
    line-height: 90px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
}

.zt_head1 ul li.hover a {
    color: #ff5c5c;
}

.zt_head1 .kb {
    width: 100%;
    height: 680px;
}

/* 宣讲团 —— 图片新闻 */
.lbyygdz_item1 {
    width: 100%;
    max-width: 1920px;
    margin-bottom: 40px;
}

.lbyygdz_item1 .lbyygdz_tpxw {
    width: 100%;
    height: 800px;
    margin-bottom: 30px;
}

#swiper1 .swiper-slide a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

#swiper1 .swiper-slide a .img {
    width: 100%;
    height: 720px;
}

#swiper1 .swiper-slide a img {
    transition: 5s linear 2s;
    transform: scale(1, 1);
}

#swiper1 .swiper-slide-active img,
#swiper1 .swiper-slide-duplicate-active img {
    transition: 6s linear !important;
    transform: scale(1.1, 1.1) !important;
}

#swiper1 .swiper-slide a p {
    width: 100%;
    height: 80px;
    background: #c10700;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 80px;
}

/* #swiper1 .swiper-slide.swiper-slide-active img {
    animation: swiperAni 10s linear forwards;
} */

/* @keyframes swiperAni {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
} */

.img img {
    /* display: block; */
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.img {
    overflow: hidden;
}

#swiper1 .swiper-pagination {
    bottom: 90px;
}

#swiper1 .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}

#swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}


/* 宣讲团 - 列表1 */
.lbyygdz_list1 {
    width: 100%;
    height: 130px;
    max-width: 1920px;
}

.lbyygdz_list1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.lbyygdz_list1 li {
    width: 48%;
}

.lbyygdz_list1 li a {
    display: flex;
    line-height: 40px;
    font-size: 18px;
}

.lbyygdz_list1 li span {
    display: block;
    width: 90px;
    margin-right: 30px;
    font-size: 16px;
    color: #999999;
}

.lbyygdz_list1 li p {
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.lbyygdz_list1 li:hover a {
    color: #c10700;
    font-weight: 800;
}

.lbyygdz_list1 li:hover a span {
    color: #c10700;
}

/* 宣讲团介绍 */

.lbyygdz_item2 {
    width: 100%;
    max-width: 1920px;
    height: 770px;
    padding: 40px 0 0 0;
    background: url(../images/lbyygdz_item2_bg.png) center top / cover no-repeat;
}

.lbyygdz_item2_chnl {
    width: 100%;
    height: 110px;
    background: url(../images/lbyygdz_item2_chnl.png) center center / 100% auto no-repeat;
}

.lbyygdz_item2_main {
    display: flex;
    justify-content: space-between;
}

.lbyygdz_xjt_info {
    width: 380px;
    height: 480px;
}

.lbyygdz_xjt_map {
    width: 700px;
    height: 520px;
}

.lbyygdz_xjt_info {
    width: 380px;
    height: 480px;
    padding: 40px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.lbyygdz_xjt_infoBox {
    width: 100%;
    height: 350px;
    overflow-y: scroll;
}

.lbyygdz_xjt_info h2 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #c90000;
    text-align: center;
}

.lbyygdz_xjt_info p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 30px;
}

.lbyygdz_xjt_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.lbyygdz_xjt_info li {
    width: 48%;
    height: 30px;
    margin-bottom: 10px;
    background: #fceaea;
    border: 1px solid #e34f4f;
    border-radius: 5px;
}

.lbyygdz_xjt_info li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
    color: #c90000;
}

.lbyygdz_xjt_info::-webkit-scrollbar-thumb {
    background-color: #c10700;
    color: #c10700;
}

/* 宣讲视频 */
.lbyygdz_item3 {
    width: 100%;
    max-width: 1920px;
    padding: 40px 0 0 0;
}

.lbyygdz_item3_chnl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 125px;
    margin: 0 auto;
    background: url(../images/lbyygdz_item3_chnl.png) center center / 100% auto no-repeat;
}

.lbyygdz_item3_chnl a {
    display: block;
    width: 280px;
    height: 100%;
}

#swiper2 {
    width: 100%;
    height: 500px;
}

#swiper2 .swiper-wrapper {
    padding-top: 60px;
}

#swiper2 .swiper-slide {
    display: flex;
    width: 600px;
}

#swiper2 .swiper-slide a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}


#swiper2 .swiper-slide .img {
    width: 100%;
}

#swiper2 .swiper-slide:hover img {
    transform: scale(1.1, 1.1);
}

#swiper2 .swiper-slide p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
}

#swiper2 .swiper-slide.swiper-slide-active p {
    color: #de3333;
    font-weight: 800;
}

#swiper2 .swiper-slide.swiper-slide-active {
    transform: translateY(-20px);
}

#swiper2 .swiper-slide.swiper-slide-active span {
    display: block;
}

#swiper2 .swiper-slide span {
    display: none;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: 30px; */
}

#swiper2 .swiper-pagination-bullet-active {
    background: #c10700;
}

#swiper2 .swiper-pagination-bullet {
    margin: 0 10px;
}

/* 老兵风采 */
.lbyygdz_item4 {
    width: 100%;
    max-width: 1920px;
    padding: 40px 0 100px 0;
    background: url(../images/lbyygdz_item4_bg.png) center top / cover no-repeat;
}

.lbyygdz_item4_chnl {
    display: flex;
    width: 100%;
    height: 125px;
    margin: 0 0 80px;
    justify-content: center;
    align-items: center;
    background: url(../images/lbyygdz_item4_chnl.png) center center / 100% auto no-repeat;
}

.lbyygdz_item4_chnl a {
    display: block;
    width: 280px;
    height: 100%;
}

.lbyygdz_item4_main {
    width: 100%;
}

.lbyygdz_item4_main ul {
    display: flex;

}

.lbyygdz_item4_main li {
    width: 240px;
    height: 365px;
    margin-right: 80px;
    transition: all .5s;
}

.lbyygdz_item4_main li:hover {
    transform: translateY(-20px);
}

.lbyygdz_item4_main .img {
    width: 100%;
    height: 300px;
}

.lbyygdz_item4_main li:last-child {
    margin-right: 0;
}

.lbyygdz_item4_main li span {
    display: block;
    width: 100%;
    height: 65px;
    text-align: center;
    font-size: 24px;
    line-height: 65px;
    font-weight: 800;
    color: #ffe4b7;
}


/* 活动图片展 */
.lbyygdz_item5 {
    width: 100%;
    max-width: 1920px;
    padding: 40px 0 60px 0;
    background: url(../images/lbyygdz_bodyBg_bottom.png) center -5px / 100% auto no-repeat;
}

.lbyygdz_item5_chnl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 125px;
    margin: 0 auto 40px;
    background: url(../images/lbyygdz_item5_chnl.png) center center / 100% auto no-repeat;
}

.lbyygdz_item5_chnl a {
    display: block;
    width: 280px;
    height: 100%;
}

.lbyygdz_item5_main {
    display: flex;
    justify-content: space-evenly;
}

.lbyygdz_item5_main li {
    width: 100%;
    height: 100%;
}

.lbyygdz_item5_main li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.lbyygdz_item5_main li:hover img {
    transform: scale(1.1, 1.1);

}

.lbyygdz_item5_main li:hover p {
    opacity: 1;
    visibility: visible;
    font-weight: 800;
}

.lbyygdz_item5_main li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.lbyygdz_item5_main li .img {
    width: 100%;
    height: 100%;
}

.item5ImgBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lbyygdz_item5_main .item5ImgBox:nth-child(1),
.lbyygdz_item5_main .item5ImgBox:nth-child(3) {
    width: 14%;
}

.lbyygdz_item5_main .item5ImgBox:nth-child(2),
.lbyygdz_item5_main .item5ImgBox:nth-child(4) {
    width: 35%;
}

/* 新媒体矩阵 */
.lbyygdz_item6 {
    padding-bottom: 70px;
    background: url(../images/lbyygdz_bodyBg_bottom.png) center bottom / 100% auto no-repeat;
}

.lbyygdz_item6 .w {
    display: flex;
    justify-content: space-between;

}

.lbyygdz_erCodeBox {
    display: flex;
    justify-content: space-between;
    width: 700px;
    padding-top: 80px;
    background: url(../images/lbyygdz_erCodeBox.png) center 20px / 480px auto no-repeat;
}

.lbyygdz_erCodeBox img {
    width: 100px;
    height: 100px;
}

.lbyygdz_erCodeBox span {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.lbyygdz_item6_tgfs {
    width: 360px;
    height: 230px;
    padding-top: 72px;
    background: url(../images/lbyygdz_item6_tgfs.png) center 30px / 240px auto no-repeat, url(../images/lbyygdz_item6_tgfs_bg.png) center center / 100% auto no-repeat;
}

.lbyygdz_item6_tgfs h2 {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
}

.lbyygdz_item6_tgfs span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

/* 底部 */
.foot26 {
    width: 100%;
    max-width: 1920px;
    height: 180px;
    background-color: #c10700;
}

.foot26 .w {
    display: flex;
    justify-content: space-between;
}

.foot26_dzjg {
    display: block;
    width: 50px;
    height: 100%;
    background: url(../images/dzjg26.png) center center / 100% auto no-repeat;
}

.foot26_link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    height: 100%;
}

.foot26_link a {
    font-size: 14px;
    color: #fff ! important;
    line-height: 24px;
}

.foot26_info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 815px;
    height: 100%;

}

.foot26_info::before {
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 90px;
    background-color: #fff;

}

.foot26_info::after {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 90px;
    background-color: #fff;

}

.foot26_info p {
    display: flex;
}

.foot26_info span,
.foot26_info a {
    display: block;
    margin-right: 20px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}

.jiucuo25 {
    display: block;
    position: absolute;
    right: 90px;
    top: 72px;
    width: 110px;
    height: 60px;
    background: url(../images/jiucuo25.png) center center / 100% auto no-repeat;
}

.foot26_webERCode {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 128px;
    height: 100%;
}

.foot26_webERCode img {
    width: 95px;

}

.foot26_webERCode span {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 34px;
}

/* 列表页 --- 活动动态 */

.lbyygdz_head2 {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 770px;
    background: url(../images/ztzl_lbyygdz_head2.png) center top / cover no-repeat;
}

.returnSite3 {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 540px;
    height: 90px;
    background: url(../images/ztzl_logo2.png) center center / 100% auto no-repeat;
}

.lbyygdz_nav2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1920px;
    height: 60px;
    background: #c10700;
}

.lbyygdz_nav2 .w {
    display: flex;
    justify-content: space-between;
}

.lbyygdz_nav2 .w a {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    font-weight: 800;
}

.lbyygdz_nav2 .w li.hover a,
.lbyygdz_nav2 .w li:hover a {
    color: #ffd79f;
}

.lbyygdz_child_list1 {
    padding: 40px 0;
}

.lbyygdz_child_list1 li {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    transition: all .5s;
}

.lbyygdz_child_list1 li:hover {
    box-shadow: 0 2px 10px 0 rgba(218, 48, 48, 0.5);
}

.lbyygdz_child_list1 li:hover h2 {
    color: #c10700;
}

.lbyygdz_child_list1 li:hover .content {
    transform: translateY(-10px);
    /* -webkit-line-clamp: 3; */
}

.lbyygdz_child_list1 li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px 35px;

}

.lbyygdz_child_list1 .img {
    width: 280px;
    height: 100%;
}

.lbyygdz_child_list1 .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 820px;
    height: 100%;
}

.lbyygdz_child_list1 i {
    display: block;
    width: 55px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

.lbyygdz_child_list1 i.waiting {
    color: #c10700;
    background-color: #ffdddc;
}

.lbyygdz_child_list1 i.ing {
    color: #fff;
    background-color: #c10700;
}

.lbyygdz_child_list1 i.end {
    color: #fff;
    background-color: #afafaf;
}

.lbyygdz_child_list1 .title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 30px;
    font-size: 20px;
}

.lbyygdz_child_list1 .title span {
    display: block;
    width: 750px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lbyygdz_child_list1 .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    font-size: 14px;
    transition: all .5s;
}

.lbyygdz_child_list1 .time {
    display: flex;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.lbyygdz_child_list1 .time span:first-child {
    margin-right: 20px;
}

.lbyygdz_child_list1 .time span:last-child {
    display: block;
    width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lbyygdz_child_list1_introduce {
    width: 100%;
    margin-bottom: 40px;
}

.lbyygdz_child_list1_chnl {
    width: 100%;
    margin-bottom: 20px;
}

.lbyygdz_child_list1_chnl span {
    font-size: 20px;
    color: #c10700;
    font-weight: 800;
    line-height: 40px;
    border-bottom: 3px solid #c10700;
}

.lbyygdz_child_list1_introduce p {
    font-size: 18px;
    line-height: 36px;
}

.lbyygdz_child_list1_his {
    width: 100%;
}

.lbyygdz_child_list1_his ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lbyygdz_child_list1_his li {
    width: 48%;
}

.lbyygdz_child_list1_his li a {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}

.lbyygdz_child_list1_his li span {

    font-size: 16px;
    color: #999999;
}

.lbyygdz_child_list1_his li p {
    width: 460px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}

/* 图片列表 */
.lbyygdz_child_list2 {
    width: 100%;
    padding: 40px 0;
}

.lbyygdz_child_list2 ul {
    display: flex;
    flex-wrap: wrap;
}

.lbyygdz_child_list2 li {
    margin-right: 80px;
    margin-bottom: 20px;
    transition: all .5s;
}

.lbyygdz_child_list2 li:nth-child(4n) {
    margin-right: 0;
}

.lbyygdz_child_list2 li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lbyygdz_child_list2 li .img {
    width: 240px;
    height: 300px;
}

.lbyygdz_child_list2 li span {
    font-size: 24px;
    font-weight: 800;
    line-height: 68px;
    text-align: center;
}

.lbyygdz_child_list2 li:hover {
    transform: translateY(-10px);
}

/* 媒体报道 */

.lbyygdz_child_list3 {
    width: 100%;
    padding: 40px 0;
}

.lbyygdz_child_list3 li {
    width: 100%;
    height: 180px;
    padding: 20px 40px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    transition: all .5s;
}

.lbyygdz_child_list3 li:hover {
    border-color: #c10700;
    transform: translateY(-10px);
}

.lbyygdz_child_list3 li:hover .title {
    color: #c10700;

}

.lbyygdz_child_list3 li a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.lbyygdz_child_list3 .title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #000000;

}

.lbyygdz_child_list3 .content {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding-bottom: 10px; */
    font-size: 14px;
    line-height: 28px;
}

.lbyygdz_child_list3 .time {
    font-size: 14px;
    color: #999999;
}

/* 图片视频列表 */

.lbyygdz_child_list4 {
    width: 100%;
    padding: 40px 0;
}

.lbyygdz_child_list4 ul {
    display: flex;
    flex-wrap: wrap;
}

.lbyygdz_child_list4 ul li {
    width: 370px;
    height: 270px;
    padding: 10px 10px 0;
    margin: 0 45px 40px 0;
    background-color: #ededed;
}

.lbyygdz_child_list4 ul li:hover img {
    transform: scale(1.1);
}

.lbyygdz_child_list4 ul li:hover span {
    color: #c10700;
}

.lbyygdz_child_list4 ul li:nth-child(3n) {
    margin-right: 0;
}

.lbyygdz_child_list4 .img {
    width: 100%;
    height: 200px;
}

.lbyygdz_child_list4 span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

/* 宣讲团内容页 */
.lbyygdz_child_content2 {
    width: 100%;

}

.position25 {
    display: 100%;
    height: 60px;
}

.position25 .w {
    display: flex;
}

.position25 span,
.position25 a {
    display: block;
    color: #333;
    line-height: 60px;
    font-size: 14px;
}

.position25 .cur {
    font-weight: 800;
}

.lbyygdz_child_content2 h2 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #c10700;
}

.lbyygdz_con2_item1 {
    margin-bottom: 40px;
}

.lbyygdz_con2_item1 p {
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.lbyygdz_con2_itme2_chnl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    background: url(../images/lbyygdz_con2_itme2_chnl.png) center center / 320px auto no-repeat;
    font-size: 24px;
    font-weight: 800;
    color: #c10700;
}

.lbyygdz_con2_item2 h3 {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}

.lbyygdz_con2_item2 p {
    font-size: 18px;
    line-height: 36px;
}

/* 老兵宣讲团 通用内容页 */
.lbyygdz_child_content3 {
    padding: 40px 0;
}

.lbyygdz_child_content3 h2 {
    padding: 0 40px;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}

.lbyygdz_child_content3 .time {
    font-size: 16px;
    text-align: center;
    color: #999999;
    margin-bottom: 40px;
}

.lbyygdz_child_content3 .content p {
    font-size: 18px;
    line-height: 2;
}