
body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.header_wrap{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 1.5rem;
}
.ctLogo{
    width: 2.46rem;
    height: 0.72rem;
    background: url('../../static/images/CTLogo.png')no-repeat;
    background-size: contain;
}
.nav_search{
    background: url('/static/images/search.png')no-repeat;
    background-size: cover;
}


/* 头部以下 */
/* 轮播图 */
.home_container{
    position: relative;
    height: 100%;
}
.layui-carousel{
    height: 100%;
}

/* 第二页 */

.focusNews_container{
    width: 100%;
    height: 6.05rem;
    background: #ffffff;
    padding: 0.43rem 0 0.5rem;
    /* box-sizing: border-box; */
}

.focusNews_wrap{
    flex-direction: column;
    display: flex;
    align-items: center;
}
.focusNews_box{
    display: flex;
}
.focusNews_title{
    align-items: center;
    display: flex;
    font-size: 0.41rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    margin-bottom: 0.53rem;
}
.focusNews_one{
    width: 7.1rem;
    height: 4rem;
    cursor: pointer;
}
.focusNews_one >img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.new_top,.new_bottom{
    display: flex;
}
.new_box,.new_b_box{
    width: 3.45rem;
    height: 2.1rem;
    border-bottom: 0.05rem solid #034182;
    margin-left: 0.2rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.09rem 0rem rgba(79, 80, 80, 0.24);
    padding: 0.42rem 0.36rem 0 0.27rem;
    box-sizing: border-box;
    cursor: pointer;
}
.new_box:hover .new_title{
    color: #034182;
}
.new_b_box:hover .new_b_title{
    color: #034182;
}
.new_back{
    background: url('../static/images/new_back.png') no-repeat;
    background-position: bottom right;
}
.new_title,.new_b_title{
    font-size: 0.19rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 0.3rem;

    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical;
}
.new_b_box{
    height: 1.65rem;
    margin-top: 0.19rem;
}
.focusNews_seeMore{
    cursor: pointer;
    width: 1.65rem;
    height: 0.6rem;
    margin-top: 0.5rem;
    background: url('../static/images/seeM_bk.png')no-repeat;
    background-size: contain;
}
.focusNews_seeMore:hover{
    background: url('../static/images/seeM_bs.png')no-repeat;
    background-size: contain;
}


