/* news begin */
.news_swiper .swiper-slide{
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;
}
.news_swiper .swiper-slide .pic,.news_swiper .swiper-slide .txt{
    width: 50%;
}
.news_swiper .swiper-slide .txt{
    background: #0094dc;
    padding: 4rem;
}
.news_swiper .swiper-slide .txt .time{
    color: #60cbff;
}
.news_swiper .swiper-slide .txt .title{
    color: #fff;
    font-size: 2.25rem;
    line-height: 1.5;
}
.news_swiper .swiper-slide .txt .desc{
    color: #60cbff;
    line-height: 2;
    margin-bottom: 3rem;
}
.news_swiper .swiper-slide .txt .text{
    color: white;
    font-size: 0.875rem;
}
.news_swiper .swiper-slide .txt .icon{
    width: 1rem;
}

.news_list .item{
    grid-column: span 4;
    background: white;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    top: 0;
}
.news_list .item .pic img{
    transition: all 0.5s;
}
.news_list .item .title{
    font-size: 1.125rem;
    height: 3em;
}
.news_list .item .time{
    font-size: 0.875rem;
    color: #666666;
}
.news_list .item:hover{
    background: #0094dc;
    top: -0.5rem;
}
.news_list .item:hover .pic img{
    transform: scale(1.1);
}
.news_list .item:hover .title,.news_list .item:hover .time{
    color: white;
}
.articleHead{
    border-bottom: 1px solid #dddddd;
}
.articleHead .info .icon{
    width: 1rem;
}
.articleHead .info{
    color: #666;
}
.articleHead .title{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
/* news end */

/* contact map */
.map{
    height: 40rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #eaf4ff;
}

/*party_list begin*/
.party_list .item{
    border-bottom: 1px solid #dddddd;
}
.party_list .item:last-child{
    border-bottom: none;
}
.party_list .item .time{
    width: 6.25rem;
}
.party_list .item .time span{
    font-size: 0.875rem;
    font-weight: bold;
    color: #333;
}
.party_list .item .time span:first-child{
    font-size: 2rem;
}
.party_list .item .pic{
    width: 32.5rem;
    border-radius: 0.5rem;
}
.party_list .item .pic img{
    transition: all 0.5s;
}
.party_list .item .txt{
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}
.party_list .item .txt .title{
    font-size: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.party_list .item .txt .desc{
    font-size: 1.125rem;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.party_list .item .txt .more{
    font-size: 0.875rem;
    color: #999;
}
.party_list .item .txt .more{
    color: #999;
    transition: all 0.3s;
    gap: 0.25rem;
}
.party_list .item:hover .pic img{
    transform: scale(1.1);
}
.party_list .item:hover .txt .title{
    color: #0094dc;
}
.party_list .item:hover .txt .more{
    color: #0094dc;
    gap: 1rem;
}
/*party_list end*/

/*activity_list begin*/
.activity_list{
    
}
.activity_list .item{
    position: relative;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}
.activity_list .pic{
    width: 100%;
}
.activity_list .txt{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    padding: 4rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.activity_list .txt .title{
    font-size: 2.25rem;
    line-height: 1.5;
}
.activity_list .txt .desc{
    font-size: 1.125rem;
    line-height: 2;
}
/*activity_list end*/

/*activity_list begin*/
.activity_index{
    gap: 2rem;
    background: white;
    border-radius: 1rem;
}
.activity_index .txt{
    grid-column: span 7;
    line-height: 1.5;
    font-size: 0.875;
}
.activity_index .txt p{
    text-indent: 2em;
}
.activity_index .video{
    grid-column: span 5;
}
.activity_index .video video{
    height: 100%;
    object-fit: cover;
}
.activity_index_list{
    gap: 2rem;
    padding-top: 2rem;
}
.activity_index_list .item{
    width: calc( (100% - 6rem) / 4 );
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative;
}
.activity_index_list .item:first-child,.activity_index_list .item:nth-child(2){
    width: calc( (100% - 2rem) / 2 );
}
.activity_index_list .item:first-child .pic::before,.activity_index_list .item:nth-child(2) .pic::before{
    padding: 25% 0;
}
.activity_index_list .item .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5rem 1rem;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
}
.activity_index_list .item .pic img{
    transition: all 1s;
}
.activity_index_list .item:hover .pic img{
    transform: scale(1.1);
}
.activity_index_list .item .more{
    position: absolute;
    left: 50%;
    bottom: -50%;
    transform: translate(-50%, 0);
    /* background: #0094dc; */
    background: rgba(0, 0, 0, 0.4);
    padding: 0.5rem 2rem;
    color: white;
    border-radius: 0.25rem;
    text-align: center;
    display: block;
    font-size: 1rem;
    transition: all 0.3s;
}
.activity_index_list .item:hover .txt{
    padding: 1rem;
}
.activity_index_list .item:hover .more{
    bottom: 50%;
    transform: translate(-50%, 50%);
}
.activity_list{
    
}
.activity_list .item{
    position: relative;
    width: calc( (100% - 4.5rem) / 4 );
    overflow: hidden;
    cursor: pointer;
}
.activity_list .pic{
    width: 100%;
}
.activity_list .txt{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    padding: 1rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.activity_list .txt .title{
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}
.activity_list .txt .desc{
    font-size: 1.125rem;
    line-height: 2;
}
.activity_list .item .pic img{
    transition: all 0.5s;
}
.activity_list .item:hover .pic img{
    transform: scale(1.1);
}
/*activity_list end*/

/*journal_list begin*/
.journal_list .item{
    grid-column: span 3;
}
.journal_list .item .pic{
    border-radius: 0.5rem;
}
.journal_list .item .pic img{
    transition: all 0.5s;
}
.journal_list .item .txt{
    font-size: 1.25rem;
    line-height: 2;
    padding-top: 0.25rem;
}
.journal_list .item:hover .pic img{
    transform: scale(1.1);
}
/*journal_list end*/

/*integrity begin*/
.integrity{
    background: url("../images/integrity_bg.jpg") no-repeat top center #e9f3ff;
    background-size: cover;
}
.integrity .article{
    line-height: 2;
    font-size: 1.125rem;
}
/*integrity end*/

/*contact begin*/
.contact{
    background: url("../images/contact_bg.jpg") no-repeat top center #e9f3ff;
    background-size: cover;
}
.contact .server_tel{
    font-size: 1.25rem;
    font-weight: bold;
    color: #0094dc;
}
.contact .info .item{
    background: white;
    grid-column: span 3;
    padding: 2rem;
    border-radius: 0.5rem;
}
.contact .info .icon{
    width: 3rem;
    background: #0094dc;
    border-radius: 50%;
}
.contact .info .icon img{
    transform: scale(.6);
}
.contact .info .text{
    color: #666666;
    flex: 1 1 0;
}
.contact .info .text b{
    font-size: 1.25rem;
    color: #000;
    font-weight: normal;
}
.contact .info .text b.txt{
    font-size: 1rem;
}
/*contact end*/

/*join begin*/
.join_top .item{
    grid-column: span 4;
    border-radius: 0.5rem;
    overflow: hidden;
    background: white;
}
.join_top .item .pic img{
    transition: all 0.5s;
}
.join_top .item .txt{
    padding: 2rem;
}
.join_top .item .txt .title{
    font-size: 1.5rem;
}
.join_top .item .txt .desc{
    margin: 0;
    color: #666;
}
.join_top .item:hover .pic img{
    transform: scale(1.1);
}

.join_mid .txt{
    grid-column: span 7;
}
.join_mid .txt h4 span{
    display: inline-block;
    background: #0094dc;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0 0.5rem 0 0;
}
.join_mid .txt p span{
    font-size: 1rem;
    position: relative;
    padding-left: 1rem;
    width: calc((100% - 1.5rem) / 2);
    color: #666;
}
.join_mid .txt p span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 6px;
    height: 6px;
    background: #0094dc;
    border-radius: 50%;
}
.join_mid .pic{
    grid-column: span 5;
}
.join_mid .pic img{
    max-width: 100%;
}

.join_channel{
    background: url("../images/join_marBg.jpg") no-repeat bottom center #e9f3ff;
    background-size: contain;
    height: 50vw;
}
.join_idea{
    background: url("../images/dep_idea.jpg") no-repeat bottom center #ffffff;
    background-size: contain;
}


.join_bot .item{
    grid-column: span 4;
    background: url("../images/join_txt_bg.png") no-repeat bottom center white;
    background-size: contain;
    border-radius: 0.5rem;
    overflow: hidden;
}
.join_bot .item .head{
    background: url("../images/join_title_bg.jpg") no-repeat top center;
    background-size: cover;
    padding:1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 100%;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.join_bot .item .head span{
    position: relative;
    display: inline-block;
}
.join_bot .item .head span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -3rem;
    transform: translate(-50%, -50%);
    display: block;
    width: 3rem;
    height: 1px;
    background: white;
}
.join_bot .item .head span::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -6rem;
    transform: translate(-50%, -50%);
    display: block;
    width: 3rem;
    height: 1px;
    background: white;
}
.join_bot .item .txt{
    flex: 1 1 0;
}

.join_foot .item{
    grid-column: span 3;
    background: #e9f3ff;
    border-radius: 0.5rem;
    overflow: hidden;
    padding: 3rem 2.5rem;
}
.join_foot .item .pic{
    width: 6.25rem;
}
.join_foot .item .title{
    font-size: 1.5rem;
}
.join_foot .item .desc{
    text-align: center;
    line-height: 2;
    margin: 0;
}
/*join end*/




/*leader begin*/
.leader{
    background:url("../images/leder_bg.jpg") no-repeat top center;
    background-size: cover;
}
.leader .item{
    grid-column: span 6;
    background: white;
    padding:5rem 6rem;
    border-radius: 0.5rem;
    position: relative;
}

.leader .item::before{
    content: '01';
    position: absolute;
    left: 2rem;
    top: -1rem;
    font-size: 10rem;
    font-weight: bold;
    letter-spacing: -1rem;
    color: #eff6ff;
}
.leader .item:nth-child(2)::before{
    content: '02';
}
.leader .item:nth-child(3){
    grid-column: span 12;
    padding-right: 1rem;

}
.leader .item:nth-child(3)::before{
    content: '03';
}
.leader .item .txt{
    position: relative;
    z-index: 2;
}
.leader .item .txt span{
    font-size: 2rem;
    font-weight: bold;
    color: #0094dc;
    text-transform: uppercase;
    margin-bottom: 2rem;
    display: inline-block;
}
.leader .item .txt h4{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.leader .item .txt p{
    margin: 0;
}
.leader .item .line{
    gap: 2rem;
    flex: 1 1 0;
    margin-left: 3rem;
}
.leader .item .child{
    grid-column: span 3;
    padding: 0 2rem;
}
.leader .item .child .icon{
    width: 4rem;
}
.leader .item .child .title{
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
}
.leader .item .child .title::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.5rem;
    display: block;
    width:1.5rem;
    height: 3px;
    background: #0094dc;
}
.leader .item .child p{
    line-height: 2;
    color: #666;
    text-align: center;
    margin-bottom: 0;
    margin-top: 1rem;
}
.leader-idea{
    background: url("../images/leader_list_bgfooter.jpg") no-repeat center bottom #e9f3ff;
    background-size: contain;
}
.leader-idea .head span{
    font-size: 2rem;
    font-weight: bold;
    color: #0094dc;
    text-transform: uppercase;
    display: inline-block;
}
.leader-idea .head h4{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
}
.leader-idea .idea-list li{
    grid-column: span 3;
    padding: 3rem 2rem;
    border-radius: 0.5rem;
    background: url("../images/leader_list_bg.jpg") no-repeat center center;
    background-size: cover;
}
.leader-idea .idea-list li .num{
    font-size: 1.5rem;
    font-weight: bold;
    color: #ddd;
    text-transform: uppercase;
    display: inline-block;
}
.leader-idea .idea-list li .txt{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}
.leader-idea .idea-list li p{
    color: #666;
    margin: 0;
}
/*leader end*/

/*search begin*/
.search_list .item{
    grid-column: span 6;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    transition: all 0.3s;
    top: 0;
}
.search_list .item .time{
    font-size: 1.125rem;
    color: #999;
}
.search_list .item .txt{
    flex: 1 1 0;
}
.search_list .item .txt .title{
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.search_list .item .txt .views{
    font-size: 0.875rem;
    color: #999;
}
.search_list .item .txt .views .icon{
    width: 1rem;
}
.search_list .item .pic{
    width: 6rem;
    border-radius: 0.5rem;
}
.search_list .item:hover{
    top: -1rem;
}
.search_list .item:hover .txt .title{
    color: #0094dc;
}
/*search edn*/

@media (max-width: 1200px) {
    .join_channel{
        height: 60vw;
    }
    .news_swiper .swiper-slide .txt{
        padding: 2rem;
    }
    .news_swiper .swiper-slide .txt .title{
        font-size: 1.5rem;
        margin: 0;
    }
    .news_swiper .swiper-slide .txt .time,.news_swiper .swiper-slide .txt .desc{
        margin-bottom: 0;
        font-size: 0.875rem;
    }
    .articleHead .title{
        font-size: 2rem;
    }
    
    .party_list .item .pic{
        width: 20rem;
    }
    .party_list .item .txt .title{
        font-size: 1.5rem;
    }
    .party_list .item .txt .desc{
        font-size: 1rem;
    }
    .contact .info .item{
        grid-column: span 6;
    }
    .map{
        height: 25rem;
    }
    .join_bot .item .head{
        height: 6rem;
    }
    .join_foot .item{
        grid-column: span 6;
    }
    .leader .item{
        padding: 2rem;
    }
    .leader .item .txt span{
        margin-bottom: 1rem;
    }
    .leader .item .child{
        padding: 0;
    }
    .leader-idea .idea-list li .txt{
        margin-top: 4rem;
    }
    
    .activity_index{
        gap: 0;
    }
    .activity_index .txt,.activity_index .video{
        grid-column: span 12;
        order: 2;
    }
    .activity_index .video{
        grid-column: span 12;
        order: 1;
    }
    .activity_index_list .item{
        width: calc( (100% - 2rem) / 2);
    }
    .activity_index_list .item .pic::before{
        padding: 25% 0;
    }
    .activity_index_list .item .more{
        display: none;
    }
    .activity_list .item{
        width:calc( (100% - 3rem) / 3 );
    }
    
}

@media (max-width: 768px) {
    .join_channel{
        height: 110vw;
    }
    .news_swiper .swiper-slide .pic, .news_swiper .swiper-slide .txt{
        width: 100%;
    }
    .news_swiper .swiper-slide .txt{
        padding: 1rem;
        gap: 0.5rem;
    }
    .news_swiper .swiper-slide .txt .title{
        font-size: 1.25rem;
    }
    .news_list .item{
        grid-column: span 12;
    }
    .news_list .item .title{
        font-size: 1rem;
    }
    .news_list .item .time{
        font-size: 0.875rem;
    }
    .articleHead .title{
        font-size: 1.5rem;
    }
    .articleHead .info{
        font-size: 0.875rem;
    }
    
    .party_list .item .pic{
        width: 100%;
    }
    .party_list .item .txt .title{
        font-size: 1.25rem;
    }
    .party_list .item .txt .desc{
        font-size: 0.875rem;
    }
    .journal_list .item{
        grid-column: span 6;
    }
    .journal_list .item .txt{
        font-size: 1rem;
        text-align: center;
    }
    .integrity .article{
        font-size: 1rem;
    }
    .contact .info{ 
        gap: 1rem;
    }
    .contact .info .item{
        grid-column: span 12;
        padding: 1rem;
    }
    .map{
        height: 20rem;
    }
    .activity_list .pic::before{
        padding: 33.33% 0;
    }

    .activity_list .txt{
        padding: 1rem;
    }
    .activity_list .txt .title{
        font-size: 1.125rem;
    }
    .activity_list .txt .desc{
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .base_title .sub-title{
        font-size: 0.875rem;
    }
    .join_top .item{
        grid-column: span 12;
    }
    .join_top .item .pic::before{ 
        padding: 25% 0;
    }
    .join_top .item .txt{
        padding: 1rem;
    }
    .join_top .item .txt .title{
        font-size: 1.25rem;
    }
    .join_top .item .txt .desc{
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .join_mid .txt{
        grid-column: span 12;
    }
    .join_mid .pic{
        grid-column: span 12;
    }
    .join_mid .txt h4 span{
        font-size: 1rem;
    }
    .join_mid .txt p span{
        font-size: 0.875rem;
    }
    .join_mid .pic img{
        max-width: 80%;
    }
    .join_bot{
        gap: 1rem;
    }
    .join_bot .item .head{
        font-size: 1rem;
        padding: 1rem 0.5rem;
        height: auto;
    }
    .join_bot .item .txt{
        font-size: 0.875rem;
    }
    .join_foot .item{
        padding: 1rem;
    }
    .join_foot .item .pic{
        width: 3rem;
    }
    .join_foot .item .title{
        font-size: 1rem;
    }
    .join_foot .item .desc{
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .leader .item{
        grid-column: span 12;
    }
    .leader .item::before{
        font-size: 6rem;
        text-align: center;
        left: 50%;
        transform: translatex(-50%);
    }
    .leader .item .txt{
        width: 100%;
        text-align: center;
    }
    .leader-idea .head h4{
        margin-bottom: 1rem;
    }
    .leader-idea .head span{
        font-size: 1.5rem;
    }
    .leader .item .txt span{
        font-size: 1.5rem;
        margin: 0;
    }
    .leader .item .txt h4{
        font-size: 1.25rem;
    }
    .leader .item:nth-child(3){
        flex-wrap: wrap;
    }
    .leader .item .line{
        margin: 0;
        gap: 1rem;
    }
    .leader .item .child{
        grid-column: span 6;
    }
    .leader .item .child .title{
        font-size: 1rem;
    }
    .leader .item .child p{
        font-size: 0.875rem;
        line-height: 1.5;
    }
    
    .leader-idea .idea-list li{
        grid-column: span 6;
        padding: 1rem;
    }
    .leader-idea .idea-list li .num{
        font-size: 2rem;
    }
    .leader-idea .idea-list li .txt{
        margin-top: 2rem;
        font-size: 1.125rem;
    }
    .leader-idea .idea-list li p{
        font-size: 0.875rem;
    }
    .search_page .search_reslut{
        font-size: 1rem;
    }
    .search_list .item{
        grid-column: span 12;
    }
    .search_list .item .time{
        font-size: 0.875rem;
    }
    .search_list .item .pic{
        width: 4.5rem;
    }
    .search_list .item .txt .title{
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 0.25rem;
    }
    
    .activity_index .txt{
        font-size: 0.875rem;
        line-height: 1.5;
    }
    .activity_index_list{
        gap: 1rem;
        padding-top: 1rem;
    }
    .activity_index_list .item,.activity_index_list .item:first-child,.activity_index_list .item:nth-child(2){
        width: 100%;
    }
    .activity_index_list .item .txt{
        font-size: 1rem;
        text-align: left;
    }
    .activity_index_list .item .txt span{
        font-size: 0.75rem;
        font-weight: normal;
    }
    .activity_list .item{
        width:100%;
    }
    
}
