body {
}
header {
    height:40px;
    line-height:40px;
    position: fixed;
    top:0;
    left:0;
    background: #F0F0F0;
    color: #2894CD;
    font-size: 18px;
    display: block;
    z-index: 9997;

}
.epaper-back-btn {
    position: absolute;
    top:0;
    left:0;
    background: url("../img/left-arrow-blue-thin.png") center left no-repeat;
    background-size: 10px 20px;
    background-position-x: 16px;
    width:50px;
    height:100%;
}
.tabs {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #F8F7F3;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    border: 1px solid #ECECEC;
}
.tab-item {
    width: 100px;
    text-align: center;
    color: #000000;
    font-size: 18px;
    height: 45px;
    position: relative;
}
.current-tab {
    color: #F98017;
}
.page-tab-item::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid #F98017;
    border-top-color: #F98017;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    top: 20px;
    right: 7px;
}
.expanded-tab::after {
    border-bottom-color: #F98017;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    top: 15px;
    right: 7px;
}
.content-container {
    margin-top: 40px;
}
.page-container {
    padding:25px 10px;
}
.page-link {
    position: fixed;
    top:50%;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    margin-top: -15px;
    background: rgba(249,128,23,.5);
    background-repeat:no-repeat;
    background-size: 10px 20px;
    background-position: center center;
}
.next-link {
    right:10px;
    background-image: url("../img/right-arrow-thin.png");

}
.prev-link {
    left:10px;
    background-image: url("../img/left-arrow-thin.png");

}
.list-container {
    display: none;
}
.page-area {

}
.page-title {
    position: relative;
    height:35px;
    line-height:35px;
    border-bottom: 1px solid #e6e6e6;
    padding-left:26px;
    font-size: 18px;
    color: #F98017;
    display: block;
    box-sizing: border-box;
}
.page-title::before {
    content: '';
    display: block;
    position: absolute;
    height:35px;
    width:8px;
    background: #F98017;
    top:0;
    left:0;
}
.news-title {
    width:100%;
    display: block;
    line-height:24px;
    font-size: 18px;
    color: #222222;
    padding:30px 17px 15px 15px;
    border-bottom: 1px solid #e6e6e6;
}
.news-title:active {
    background: #ffffff;
}
.main img {
    width:100%;
}
.pages-container {

    border-top: 1px solid #ececec;
    background: #F8F7F3;
    position: fixed;
    bottom:45px;
    left:0;
    width:100%;
    z-index: 9999;

    padding:20px 0;
}

.page-item-container {
    display: flex;
    flex-wrap: wrap;
    max-height: 160px;
    overflow: scroll;

}

.papers-container {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ececec;
    background: #F8F7F3;
    position: fixed;
    top:40px;
    left:0;
    width:100%;
    z-index: 9999;
}


.page-item {
    width:50%;
    display: block;
    height:40px;
    line-height:40px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}
.page-item:nth-child(even) {
    border-right: 1px solid #e6e6e6;
}
.page-item:active {
    opacity:.7;
}
.epaper-show-more-page {
    position: absolute;
    right:0;
    height:40px;
    line-height:40px;
    padding:0 16px;
    font-size: 18px;
    color: #2894CD;
}
.epaper-show-more-page:active {
    opacity:.7;
}
.calendar-tri {
    display: none;
}
area:active,area:hover {
    background: rgba(0,0,0,.5);
}

.main {
    position: relative;
    margin-top: 30px;
}
.paper-title {
    width:100px;
    height:30px;
    line-height:30px;
    font-size: 18px;
    background: #A22F2F;
    color: #ffffff;
    position: absolute;
    top: -20px;
    left:0;
    text-align: center;
    z-index:100;
}
.fixed-paper-title {
    position: fixed;
    top:50px;
}