/* 通知公告、聚焦媒体*/
.noticeMedia_container{
    width: 100%;
    background: #EEEBEA;
    padding: 0.83rem 0;

    display: flex;
    justify-content: center;
}
.noticeMedia_wrap{
    display: flex;
    justify-content: space-between;

    width: 14.4rem;
}
.notice_box{
    width: 5.8rem;
    transform: translateX(-0.5rem);
    transition: all 1s ease-out 0s;
    opacity: 0;
}
.notice_top{
    padding-left: 0.1rem;
    box-sizing: border-box;
    margin-bottom: 0.35rem;
}
.notice_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.not_title{
    font-size: 0.41rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
}
.not_seeMore{
    display: flex;
    align-items: center;
}
.not_see{
    font-size: 0.15rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    cursor: pointer;
}
.not_line{
    display: inline-block;
    width: 0.5rem;
    height: 0.01rem;
    background: #C3C9D2;
}
.not_dot{
    display: inline-block;
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 50%;
    background:#CBD2DB;
    display: flex;
    justify-content: center;
    align-items: center;
}
.not_dot >i{
    display: inline-block;
    width: 0.07rem;
    height: 0.07rem;
    background: #034182;
    opacity: 0.36;
    border-radius: 50%;
}
.notice_bottom,.media_bottom{
    width: 5.78rem;
    height: 2.9rem;
    background: #ffffff;
    border-bottom: 0.05rem solid #034182;
}
.notice_list{
    padding: 0.38rem 0.47rem;
    box-sizing: border-box;
}
.notice_item{
    cursor: pointer;
    margin-bottom: 0.2rem;
}
.notice_item:hover .item_title{
    color: #034182;
   
}
.item_title{
    font-size: 0.19rem;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #343434;
    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-line-clamp:1;

    -webkit-box-orient:vertical;
}
.item_time{
    font-size: 0.16rem;
    color: #A18F8F;
    font-style:italic;
    margin-top: 0.1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.item_line{
    display: inline-block;
    width: 80%;
    height: 0.01rem;
    background: #EFEFEF;
}



.media_box{
    width: 8.3rem;
    margin-left: 0.28rem;
    transform: translateX(0.5rem);
    transition: all 1s ease-out 0s;
    opacity: 0;
}


.media_bottom{
    width: 8.3rem;
    background: #EEEBEA;
}

.media_item{
    width: 100%;
    height: 0.93rem;
    background: #ffffff;
    padding: 0.05rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-bottom: 0.05rem;
}
.media_time{
    width: 1.97rem;
    height: 0.84rem;
    background: url("../static/images/media_back.png") no-repeat;
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A19795;
    text-align: center;
    line-height: 0.84rem;
    cursor: pointer;
}
.media_title{
    font-size: 0.19rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    cursor: pointer;
    margin-left: 0.32rem;
      
    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-line-clamp:1;

    -webkit-box-orient:vertical;
}
.media_title:hover{
    color: #034182;
}


/* 城投风采 */
.elegantDem_container{
    width: 100%;
    padding:0.64rem 0 0.6rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background: url("../static/images/elegant_logo.png") no-repeat left bottom;
}
.elegantDem_wrap{
    /* width: 100%;
    display: flex; */
    width: 14.4rem;
    display: flex;
}
.elegantDem_title{
    width: 4.75rem;
    display: flex;
    flex-direction: column;
}
.elegant_title{
    font-size: 0.42rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #32363A;
    width: 0.2rem;  
    margin: 0 auto; 
    text-align: center;
    margin-bottom: 0.9rem;
}
/* .elegant_back{
    width: 4.75rem;
    height: 2.95rem;
    background: url("../static/images/elegant_logo.png") no-repeat;
} */
.elegantDem_list{
    display: flex;
}
.elegantDem_list .elegantDemItem_wrap:nth-child(1),.elegantDem_list .elegantDemItem_wrap:nth-child(3){
    transform: translateY(-0.5rem);
}
.elegantDem_list .elegantDemItem_wrap:nth-child(2),.elegantDem_list .elegantDemItem_wrap:nth-child(4){
    transform: translateY(0.5rem);
}
.elegantDemItem_top{
    transform: translateY(-0.5rem) !important;
}
.elegantDemItem_bottom{
    transform: translateY(0.5rem) !important;
}
.elegantDemItem_wrap{
    transition: all 1s ease-out 0s;
    transform: translateY(0.8rem);
    opacity: 0;
}
.elegantDemItem_scro{
    transform: none !important;
    opacity: 1;
}
.elegantDem_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.2rem;
    cursor: pointer;
    width: 2.87rem;
    height: 6.1rem;
    transition: all 0.6s ease-out 0s;
    background: url("../static/images/elegant_1.png") no-repeat;
    background-size:2.87rem 6.1rem; 
    cursor: pointer;
}
.elegantDem_item:hover{
    background-size:3rem 6.5rem;
}
.el_title{
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.34rem 0  0 0.32rem;
    box-sizing: border-box;
}
.el_title >span{
    display: inline-block;
    width: 0.2rem;  
    margin: 0 auto; 
}
.el_detail {
    height: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 0.35rem;
    box-sizing: border-box;
    justify-content: space-between;
}
.el_det{
    display: inline-block;
    width: 0.1rem;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.2rem;
}
.el_det_line{
    display: inline-block;
    width: 0.01rem;
    height: 0.36rem;
    background: #ffffff;
}

/* 党群工作 */
.partyMass_container{
    width: 100%;
    
    padding-top: 0.18rem;
    box-sizing: border-box;
}
.partyMass_main{
    width: 100%;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
}
.partyMass_mainImg{
    width: 14.4rem;
    height: 4.05rem;
    background-image: url('../static/images/partyMJob.jpg');
    background-size: 100% 100%;
}

.partyMass_wrap{
    /* width: 100%; */
    width: 14.4rem;
    display: flex;
    /* justify-content: center; */

    /* 定位 */
    /* padding-left: 3rem; */
    padding-bottom: 0.35rem;
    box-sizing: border-box;
}
.partyMass_wrap_l{
    padding-top: 0.65rem;
    box-sizing: border-box;
}
.partyMass_title{
    padding-left: 0.4rem;
    box-sizing: border-box;
    font-size: 0.41rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
}
.partyMass_see{
    margin-top: 0.28rem;
    margin-left: 0.2rem;
    background: url('../static/images/seeM_rk.png')no-repeat ;
    background-size: contain;
}
.partyMass_see:hover{
    background: url('../static/images/seeM_rs.png')no-repeat;
    background-size: contain;
}
/* .partyMass_see >img{
    width: 100%;
} */

