@media (min-width: 1201px){

    .enterpriseChannel_Industry{
        width: 73vw;
        margin: 0 auto;
    }

    .enterpriseChannel_bid{
        width: 73vw;
        margin: 0 auto;
    }

    .enterPriceChannel_brand{
        line-height: 4vw;
        display: flex;
        font-size: 0.8vw;
    }
    
    .enterPriceChannel_brand .enter_a{
        text-decoration: none;
        color: #a6a6a6;
        margin-left: 0.5vw;
        margin-right: 0.5vw;
        font-size: 0.8vw;
    }
    
    .enterPriceChannel_brand .icon{
        width: 0.8vw;
        height: 0.8vw;
        margin-top: 1.6vw;
    }

    /* 推荐信息 */
    .enterpriseChannel_Industry_nameTitle{
        font-size: 1vw;
        font-weight: 900;
        margin-bottom: 1vw;
    }

    .enterpriseChannel_Industry_recommend_show{
        width: 100%;
        height: 22vw;
        margin-top: 1vw;
        display: flex;
        justify-content: space-between;
        border-bottom: 0.1vw solid gray;
    }

    .enterpriseChannel_Industry_recommend_showBox{
        width: 49%;
        height: 100%;
    }

    .enterpriseChannel_Industry_recommend_showBox img{
        width: 100%;
        height: 21vw;
    }

    .enterpriseChannel_Industry_recommend_showBox:hover{
        border-bottom: 0.12vw solid #3c5b80;
    }

    .enterpriseChannel_Industry_industryInformation{
        margin-top: 2vw;
    }

    .enterpriseChannel_Industry_industryInformation_show{
        display: flex;
        justify-content: space-between;
        margin-top: 1vw;
    }

    .enterpriseChannel_Industry_industryInformation_show_left{
        width: 50vw;
    }

    .enterpriseChannel_Industry_industryInformation_show_right{
        width: 20vw;
    }

    .left_sonBox{
        display: flex;
        cursor: pointer;
        transition: 0.3s;
        margin-bottom: 1vw;
        border-radius: 0.5vw;
    }

    .left_sonBox_img{
        width: 11vw;
        height: 7vw;
		margin-top: 3vw;
    }

    .left_sonBox_img img{
        width: 100%;
        height: 100%;
    }

    .left_sonBox_content{
        width: 39vw;
        height: 12vw;
        padding-left: 2vw;
        padding-right: 2vw;
        box-shadow: 0.1vw 0.1vw 0.1vw 0vw #f7f7f7;
    }

    .left_sonBox_content_title{
        margin-top: 2vw;
        font-size: 1vw;
        color: black;
        font-weight: 900;
    }

    .left_sonBox_content_word{
        margin-top: 2vw;
        font-size: 0.8vw;
        color: #666666;
    }

    .left_sonBox_content_time{
        margin-top: 3vw;
        font-size: 0.8vw;
        color: #666666;
    }

    .right_sonBox{
        width: 100%;
        box-shadow: -0.1vw 0vw 0.1vw 0vw #f7f7f7;
    }

    .right_sonBox_son{
        width: 19vw;
        /* height: 7vw; */
        margin: 0 auto;
        margin-top:1vw;
        margin-bottom: 1vw;
        display: flex;
        padding-bottom: 1vw;
        border-bottom: 0.1vw solid #f7f7f7;
    }

    .right_sonBox_son_img img{
        width: 6vw;
        height: 7vw;
        object-fit: contain;
        margin-right: 1vw;
    }

    .right_sonBox_son_content_title{
        margin-top: 0.5vw;
        font-size: 1vw;
        color: black;
        font-weight: 900;
    }

    .right_sonBox_son_content_word{
        font-size: 0.8vw;
        color: #666666;
        margin-top: 2vw;
    }

    .left_sonBox_content_word{
        display: -webkit-box; /* 使用弹性盒子模型 */
        -webkit-box-orient: vertical; /* 设置内容垂直排列 */
        -webkit-line-clamp: 2; /* 限制显示的行数为2 */
        overflow: hidden; /* 隐藏溢出的内容 */
        text-overflow: ellipsis; /* 溢出部分显示省略号 */
        word-wrap: break-word; /* 允许长单词或无法使用断点的URL强制换行 */
    }

    .left_sonBox:hover{
        background-color: #3c5b80;
    }

    .left_sonBox:hover .left_sonBox_content_title{
        color: #fff;
    }

    .left_sonBox:hover .left_sonBox_content_word{
        color: #fff;
    }

    .left_sonBox:hover .left_sonBox_content_time{
        color: #fff;
    }

    /* 页码 */

    .enterPriceChannel_searchResult_page_pageBox{
        display: flex;
        justify-content: center;
        margin-bottom: 2vw;
    }

    .page_btn{
        width: 2vw;
        height: 2vw;
        line-height: 2vw;
        color: #656565;
        text-align: center;
        border-radius: 50vw;
        cursor: pointer;
        margin-left: 0.5vw;
        margin-right: 0.5vw;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fafafa;
        transition: 0.3s;
    }

    .page_leftBtn .icon{
        width: 1vw;
        height: 1vw;
    }

    .page_rightBtn .icon{
        width: 1vw;
        height: 1vw;
    }
	.page_btn a{
		display: flex;
		width: 100%;
		align-items: center;
		justify-content:center;
	}

    .page_btn:hover,.page_btn.active{
        color: #fff;
        background-color: #3c5b80;
    }
	.page_btn:hover a,.page_btn.active a{
		color: #fff;
	}

    .page_btn:hover .icon path{
        fill: #fff;
    }
}

