.news_bottom{
                border: 1px solid #ddd;
                padding: 0 !important;
            }
            .news_bottom .product .pro_list{
                padding: 0 10px;
            }
            .news_bottom .product .name{
                background: rgb(229,229,229);
                color: #666;
                font-size: 20px;
                padding: 10px 20px;
            }
            .news_bottom .product .pro_list{
                overflow: hidden;
            }
            .news_bottom .product .list_pro:nth-child(1){
                border-left: 1px solid #ddd;
            }
            .news_bottom .product .list_pro{
                width: 20%;
                border-bottom: 1px solid #ddd;
                border-right: 1px solid #ddd;
                float: left;
                overflow: hidden;
            }
            .news_bottom .product .list_pro img{
                width:90%;
                height: auto;
                display: block;
                margin: 10px auto;
                
            }
            .news_bottom .product .list_pro p{
                text-align: center;
                color: #f60;
                font-size: 16px;
                margin: 10px 0;
                height: 48px;
            }
            @media (max-width: 350px){
                .news_bottom .product .list_pro p{
                    height: 72px;
                }
            }
            .news_bottom .product .list_pro p:hover{
                color: #666;
            }
            .news_bottom .news .name{
                background: rgb(229,229,229);
                color: #666;
                font-size: 20px;
                padding: 10px 20px;
                margin: 10px 0 0 0;
            }
            .news_bottom .news .news_list .list_news{
                width: 47%;
                display: flex;
                float: left;
                justify-content: space-between;
                margin: 5px 0;
            }
            .news_bottom .news .news_list {
                overflow: hidden;
            }
            .news_bottom .news .news_list .list_news:nth-child(odd){
                float: left;
            }
            .news_bottom .news .news_list .list_news:nth-child(even){
                float: right;
            }
            .news_bottom .news .news_list .list_news{
                font-size: 15px;
            }
            .news_bottom .news .news_list .list_news .title2{
                margin-left: 15px;
                position: relative;
                padding-left: 5px ;
                color: #666;
                display: none;
            }
            .news_bottom .news .news_list .list_news .title{
                margin-left: 15px;
                position: relative;
                padding-left: 5px ;
                color: #666;
            }
            .news_bottom .news .news_list .list_news .date{
                color: #666;
                 padding-right: 10px ;
            }
            @media (max-width: 767px){
                .news_bottom .news .news_list .list_news .date{
                    display: none;
                }
            }
            .news_bottom .news .news_list .list_news .title:before{
                content: ">";
                position: absolute;
                color: #f60;
                width:10px;
                height: 10px;
                top: 0;
                left: -10px;
                font-weight: 100;
            }
            .news_bottom .news .news_list .list_news .title2:before{
                content: ">";
                position: absolute;
                color: #f60;
                width:10px;
                height: 10px;
                top: 0;
                left: -10px;
                font-weight: 100;
            }
            .news_bottom .news .news_list .list_news .title:hover{
                color:#f60;
            }
            .news_bottom .news .news_list .list_news .date:hover{
                color:#f60;
            }
            @media (max-width: 1200px){
                .news_bottom .news .news_list .list_news{
                    width: 50%;
                }
            }
            .news_bottom .product .list_pro:nth-child(6){
                    display: none;
                }
            @media (max-width: 1000px){
                .news_bottom .product .list_pro{
                    width: 25%;
                }
                .news_bottom .product .list_pro:nth-child(6){
                    display: block;
                }
                .news_bottom .news .news_list .list_news{
                    width: 100%;
                }
            }
            @media (max-width: 750px){
                .news_bottom .product .list_pro{
                    width: 50%;
                }
                .news_bottom .news .news_list .list_news .title{
                    display: none;
                }
                .news_bottom .news .news_list .list_news .title2{
                    display: block;
                }
            }