.partyMass_wrap_r{
    margin-left: 2.5rem;
    /* 定位 */
    position: relative;
}
.partyMass_box{
    width: 8.18rem;
    height: 3.3rem;
    background: #94070A;
    padding: 0.4rem 0.5rem 0.4rem 0.33rem;
    box-sizing: border-box;
    /* 定位--相对父元素 */
    position: absolute;
    top: -0.9rem;
}
.partyMass_info{
    display: flex;
    flex-wrap: nowrap;
}
.partyMass_info_img{
    cursor: pointer;
    width: 3.58rem;
    height: 2.5rem;
}
.partyMass_info_img >img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.partyMass_info_box{
    
    width: 3.45rem;
    padding: 0.15rem 0.05rem 0 0.28rem;
}
.partyMass_info_title{
    cursor: pointer;
    font-size: 0.21rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.26rem;
    /* overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical; */
}
.partyMass_info_title:hover{
    color: #034182;
}
.partyMass_info_detail{
    cursor: pointer;
    margin-top: 0.45rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.24rem;
    text-indent: 2em;
    /* overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-line-clamp:4;

    -webkit-box-orient:vertical; */
}
.partyMass_info_detail>p{
    background-color: #94070A !important;
    color: #ffffff !important;
}



/* 员工风采 */
.staffStyle_containner{
    width: 100%;
    height: 7.7rem;
    background: #ffffff;
    display: flex;
    justify-content: flex-end;
    
}
.staffStyle_wrap{
    width: 85%;
    height: 100%;
    padding:0.82rem 0 0.68rem;
    box-sizing: border-box;
    display: flex;
}
.staffStyle_image{
    width: 51%;
    height: 100%;
    display: flex;
    cursor: pointer;
    transform: translateY(0.8rem);
    opacity: 0;
    transition: all 0.8s ease-out 0s;
}
.staffStyle_image >img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.staffStyle_img_r{
    transition-delay: 0.1s;
}
.staffStyle_pro{
    width: 49%;
    height: 100%;
    background:#034182;
   
}
.staffStyle_box{
    padding: 1.5rem 2.5rem 0rem 1rem;
    box-sizing: border-box;
}
.staffStyle_t{
    font-size: 0.4rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    margin-bottom: 0.55rem;
    cursor: pointer;
}
.staffStyle_title{
    cursor: pointer;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    margin-bottom: 0.25rem;
}
.staffStyle_desc{
    cursor: pointer;
    font-size: 0.19rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 0.32rem;
    opacity: 0.58;
    text-indent: 1em;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
}
.staffStyle_see{
    margin-top: 0.65rem;
    background: url('../static/images/seeM_wk.png')no-repeat;
    background-size:contain;
}
.staffStyle_see:hover{
    background: url('../static/images/seeM_ws.png')no-repeat;
    background-size:contain;
}



/* 典型工程 */
.typicalPoject_containner{
    width: 100%;
    height: 15.5rem;
    background: url('../static/images/partyMass_back.png') #382E2F no-repeat left bottom;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 0.5rem;
    box-sizing: border-box;
}
.typicalPoject_wrap{
   width: 14.4rem;
   position: relative;
}
.typicalPoject_wrap_t{
    width: 100%;
    height: 9.3rem;

    position: absolute;
    top: 0;
    left: 0;
}
.typicalPoject_list{
    width: 6.44rem;
    height: 6.08rem;
    /* background-color: rgb(45, 177, 148); */
    z-index: 3;
    float: left;
    position: absolute;
    left: 0.69rem;
    top: 1.38rem;
    display: flex;
    flex-direction: column;
}
.poject_list_t, .poject_list_b{
    width: 100%;
    display: flex;
}
.poject_t_item, .poject_b_item{
    width: 3.22rem;
    height: 3.04rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    cursor: pointer;
}
.poject_t_item >img{
    margin-bottom: 0.35rem;
    
}
.poject_item1{
    background: url('../static/images/project_back1.png') #5f759c no-repeat;
    background-size: cover;
    transform: translate(0.8rem,0.8rem);
    opacity: 0;
    transition: all 1s ease-out 0s;
}
.poject_item2{
    background: url('../static/images/project_back2.png') #5f759c no-repeat;
    background-size: cover;
    transform: translate(0.8rem,0.8rem);
    opacity: 0;
    transition: all 1s ease-out 0.2s;
}
.poject_item3{
    background: url('../static/images/project_back3.png') #94070a no-repeat;
    background-size: cover;
    transform: translate(-0.8rem,0.8rem);
    opacity: 0;
    transition: all 1s ease-out 0.8s;

}
.poject_item4{
    background: url('../static/images/project_back4.png') #886966 no-repeat;
    background-size: cover;
    transform: translate(-0.8rem,0.8rem);
    opacity: 0;
    transition: all 1s ease-out 1s;
}
.project_zj{
    background: url('../static/images/zjy.jpg') #9F9998 no-repeat;
    background-size: cover;
    /* background: #9F9998; */
    transform: translate(0.8rem,0.8rem);
    opacity: 0;
    transition: all 1s ease-out 0.4s;
}
.project_zwh{
    background: url('../static/images/huandi.jpg') #261819 no-repeat;
    background-size: cover;
    /* background: #261819; */
    transform: translate(-0.8rem,0.8rem);
    opacity: 0;
    transition: all 1s ease-out 0.6s;
}

