.main {
    width: 1200px;
    margin: 0 auto;
}

.location {
    height: 44px;
    line-height: 44px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid #868383;
}

    .location .pic {
        display: inline-block;
        width: 10px;
    }

        .location .pic img {
            width: 100%;
        }

.machine_title {
    padding-top: 25px;
    padding-bottom: 20px;
}

    .machine_title .title {
        font-size: 24px;
        font-weight: 700;
    }

.machine_list .machine_list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;

}

    .machine_list .machine_list .machine_item {
        width: 289px;
        height: 270px;
        margin-right: 14px;
        margin-bottom: 60px;
    }

        .machine_list .machine_list .machine_item .img {
            border: 1px solid #000;
            padding: 10px;
            height:232px;
        }
        .machine_list .machine_list .machine_item .img img {
          width:100%;
          height:100%
        }

        .machine_list .machine_list .machine_item .machine_name {
            text-align: center;
            height: 35px;
            line-height: 35px;
            font-weight: 700;
            color: #000;
            font-size:15px;
            background-color: #f0f0f0;
        }

        .machine_list .machine_list .machine_item:hover {
            border: 2px solid #0e3b8c;
        }
           

            .machine_list .machine_list .machine_item:hover .img {
                border: none;
                padding: 9px;
                margin-bottom:-2px;
                padding-bottom: 13px;
            }
            .machine_list .machine_list .machine_item:hover .machine_name {
                width: 285px;
                color: #0e3b8c;
            }
        .machine_list .machine_list .machine_item:nth-child(4n) {
            margin-right: 0px;
        }



       /* ·ÖÒ³Ò³Âë*/
.machine_pager {
    text-align: center;
    margin-bottom: 30px;
}
.machine_pager a{
    color:#000;
}

.machine_pager span{
   margin-right:10px;
}