.ms_apply{background-color: #f3f4f8;}

.ma_banner>img{width: 100%;}

.ms_cate{padding: 100px 0 80px;}

.ma_desc{text-align: center;}
.ma_desc>h1{font-size: 26px;font-weight: bold;color: #535353;}
.ma_desc>p{font-size: 16px;color: #777;margin-top: 23px;}

.ma_list{margin-top: 50px;display: flex;flex-wrap: wrap;margin-bottom: 100px;}
.ma_item{width: 31%;margin-right: 3.5%;margin-bottom: 30px;}
.ma_item:nth-child(3n){margin-right: 0;}
.ma_item_img{height: 180px;width: 100%;overflow: hidden;}
.ma_item_img>img{width: 100%;height: 100%;transition: .3s;object-fit: cover;}
.ma_item:hover .ma_item_img>img{transform: scale(1.1);}
.ma_item>h1{color: #666;font-size: 20px;font-weight: bold;margin-top: 20px;}

@media screen and (max-width: 766px) {
    .ma_banner>img{height: 20rem;object-fit: cover;}

    .ms_cate{padding: 0;}

    .ma_desc>h1{font-size: 2.6rem;}
    .ma_desc>p{font-size: 1.6rem;line-height: 2;}
    .ma_list{flex-direction: column;}
    .ma_item{width: 100%;margin-right: 0;}
    .ma_item_img{}
}