

.year h1 {
    
    text-align:center;
    margin:25px;
    background-image: url('/assets/img/titlebg.png');
    background-repeat: no-repeat;
    padding:2px;
    
}

.year {
    cursor: pointer;
    
    overflow:hidden;
}

.year:hover {
    background-color:   rgb(218, 239, 239);
    border-radius:20px;
}


.yearcontent {
    
    text-align:center;
}
.yearcontent p {
    
    text-align:left;
}
.yearcontent table {
    table-layout:fixed;
    width:100%;
}
.yearcontent table td {
    width:50%;
}
.yearcontent table td img{
    max-width:100%;
}

.outterTreasure {
    border:solid #CCCCCC 10px;
    border-radius:20px;
    margin : 10px 0 10px 0;
    text-align:left;
}

.outterTreasure .titleTreasure {
    margin-top: -35px;
    margin-left:15px;
    padding: 0 15px 0 15px;
    font-weight:bold;
    font-size:25px;
    background-color:#D0E5E5;
    text-align:left;
    display:inline-block;
}

.outterTreasure .titleTreasure.right {
    margin-left:400px;
}

.year:hover .outterTreasure .titleTreasure {
    background-color:   rgb(218, 239, 239);
}

.innerTreasure p {
    padding : 15px 50px 0 50px;
}




