﻿#news_list {
    background-color: #ffffff;
}

.content_canvas {
    background-color: #f7f7f7;
}

.porkBellies_introduce .content_canvas > h1 {
    text-align: center;
    color: #000000;
    border-bottom: 1px solid rgba(0,0,0,0.09);
}

@media only screen and (min-width:769px) {
    .content_canvas > h1 {
        height: 112px;
        padding: 20px 0;
        line-height: 112px;
    }
}

@media only screen and (max-width:768px) {
    .content_canvas > h1 {
        height: 56px;
        font-size: 24px;
        padding-bottom: 50px;
        line-height: 56px;
    }
}

#companyNews_list .p_news {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}



#companyNews_list .newPicLink {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#companyNews_list .newPic {
    width: 100%;
    transform: scale(1);
    transition: all .5s ease;
    height: auto;
}

#companyNews_list .newList {
    display: flex;
}

#companyNews_list .newIcon {
    padding: 6px 11px;
    border: 1px solid transparent;
    transition: all .5s ease;
    color: #ccc;
}

#companyNews_list .newList:hover .newTitleLink {
    color: #ff6600;
}

#companyNews_list .newList:hover .newIcon {
    color: #fff;
}

#companyNews_list .rightC {
    position: relative;
    transition: all .5s ease;
    height: 90px;
}

#companyNews_list .newTitle {
    margin-bottom: 10px;
}

#companyNews_list .newTitleLink {
    display: block;
    width: 100%;
    font-size: 1rem;
   
}


@media only screen and (min-width: 769px) {
    #companyNews_list .newTitleLink {
        font-weight: bold;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .5s ease;
    }


    #companyNews_list .content {
        display: flex;
        width: calc( 100% - 110px );
        height: 110px;
    }

    #companyNews_list .newPicBox:hover .newPic {
        transform: scale(1.1);
    }

    #companyNews_list .rightC {
        padding: 0 30px 0 62px;
        width: 100%;
    }

        #companyNews_list .rightC div:last-child {
            display: none;
        }

    #companyNews_list .newPicBox {
        width: 165px;
        height: 110px;
    }

    #companyNews_list .newList {
        display: flex;
        padding: 15px;
        border-bottom: 1px solid #eee;
        background: #fff;
        height: 140px;
    }

        #companyNews_list .newList:hover .rightC::before {
            width: 60px;
        }

        #companyNews_list .newList:hover .rightC {
            padding-left: 80px;
        }

        #companyNews_list .newList:hover .newTime {
            color: #333;
        }

        #companyNews_list .newList:hover .newIcon {
            border-color: #ff6600;
            margin-top: 10px;
            background: #ff6600;
        }

    #companyNews_list .newMs {
        line-height: 26px;
        height: 48px;
        font-size: 14px;
        overflow: hidden;
        color: #999;
        transition: 600ms;
    }

    #companyNews_list .leftTime {
        width: 100px;
        position: relative;
    }

    #companyNews_list .newTime {
        display: block;
        color: #999;
        font-size: 1.2rem;
        font-weight: normal;
        margin: 0px 10px 30px;
        transition: all .5s ease;
        line-height: 110px;
    }
}

@media only screen and (max-width: 768px) {
    #companyNews_list .newTitleLink {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
      font-weight:normal;
        
    }

    #companyNews_list .content {
        display: flex;
        width: 100%;
    }

    #companyNews_list .newList {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 0px 10px;
        border-bottom: none;
        border-bottom: 1px solid #999;
    }

    #companyNews_list .newPicBox {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        width: 30%;
        height: 80px;
    }

    #companyNews_list .newPicLink {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 5px 0;
    }

    #companyNews_list .newTitle {
        margin: 10px 0;
    }

    #companyNews_list .leftTime {
        display: none;
    }

        #companyNews_list .leftTime span {
            font-size: 14px;
        }

    #companyNews_list .rightC {
        margin-left: 2%;
        width: 67%;
    }

    #companyNews_list .newMs {
        display: none;
    }
}

/* 详情页 开始 */

    #details_list .background_info {
        background: #f2f2f2;
    }

    #details_list .detailsList_nextBox a:hover {
        color: #b60005;
    }

    #details_list .detailsList_nextBox a:active {
        color: #b60005;
    }

    #details_list .detailsList_imgsBox {
        margin: 0 auto;
        display: none;
    }

@media only screen and (min-width: 769px) {
    .detailsList {
        width: 100%;
        height: 100%;
        min-height: 737px;
        min-width: 250px;
        max-width: 100%;
        background: #fff;
    }

        .detailsList .detailsList_NewsDetail {
            padding: 30px 30px 0;
        }

        .detailsList .detailsList_head {
            padding: 20px;
            text-align: center;
        }

        .detailsList .detailsList_dataSource {
            overflow: hidden;
            padding-top: 20px;
            margin: 20px 0;
        }

            .detailsList .detailsList_dataSource > li {
                display: inline-block;
                margin-right: 20px;
            }

        .detailsList .detailsList_topBox {
            margin-bottom: 10px;
        }

            .detailsList .detailsList_topBox h3 {
                color: #000000;
                font-size: 26px;
                font-weight: 500;
            }

        .detailsList .detailsList_summary {
            padding: 10px;
            white-space: normal;
            line-height: 26px;
        }

        .detailsList .detailsList_articles {
            overflow: hidden;
            padding: 20px 0;
            line-height: 30px;
            font-size:16px;
        }

        .detailsList .detailsList_infoBox, .detailsList .detailsList_articlesTitle {
            display: none;
        }
}

