.pc_None {
    display: block;
}
.mobile_None {
    display: none;
}
.mobile_inline {
    display: none;
}
/* banner开始 */
.lssp_banner_swiper_pagination {
    position: absolute;
    height: 5px;
    bottom: 25px;
    left: 50%;
    z-index: 11;
    transform: translateX(-50%);
}

.lssp_banner_swiper_pagination ul li {
    width: 33px;
    height: 5px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    margin: 0 5px;
    opacity: 1;
    display: inline-block;
}

.lssp_banner_swiper_pagination ul li.on {
    background-color: #ed6d00;
}

.lssp_banner_swiper {
    height: 160px;
}

.lssp_banner_swiper .swiper-slide img {
    width: 100%;
}

/* banner结束 */
/* 滚动新闻开始 */
.lssp_news {
    height: 47px;
    background: #f7f7f7;
}

.lssp_news .lssp_news_tit {
    float: left;
    width: 152px;
    box-sizing: border-box;
    background: url(lssp2023_NewsIcon.png)no-repeat 14px center /20px, url(lssp2023_NewsBg.png)no-repeat;
    height: 47px;
    line-height: 47px;
    font-size: 22px;
    font-weight: 600;
    padding-left: 44px;
    color: #ffffff;
}

.lssp_news_list {
    float: left;
    width: 598px;
    height: 47px;
    line-height: 47px;
    padding: 0 14px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.new_list_com {
    overflow: hidden;
    position: absolute;
    left: 0;
}

.new_list_mess {
    float: left;
    font-size: 20px;
    padding-right: 10px;
    position: relative;
    float: left;
    padding-left: 12px;
    box-sizing: border-box;
    margin-right: 35px;
}

.new_list_mess::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #ed6d00;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.new_list_mess a {
    font-style: italic;
    color: #4c4c4c;
    margin-right: 15px;
}

.new_list_mess span.date {
    color: #999999;
}

/* 新闻要览开始 */
.lssp_highli {
    margin-top: 0;
}

.lssp_highli_swiper {
    width: 100%;
    height: 400px;
    float: none;
}

.highli_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.highli_swiper .swiper-slide {
    width: 100%;
    position: relative;
}

