.line-content {
    margin: 30px auto;          /* 區塊本身水平置中 */
    padding: 20px 20px 30px;    /* 內距，讓內容不要貼邊 */
    max-width: 1000px;          /* 最大寬度 */
    width: 100%;
    background-color: #fff;
    border-radius: 16px;        /* ⬅ 四角圓弧 */
    box-shadow: 0 0 8px rgba(0,0,0,0.08); /* 可有可無：一點陰影讓卡片更明顯 */
    text-align: left;           /* 內文預設改回靠左 */
}

/* 只有最上面的 Banner 需要置中 */
.line-content .top {
    text-align: center;
    margin-bottom: 15px;
}

/* 中間那段 660px 寬的文字：整塊置中、裡面文字靠左 */
.line-content .line-title,
.line-content .line-intro {
    max-width: 660px;
    margin: 0 auto;
    text-align: left;
}
a{color: #16BA03;}
#abgne-block-20120327 {
    max-width: 100%;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}
#abgne-block-20120327 ul, #abgne-block-20120327 li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#abgne-block-20120327 .tabs li {
    float: left;
    margin: 0 0 -1px 5px;
    border: 1px solid #ddd;
    background: #fafafa;
    height: 32px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}
#abgne-block-20120327 .tabs li.active {
    background: #fff;
    padding-bottom: 1px;
    border-bottom: none;
}
#abgne-block-20120327 .tabs li.hover{
    background: #f5f5f5; 
}
#abgne-block-20120327 .tabs span {
    display: block;
    float: left;
    overflow: hidden;
    padding: 7px 15px 5px 15px;
}
#abgne-block-20120327 .tab_container {
    clear: both;
    border: 1px solid #DDD;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    height:auto;
}
#abgne-block-20120327 .tab_container ul {
    position: relative;
    height: 300px;
    overflow: hidden;
}
#abgne-block-20120327 .tab_container .tab_content li {
    position: absolute;
    width: 610px;
    height: 100%;
    padding: 15px;
    margin-top: 10px;
    background: #fff;
}
#abgne-block-20120327 .tab_container .tab_content li img {
    display: block;
    float: left;
    margin-right: 15px;
}
#abgne-block-20120327 .tab_container .tab_content li h3 {
    font-size: 22px;
    line-height: 22px;
    margin: 5px 0 15px;
}
body{
    font-family:"Microsoft JhengHei";
    color:black;
}    
.center-content {
    margin-top: 60px;
}
table{max-width: 100%;}
.top img{
    max-width: 100%;
    max-height: 100%;
}