@media screen and (max-width: 768px) {
    .detailsList .detailsList_NewsDetail {
        padding: 10px;
    }

    .detailsList .detailsList_head {
        padding: 20px;
        text-align: center;
    }

    .detailsList .detailsList_dataSource {
        overflow: hidden;
        padding-top: 20px;
        margin: 20px 0;
    }

        .detailsList .detailsList_dataSource > li {
            display: inline-block;
            margin-right: 20px;
        }

    .detailsList .detailsList_topBox {
        margin-bottom: 10px;
    }

        .detailsList .detailsList_topBox h3 {
            color: #000;
            text-align: center;
            font-weight: normal;
            font-size: 18px;
        }

        .detailsList .detailsList_topBox .Horizontal_line {
            width: 100%;
            height: 2px;
            background-color: #f7f7f7;
            position: absolute;
            left: 0;
        }

    .detailsList .detailsList_summary {
        padding: 10px;
        white-space: normal;
    }

    .detailsList .detailsList_articles {
        overflow: hidden;
        padding: 20px 0;
        line-height: 24px;
    }

    .detail_right {
        display: none;
    }

    .detailsList_infoBox {
        display: none;
    }

    .detailsList_NewsDetail {
        background-color: #fff;
    }

    .detailsList_articlesTitle .font {
        display: none;
    }
}

@media screen and (min-width:769px) {
    .news_left {
        display: inline-block;
        /*width: 840px;*/
        width:100%;
        min-height: 737px;
    }

    .detail_right {
        width: 300px;
        float: right;
        margin-right: 30px;
    }
}

/* 详情页 结束 */
/* 右边栏 开始 */
@media screen and (min-width:769px) {
    .canvas_next {
        width: 82%;
    }

    .detail_menu {
        height: 60px;
        line-height: 60px;
        margin-bottom: 20px;
        border: 1px solid #e6e6e6;
        border-top: 3px solid #498711;
        font-size: 16px;
    }

    .news_right {
        display: block;
        float: right;
        width: 22%;
        height: 100%;
        margin-right: 5%;
        background-color: #fff;
    }

        .news_right ul {
            list-style-type: none;
        }

            .news_right ul li a {
                font-size: 14px;
                width: 100%;
            }

        .news_right .news_list2 p {
            margin-left: 10px;
            margin-top: 10px;
        }

    .contact_us {
        width: 100%;
        float: right;
        color: #000;
        background-color: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .contact_us img {
            width: 100%;
        }

        .contact_us ul p:first-child i {
            background: url(/Content/img/icon4.png) center center no-repeat;
        }


        .contact_us ul p:last-child i {
            background: url(/Content/img/icon1.png) center center no-repeat;
        }

        .contact_us ul i {
            display: inline-block;
            width: 20px;
            height: 20px;
            vertical-align: middle;
            margin-right: 5px;
        }

        .contact_us SPAN {
            width: 100%;
            text-indent: 30px;
            float: left;
            line-height: 50px;
            font-size: 18px;
            background: #498711;
            color: #FFFFFF;
            font-weight: bold;
        }

        .contact_us ul {
            border: 2px solid #f1f1f1;
        }

        .contact_us p {
            line-height: 26px;
            width: 96%;
            margin: 6px auto;
            font-size: 16px;
        }

        .contact_us img {
            display: block;
        }

    .detail_news_list {
        width: 100%;
        float: left;
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        margin-top: 20px;
    }

        .detail_news_list .page_title {
            margin-top: 0;
        }

    .detail_news_list {
        padding-top: 5px;
        padding-bottom: 10px;
        list-style: none;
        background-color: #fff;
    }

        .detail_news_list li {
            height: 36px;
            line-height: 36px;
            border-bottom: 1px dashed #e2e2e2;
            width: 100%;
            float: left;
        }

            .detail_news_list li span {
                float: left;
                font-size: 12px;
            }

            .detail_news_list li a {
                width: 95%;
                font-size: 14px;
                display: -webkit-box;
                overflow: hidden;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                margin-left: 2%;
            }

    .news_title {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
        border-bottom: 1px dashed #e2e2e2;
    }

    .more_news {
        background-color: #fff;
        margin-top: 10px;
        margin-bottom: 0;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
        font-size: 16px;
    }

        .more_news div {
            color: #498711;
            border-left: 6px solid #498711;
            text-indent: 10px;
        }
}

@media screen and (max-width:768px) {
    .news_right {
        display: none;
    }
}
/*  右边栏 结束 */

/* page 开始 */
.new_page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 30px;
}

    .new_page li {
        margin-right: 15px;
    }

        .new_page li a {
            border: 1px solid #ccc;
            color: #999;
            width: 40px;
            height: 40px;
            margin-top: 5px;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .new_page .next, .new_page .pre, .new_page .pageCount {
        width: 80px;
        height: 40px;
        margin-top: 5px;
    }

    .new_page .active {
        background-color: #498711;
        color: #fff;
    }

    .new_page .not_pointer {
        cursor: not-allowed;
    }

@media screen and (max-width:768px) {
    .new_page {
        flex-wrap: wrap;
        margin: 10px 20px;
    }

    .new_page {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto 0;
    }
}
/* page 结束 */

.news_right .news_list2 li {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .news_right .news_list2 li a {
        width: auto;
    }

#details_list {
    border-right: 1px solid #eeeeee;
}
