.pc_None {
    display: none;
}
.mobile_None {
    display: block;
}
/* 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: 40px;
    height: 5px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    margin: 0 10px;
    opacity: 1;
    display: inline-block;
}

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

.lssp_banner_swiper {
    width: 100%;
    height: 300px;
}

.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: 20px;
    font-weight: 600;
    padding-left: 44px;
    color: #ffffff;
}

.lssp_news_list {
    float: left;
    width: 1248px;
    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: 18px;
    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: 20px;
}

.lssp_highli_swiper {
    float: left;
    width: 670px;
    height: 380px;
}

.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: 20px;
    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: 670px;
    float: right;
}

.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: 24px;
    height: 60px;
    padding-top: 4px;
    font-weight: 600;
    color: #1a1a1a;
    float: left;
    cursor: pointer;
}
.lssp_highli_list .btn_com {
    padding: 0 30px;
}
.btn_com:first-child {
    padding-left: 8px;
}

.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: 110px;
    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;
}

.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: 20px;
    line-height: 52px;
    height: 52px;
    padding-left: 20px;
    color: #1a1a1a;
    position: relative;
}

.highli_list_all .list_li a {
    width: 580px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.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: 50%;
    transform: translateY(-50%);
}

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

/* 新闻要览结束 */

/* 最新发布开始 */

.lssp_upDate {
    margin-top: 50px;
}

.lssp_upDate_announc {
    width: 670px;
    float: left;
}

.lssp_upDate_polic {
    width: 670px;
    float: right;
}

.announc_tit {
    position: relative;
}

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

.com_more a {
    display: none;
    font-size: 18px;
    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: 60px;
    height: 60px;
}

.announc_list_other a {
    width: 590px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    color: #1a1a1a;
}

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

.announc_list_other .date {
    font-size: 16px;
    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;
}

.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: 670px;
}

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

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

.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: 18px;
    line-height: 22px;
    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 50px;
}

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

.tag_com {
    width: 28%;
    height: 69px;
    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: 16px;
    text-align: right;
    width: 22%;
}

.tag_com:first-child {
    padding-left: 16px;
    text-align: left;
    width: 22%;
}

.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: 28px;
    color: #333333;
    font-weight: bold;
}

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

.list_com_img {
    width: 670px;
    height: 350px;
    float: left;
    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: right;
    width: 730px;
    height: 350px;
    background-color: #ffffff;
    padding: 30px 60px 10px;
    box-sizing: border-box;
}

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

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

.info_tit_more {
    font-size: 18px;
    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: 52px;
    height: 52px;
}
.list_com_info .info_li p {
    font-size: 20px;
}
.list_com_info .info_li a {
    width: 520px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    padding-left: 20px;
    position: relative;
    font-size: 20px;
    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: 50%;
    transform: translateY(-50%);
}

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

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

.list_com_swiper .swiper-slide {
    width: 1400px !important;
}

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

.announ_list_com.selected {
    visibility: inherit;
}

.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: 255px;
    /*background: url(lssp2023_konwleBg.png)no-repeat right top;*/
    background-size: contain;
    /*padding-right: 22px;*/
    box-sizing: border-box;
}

.knowle_tit {
    width: 100%;
}

.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: 24px;
    font-weight: bold;
    color: #1a1a1a;
    float: left;
}

.knowle_list {
    margin-top: 21px;
}

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

.knowle_swiper {
    overflow: hidden;
    width: 1400px;
    /*width: 1325px;*/
    height: 192px;
    overflow: hidden;
}

.knowle_li {
    width: 338px;
    margin-right: 15px;
    float: left;
    position: relative;
}

.knowle_swiper .swiper-slide {
    height: 192px;
}

.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: 18px;
    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;
}

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

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

.special_ul {
    margin-top: 30px;
}

.special_li {
    width: 100px;
    height: 330px;
    overflow: hidden;
    float: left;
    transition: all 0.3s;
}

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

.special_li_box img {
    position: absolute;
    top: 0;
    width: 100%;
}

.special_li_box .special_li_p {
    padding-top: 25px;
    line-height: 100px;
    writing-mode: tb-rl;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
    z-index: 11;
}

.special_li .special_li_a {
    display: none;
}

.special_li.active {
    transition: all 0.3s;
    width: 800px;
}

.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: 100%;
}

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

/* 专题专栏结束 */

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

.monitor_com {
    width: 670px;
    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: left;
    background: url(lssp2023_monitorBg1.png)no-repeat;
    background-size: cover;
}

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


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


/* 定点监测结束*/

