*{
    margin:0;
    padding:0;
    list-style: none;
    text-decoration:none;
}
.m1440{
    width:1440px;
    margin:0 auto;
    display: table;
}



/* 头条 */
.toutiao{
    display: flex;
    height: 60px;
    padding: 0 240px;
    align-items: center;
    align-self: stretch;
    background: #208852;
}
.toutiao .tt span{
    width:40px;
    height:28px;
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #D4171A;
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: left;
    margin-right:20px;
}
.toutiao .tt a{
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 0 #208852;
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;

}
/* 第一部分 */
.one{
    margin-top: 30px;
    display: table;
    margin-bottom: 30px;
}
.massage{
    float: left;
    margin-right:24px;
}
.massage_left {
    display: flex;
    width: 792px;
    height: 446px;
    float: left;
}
.massage_left .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.massage_left .pic a span {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    color: #fff;
    display: flex;
    padding: 1.5rem .75rem 1rem .75rem;
    justify-content: left;
    align-items: center;
    gap: .625rem;
    flex-shrink: 0;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    line-height: 27px; /* 135% */
    font-weight:normal;
}
.massage_left .swiper-pagination {
    left: 87%;
    width: 12%;
    bottom: 15px;
}
.massage_left .swiper-pagination-bullet {
    background: url(dian.png) no-repeat;
    opacity: 1;
}
.massage_left .swiper-pagination-bullet-active {
    background: url(dian1.png) no-repeat !important;
    width: 1.5rem;
    border-radius: 0;
}
.news{
    float: right;
    position: relative;
    width: 624px;
    height: 3.5rem;
    line-height: 3.5rem;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
 .newtitle ul li {
    float: left;
    width: 200px;
    height:53px;
    text-align: center;
    cursor: pointer;
    margin-right:12px;
}
.newtitle li div{
    color: #FFF;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 53px; /* 109.091% */
}
.newtitle li{
    width: 197px;
    background:url(bj.png) no-repeat;
}
.newtitle li.on div{
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 0 #208852;
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 53px; /* 109.091% */
}

.newtitle li .more {
    width:60px;
    height:20px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 4px;
    border: 1px solid #0D704E;
    color: #0D704E;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 4px;
}
.newtitle li .more svg{
    float: right;
    margin-top: 3px;
}
.newtitle{
    display: table;
}
.newslist{
    clear: both;
    margin-top:12px;
}
.newslist ul li{
    height:39px;
    display: flex;
    padding: 12px 0;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
    border-bottom: 1px dashed #B4CCC3;
    position: relative;
}
.newslist ul li a{
    overflow: hidden;
    color: #333;
    text-align: justify;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 0 0;
    text-indent:20px;
}
.newslist ul li::before {
    position: absolute;
    content: "";
    width: .75rem;
    height: .75rem;
    background: url(jiao.png) no-repeat;
    left: 0rem;
    top: 50%;
    transform: translate(0, -50%);
}



.tuijian{
    width: 1440px;
    display: table;
}
.tuijian span{
    background:url(bj.png) no-repeat;
    width: 189px;
    height: 53px;
    background-size:100% 100%;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 0 #208852;
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 53px; /* 109.091% */
    display: block;
    float: left;
}
.tuijian .more{
    width: 60px;
    height: 20px;
    float: right;
    border-radius: 4px;
    border: 1px solid #0D704E;
    color: #0D704E;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 4px;
    margin-top: 13px;
    text-indent:10px;
}
.tuijian .more svg{
    float: right;
    margin-top: 3px;
}
/* 视频 */
.shipin{
    margin-top:30px;
    display: table;
}
.shipin_left{
    float: left;
    width:708px;
}
.shipin_left .tuijian{
    width:100%;
}
.splist{
    margin-top:24px;
}
.splist ul li{
    width:344px;
    height:306px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.10);
    float: left;
    margin-right:20px;
    margin-bottom:24px;
    overflow: hidden;
}
.splist ul li:nth-child(2n){
    margin-right:0;
    margin-bottom:0;
}
.splist ul li .neirong{
    display: flex;
    height: 112px;
    padding: 0 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(12px);
}
.splist ul li .neirong p{
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom:12px;
}
.splist ul li .neirong i{
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.splist ul li .tp{
    position: relative;
    width:344px;
    height:194px;
    overflow: hidden;
}
.splist ul li .tp svg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.splist ul li .tp img{
    width:100%;
    height:100%;        
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.splist ul li:hover img{
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transform: scale(1.1);
}
.shipin .right{
    float: right;
}



/* 农业期刊 */
.nyqk{
    margin-top:30px;
    overflow: hidden;

    background: #E1F5EE;
    width:100%;
    padding: 30px 0;
}
.scroll-container {
    width: 1440px;
    max-width: 1440px;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 24px;
    display: block;
    padding-bottom: 10px;
  }

  .scroll-item {
    display: inline-block;
    width: 240px;
    height: 343px;
    margin-right:40px;
  }
  .scroll-container::-webkit-scrollbar {
    height: 6px; /* 横向滚动条高度 */
    width:200px;
  }
  /* 滚动条轨道背景 */
  .scroll-container::-webkit-scrollbar-track {
    background:none;
  }

  /* 滚动条滑块 */
  .scroll-container::-webkit-scrollbar-thumb {
    border-radius: 32px;
    background: rgba(13, 112, 78, 0.25);
    margin-top:20px;
  }

  /* 滑块 hover 效果 */
  .scroll-container::-webkit-scrollbar-thumb:hover {
    background: rgba(13, 112, 78, 0.25);
    margin-top:20px;
  }

  .lj{
    margin-top:44px;
    margin-bottom:80px;
  }

  .lj ul li{
    width: 240px;
    height: 159px;
    flex-shrink: 0;
    aspect-ratio: 80/53;
    float: left;
    margin-right:60px;
  }
  .lj ul li:nth-child(5){
    margin-right:0;
  }