@CHARSET
"UTF8"
;

/**
* Article單篇文章
*/
.selectMonthBlock {
    float:left;
    padding-bottom:20px;
}

.epaperBox {
    float: left;

}

.content {
    FONT-SIZE: 13px;
    COLOR: #2E1F22;
    TEXT-DECORATION: none;
    line-height: 200%;
}


.epaperList {
    float: left;
    width: 560px;
}

.epaper {
    float: left;
    width: 560px;
}

.epaperImage {
    float: left;
    width: 115px;
    height: 105px;
}

.epaperTitle, .epaperTitle a {
    font-size: 12px;
    font-weight: bolder;
    color: #10A2C9;
    line-height: 20px;
    float: left;
    width: 435px;
    text-decoration: none;

}

.epaperAbstractContent {
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #535865;
    font-family: Arial, Helvetica, sans-serif;
    width: 435px;
}

.epaperAbstractContent a {
    font-size: 12px;
    line-height: 20px;
    color: #535865;
    font-family: Arial, Helvetica, sans-serif;
}

.epaperHeader {
    float: left;
    width: 560px;
}

.epaperHeader .epaperTitle, .epaperHeader .epaperTitle a {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #535865;
}

.epaperFooter {
    float: left;
    width: 560px;
}

.epaperContent {
    float: left;
    width: 500px;
    font-size: 12px;
    line-height: 20px;
    color: #535865;
    font-family: Arial, Helvetica, sans-serif;

}

.epaperPageButton {
    float: left;
    font-size: 12px;
    color: #10A2C9;
    line-height: 20px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

