﻿#content{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content{
    flex: 1;
    max-width:1280px;
    margin: 0 auto;
    padding: 20px;
}

.title{
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0;
    color:#141414;
    font-family: 'fzssjw';
}

.banner{
    width: 100%;
    height: auto;
}

.content-text{
    font-size: 16px;
    color:#555555;
    text-indent: 20px;
    line-height: 30px;
    text-align: justify;
}

#select1{
    width: 100px;
    height: 30px;
    border-radius: 8px;
    border-color: #505050;
    color: #505050;
}

#select2{
    width: 130px;
    height: 30px;
    border-radius: 8px;
    margin-left: 30px;
    margin-right: 30px;
    border-color: #505050;
    color: #505050;
}

.tag-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 40px 0px 60px;
}

.tag{
    width: 18%;
    height: 120px;
    line-height: 120px;
    vertical-align: middle;
    background-color: #e9e9e9;
    color:#555555;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 10px 10px 35px;
    font-family: 'fzktjw';
    background-repeat: no-repeat;
    background-size: cover;
    letter-spacing: 5px;

}

.table-list{
    width: 80%;
    margin: 30px auto;
    font-size: 18px;
    color:#545454;
    text-align: center;
}

.table_header{
    background-color: #e9e9e9;
    color:#505050;

}

.page-link{
    color:#9e1d22
}

a{
    text-decoration: none;
    color:#505050;
}

a:hover{
    text-decoration: none;
    color:#505050;
}

.banner{
    width: 100%;
    height: auto;
}

.btn-light {
    color: #212529;
    background-color:transparent;
    border-color: transparent;
}

.tag1{
    background-image: url(/images/museum_bg1.jpg);
}

.tag2{
    background-image: url(/images/museum_bg2.jpg);
}

.tag3{
    background-image: url(/images/museum_bg3.jpg);
}

.tag4{
    background-image: url(/images/museum_bg4.jpg);
}

.tag5{
    background-image: url(/images/museum_bg5.jpg);
}

.main-content{
    min-height: 1360px;
}


@media screen and (max-width: 1024px) {
    .tag{
        width: 45%;
        margin: 10px 5px 25px;
        font-size: 18px;
    }

    .tag-list{
        justify-content: space-around;
        margin: 40px 0px 60px;
    }

    #select1 {
        width: 80px;
    }

    #select2 {
        width: 90px;
    }
}