/* RulingSite-S 2.4_CSS 20121019 */
 body {
    background-image: url(cssimg/body-bg-home.jpg);
}
#pageheader {
    height: 503px;
    background: none;
}
#main {
    padding: 20px 18px;
    overflow: hidden;
}
#content ul {
    margin: 0;
    padding: 0;
}
#content ul li {
    list-style: none;
    list-style-image: none;
}
#content p {
    line-height: 1.7;
    letter-spacing: 0;
    margin: 0;
}
#content h2 {
    background: url(cssimg/h2-bg.jpg) left top no-repeat;
    padding-left: 15px;
    margin-bottom: 18px;
    font-size: 24px;
    position: relative;
}
#ADB {
    display: block;
}
.news {
    overflow: hidden;
    border-bottom: 1px solid #bdb8b8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news li {
    float: left;
    width: 280px;
    margin-left: 25px;
}
.news li:first-child {
    margin-left: 0;
}
.news-photo {
    margin-bottom: 15px;
    display: block;
}
.news-title {
    display: block;
    font-size: 15px;
    font-family: 微軟正黑體;
    color: #274f82;
    margin-bottom: 8px;
}
.news-content {
    color: #585858;
}
.left-column {
    overflow: hidden;
    float: left;
    width: 30%;
}
.link {
    clear: both;
}
.link li {
    background: url(cssimg/list-bg.jpg) left 5px no-repeat;
    padding-left: 15px;
}
.link a {
    color: #338dc1;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 6px;
}
.plan {
    float: right;
    width: 65%;
}
.plan .note a{
    margin-top: 5px;
}
.plan li {
    overflow: hidden;
    background: #b5d9f3;
    padding-right: 15px;
}
#content .plan h2 {
    float: left;
    border-top: 5px solid #1a87e4;
    margin: 25px 0 10px 35px;
    padding: 10px 0 0 0;
    background: none;
    width: 250px;
}
.plan-photo {
    float: left;
    width: 50%;
}
.plan-content {
    float: right;
    width: 44%;
}
.plan-title {
    font-family: 微軟正黑體;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
}
.plan-paragraph {
    color: #4e4e4f;
}
.news h2:after, .link.activity h2:after, .plan h2:after, .link h2:after {
    position: absolute;
    left: 120px;
    top: 14px;
    content:'';
    width: 57px;
    height: 20px;
    background: url(cssimg/news-heading-deco.png) right top no-repeat;
    z-index: 9527;
}
.link.activity h2:after {
    background-image: url(cssimg/activity-heading-deco.png);
    width: 63px;
    height: 10px;
}
.plan h2:after {
    background-image: url(cssimg/plan-heading-deco.png);
    width: 64px;
    height: 13px;
    top: 24px;
    left: 106px;
}
.link h2:after {
    background-image: url(cssimg/link-heading-deco.png);
}

.note a {
    background: #1a88e7;
    color: #fff;
    font-family: 微軟正黑體;
    padding: 6px 10px;
    float: right;
}
.note a:after {
    content:'+';
}
