.news .swiper-slide {
    width: 100%;
    padding: 0 0.6rem;
    box-sizing: border-box;
}

.news .swiper-container a img {
    width: 100%;
    height: 7rem;
    border-radius: 5px;
    object-fit: cover;
}

.news .swiper-container .swiper-pagination-bullet-active {
    width: 15px;
    height: 8px;
    background: #009D52 !important;
    border-radius: 23px;
}

.news .swiper-container {
    overflow: inherit !important;
    /* min-height: 182px; */
    height: 7rem;
    margin-bottom: 0.7rem;
}

.news .swiper-container a {
    position: relative;
    height: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}

.news .swiper-pagination-bullets {
    bottom: -0.7rem !important;
}

.news_sw_title {
    width: 100%;
    color: #fff;
    font-size: 14px;
    position: absolute;
    /* bottom: 0.6rem; */
    bottom: 0;
    padding: 5px 10px;
    /* height: 38px; */
    box-sizing: border-box;
    background: #0000005c;
}

.news .list {
    /* margin-top: 1rem; */
    padding: 0 0.6rem;
    height: 395px;
}

.news .list .item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 0.3rem 0;
}

.news .list .item:nth-child(5) {
    border-bottom: 0;
}

.news .list .item .img {
    width: 3.71rem;
    height: 2.24rem;
    margin-right: 0.3rem;
}

.news .list .item .img img {
    width: 100%;
    height: 100%;
}

.news .list .item .info {
    flex: 1;
}

.news .list .item .info .ty-title {
    height: 42px;
}

.news .list .item .info .ty-date {
    margin-top: 5px;
}


.icon .icon_box {
    display: flex;
    padding: 0 0.6rem;
}

.icon .icon_box .icon1 {
    background: url(../img/icon/cgkbg.png);
    background-size: 100% 100%;
    width: 4.92rem;
    height: 6.04rem;
    border-radius: 5px;
    flex-shrink: 0;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
}

.icon .icon_box .r {
    flex: 1;
    margin-left: 0.44rem;
    display: flex;
    flex-direction: column;
}

.icon .icon_box .icon2 {
    background: url(../img/icon/xqkbg.png);
    background-size: 100% 100%;
    border-radius: 5px;
    height: 100%;
    /* margin-bottom: 0.44rem; */

}

.icon .icon_box .icon3 {
    background: url(../img/icon/zjkbg.png);
    background-size: 100% 100%;
    border-radius: 5px;
    height: 100%;
}

.icon .icon_box .icon2,
.icon .icon_box .icon3 {
    display: flex;
    padding: 0.5rem 0.5rem;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.icon .icon_box .icon2 .info,
.icon .icon_box .icon3 .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.icon .icon_box .img img {
    width: 1.28rem;
}

.icon .icon_box .icon1 .info {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.other .boxTitle ul {
    display: flex;

}

.other .boxTitle ul li {
    margin-right: 10px;
    font-size: 0.6rem;
}

.other .boxTitle ul .active {
    color: #000;
    font-weight: bold;
}

.other .tab_content .tab_item,
.news .tab_content .tab_item {
    display: none;
}

.other .tab_content {
    padding: 0 0.6rem;
}

.other .tab_content .show,
.news .tab_content .show {
    display: block;
    /* left: -0; */
}

.other .tab_content .item {
    border-bottom: 1px solid #eee;
    padding: 0.3rem 0;
    box-sizing: border-box;
    display: block;
    display: flex;
}

.other .tab_content .item:nth-child(5) {
    border-bottom: 0;
}

.other .tab_content .item .img {
    width: 3.71rem;
    height: 2.24rem;
    flex-shrink: 0;
    margin-right: 0.3rem;
}

.other .tab_content .item .info {
    flex: 1;
    width: 100%;
}

.other .tab_content .item .img img {
    width: 100%;
    height: 100%;
}


/* 农科好物 */

.nkhw .nkhw_box {
    display: flex;
    padding: 0.6rem;
    box-sizing: border-box;
    flex-direction: column;
}

.nkhw .nkhw_box .nkhw_box1,
.nkhw .nkhw_box .nkhw_box2 {
    display: flex;
}

.nkhw .nkhw_box .nkhw_box1 a,
.nkhw .nkhw_box .nkhw_box2 a {
    width: 50%;
    height: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
    flex-direction: column;
    font-size: 12px;
}

.nkhw .nkhw_box a img {
    width: 2.1385rem;
}

.nkhw .nkhw_box a span {
    margin-top: 5px;
}

.nkhw .nkhw_box .nkhw_box1 a:nth-child(1) {
    background: #FFF7F0;
    margin-right: 10px;
}

.nkhw .nkhw_box .nkhw_box1 a:nth-child(2) {
    background: #F5FAFF;
}

.nkhw .nkhw_box .nkhw_box2 a:nth-child(1) {
    background: #FFF0F1;
    margin-right: 10px;
}

.nkhw .nkhw_box .nkhw_box2 a:nth-child(2) {
    background: #EBFBFA;
}