@media (max-width: 768px) {
    .connect_new_all{
        padding: 25px;
    }
    .new_list_span1{
        font-weight: 350;
        font-size: 30px;
        color: #000000;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-bottom: 30px;
    }
    .new_list_span1 span{
        font-weight: 350;
        font-size: 30px;
        color: #000000;
        line-height: 30px;
        text-align: left;
    }
    .new_list_list{
        display: flex;
        flex-wrap: wrap;
    }
    .new_list_item{
        width: 100%;
        cursor: pointer;
        margin-right: 2%;
        margin-bottom: 40px;
    }
    .new_list_item:hover{
        
    }
    .new_list_item_span2{
        font-weight: 350;
        font-size: 16px;
        color: #666666;
        line-height: 24px;
        height: 54px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-bottom: 5px;
    }
    .new_list_img_box{
        background-color: #f2f2f2;
        width: 100%;
        height: 262px;
        display: flex; 
        align-items: center; 
        justify-content: center;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .new_list_item_time{
        font-weight: 350;
        font-size: 14px;
        color: #666666;
        line-height: 20px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .page_bar_bbox{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page_bar_bbox_item{
        width: 47px;
        height: 47px;   
        display: flex;
        align-items: center;
        justify-content: center;    
        background-color: #1d3bc3;
        margin-right: 15px;
        border-radius: 5px;
        font-size: 24px;
        color: #fff;
        font-style: normal;
    }
    .noChoose{
        width: 47px;
        height: 47px;   
        display: flex;
        align-items: center;
        justify-content: center;    
        background-color: #fff;
        margin-right: 15px;
        border-radius: 5px;
        font-size: 24px;
        color: #666666;
        font-style: normal;
    }
    .page_bar_bbox{
        margin-top: 6vw;
    }
    a{ 
        text-decoration: none;
    }
    a:hover{
        text-decoration: none;
    }
}
@media (min-width: 768px) {
    .connect_new_all{
    padding: 6vw;
}
.new_list_span1{
    font-weight: 350;
    font-size: 60px;
    color: #000000;
    line-height: 87px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}
.new_list_span1 span{
    font-weight: 700;
    font-size: 60px;
    color: #000000;
    line-height: 87px;
    text-align: left;
}
.new_list_list{
    display: flex;
    flex-wrap: wrap;
}
.new_list_item{
    width: 31%;
    cursor: pointer;
    margin-right: 2%;
    margin-bottom: 40px;
    padding-bottom: 29px;
    border-bottom: 1px solid #ccc;
    
}
.new_list_item:hover{
    
}
.new_list_item_span2{
    font-weight: 350;
    font-size: 19px;
    color: #666666;
    line-height: 29px;
    height: 54px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}
.new_list_img_box{
    background-color: #f2f2f2;
    width: 100%;
    height: 262px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.new_list_item_time{
    font-weight: 350;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.page_bar_bbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_bar_bbox_item{
    width: 47px;
    height: 47px;   
    display: flex;
    align-items: center;
    justify-content: center;    
    background-color: #1d3bc3;
    margin-right: 15px;
    border-radius: 5px;
    font-size: 24px;
    color: #fff;
    font-style: normal;
}
.noChoose{
    width: 47px;
    height: 47px;   
    display: flex;
    align-items: center;
    justify-content: center;    
    background-color: #fff;
    margin-right: 15px;
    border-radius: 5px;
    font-size: 24px;
    color: #666666;
    font-style: normal;
}
.page_bar_bbox{
    margin-top: 6vw;
}
a{ 
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
}