.swiper_link_qt1 {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.swiper_img_qt1 {
    width: 100%;
}

.swiper_bottomTxt {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;

}

.swiper_bottomTxt p {
    width: 80%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding-left: 16px;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper_page {
    /*width: 100px;*/
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 16px;
    color: #c3c3c3;
    line-height: 50px;
    font-size: 24px;
    opacity: .7;
    z-index: 10;
}

.swiper_curPage {
    font-size: 36px;
    color: #fff;
    opacity: 1;
}

.swiper_bottomTxtBg {
    width: 100%;
}

.lssp_highli_list {
    width: 92%;
    float: none;
    margin: 30px auto 0;
}

.list_btn_com {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8cbcb;
}

.btn_com {
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    font-size: 30px;
    height: 60px;
    padding-top: 4px;
    font-weight: 600;
    color: #1a1a1a;
    float: left;
    cursor: pointer;
}
.lssp_highli_list .btn_com {
    padding: 0;
}
.lssp_highli_list .btn_com {
    margin: 0 32px;
}
.btn_com:first-child {
    margin-left: 0;
}
.btn_com:last-child {
    margin-right: 0;
}
.btn_com.on,
.btn_com:hover {
    color: #b91615;
}
.btn_com.on a {
    color: #b91615;
}
.btn_com.on::before {
    content: '';
    position: absolute;
    display: block;
    background-color: #b91615;
    width: 135px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
}

.btn_com.btn_com_lang.on::before {
    width: 155px;
}

.btn_com:first-child::before {
    left: 0;
    transform: translateX(0);
}

.btn_com::after {
    content: '';
    position: absolute;
    display: block;
    background-color: #258257;
    opacity: 0.5;
    width: 1px;
    height: 22px;
    right: 0;
    top: 12px;
    display: none;
}

.btn_com:last-child::after {
    display: none;
}

.highli_list_all {
    margin-top: 10px;
    width: 100%;
}

.highli_list_all .list_ul {
    display: none;
}

.highli_list_all .list_ul.selected {
    display: block;
}

.highli_list_all .list_li {
    font-size: 24px;
    line-height: 40px;
    height: auto;
    padding-left: 20px;
    color: #1a1a1a;
    position: relative;
    clear: both;
    /* margin: 10px 0; */
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dashed #a9c6b7;
}

.highli_list_all .list_li a {
    width: 590px;
    display: block;
    overflow: hidden;
    white-space: normal;
    text-overflow: inherit;
    float: left;
    padding-left: 20px;
}
.highli_list_all .list_li a:hover{
    color: #b91615;
}
.highli_list_all .list_li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b91615;
    left: 0;
    top: 38px;
    transform: translateY(-50%);
}

.highli_list_all .list_li .date {
    font-size: 23px;
    color: #999999;
    float: right;
}

/* 新闻要览结束 */

/* 最新发布开始 */

.lssp_upDate {
    margin-top: 20px;
}

.lssp_upDate_announc {
    width: 90%;
    float: none;
    margin: 0 auto;
}

.lssp_upDate_polic {
    width: 92%;
    float: none;
    margin: 30px auto 0;
    overflow: hidden;
}

.announc_tit {
    position: relative;
}

.com_more {
    position: absolute;
    right: 0;
    top: 12px;
}

.com_more a {
    display: none;
    font-size: 24px;
    line-height: 22px;
    color: #b91615;
}

.com_more a.selected {
    display: inline;
}

.com_list_ul {
    display: none;
    margin-top: 8px;
}

.com_list_ul.selected {
    display: block;
}

.announc_list_first {
    padding: 16px 0;
    height: 192px;
}

.announc_list_first .list_first_img {
    width: 250px;
    height: 150px;
    float: left;
    position: relative;
}

.first_img_box {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.announc_list_first .list_first_img::after {
    content: '';
    display: block;
    background: #b91615;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
}

.announc_list_first .list_first_img:hover img {
    transform: scale(1.1, 1.1);
}

.announc_list_first .list_first_img img {
    width: 100%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.announc_list_first .list_first_info {
    width: 380px;
    float: right;
}

.announc_list_first .list_first_info .info_tit {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #1a1a1a;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.announc_list_first .list_first_info .info_tit:hover{
    color: #b91615;
}
.info_desc {
    font-size: 16px;
    line-height: 28px;
    color: #707070;
    margin-top: 10px;
}

.announc_list_first .list_first_info .info_desc .info_more_link {
    color: #b91615;
}

.announc_list_li {
    box-sizing: border-box;
    border-bottom: 1px dashed #a9c6b7;
    position: relative;
}

.announc_list_li::before {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #a9c6b7;
}

.announc_list_li::after {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: -1px;
    background: #a9c6b7;
}

.announc_list_other {
    line-height: 40px;
    height: auto;
    /* margin: 10px 0; */
    overflow: hidden;
    padding: 15px 0;
}

.announc_list_other a {
    width: 580px;
    display: block;
    overflow: hidden;
    white-space: normal;
    text-overflow: inherit;
    float: left;
    padding-left: 20px;
    position: relative;
    font-size: 24px;
    color: #1a1a1a;
}

.announc_list_other a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b91615;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
}

.announc_list_other .date {
    font-size: 24px;
    color: #999999;
    float: right;
}

.announc_tit_btn .btn_com {
    color: #b91615;
    padding: 0 40px;
    padding-top: 4px;
}
.announc_tit_btn .btn_com a {
    color: #b91615;
}
.announc_tit_btn .btn_com:first-child {
    padding-left: 8px;
}

.btn_com_icon {
    width: 31px;
    margin-right: 10px;
}

.btn_com_span {
    vertical-align: top;
    float: right;
}

.polic_tit_btn .btn_com {
    color: #b91615;
    padding: 0 40px;
    padding-top: 4px;
}
.polic_tit_btn .btn_com a {
    color: #b91615;
}
.polic_tit_btn .btn_com:first-child {
    padding-left: 8px;
}

.polic_list_first {
    padding: 10px 0;
}

.polic_first_top {}

.first_top_date {
    float: left;
    width: 62px;
    position: relative;
    text-align: center;
}

.date_day {
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    color: #b91615;
    width: 44px;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 2px;
    margin: 0 auto;
}

.date_year {
    font-size: 13px;
    line-height: 30px;
    color: #b91615;
}

.first_top_date::after {
    width: 60px;
    height: 46px;
    border: solid 1px #b91615;
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
}

.first_top_tit {
    float: right;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #1a1a1a;
    width: 580px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.first_top_tit:hover{
    color: #b91615;
}
.announc_list_other a:hover{
    color: #b91615;
}

.polic_list_first .info_more_link {
    color: #b91615;
}

/* 最新发布结束 */

/* 六块新闻列表开始 */
.classify_com {
    margin-top: 50px;
    width: 92%;
    margin: 50px auto 0;
}

.classify_com:nth-child(odd) {
    float: none;
}

.classify_com:nth-child(even) {
    float: none;
}

.classify_tit {
    position: relative;
}

.classify_btn_com {
    height: 52px;

}

.classify_btn_com .btn_com {
    padding-top: 0px;
    height: 52px;

}

.classify_btn_com .btn_com.on,
.classify_btn_com .btn_com:hover {
    color: #258257;
}
.classify_btn_com .btn_com.on a {
    color: #258257;
}
.classify_btn_com .btn_com.on::before {
    background-color: #258257;
}

.classify_btn_com .btn_com::after {
    top: 10px;
}

.classify_more.com_more a {
    font-size: 24px;
    line-height: 24px;
    padding-right: 32px;
    color: #ed6d00;
    display: none;
    background: url(lssp2023_moreBg.png)no-repeat right center;
    background-size: 21px;
}

.classify_more.com_more a.selected {
    display: block;
}

.classify_first_top .date_day {
    color: #258257;
}
.classify_first_top .first_top_tit:hover{
    color: #258257;
}
.classify_first_top .date_year {
    color: #258257;
}

.classify_first_top .first_top_date::after {
    border: solid 1px #258257;
}

.classify_list_first .info_more_link {
    color: #ed6d00;
}

.classify_list_other a::before {
    background: #ed6d00;
}
.classify_list_other a:hover{
    color: #258257;
}

/* 六块新闻列表结束 */

/* 绿色食品公告开始 */
.lssp_announ {
    margin-top: 50px;
    width: 100%;
    background: url(lssp_announBg.png)no-repeat;
    background-size: cover;
}

.lssp_announ_wrap {
    padding: 30px 0 0;
}

.lssp_announ_tag {
    /* overflow: hidden; */
    background: url(lssp_announTagBg_a.png) no-repeat bottom center;
    padding-bottom: 4px;
    margin-bottom: 11px;
}

.tag_com {
    width: 25%;
    height: 64px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

/* .tag_com::after {
    width: 100%;
    height: 3px;
    background: #258257;
    position: absolute;
    content: '';
    display: block;
    bottom: 11px;
    left: 0;
} */

.tag_com:last-child {
    padding-right: 0;
    text-align: center;
    width: 25%;
}

.tag_com:first-child {
    padding-left: 0;
    text-align: center;
    width: 25%;
}

.tag_com.active {
    border-bottom: none;
}

.tag_com.active::after {
    width: 20px;
    height: 14px;
    background: url(lssp_announTagBg_a1.png) no-repeat left bottom;
    background-size: 100% 100%;
    position: absolute;
    content: '';
    display: block;
    bottom: -14px;
    left: 50%;
    margin-left: -10px;
}
.tag_com:first-child::after{
    margin-left: 0;
    left: 88px;
}
.tag_com:last-child::after{
    margin-left: 0;
    left: auto;
    right: 88px;
}

/* .tag_com:nth-child(2).active::after,
.tag_com:nth-child(3).active::after {
    left: 75px;
}

.tag_com:nth-child(2).active::before,
.tag_com:nth-child(3).active::before {
    width: 75px;
    height: 3px;
    background: #258257;
    content: '';
    display: block;
    position: absolute;
    bottom: 11px;
    left: 0;
}

.tag_com:last-child.active::after {
    left: 55px;
}

.tag_com:last-child.active::before {
    width: 55px;
    height: 3px;
    background: #258257;
    content: '';
    display: block;
    position: absolute;
    bottom: 11px;
    left: 0;
} */

.tag_com img {
    margin-right: 14px;
    width: 43px;
}

.tag_com span {
    vertical-align: top;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.lssp_announ_list {
    margin-top: 40px;
    position: relative;
    height: auto;
}

.list_com_img {
    width: 100%;
    height: 350px;
    float: none;
    overflow: hidden;
}

.list_com_img:hover img {
    transform: scale(1.02);
}

.list_com_img img {
    width: 100%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.list_com_info {
    float: none;
    width: 750px;
    height: auto;
    background-color: #f4fbf8;
    padding: 30px;
    box-sizing: border-box;
}

.list_com_info .info_tit {
    line-height: 26px;
}

.info_tit_text {
    font-size: 30px;
    color: #258257;
    font-weight: bold;
    float: left;
}

.info_tit_more {
    font-size: 24px;
    padding-right: 32px;
    color: #ed6d00;
    background: url(lssp2023_moreBg.png)no-repeat right center;
    background-size: 21px;
    float: right;
}

.list_com_info .info_ul {
    margin-top: 14px;
}

.list_com_info .info_li {
    line-height: 40px;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px dashed #a9c6b7;
}
.list_com_info .info_li p {
    font-size: 20px;
}
.list_com_info .info_li a {
    width: 560px;
    display: block;
    overflow: hidden;
    white-space: normal;
    text-overflow: inherit;
    float: left;
    padding-left: 20px;
    position: relative;
    font-size: 24px;
    color: #1a1a1a;
}
.list_com_info .info_li a:hover{
    color: #258257;
}
.list_com_info .info_li a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ed6d00;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
}

.list_com_info .info_li .date {
    font-size: 24px;
    color: #999999;
    float: right;
}

.list_com_swiper {
    overflow: hidden;
    height: 100%;
}

.list_com_swiper .swiper-slide {
    width: 750px !important;
    height: auto!important;
}

.announ_list_com {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    display: none;
}

.announ_list_com.selected {
    visibility: inherit;
    display: block;
}

.announ_list_com .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #258257 url(lssp_btnLeft.png)no-repeat 18px center;
    opacity: 0.1;
    left: -82px;
    cursor: pointer;
}

.announ_list_com .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #258257 url(lssp_btnRight.png)no-repeat 21px center;
    opacity: 0.1;
    cursor: pointer;
    right: -82px;
}

.announ_list_com .swiper-button-prev:hover,
.announ_list_com .swiper-button-next:hover {
    opacity: 1;
}

.lssp_knowle {
    margin-top: 50px;
    height: 460px;
    /* background: url(lssp2023_konwleBg.png)no-repeat right top; */
    background-size: contain;
    padding-right: 0;
    box-sizing: border-box;
}

.knowle_tit {
    width: 92%;
    margin: 0 auto;
}

.knowle_tit_text_more {
    font-size: 18px;
    padding-right: 32px;
    color: #fff;
    background: url(lssp2023_moreBg1.png)no-repeat right center;
    background-size: 21px;
    float: right;
    margin-top: 15px;
}

.knowle_tit_text {
    font-size: 30px;
    font-weight: bold;
    color: #1a1a1a;
    float: left;
}

.knowle_list {
    margin-top: 20px;
    width: 750px;
    margin: 20px auto 0;
}

.knowle_list_swiper {
    width: 100%;
    position: relative;
}

.knowle_swiper {
    overflow: hidden;
    width: 92%;
    /*width: 1325px;*/
    height: auto;
    px; */
overflow: hidden;
    margin: 0 auto;
}
.knowle_swiper .swiper-wrapper {
    height: 400px!important;
}
.knowle_li {
    width: 335px;
    margin-right: 20px;
    float: left;
    position: relative;
    margin-bottom: 20px;
}
.knowle_li:nth-child(2n) {
    margin-right: 0;
}
.knowle_swiper .swiper-slide {
    width: 100% !important;
}

.knowle_li:last-child {
    margin-right: 0;
}

.knowle_li_img {
    width: 100%;
    height: 192px;
    overflow: hidden;
}
.knowle_li_img:hover img{
    transform: scale(1.1, 1.1);
}

.knowle_li_img img {
    width: 100%;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.knowle_li_p {
    height: 60px;
    width: 100%;
    background: url(lssp2023_knowleBg.png)no-repeat top right;
    background-size: cover;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding-top: 25px;
    text-align: center;
}

.knowle_li_p a {
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    display: block;
}

.knowle_list_swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #196844 url(lssp_btnTop.png)no-repeat center 11px;
    opacity: 1;
    right: 0;
    bottom: 74px;
    top: auto;
    left: auto;
    position: absolute;
    cursor: pointer;
    display: none;
}

.knowle_list_swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #196844 url(lssp_btnBottom.png)no-repeat center 12px;
    opacity: 1;
    right: 0;
    position: absolute;
    bottom: 24px;
    top: auto;
    left: auto;
    cursor: pointer;
    display: none;
}

/* 绿色食品公告结束 */

/* 专题专栏开始 */

.lssp_special {
    margin-top: 50px;
}

.special_tit {
    line-height: 26px;
    width: 92%;
    margin: 0 auto;
}

.special_tit_text {
    font-size: 30px;
    font-weight: bold;
    color: #1a1a1a;
    float: left;
}

.special_tit_text_more {
    font-size: 24px;
    padding-right: 32px;
    color: #ed6d00;
    background: url(lssp2023_moreBg.png)no-repeat right center;
    background-size: 21px;
    float: right;
}

.special_ul {
    margin-top: 30px;
    width: 92%;
    margin: 30px auto 0;
}

.special_li {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    transition: all 0.3s;
    border-bottom: 1px #2da68d solid;
}

.special_li_box {
    position: relative;
    cursor: pointer;
}

.special_li_box img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 70px;
    display: none;
}

.special_li_box .special_li_p {
    padding-top: 0;
    line-height: 60px;
    writing-mode: inherit;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
    z-index: 11;
    text-align: center;
    background: #25b188;
}

.special_li .special_li_a {
    display: none;
}

.special_li.active {
    transition: all 0.3s;
    width: 100%;
}

.special_li .special_li_a {
    width: 100%;
    height: 100%;
}

.special_li.active .special_li_a {
    display: block;

}

.special_li .special_li_a img {
    width: 100%;
    height: 280px;
    display: block;
}

.special_li.active .special_li_box {
    display: none;
}

/* 专题专栏结束 */

/* 定点监测开始 */
.lssp_monitor {
    margin-top: 50px;
    margin-bottom: 76px;
    width: 92%;
}

.monitor_com {
    width: 100%;
    height: 120px;
    text-align: center;
    padding-top: 22px;
    box-sizing: border-box;
}

.monitor_com a {
    /*    display: block;
        width: 100%;
        height: 100%; */
    color: #ffffff;
}

.monitor_com img {
    width: 193px;
}

.monitor_com .monitor_com_text {
    margin-top: 10px;
    font-size: 18px;
    color: #ffffff;
}
.monitor_com .monitor_com_text2 {
    margin-top: 10px;
    font-size: 18px;
    color: #ffffff;
}

.monitor_com_text span:first-child {
    margin-right: 19px;
}
.monitor_com_text span:nth-child(2) {
    margin-right: 19px;
}
.monitor_com_text2 span:first-child {
    margin-right: 38px;
}

.monitor_left {
    float: none;
    background: url(lssp2023_monitorBg1.png)no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.monitor_right {
    float: none;
    background: url(lssp2023_monitorBg2.png)no-repeat;
    background-size: cover;
}


/* jia */
.classify_list_all4 .com_list_ul{
    min-height: 300px;
}


/* 定点监测结束*/