*{
    margin: 0;
    padding: 0;
}

.navbar{
    margin-bottom: 0;
    border-radius: 0;
}

.nav li{
    margin: 0 10px;
}

.navbar-brand{
    font-size: 28px;
    font-family: 华文隶书;
}

img{
    border-radius: 4px;
	
}

#list{
    margin-top: 20px;
    font-size: 50px;
    font-family: 华文隶书;
    margin-bottom: 0;
    color: rgb(22, 22, 22);
}

#zhongshan{
    font-size: 16px;
    color: gray;
    margin-bottom: 20px;
}

#list-img img{
    width: 400px;
    height: 300px;
}

#list-introduce p{
    font-size: 14px;
    color: gray;
}

#list-introduce h4{
    margin-top: 0;
    font-weight: bold;
    color: rgb(22, 22, 22);
}

#jiange{
    background-color: rgb(245, 245, 245);
    margin-top: 30px;
}

#jiange p{
    font-size: 16px;
    color: rgb(22, 22, 22);
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: bold;
}

.place{
    display: flex;
    width: 100%;
    padding: 4% 2%;
    box-sizing: border-box;
    background-color: rgb(245, 245, 245);
}

.box{
    width: 400px;
    height: 400px;
    flex: 1;
    overflow: hidden;
    transition: 0.5s;
    margin: 0 2%;
    box-shadow: 0 20px 30px rgba(0,0,0,0.1);
    line-height: 0;
}

.box > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.box > span{
    font-size: 3vh;
    display: block;
    text-align: center;
    height: 10vh;
    line-height: 2.5;
    color: #333;
    text-transform: uppercase;
}

.box:hover{
    flex: 1 1 30%;
}

.box:hover > img{
    width: 100%;
    height: 150%;
}

#footer{
    height: 70px;
    background-color: #222222;
    margin-bottom: 0;
    font-size: 12px;
}