/**
农产品
 */
.farm_goods {
    width: 100vw;
    position: relative;
    display: flex;
    height: 9rem;
}

.farm_goods_pic1{
    position: relative; /* 使伪元素相对于此div定位 */
    background: url('/template/1/home-cmms-test/images/home/farm_goods1.png') no-repeat center / cover;
    /*background-size: cover;*/
    width: 26%;
}

/*.farm_goods_pic1::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(3,70,38,0.9); !* 半透明红色，透明度50%，替换为所需颜色 *!*/
/*    z-index: 1; !* 确保伪元素位于背景图片之上 *!*/
/*}*/

.farm_goods_pic_logo1 {
    display: grid;
    justify-content: center;
    justify-items: center;
    z-index: 2;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-0%);
}

.farm_goods_pic_text1{
    font-weight: 800;
    font-size: .32rem;
    color: white;
    margin-top: 10%;
}

.farm_goods_pic_text2{
    font-weight: 400;
    font-size: 16px;
    color: white;
    margin-top: 10px;
}

.farm_goods_pic2{
    position: relative; /* 使伪元素相对于此div定位 */
    background: url('/template/1/home-cmms-test/images/home/farm_goods2.png') no-repeat center / cover;
    width: 16%;
}

/*.farm_goods_pic2::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(3,70,38,0.4); !* 半透明红色，透明度50%，替换为所需颜色 *!*/
/*    z-index: 1; !* 确保伪元素位于背景图片之上 *!*/
/*}*/

.farm_goods_pic_logo2 {
    display: grid;
    justify-content: center;
    justify-items: center;
    z-index: 2;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
}

.farm_goods_pic_text1{
    font-weight: 800;
    font-size: .32rem;
    color: white;
    margin-top: 10%;
}

.farm_goods_pic3{
    position: relative; /* 使伪元素相对于此div定位 */
    background: url('/template/1/home-cmms-test/images/home/farm_goods3.png') no-repeat center / cover;
    width: 16%;
}

/*.farm_goods_pic3::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(3,70,38,0.31); !* 半透明红色，透明度50%，替换为所需颜色 *!*/
/*    z-index: 1; !* 确保伪元素位于背景图片之上 *!*/
/*}*/

.farm_goods_pic_logo3 {
    display: grid;
    justify-content: center;
    justify-items: center;
    z-index: 2;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
}

.farm_goods_pic_text1{
    font-weight: 800;
    font-size: .32rem;
    color: white;
    margin-top: 10%;
}

.farm_goods_pic4{
    position: relative; /* 使伪元素相对于此div定位 */
    background: url('/template/1/home-cmms-test/images/home/farm_goods4.png') no-repeat center / cover;
    width: 16%;
}

/*.farm_goods_pic4::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(3,70,38,0.4); !* 半透明红色，透明度50%，替换为所需颜色 *!*/
/*    z-index: 1; !* 确保伪元素位于背景图片之上 *!*/
/*}*/

.farm_goods_pic_logo4 {
    display: grid;
    justify-content: center;
    justify-items: center;
    z-index: 2;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
}

.farm_goods_pic_text1{
    font-weight: 800;
    font-size: .32rem;
    color: white;
    margin-top: 10%;
}

.farm_goods_pic5{
    position: relative; /* 使伪元素相对于此div定位 */
    background: url('/template/1/home-cmms-test/images/home/farm_goods5.png') no-repeat center / cover;
    width: 26%;
}

/*.farm_goods_pic4::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(3,70,38,0.4); !* 半透明红色，透明度50%，替换为所需颜色 *!*/
/*    z-index: 1; !* 确保伪元素位于背景图片之上 *!*/
/*}*/

.farm_goods_pic_logo5 {
    display: grid;
    justify-content: center;
    justify-items: center;
    z-index: 2;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-100%);
}

.farm_goods_pic_text1{
    font-weight: 800;
    font-size: .32rem;
    color: white;
    margin-top: 10%;
}

.farm-dynamics{
    padding-top: 100px;
    padding-bottom: 100px;
}

 .ind_more{
    margin: auto;
    width: 144px;
    height: 44px;
    border-radius: 6px 6px 6px 6px;
    background: #0C6F40;
    text-align: center;
    line-height: 44px;
    color: white;
    margin-top: 40px;
    cursor: pointer;
}
.dynamics_list{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.dynamics_list .dynamics_item{
    display: grid;
    max-width: 367px;
    box-shadow: 0px 0px 9px 1px rgba(5,63,35,0.59);
    border-radius: 3%;
    margin-right: 25px;
    margin-left: 25px;
}

.dynamics_item{
    background-color: #fff;
    color: #333333;
}

.dynamics_item .dynamics_item_img{
    width: 100%;
    height: 245px;
    overflow: hidden;
    border-top-left-radius: 3%;
    border-top-right-radius: 3%;
}

.dynamics_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dynamics_item .dynamics_item_title{
    height: 173px;
    padding: 44px 33px 44px 39px;

    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 18px;
}

.dynamics_item:hover{
    color: #fff;
    background-color: #136f41;
    cursor: pointer;
}

.dynamics_item .dynamics_item_text{
    display: flex;
    height: 44px;
    justify-content: space-between;
    padding: 0 33px;

}

.dynamics_item_date{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
}

.dynamics_item_more{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
}

.dynamics_item .dynamics_item_text span{
    display: flex;
    align-items: center;
}

.rural_revitalization{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fafafa;
}

.rural_revitalization a{
    width: 100%;
}

.rural_revitalization .revitalizationLists{
    margin: auto;

    width: 65%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.rural_revitalization .revitalizationLists .revitalization_list{
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 171px;
    width: 100%;
    padding-right: 33px;
    height: 100%;
    margin-bottom: 12px;
}

.rural_revitalization .revitalizationLists .revitalization_list .date{
    width: 193px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*.revitalization_list .date .year{*/
/*    font-size: 24px;*/
/*    color: #73aa8e;*/
/*    padding-bottom: 12px;*/
/*    width: 50px;*/
/*    border-bottom: 1px solid #707070;*/
/*}*/

.revitalization_list .date .year{
    font-size: 24px;
    font-weight: lighter;
    color: #136f41;
    padding-bottom: 10px;
    border-bottom-style: ridge;
}

.revitalization_list .date .day{
    font-size: 33px;
    color: #136f41;
    padding-top: 10px;
}

.revitalization_list .img{
    width: 261px;
    height: 141px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-right: 28px;

}

.revitalization_list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.revitalization_list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.revitalization_list .article{
    flex: 1;
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.revitalization_list .article .articleTitle{
    font-size: 24px;
    margin-bottom: 20px;
    color: #2C313D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.revitalization_list .article .articleInfo{
    max-height: 24px;
    font-weight: 500;
    font-size: 18px;
    color: #9B9B9B;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-indent: 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