.typicalPoject_title{
    width: 7.93rem;
    height: 9.29rem;
    background:url('../static/images/project_big.png') no-repeat;
    float: right;
    transform: translate(0rem,0.5rem);
    opacity: 0;
    transition: all 1s ease-out 0s;
}

.typicalPoject_title_box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.41rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
}
.project_seeMore{
    cursor: pointer;
    width: 1.62rem;
    height: 0.6rem;
    margin-top: 0.18rem;
    background: url('../static/images/seeM_wk.png')no-repeat;
    background-size: contain;
}
.project_seeMore:hover{
    
    background: url('../static/images/seeM_ws.png')no-repeat;
    background-size: contain;
}
/* .project_seeMore >img{
    width: 100%;
} */

.typicalPoject_wrap_b{
    width: 100%;
    height: 6.08rem;

    position: absolute;
    bottom: 0;
    left: 0;

}

.typicalPoject_carousel{
    width: 7.19rem;
    height: 5.21rem;
    cursor: pointer;
    /* background: rgb(124, 123, 224); */

    float: left;
    position: absolute;
    top: -1.46rem;
    left: -0.05rem;
    transform: translate(0.5rem,0rem);
    opacity: 0;
    transition: all 1s ease-out 0s
}
.poject_list_r{
    width: 6.44rem;
    height: 6.08rem;
    /* background-color: rgb(204, 178, 201); */

    float: right;
    position: absolute;
    right: 0.82rem;
    top: -1.45rem;
}





.title_dot{
    margin: 0 0.1rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #343434;
}
.layui-carousel >div >img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.seeMore_b{
    width: 1.26rem;
    height: 0.6rem;
    cursor: pointer;

}

.seeMore_l{
    display: block;
    width: 1.2rem;
    height: 0.47rem;
    cursor: pointer;
    

}



/* 动画效果 */
.notMed_box{
    opacity: 1;
    transform: none;
}
/* 回到顶部 */
.toTop{
    position: fixed;
    right: 0rem;
    bottom: 2rem;
    width: .8rem;
    height: .8rem;
    background-color: rgba(0,0,0, 0.8);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 15;
}
.toTop >span{
    cursor: pointer;
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: url('../static/images/toTop.png')no-repeat;
    background-size: 100% 100%;
    animation: toTop 0.6s linear 0s infinite;
}
.toTop >p{
    color: #b1aeae;
    font-size: .14rem;
    cursor: pointer;
}
@keyframes toTop{
    0%{transform:translateY(-0.07rem);}
    50%{transform:translateY(0rem);}
    100%{transform:translateY(-0.07rem);}
}
.newsItem_img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.newsItem_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.newsItem_t{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .35rem;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: .15rem;
    padding-left: .2rem;
    box-sizing: border-box;
}


