/* banner */
.banner_1{
    height: 5.8rem;
}
.banner_1 img{
    height: 100%;
}

/* 党建动态 */
.djdt{
    width: 15.99rem;
    margin: 0.4rem auto 0.5rem;
}
.djdtListOne{
    width: 100%;
    height: 2.65rem;
    border: 0.01rem solid #E8E8E8;
    padding: 0.2rem 0.3rem 0.2rem 0.2rem;
    display: flex;
    margin-bottom: 0.3rem;
}
.bigPic{
    width: 3.7rem;
    height: 2.26rem;
    overflow: hidden;
}
.bigPic img{
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 3s;
    
}
.bigPic:hover img{
    transform: scale(1.1);
}
.contentBox{
    width: 11.5rem;
    margin-left: 0.29rem;
}
.contentBox .title{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.26rem;
    margin-top: 0.32rem;
}
.contentBox .timeBox{
    display: flex;
    font-family: MicrosoftYaHei;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.19rem;
    margin-top: 0.15rem;
    margin-bottom: 0.29rem;
}
.contentBox .timeBox img{
    width: 0.16rem;
    height: 0.16rem;
    display: block;
}
.contentBox .content{
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 公益活动 */
.productList{
    width: 15.99rem;
    margin: 0.45rem auto 0;
    overflow: hidden;
}
.productList .biaoti{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.36rem;
    color: #333333;
    line-height: 0.47rem;
    text-align: center;
    margin-bottom: 0.4rem;
}
.productList .productBox{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.productBox .listOne{
    width: 3.76rem;
    height: 2.8rem;
    margin-right: 0.23rem;
    margin-bottom: 0.3rem;
    background: #FFFFFF;
    border: 0.01rem solid #E2D4BB;
}
.productBox .listOne .listOneImgBox{
    width: 100%;
    height: 2.24rem;
    margin-bottom: 0.21rem;
}
.productBox .listOne img{
    width: 100%;
    height: 100%;
}
.productBox .listOne div{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.24rem;
    text-align: center;
}


@media only screen and (max-width: 768px) {
    .banner_1 {
    height: 3.41rem;
}
.djdt {
    width: 6.99rem;
     }
     .djdtListOne{
         align-items: center;
     }
     .productList{
         width: 6.99rem;
     }
     .productBox .listOne{
             width: 3.2rem;
     }
     .productList .productBox{
         justify-content: space-between;
     }
     .bigPic{
         height: auto;
     }
     .contentBox{
         width: 3.5rem;
     }
     .productBox .listOne .listOneImgBox{
             margin-bottom: 0.1rem;
     }
}