.最外圍容器 {
    width: 1024px;
    height: 768px;
    margin: auto;
    background-image:url('./images/0106.jpg');
    background-size: contain;
}
.上半部{
    width: 1024px;
    height: 323px;
}
.右方主題區{
    margin-right: 147px;
    float: right;
    margin-top: 85px;
    width: 250px;
}
.右方主題區 p{
    font-family: 微軟正黑體;
    font-size: 14px;
    color: white;
    text-align: justify;
}
.中間圖示 {
    width: 53px;
    float: right;
    margin-top: 87px;
    margin-right: 45px;
}
.左方標題區 {
    font-family: 微軟正黑體;
    font-size: 53px;
    color: white;
    font-weight: bold;
    width: 372px;
    float: left;
    text-align: justify;
    margin-left: 110px;
    margin-top: 71px;
    line-height: 1.31em;
}
marquee {
    font-family: 微軟正體;
    width: 355px;
    font-size: 14px;
    color: #dca7a7;
    margin-left: 8px;
}
.次選單區 {
    color: rgba(255, 255, 255, 0.5);
    width: 245px;
    float: left;
    text-align: center;
}
.社團 {
    font-family: 微軟正黑體;
    color: white;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 215px;
    margin-right: 45px;
    height: 145px;
    line-height: 205px;
    margin-bottom: 35px;
}
.社團:hover {
    color: #00b3b7;
}
a {
    text-decoration: none;
    color: inherit;
}
.中央區 {
    width: 1024px;
    height: 420px;
}
.內容頁 {
    width: 904px;
    height: 100%;
    float: right;
}
.直排文字 {
    font-family: 微軟正黑體;
    color: white;
    font-size: 14px;
    width: 25px;
    text-align: center;
    margin-top: 10px;
    float: left;
}
.顯示區 {
    font-family: 微軟正黑體;
    font-size: 13px;
    color: white;
    width: 850px;
    height: 371px;
    float: left;
    margin-top: -5px;
}
.左半部 {
    width: 16%;
    height: 100%;
    float: left;
    margin-left: 65px;
    padding-bottom: 110px;
    font-size: 14px;
}
.左半部 a:focus {color: #0054a2;
    text-decoration: underline;}

.文字 {
    color: black;
    font-weight: bold;

}
.右半部 {
    width: 70%;
    height: 100%;
    float: left;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 10px;
    line-height: 15px;
}
.日期區 {
    width: 120px;
    height: 460px;
    font-family: 微軟正黑體;
    font-size: 16px;
}
.日期上半部 {
    color: white;
    text-align: center;
    padding-top: 186px;
}
.日期下半部 {
    color: #898989;
    letter-spacing: 1px;
    padding-left: 12px;
}
.頁尾區{
    color: #dca7a7;
    font-size: 16px;
    font-family: 微軟正黑體;
    height: 25px;
    text-align: center;
    transform: translateY(-35px);
}   
.資訊 {
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: 微軟正黑體;
    float: left;
}
.資訊區塊 {
    height: 100%;
    float: left;
    color: white;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.資訊區塊 div{
    width: 230px;
    height: 170px;
    margin-left: 30px;
    margin-top: 5px;
}

.顯示區:has(.左半部 a.日期1:focus) .資訊  div.日期1{background-color: #0054a2;}
.顯示區:has(.左半部 a.日期2:focus) .資訊  div.日期2{background-color: #0054a2;}
.顯示區:has(.左半部 a.日期3:focus) .資訊  div.日期3{background-color: #0054a2;}
.顯示區:has(.左半部 a.日期4:focus) .資訊  div.日期4{background-color: #0054a2;}