@media screen and (max-width: 750px) {
    .focusNews_container{
        height: auto;
    }
    .focusNews_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .focusNews_title{
        margin-bottom: .3rem;
    }
    .focusNews_list{
        width: 7.05rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: .2rem;
    }
    .new_top, .new_bottom{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .new_title, .new_b_title{
        font-size: 0.26rem;
        line-height: .36rem;
    }
    .item_title,.media_title{
        font-size: 0.26rem;
        line-height: .36rem;
    }
    .new_box, .new_b_box{
        width: 3.45rem;
        margin-left: 0;
        background-size: contain;
    }
    
    .noticeMedia_container{
        padding-top: 0.5rem;
    }
    .noticeMedia_wrap{
        flex-direction: column;
        align-items: center;
    }
    .notice_box ,.media_box{
        width: 7.1rem;
        margin-left: 0;
    }
    .media_box{
        margin-top: .3rem;
    }
    .notice_top {
        padding: 0 0.2rem;
    }
    .notice_bottom, .media_bottom{
        width: 100%;
        height: auto;
    }

    .elegantDem_container{
        padding:.3rem 0
    }
    .elegantDem_wrap{
        flex-direction: column;
        align-items: center;
    }
    .elegantDem_title{
        width: 100%;
        margin-bottom: .3rem;
    }
    .elegant_title{
        width: 100%;
        margin: 0 auto;
    }
    .elegantDem_list{
        width: 7.1rem;
    }
    .elegantDem_item{
        margin-left: 0.1rem;
        cursor: pointer;
        width: 1.65rem;
        height: 3.52rem;
    }
    .el_title >span{
        
        font-size: 0.28rem;
        line-height: .32rem;
    }
    .el_det{
        font-size: .24rem;
        line-height: 0.28rem;
    }

    .partyMass_main{
        padding: 0 .25rem;
        box-sizing: border-box;
    }
    .partyMass_mainImg{
        width: 100%;
        height: 1.97rem; 
    }
    .partyMass_wrap_l{
        /* display: none; */
        position: absolute;
        bottom: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .partyMass_wrap{
        width: 100%;
        height: 1.9rem;
        position: relative;
    }
    .partyMass_wrap_r{
        width: 100%;
        height: 1.9rem;
        display: flex;
        justify-content: center;
        margin-left: 0;
    }
    .partyMass_box{
        width: 6.72rem;
        height: 100%;
        border: .05rem solid #ffffff;
        top: -0.3rem;
        padding: .12rem .2rem;
    }
    .partyMass_info_img{
        width: 1.83rem;
        height: 1.5rem;
    }
    .partyMass_info_box{
        width: 4.3rem;
    }
    .partyMass_info_title{
        font-size: .26rem;
        line-height: .38rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .partyMass_info_detail{
        margin-top:.2rem;
    }
    .partyMass_info_detail{
        
        font-size: 0.24rem;
        line-height: .3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .partyMass_see{
        margin-left: 1rem;
    }
    .staffStyle_containner{
        height: auto;
        margin-top: .5rem;
    }
    .staffStyle_wrap{
        padding: .5rem 0 .5rem .2rem;
        width:100%;
        justify-content: flex-end;
    }
    .staffStyle_image{
        width: 1.93rem;
        height: 3.24rem;
    }
    .staffStyle_pro{
        width: 5.3rem;
        height: 3.24rem;
    }
    .staffStyle_box{
        padding: .48rem .3rem .3rem .2rem;
    }
    .staffStyle_t{
        margin-bottom: .4rem;
    }
    .staffStyle_title{ 
        font-size: 0.28rem;
        margin-bottom: .1rem;
    }
    .staffStyle_desc{
        font-size: 0.24rem !important;
        color: #FEFEFE !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

    }
    .staffStyle_see{
        margin-top: 0.2rem;
    }

    .poject_item1 ,.project_zwh{
        display: none;
    }
    .poject_list_t{
        justify-content: flex-end;
    }
    .typicalPoject_title{
        width: 3.82rem;
        height: 4.47rem;
    }
    .poject_t_item, .poject_b_item{
        width: 2.1rem;
        height: 1.87rem;
    }
    .typicalPoject_list,.typicalPoject_list_t{
        width: 4.1rem;
        height: 3.74rem;
    }
    .typicalPoject_list{
        left:-.72rem;
        top: 0.38rem;
    }
    .typicalPoject_wrap_t{
        height: 4.47rem;
        padding-left: .3rem;
        padding-right: .3rem;
        box-sizing: border-box;
    }
    .poject_list_b{
        display: flex;
        justify-content: flex-end;
    }
    .item_hidd{
        display: none;
    }
    .typicalPoject_wrap_b{
        width: 90%;
        top: 5.58rem;
        left: .27rem;
        box-sizing: border-box;
        height: auto;
    }
    .poject_list_r {
        width: 4.1rem;
        height: 3.74rem;
        right: 0.03rem;
        top: -1.6rem;
    }
    .typicalPoject_containner{
        height: 8.35rem;
    }
    .toTop{
        width: 1.2rem;
        height: 1.2rem;
    }
    .partyMass_title{
        opacity: 0;
    }
    .item_time{
        font-size: .22rem;
    }
    .toTop >p{
        
        font-size: .24rem;
       
    }
    
    
}
.header_box_s{
    background: #ffffff !important;
    border-bottom:1px solid #EEEEEE !important;
}
.head_logo_s{
    background:url("../../static/images/logo.png")no-repeat !important;
    background-size:contain !important;
}
.head_search_s{
    background:url("../../static/images/search_b.png")no-repeat !important;
    background-size:contain !important;
}
.head_menu_s{
    background:url("../../static/images/m_menu.png")no-repeat !important;
    background-size:contain !important;
}