@media (max-width: 1200px){


    .enterPriceChannel_brand{
        width: 95%;
        margin: 0 auto;
        margin-top: 10vw;
        margin-bottom: 2vw;
        display: flex;
        font-size: 4vw;
    }
    
    .enterPriceChannel_brand .enter_a{
        text-decoration: none;
        color: #a6a6a6;
        margin-left: 1vw;
        margin-right: 1vw;
        font-size: 4vw;
    }
    
    .enterPriceChannel_brand .icon{
        width: 4vw;
        height: 4vw;
        margin-top: 1.2vw;
    }

        /* 推荐信息 */

        .enterpriseChannel_Industry_industryInformation_show{
            display: flex;
            flex-direction: column-reverse;
        }

        .enterpriseChannel_Industry_nameTitle{
            width: 95%;
            margin: 0 auto;
            margin-bottom: 2vw;
            font-size: 4vw;
            font-weight: 900;
        }
    
        .enterpriseChannel_Industry_recommend_show{
            width: 95%;
            margin: 0 auto;
            margin-top: 2vw;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            border-bottom: 0.2vw solid gray;
        }
    
        .enterpriseChannel_Industry_recommend_showBox{
            width: 48%;
        }
    
        .enterpriseChannel_Industry_recommend_showBox img{
            width: 100%;
            height: 60vw;
            object-fit: contain;
        }
    
        .enterpriseChannel_Industry_recommend_showBox:hover{
            border-bottom: 0.24vw solid #3c5b80;
        }
    
        .enterpriseChannel_Industry_industryInformation{
            margin-top: 4vw;
        }
    
        .enterpriseChannel_Industry_industryInformation_show{
            margin-top: 1vw;
        }
    
        .enterpriseChannel_Industry_industryInformation_show_left{
            width: 95%;
            margin: 0 auto;
        }
    
        .enterpriseChannel_Industry_industryInformation_show_right{
            width: 95%;
            margin: 0 auto;
        }
    
        .left_sonBox{
            display: flex;
            cursor: pointer;
            transition: 0.3s;
            margin-bottom: 2vw;
            border-radius: 1vw;
        }
    
        .left_sonBox_img{
            width: 30%;
            height: 30vw;
        }
    
        .left_sonBox_img img{
            width: 100%;
            height: 100%;
        }
    
        .left_sonBox_content{
            width: 70%;
            height: 30vw;
            padding-left: 4vw;
            padding-right: 4vw;
            box-shadow: 0.2vw 0.2vw 0.2vw 0vw #f7f7f7;
        }
    
        .left_sonBox_content_title{
            margin-top: 4vw;
            font-size: 3vw;
            color: black;
            font-weight: 900;
        }
    
        .left_sonBox_content_word{
            margin-top: 3vw;
            font-size: 2.5vw;
            color: #666666;
        }
    
        .left_sonBox_content_time{
            margin-top: 3vw;
            font-size: 2.5vw;
            color: #666666;
        }
    
        .right_sonBox{
            width: 100%;
            box-shadow: -0.2vw 0vw 0.2vw 0vw #f7f7f7;
        }
    
        .right_sonBox_son{
            width: 100%;
            /* height: 7vw; */
            margin: 0 auto;
            margin-top:2vw;
            margin-bottom: 2vw;
            display: flex;
            padding-bottom: 2vw;
            border-bottom: 0.2vw solid #f7f7f7;
        }
    
        .right_sonBox_son_img img{
            width: 100%;
            height: 30vw;
        }
    
        .right_sonBox_son_content_title{
            margin-top: 8vw;
            font-size: 3vw;
            color: black;
            font-weight: 900;
            padding-left: 4vw;
            padding-right: 4vw;
        }
    
        .right_sonBox_son_content_word{
            font-size: 2.5vw;
            color: #666666;
            margin-top: 4vw;
            padding-left: 4vw;
            padding-right: 4vw;
        }
    
        .left_sonBox_content_word{
            display: -webkit-box; /* 使用弹性盒子模型 */
            -webkit-box-orient: vertical; /* 设置内容垂直排列 */
            -webkit-line-clamp: 2; /* 限制显示的行数为2 */
            overflow: hidden; /* 隐藏溢出的内容 */
            text-overflow: ellipsis; /* 溢出部分显示省略号 */
            word-wrap: break-word; /* 允许长单词或无法使用断点的URL强制换行 */
        }
    
        .left_sonBox:hover{
            background-color: #3c5b80;
        }
    
        .left_sonBox:hover .left_sonBox_content_title{
            color: #fff;
        }
    
        .left_sonBox:hover .left_sonBox_content_word{
            color: #fff;
        }
    
        .left_sonBox:hover .left_sonBox_content_time{
            color: #fff;
        }
    
        /* 页码 */
    
        .enterPriceChannel_searchResult_page_pageBox{
            display: flex;
            justify-content: center;
            margin-bottom: 4vw;
            margin-top: 4vw;
        }
    
        .page_btn{
            width: 5vw;
            height: 5vw;
            line-height: 5vw;
            color: #656565;
            text-align: center;
            border-radius: 50vw;
            cursor: pointer;
            margin-left: 1vw;
            margin-right: 1vw;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #fafafa;
            transition: 0.3s;
            font-size: 3vw;
        }
    
        .page_leftBtn .icon{
            width: 2vw;
            height: 2vw;
        }
    
        .page_rightBtn .icon{
            width: 2vw;
            height: 2vw;
        }
    
        .page_btn:hover{
            color: #fff;
            background-color: #3c5b80;
        }
    
        .page_btn:hover .icon path{
            fill: #fff;
        }
}