.container {
    width: 1000px;
    display: flex;
    margin-top: 50px;
}

.neirongye {
    display: inline-block;
    width: 800px;
    display: flex;
    flex-wrap: wrap;
}

.neirongye div {
    width: 200px;
    height: 500px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #ccc;
}

.neirongye div:nth-child(-n+4) {
    height: 350px;
}

.neirongye div img {
    text-align: center;
    margin-left: 30px;
}

.word {
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}

.neirongye div:not(:first-child) {
    font-size: 12px;
    line-height: 26px;
}

.titleBar {
    text-align: center;
}

.titleBar table {
    width: 50px;
    margin-left: 20px;
}

.title {
    margin-top: 130px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    width: 50px;
    background-color: bisque;
}
*{
    margin: 0px;
    padding: 0px;
    list-style: none;
}