    .index_pro{
        margin-top: 50px;
    }
    .proright{
        width: 100% !important;
    }
    .index_pro .proright ul li{
        width: 22.6% !important;
    }
    .index_pro .proright ul li .pic{
        height: 180px;
    }
    .index_pro .proright ul li:nth-child(2n){
        margin-right: 2.4% !important;
    }
    .index_pro .proright ul li .pic,.index_pro .proright ul li .text{
        width: 100% !important;
    }
    .index_pro .proright ul li .text .name{
        text-align: center;
        height: 30px;
        line-height: 30px;
        
    }
    .index_pro .proright ul li .text .more{
        margin: 0 auto;
        
    }
    .index_news ul li{
        padding: 5px;
        margin: 5px;
        box-shadow: inset 0 0 0 2px #f7f6f6;
    }
    .index_news ul li .right{
        width: 100% !important;
        display: flex;
        justify-content: space-between;
    }
    .index_news ul li .right p{
        line-height: 35px;
    }
    .index_news ul{
        margin-top: 0px;
    }
@media screen and (max-width: 500px) {
    .index_pro .proright ul li {
        width: 46% !important;
    }
}