@media screen and (max-width: 1440px) {

    /* banner开始 */
    .lssp_banner_swiper_pagination ul li {
        width: 27px;
        height: 4px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 0;
        margin: 0 7px;
        opacity: 1;
    }

    .lssp_banner_swiper {
        height: 213px;
    }

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

    .lssp_news .lssp_news_tit {
        float: left;
        width: 108px;
        box-sizing: border-box;
        background: url(lssp2023_NewsIcon.png)no-repeat 14px center /14px, url(lssp2023_NewsBg.png)no-repeat 100% 100%;
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        font-weight: 600;
        padding-left: 31px;
        color: #ffffff;
    }

    .lssp_news_list {
        float: left;
        width: 886px;
        height: 33px;
        line-height: 33px;
        padding: 0 10px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

    .new_list_mess {
        float: left;
        font-size: 13px;
        padding-right: 7px;
        position: relative;
        float: left;
        padding-left: 8px;
        box-sizing: border-box;
        margin-right: 25px;
    }

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

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

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

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

    .lssp_highli_swiper {
        width: 476px;
        height: 270px;
    }

    .swiper_bottomTxt {
        height: 35px;
    }

    .swiper_bottomTxt p {
        width: 80%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding-left: 12px;
    }

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

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

    .lssp_highli_list {
        width: 476px;
        float: right;
    }

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

    .btn_com {
        padding: 0 30px;
        font-size: 17px;
        height: 42px;
        padding-top: 3px;
    }
    .lssp_highli_list .btn_com {
        padding: 0 20px;
    }
    .btn_com:first-child {
        padding-left: 6px;
    }

    .btn_com.on::before {
        content: '';
        position: absolute;
        display: block;
        background-color: #b91615;
        width: 77px;
        height: 2px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -1px;
    }

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

    .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: 16px;
        right: 0;
        top: 8px;
    }

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

    .highli_list_all .list_li {
        font-size: 14px;
        line-height: 37px;
        height: 37px;
        padding-left: 14px;
        color: #1a1a1a;
        position: relative;
    }

    .highli_list_all .list_li a {
        width: 410px;
    }

    .highli_list_all .list_li::before {
        width: 4px;
        height: 4px;
    }

    .highli_list_all .list_li .date {
        font-size: 13px;
    }

    /* 新闻要览结束 */

    /* 最新发布开始 */

    .lssp_upDate {
        margin-top: 35px;
    }

    .lssp_upDate_announc {
        width: 480px;
        float: left;
    }

    .lssp_upDate_polic {
        width: 480px;
        float: right;
    }

    .announc_tit {
        position: relative;
    }

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

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

    .com_list_ul {
        margin-top: 6px;
    }

    .announc_list_first {
        padding: 12px 0;
        height: 136px;
    }

    .announc_list_first .list_first_img {
        width: 179px;
        height: 107px;
        float: left;
        position: relative;
    }

    .announc_list_first .list_first_img::after {
        left: 7px;
        top: 7px;
    }

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

    .announc_list_first .list_first_info .info_tit {
        font-size: 14px;
        font-weight: 600;
        line-height: 23px;
    }

    .info_desc {
        font-size: 12px;
        line-height: 20px;
        color: #707070;
        margin-top: 7px;
    }

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

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

    .announc_list_other {
        line-height: 42px;
        height: 42px;
    }

    .announc_list_other a {
        width: 420px;
        padding-left: 14px;
        font-size: 13px;
    }

    .announc_list_other a::before {
        width: 4px;
        height: 4px;
    }

    .announc_list_other .date {
        font-size: 12px;
    }

    .announc_tit_btn .btn_com {
        color: #b91615;
        padding: 0 30px;
        padding-top: 3px;
    }

    .announc_tit_btn .btn_com:first-child {
        padding-left: 6px;
    }

    .btn_com_icon {
        width: 22px;
        margin-right: 7px;
    }

    .polic_tit_btn .btn_com {
        color: #b91615;
        padding: 0 30px;
        padding-top: 3px;
    }

    .polic_tit_btn .btn_com:first-child {
        padding-left: 6px;
    }

    .polic_list_first {
        padding: 6px 0;
    }

    /* .polic_first_top {} */

    .first_top_date {
        width: 48px;
    }

    .date_day {
        font-size: 25px;
        line-height: 25px;
        width: 31px;
        padding: 0 1px;
    }

    .date_year {
        font-size: 12px;
        line-height: 18px;
        color: #b91615;
    }

    .first_top_date::after {
        width: 46px;
        height: 30px;
    }

    .first_top_tit {
        font-size: 14px;
        line-height: 23px;
        width: 410px;
    }

    /* 最新发布结束 */

    /* 六块新闻列表开始 */
    .classify_com {
        margin-top: 35px;
        width: 476px;
    }

    .classify_btn_com {
        height: 37px;

    }

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

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

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

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

    /* 绿色食品公告开始 */
    .lssp_announ {
        margin-top: 35px;
        width: 100%;
    }

    .lssp_announ_wrap {
        padding: 21px 0 35px;
    }

    .tag_com {
        width: 28%;
        /* height: 59px; */
        height: 47px;
    }
	.lssp_announ_tag{
		background-size: auto 3px;
		padding-bottom: 3px;
		margin-bottom: 8px;
	}
    .tag_com::after {
        height: 2px;
        bottom: 8px;
    }

    .tag_com:last-child {
        padding-right: 12px;
        text-align: right;
    }

    .tag_com:first-child {
        padding-left: 12px;
        text-align: left;
    }

    .tag_com.active::after {
        width: 16px;
        height: 10px;
        bottom: -10px;
		margin-left: -8px;
    }
	.tag_com:first-child::after {
	    margin-left: 0;
	    left: 64px;
	}
	.tag_com:last-child::after {
	    margin-left: 0;
	    left: auto;
	    right: 64px;
	}

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

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

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

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

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

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

    .lssp_announ_list {
        margin-top: 28px;
        height: 250px;
    }

    .list_com_img {
        width: 476px;
        height: 249px;
        float: left;
        overflow: hidden;
    }

    .list_com_img img {
        width: 100%;
    }

    .list_com_info {
        float: right;
        width: 518px;
        height: 249px;
        background-color: #ffffff;
        padding: 21px 43px 7px;
        box-sizing: border-box;
    }

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

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

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

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

    .list_com_info .info_li {
        line-height: 37px;
        height: 37px;
    }
    .list_com_info .info_li p {
        font-size: 14px;
    }
    .list_com_info .info_li a {
        width: 370px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
        padding-left: 14px;
        position: relative;
        font-size: 14px;
        color: #1a1a1a;
    }

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

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

    .list_com_swiper .swiper-slide {
        width: 1000px !important;
    }

    .announ_list_com .swiper-button-prev {
        width: 37px;
        height: 37px;
        border-radius: 50%;
        background: #258257 url(lssp_btnLeft.png)no-repeat 13px center /10px;
        opacity: 0.1;
        left: -58px;
    }

    .announ_list_com .swiper-button-next {
        width: 37px;
        height: 37px;
        border-radius: 50%;
        background: #258257 url(lssp_btnRight.png)no-repeat 15px center /10px;
        opacity: 0.1;
        right: -58px;
    }

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

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

    .knowle_tit_text {
        font-size: 17px;
    }

    .knowle_list {
        margin-top: 14px;
    }

    .knowle_swiper {
        overflow: hidden;
        width: 1000px;
        /*width: 941px;*/
        height: 136px;
    }

    .knowle_li {
        width: 241px;
        margin-right: 11px;
        float: left;
        position: relative;
    }

    .knowle_swiper .swiper-slide {
        height: 136px;
    }

    .knowle_li_img {
        width: 100%;
        height: 136px;
        overflow: hidden;
    }

    .knowle_li_p {
        height: 43px;
        padding-top: 18px;
    }

    .knowle_li_p a {
        font-size: 13px;
        line-height: 16px;
        color: #ffffff;
        padding: 0 7px;
    }

    .knowle_list_swiper .swiper-button-prev {
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background: #196844 url(lssp_btnTop.png)no-repeat center 8px /11px;
        opacity: 1;
        right: 0;
        bottom: 53px;
        top: auto;
        left: auto;
    }

    .knowle_list_swiper .swiper-button-next {
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background: #196844 url(lssp_btnBottom.png)no-repeat center 8px /11px;
        opacity: 1;
        right: 0;
        bottom: 17px;
        top: auto;
        left: auto;
    }

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

    /* 专题专栏开始 */

    .lssp_special {
        margin-top: 35px;
    }

    .special_tit {
        line-height: 18px;
    }

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

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

    .special_ul {
        margin-top: 21px;
    }

    .special_li {
        width: 71px;
        height: 235px;
    }

    .special_li_box .special_li_p {
        padding-top: 18px;
        line-height: 71px;
        writing-mode: tb-rl;
        font-size: 16px;
    }

    .special_li.active {
        width: 571px;
    }

    /* 专题专栏结束 */

    /* 定点监测开始 */
    .lssp_monitor {
        margin-top: 35px;
        margin-bottom: 54px;
    }

    .monitor_com {
        width: 476px;
        height: 85px;
        text-align: center;
        padding-top: 16px;
        box-sizing: border-box;
    }

    .monitor_com img {
        width: 137px;
    }

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

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

    .monitor_left {
        float: left;
        background: url(lssp2023_monitorBg1.png)no-repeat;
        background-size: cover;
    }

    .monitor_right {
        float: right;
        background: url(lssp2023_monitorBg2.png)no-repeat;
        background-size: cover;
    }
	
	/* jia */
	.classify_list_all4 .com_list_ul{
		min-height: 210px;
	}
	
}

/* 20240528 */
.special_li_box .special_li_p{
    padding: 25px 36px 0;
    line-height: 1.1;
    text-align: center;
    writing-mode: initial;
}

@media screen and (max-width: 1440px) {
    .special_li_box .special_li_p{
        padding: 18px 22px 0;
        writing-mode: initial;
    }
}







