﻿.menu-list{
    background-image: url(/images/talents_bg.jpg);
    margin: 60px auto 115px;
    min-height: 400px;
}

.menu-area{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 60px;
}

.menu-title{
    width: 100%;
    height: 100px;
    text-align: center;
}

.menu-title img{
    margin:50px 0;
}

.menu-block{
    width:165px;
    height:220px;
    cursor: pointer;
    margin: 30px;
}

.menu-block img{
    width:165px;
    height:165px;
}

.menu-block p{
    width:165px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    color:#505050;
    font-family: 'fzssjw';
}

.menu-block a{
    text-decoration: none;
}

@media screen and (min-width: 1024px) and (max-width: 1280px)  {
    .menu-block{
        width:100px;
    }
    
    .menu-block img{
        width:100px;
        height:100px;
    }

    .menu-block p{
        width:100px;
        font-size: 18px;
    }
}

