html{
    overflow: auto;
 }
 body{
    background-color: #f7f7f7;
    font-size: 14px;
 }
 @media (min-width: 992px) {
    body{
     font-size: 16px;
    }
 }
 @media (min-width: 1480px){
    .container {
       width: 1440px;
    }
 }

 p{
     margin: 0;
 }
 .container-main{
    padding-bottom: 60px;
 }
 .text-blue{
    color: #36bef0;
 }


/**

*党建工作 导航图标*

**/
/*.h-nav-red:hover,.h-nav-red.cur{
   background-color: #da242b!important;
}*/

.h-ccp-nav-ico1{
   background-image: url(../img/h_nav_ccp1.png);
}
.h-ccp-nav-ico2{
   background-image: url(../img/h_nav_ccp2.png);
}
.h-ccp-nav-ico3{
   background-image: url(../img/h_nav_ccp3.png);
}
.h-ccp-nav-ico4{
   background-image: url(../img/h_nav_ctc3.png);
}

/**

*党建工作 导航图标*

**/
.h-cul-nav-ico1{
   background-image: url(../img/h_nav_cul1.png);
}
.h-cul-nav-ico2{
   background-image: url(../img/h_nav_cul2.png);
}
.h-cul-nav-ico3{
   background-image: url(../img/h_nav_cul3.png);
}


.z-idea-container .z-idea{
    display: block;
    margin-top: 35px;
}
.z-idea{
    position: relative;
    margin: 0 -15px;
}
.z-idea img{
    display: block;
    width: 100%;
}

.z-idea .icon{
    position: absolute;
    width: 11%;
    left: 11.5%;
    top: 33%;
}
.z-idea .icon img{
    display: block;
    width: 100%;
}

.z-idea .content{
    position: absolute;
    top: 30%;
    left: 32%;
    width: 67%;
}
.z-idea .content::before{
    content: ' ';
    position: absolute;
    width: 1px;
    height: 77px;
    background: #fff;
    left: -5.7%;
    top: 5px;
}
.z-idea .content .title{
    color: #fff;
    font-size: 30px;
    line-height: 54px;
}
.z-idea .content .subTitle{
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding-right: 20px;
}

@media screen and (max-width: 1366px) {
    .z-idea .content .subTitle{
        font-size: 16px;
        line-height: 20px;
    }
    .z-idea .content::before{
        height: 70px;
    }
    
}
@media screen and (max-width: 1200px) {
    .z-idea .content .title{
        font-size: 24px;
        line-height: 30px;
    }
    .z-idea .content::before{
        height: 50px;
        top: 0;
    }
}
@media screen and (max-width: 600px) {
    .z-idea .content .title{
        font-size: 18px;
        line-height: 24px;
    }
    .z-idea .content .subTitle{
        font-size: 12px;
        line-height: 16px;
    }
    .z-idea .content::before{
        height: 40px;
        top: 0;
    }

}

.activity{
    position: relative;
    display: block;
    background: #fff;
    padding: 25px 30px 30px 35px;
    box-sizing: border-box;
    margin: 35px -15px 0 -15px;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

@media (min-width: 992px) {
    .col-md-6:nth-child(2n + 1) .activity{
        margin-right: 0;
    }
    .col-md-6:nth-child(2n) .activity{
        margin-left: 0;
    }
    .z-learn-cotainer .col-md-6:nth-child(1) > *{
        margin-right: 0 !important;
    }
    .z-learn-cotainer .col-md-6:nth-child(2) > *{
        margin-left: 0 !important;
    }

    .col-md-6:nth-child(2n + 1) .z-idea{
        margin-right: 0;
    }
    .col-md-6:nth-child(2n) .z-idea{
        margin-left: 0;
    }
}

.activity p{
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
}

.activity .title{
    font-size: 18px;
    line-height: 26px;
    color: #666;
    width: 80%;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.activity .time{
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 12px;
    color: #999;
    line-height: 26px;
}
.activity .content{
    font-size: 14px;
    color: #838383;
    line-height: 26px;
    margin-top: 15px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.activity:hover{
    background: #36bef0;
    box-shadow: 0 10px 30px -10px rgba(0,0,0,.4);
}
.activity:hover p{
    color: #fff;
}

.activity-big{
    margin-top: 50px;
    background: #fff;
    height: 385px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
}
.activity-big:hover{
    box-shadow: 0 10px 30px -10px rgba(0,0,0,.4);
}
.activity-big .img{
    float: left;
    width: 44%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.activity-big .content{
    margin-left: 48.614%;
    height: 100%;
    width: 50%;
    padding-right: 40px;
}
.activity-big .content::before{
    content: '';
    display: table;
}
.activity-big .title{
    font-size: 24px;
    line-height: 36px;
    color: #333;
    width: 80%;
    height: 72px;
    margin: 50px 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.activity-big .detail{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
}
.activity-big .link{
    display: inline-block;
    height: 42px;
    border: 1px solid #f2f2f2;
    line-height: 40px;
    font-size: 14px;
    color: #444;
    margin-top: 60px;
}
.activity-big .link p{
    padding: 0 70px 0 20px;
    background: url(../img/icon_arrow.png) no-repeat;
    background-size: 20px 20px;
    background-position: 100px center;
    position: relative;
    z-index: 2;
}


/* 两学一做 */
.z-learn-cotainer .col-md-6 > * {
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-6 .sub-title{
    margin-top: 75px;
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 992px) {
    .activity-big{
        height: 260px;
    }
    .activity-big .title{
        font-size: 20px;
        line-height: 30px;
        height: 60px;
        margin-top: 30px;
    }
    .activity-big .detail{
        font-size: 14px;
        line-height: 20px;
        height: 60px;
    }
    .activity-big .link{
        margin-top: 30px;
    }
    .col-md-6 .sub-title{
        border-bottom: none;  
    }
}
@media (max-width: 786px) {
    .activity-big{
        height: auto;
    }
    .activity-big .img img{
        max-width: 100%;
    }
    .activity-big .img,.activity-big .content{
        width: 100%;
        float: none;
    }
    .activity-big .content{
        margin-left: 0;
        padding: 15px;
        box-sizing:border-box;
    }
    .activity-big .title{
        margin-top:0;
        margin-bottom: 15px; 
    }
}
@media (max-width: 500px) {
    .col-md-6 .sub-title{
        margin-top: 20px;
        font-size: 18px;
        padding-bottom: 10px;
    }
    .activity{
        margin-top: 10px;
        padding: 15px;
    }
    .activity .title{
        font-size: 16px;
        width: 100%;
    }
    .activity .time{
        position: static;
    }
    .activity .content{
        margin-top: 0;
    }
    /*.activity-big{
        height: 200px;
    }*/
    .activity-big .title{
        font-size: 16px;
        line-height: 20px;
        height: 40px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .activity-big .detail{
        font-size: 12px;
        line-height: 16px;
        height: 48px;
    }
    .activity-big .link{
        margin-top: 20px;
        height: 32px;
        line-height: 30px;
        
    }
    .activity-big .link p{
        font-size: 12px;
        padding: 0 30px 0 15px;
        background-size: 14px 14px;
        background-position: 70px center;
    }

    .activity-big .content{
        padding-right: 10px;
    }
}




.activity:hover{
    background: #0073bc;
}