@font-face {
    font-family: element-icons;
    src: url(fonts/element-icons.woff); format("woff"), url(fonts/element-icons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

/*工会首页*/
.trade-union{
    position: relative;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home-page{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /*top: 500px;*/
}
.box{
    margin: 0 auto;
    width: 1200px;
}
/*头部*/
.trade-union .header{
    width: 100%;
    height: 559px;
    background: url("../images/home-head-bg.png") no-repeat center;
}
.header-logo{
    padding-top: 55px;
    width: 100%;
    height: 120px;
    background: url("../images/logo.png") no-repeat center;
}
.header-title{
    width: 100%;
    height: 151px;
    background-size: 100% 100%;
    background: url("../images/home2.png") no-repeat center;
}
.head-txt{
    font-size: 50px;
    font-family: "FZDBSK";
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 0px 2px 8px rgba(7, 111, 211, 0.8);
}
.home-page .small-logo{
    position: absolute;
    top: 0;
    right: 20px;
    width: 199px;
    height: 32px;
    background-size: 100% 100%;
    background: url("../images/small-logo.png") no-repeat center;
}
/*菜单*/
.trade-union .meau{
    display: flex;
    width: 916px;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.trade-union .meau-item{
    font-size: 22px;
    color: rgb(51, 51, 51);
    height: 60px;
    padding: 0 32px;
    line-height: 60px;
    cursor: pointer;
}
.trade-union .meauAct {
    background: #0082ff;
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
/*内容*/
.home-page .content{
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}
.home-page .con-left{
    width: 660px;
    display: inline-block;
    vertical-align: top;
}
.home-page .con-ri{
    width: 500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 400px;
}
.home-page .con-ri .txt{
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 25px;
}
.home-page .con-news .title{
    font-size: 30px;
    color: rgb(0, 130, 255);
    text-align: left;
    display: flex;
    align-items: center;
}
.home-page .title span {
    margin-left: 20px;
    display: inline-block;
    height: 28px;
    width: 460px;
    background: linear-gradient(to right, #ebf5ff, #ffffff);
}
.home-page .con-news h2{
    font-size: 21px;
    color: rgb(51, 51, 51);
    font-weight: normal;
    padding: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.percontact-con{
    padding-bottom: 20px;
}
.home-page .con-news .txt{
    width: 100%;
    font-size: 15px;
    color: rgb(102, 102, 102);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
}
.home-page .con-news .txt span{
    position: absolute;
    color: #ff6609;
    font-size: 15px;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.home-page .con-news{
    padding-bottom: 30px;
    border-bottom: 1px dashed #dddddd;
}
.home-page .news-list-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    cursor: pointer;
}
.home-page .news-list-item i{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("../images/hp-new-icon.png") no-repeat center;
}
.home-page .news-list-item em{
    display: inline-block;
    width: 545px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: rgb(51, 51, 51);

}
.home-page .news-list-item span{
    display: inline-block;
    font-size: 16px;
    color: rgb(153, 153, 153);
}


.home-page .con-ri-item{
    width: 240px;
    height: 190px;
    border-radius: 1px;
    cursor: pointer;
}
.hp-con-icon1{
    width: 240px;
    height: 95px;
    background: url("../images/hp-con-icon1.png") no-repeat center bottom;
}
.hp-con-icon2{
    width: 240px;
    height: 95px;
    background: url("../images/hp-con-icon2.png") no-repeat center bottom;
}
.hp-con-icon3{
    width: 240px;
    height: 95px;
    background: url("../images/hp-con-icon3.png") no-repeat center bottom;
}
.hp-con-icon4{
    width: 240px;
    height: 95px;
    background: url("../images/hp-con-icon4.png") no-repeat center bottom;
}
.cardbg1{
    background: url("../images/card-bg1.png") no-repeat 10px -100px , linear-gradient(to bottom, #3774ff , #4d9fff);
}
.cardbg2{
    background: url("../images/card-bg2.png") no-repeat 10px -100px , linear-gradient(to bottom, #ae5cff , #afa1ff);
}
.cardbg3{
    background: url("../images/card-bg3.png") no-repeat 10px -100px , linear-gradient(to bottom, #17b7e3 , #6acfe6);
}
.cardbg4{
    background: url("../images/card-bg4.png") no-repeat 10px -100px , linear-gradient(to bottom, #fd8463 , #ffa371);
}
.home-page-main{
    width: 100%;
    background: #f4f4f4;
    height: 518px;
}
.home-page-main .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0 40px 0;
}
.home-page-main .title .txt{
    font-size: 30px;
    color: rgb(0, 130, 255);

}
.home-page-main .title span{
    width: 925px;
    display: inline-block;
    height: 28px;
    background: linear-gradient( to right ,#fefefe , #f4f4f4);
}
.home-page-main .btn-more{
    font-size: 16px;
    color: rgb(136, 136, 136);
    cursor: pointer;
}
.home-page-main .item-list{
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
}
.home-page-main .item-list .item{
    cursor: pointer;
}
.home-page-main .name{
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-align: center;
    padding: 24px 0 18px;
}
.home-page-main .unit{
    font-size: 18px;
    color: rgb(51, 51, 51);
    text-align: center;
}
.repimg1{
    width: 210px;
    height: 245px;
    background: url("../images/repimg1.png") no-repeat center;
}
.repimg2{
    width: 210px;
    height: 245px;
    background: url("../images/repimg2.png") no-repeat center;
}
.repimg3{
    width: 210px;
    height: 245px;
    background: url("../images/repimg3.png") no-repeat center;
}
.repimg4{
     width: 210px;
     height: 245px;
     background: url("../images/repimg4.png") no-repeat center;
}
.home-page-bottom{
    width: 100%;
    height: 120px;
    background: #444444;
}
.btm-icon{
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btm-top{
    display: flex;
}
.btm-ri{
    padding-left: 40px;
}
.btm-label{
    font-size: 15px;
    color: rgb(153, 153, 153);
    line-height: 36px;
}
.btm-label i{
    padding: 0 10px;
}



/*资讯列表页*/
.infor-head{
    width: 100%;
    height: 340px;
    background-size: 100% 100%;
    background: url("../images/infohead-bg.png") no-repeat center;
}
.infor-head .head-logo{
    width: 120px;
    height: 120px;
    background: url("../images/logo.png") no-repeat center;
}
.infor-head .head-title{
    width: 900px;
    height: 88px;
    background: url("../images/home1.png") no-repeat center;
}
.infor-head-top{
    display: flex;
    padding-top: 70px;
    align-items: center;
}
.small-logo i{
    display: inline-block;
    margin-left: 55px;
    width: 32px;
    height: 32px;
    background: url("../images/small-logo.png") no-repeat center;
}
.small-logo{
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.small-logo .txt{
    padding-left: 8px;
    font-size: 20px;
    color: #f9fbfe;
    font-weight: bold;
    font-family: "FZDBSK";
    text-shadow: 0px 2px 8px rgba(7, 111, 211, 0.8);
}
.infor-head-bto{
    display: flex;
    padding-top: 85px;
}
.homepage-head-bto{
    display: flex;
    padding-top: 40px;
}
.infor-crumb{
    display: flex;
    align-items: center;
    height: 54px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.infor-crumb .icon{
    width: 15px;
    height: 18px;
    background: url("../images/icon-position.png") no-repeat center;
}
.infor-crumb-txt{
    font-size: 15px;
    color: rgb(187, 187, 187);
    padding-left: 10px;
}
.infor-crumb-txt span{
    color: #0082ff;
}
.infor-con-label .left .item{
    border: 1px solid #d9dfe8;
    background: #fafbfc;
    width: 220px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 17px;
    color: #666666;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 9px;
}
.infor-con-label{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
.infor-con-label .labelAct{
    border: 1px solid #78c1ff!important;
    background: #f3f9ff!important;
    color: #0079df!important;
}
.infor-con-label .news-list-item i{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("../images/hp-new-icon.png") no-repeat center;
}
.infor-con-label .news-list{
    width: 960px;
    border-bottom: 1px dashed #dddddd;
}
.infor-con-label .news-list-item{
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 26px;
}
.infor-con-label .news-list-item em{
    width: 840px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: rgb(51, 51, 51);
}
.infor-con-label .news-list-item span{
    font-size: 16px;
    color: rgb(153, 153, 153);
    text-align: right;

}
/*职工联系*/
.precontact-main .condition{
    height: 70px;
    display: flex;
    align-items: center;
    background: #eeeeee;
    margin: 20px 0;
}
.condition-input{
    display: flex;
    align-items: center;
}
.condition-label{
    white-space: nowrap;
    padding: 0 20px 0 40px;
}
.condition-btn{
    height: 30px;
    width: 80px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    background: #ff6609;
    color: rgb(255, 255, 255);
    border-radius: 2px;
    cursor: pointer;
    margin: 0 110px 0 20px;
}
.condition .el-input__inner{
    width: 240px;
}
.condition .el-select .el-input__inner{
    width: 180px;
}
.percontact-window{
    height: 1177px;
    width: 100%;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}
.percontact-window .item-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 1100px;
    align-items: center;
}
.percontact-window .item-list .item{
    cursor: pointer;
}
.message-box .el-button--primary.is-plain:hover{
    color: #ffffff;
}
.percontact-window .name {
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-align: center;
    padding: 24px 0 18px;
}
.percontact-window .unit {
    font-size: 18px;
    color: rgb(51, 51, 51);
    text-align: center;
}
/*我要留言*/
.leave-message{
    margin-bottom: 30px;
    width: 100%;
}
.message-box{
    border: 1px solid #f0f0f0;
    height: 622px;
    width: 100%;
    box-sizing: border-box;
}
.message-box .top{
    background: linear-gradient(to bottom, #d1e8ff , #ffffff);
    height: 122px;

    padding: 30px;
}
.message-box .top-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fcfdff;
    padding-bottom: 30px;
}
.message-box .top-txt{
    font-size: 22px;
    color: rgb(51, 51, 51);
}
.message-box .el-button--primary.is-plain{
    color: #0082ff;
    border: 1px solid #0082ff;
    font-size: 16px;
    box-sizing: border-box;
}
.message-box .el-button--primary.is-plain:active{
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;

}
.message-box .el-button--primary.is-plain:focus{
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;

}
.form-input{
    display: flex;
    /*justify-content: center;*/
    margin-bottom: 30px;

}
.form-label{
    white-space: nowrap;
    text-align: right;
    width: 258px;
    padding-right: 40px;
    line-height: 40px;
}
.form-input .el-input{
    width: 680px;

}
.form-input .el-textarea{
    width: 680px;
}
.form-btn{
    display: flex;
    justify-content: center;
}
.form-btn .el-button{
    box-sizing: border-box;
    padding: 10px 30px;
}
/*通知公告*/
.notify{
    width: 100%;
    margin-bottom: 30px;
}
.notify-con{
    border: 1px solid #dddddd;
    /*height: 577px;*/
}
.notify-con-title{
    text-align: center;
    height: 84px;
    line-height: 84px;
    font-size: 24px;
    color: rgb(51, 51, 51);
}
.notify-con-top{
    border: 1px solid #dbdee1;
    width: 1000px;
    margin: 0 100px;
    height: 30px;
    box-sizing: border-box;
    background: #f7f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notify-con-top .item{
    display: flex;
    font-size: 14px;
    color: rgb(153, 153, 153);
    padding: 0 25px;
    border-left: 1px solid #c2c3c3;
    border-right: 1px solid #b5b6b6;
    height: 15px;
    align-items: center;
}
.notify-con-top .item:first-child{
    border-left: 0px solid #c2c3c3;
}
.notify-con-top .item:last-child{
    border-right: 0px solid #b5b6b6;
}
.notify-con-top .txt{
    padding-left: 8px;
}
/*履职宣传*/
.propaganda{
    width: 100%;
}
.propaganda-top{
    height: 287px;
    background: linear-gradient(to bottom, #ffffff,#ecf2f8);
    margin: 20px 0 ;
    padding-top: 30px;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
}
.percontact-window .item-list img{
    width: 210px;
    height: 245px;
}
.propaganda-top .intro-label{
    font-size: 16px;
    color: rgb(153, 153, 153);
    text-align: left;
    line-height: 54px;
}
.propaganda-top .item-label{
    font-size: 16px;
    color: rgb(153, 153, 153);
    text-align: left;
}
.propaganda-top .top-left{
    text-align: center;
}
.propaganda-top .top-right{
    width: 946px;
}
.propaganda-top .ritop{
    display: flex;
    border-bottom: 1px solid #cee0f2;
}
.propaganda-top .ritop .item{
    width: 50%;
}
.propaganda-top .item-txt{
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: rgb(51, 51, 51);
}
.propaganda-top .intro-txt{
    line-height: 30px;
    font-size: 16px;
    color: rgb(51, 51, 51);
}
.propaganda-top .name{
    line-height: 50px;
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}
.propaganda-top .unit{
    color: #666666;
    font-size: 16px;
}
.propaganda-top .btn{
    font-size: 16px;
    color: rgb(255, 255, 255);
    height: 40px;
    width: 100px;
    text-align: center;
    line-height: 40px;
    background: #0079df;
    border-radius: 2px;
    cursor: pointer;
}
.propaganda-top .btm{
    margin-left: 846px;
}
.propaganda-news{
    padding-top: 20px;
}
.propaganda-title{
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    border-left: 3px solid #0082ff;
    padding-left: 10px;
}
.propaganda-news .list{
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}
.propaganda-news .item{
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.propaganda-news .item i{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("../images/hp-new-icon.png") no-repeat center;
}
.propaganda-news .item em{
    font-size: 16px;
    color: rgb(51, 51, 51);
    width: 1080px;
}
.propaganda-news .item span{
    font-size: 16px;
    color: rgb(153, 153, 153);
    text-align: right;
}
.propaganda-news .pagination{
    padding: 20px 0;
    text-align: right;
}
.article{
    padding: 10px 100px 0 100px;
    line-height: 48px;
}
.article-source{
    display: inline-block;
    font-size: 16px;
    color: rgb(51, 51, 51);
    text-align: left;
    font-weight: bold;
    text-indent: 30px;
    padding-right: 12px;
}
.article-author{
    font-size: 16px;
    color: rgb(51, 51, 51);
    text-align: left;
    font-weight: bold;
}
.article i{
    /*font-size: 16px;*/
    color: #555555;
    text-indent: 28px;
}




    /*分页*/
.infor-con .pagenation{
    height: 68px;
    text-align: right;
    padding-top: 20px;
    box-sizing: border-box;
}
/*.pagenation .el-icon {*/
    /*height: 28px;*/
/*}*/
/*.pagenation .el-icon-arrow-left:before{*/
    /*content: "<";*/
    /*line-height: 28px;*/
/*}*/
/*.el-icon-arrow-right:before{*/
    /*content: ">";*/
    /*line-height: 28px;*/
/*}*/
/*.el-icon-more:before{*/
    /*content: "...";*/
    /*line-height: 28px;*/
/*}*/
.percontact-con .pagenation{
    text-align: center;
    margin-top: 26px;
}


/*jimingzhuang start*/
.infor-con{
    min-height: calc(100vh - 460px);
}

.notify{
   height: 100%;
}

.texActive{
    /*font-size: 14px;*/
    color: #0b569d;
    font-weight: bold;
}

.font-Big{
    font-size: 18px;
}

.font-middle{
    font-size: 16px;
}

.font-small{
    font-size: 14px;
}

.textBase{
    cursor: pointer;
}

.meau-wy{
    width: 350px;
}

.head-sso-btn{
    padding-top: 0px;
    width: 350px;
    padding-left: 72%;
    font-size: 20px;
}

.wy-btn{
    font-size: 31px !important;
    padding: 9px 32px !important;;
    background: #3F51B5 !important;;
}
/*jimingzhuang end*/