﻿#content{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content{
    flex: 1;
    max-width:1280px;
    margin: 0 auto;
}

.title-area{    
    width: 100%;
    height: auto;
    position: relative;
    background-color: #F3F3F3;
}
.relic_bg{
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.banner{
    width: 100%;
    height: auto;
}

.content-title{
    font-size: 20px;
    font-weight: 600;
    margin-left: 100px;
    color:#6c757d;
    font-family: 'fzssjw';
    margin-bottom: 5px;
}

.content-title::before{
    content: '';
	vertical-align:middle;
    display:inline-block;
	width: 12px;
    height: 30px;
    margin-right: 20px;
	background-image: url(/images/travel_icon1.png);
	background-size: 100% 100%;
}

.content-title::after{
    content: '';
	vertical-align:middle;
    display:inline-block;
	width: 12px;
    height: 30px;
    margin-left: 20px;
	background-image: url(/images/travel_icon1.png);
	background-size: 100% 100%;
}

.content-text{
    width: 45%;
    font-size: 16px;
    margin-left: 100px;
    color:#6c757d;
    text-indent: 20px;
    line-height: 30px;
    text-align: justify;
}


.tag-list{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    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;
}

.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);
}


@media screen and (max-width: 1024px) {

    .content-text{
        width: 85%;
        margin-left: 20px;
    }

    .tag{
        width: 40%;
        margin: 10px 10px 35px;
        font-size: 18px;
    }

    .tag-list{
        justify-content: space-around;
        margin: 40px 0px 60px;
    }

    .content-title {
        margin-left: 20px;
    }

    #select1 {
        width: 80px;
    }

    #select2 {
        width: 90px;
    }
}