@charset "utf-8";
/*===========================================
最新消息
===========================================*/
#subMenu .subList a{
    padding-top:10px; padding-bottom:10px;
}

/*-------------------------------------------
List
-------------------------------------------*/
#news-list > ul{
    list-style:none;
    margin:0;
    padding:0;
}
    #news-list > ul > li{
        border-bottom:1px solid rgba(0,0,0,.1);
        padding:15px 10px; padding-left:245px;
        position:relative;
    }
    #news-list > ul > li:nth-child(even){
        background-color:#f5f5f5;
    }
        #news-list time,
        #news-list .type{
            display:inline-block;
            position:absolute;
        }
        #news-list time{
            color:#777;
            font-size:13px;
            text-align:center;
            width:80px;
            left:10px;
        }
        #news-list .type{
            border:1px solid rgba(var(--primary-rgb),.5);
            border-radius:3px;
            font-size:12px;
            line-height:1;
            padding:5px;
            text-align:center;
            width:120px;
            left:100px;
        }
            #news-list .type a{
                color:var(--primary-color);
            }
            #news-list .type a:focus,
            #news-list .type a:hover{
                color:var(--hover-color);
            }
        #news-list .title{
            display:inline-block;
            color:#333;
            line-height:1.5;
        }
        #news-list .top .title{
            color:#f00;
            font-weight:700;
        }
        #news-list .title:focus,
        #news-list .title:hover{
            color:var(--hover-color);
        }

/*-------------------------------------------
Content
-------------------------------------------*/
#contentDetail{
    position:relative;
}
    .contentTime{
        color:#777;
        font-size:13px;
    }
    .contentType{
        display:inline-block;
        border:1px solid rgba(var(--primary-rgb),.5);
        border-radius:3px;
        color:var(--primary-color);
        font-size:12px;
        line-height:1;
        margin-left:15px;
        padding:5px;
        text-align:center;
    }
    .contentTitle{
        color:var(--secondary-color);
        font-size:24px;
        line-height:1.3;
        border-bottom:2px solid #ddd;
        margin:0;
        padding:10px 0 15px;
    }
    .contentBody{
        position:relative;
        padding:20px 0;
    }
        .contentBody table{
            max-width:100%;
        }
            .contentBody table th,
            .contentBody table td{
                border:1px solid #999;
                line-height:1.3;
                padding:3px;
                word-break:break-word;
            }
        /*you tube 崁入影片*/
        .contentBody .film{
            width:750px;
            margin:15px 0
        }
            .contentBody .film iframe{
            max-width:750px;
            margin:0 auto;
            display:block;
            }
        /* img */
        .contentBody img{
            display:block;
            max-width:100%! important;
            height:auto!important;
            margin:15px auto;
        }
    .attachment{
        background-color:#f5f5f5;
        padding:5px 10px !important;
    }
        .attachment li{
            display:inline-block;
            margin:5px 10px 5px 0;
        }
            .attachment a{
                background-position:10px 7px;
                color:#333;
                background-color:#fff;
                border:1px solid #ccc;
                padding:3px 15px 1px 32px;
            }
            .attachment a:focus,
            .attachment a:hover{
                color:var(--hover-color);
                border-color:var(--hover-color);
            }
    .url{
        margin-top:1px;
        background-color:#eaf4ff;
        padding:5px 10px;
    }
        .url a{
            background:url(../images/icon-blank.png) no-repeat 0 50%;
            color:var(--link-color);
            word-wrap:break-word;
        }
        .url a:focus,
        .url a:hover{
            color:var(--hover-color);
        }