/*电子报展示页面样式*/
body {
    margin: 0 !important;
    padding: 0;
    background-color: white !important;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: white !important;
}

main {
    max-width: 1100px;
    height: 100%;
    position: relative;
    margin: auto;
}

.footer-div {
    width: 100%;
    /*height: 70px;*/
    padding: 20px 0;
    background-color: #EDEDED;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    color: black;
}

.header-div {
    width: 100%;
    height: 135px;
    padding: 24px calc((100% - 1100px) / 2);
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
}

.content-div {
    min-height: 700px;
    width: 100%;
}

.header-div>main>div {
    display: inline-block;
    position: absolute;
    bottom: 0;
}

.date-div {
    right: 40%;
}

.index-div {
    right: 0;
}

/*header 背景图*/
.header-bg-whb {
    /*文汇报*/
    background-image: url(../image/epaper-bj-whb.png);
}

.header-bg-dgb {
    /*大公报*/
    background-image: url(../image/epaper-bj-dgb.png)
}

.header-bg-xgz {
    /*香港仔*/
    background-image: url(../image/epaper-bj-xgz.png)
}

/*核心内容区域*/
.content-main {
    /* border:1px solid black; */
}

/*左侧pdf区域*/
.content-left-div {
    display: inline-block;
    /*height: 96%;*/
    width: 38%;
    margin-top: -5%;
    position: absolute;
}

.pdfobject-container {
    height: 100%;
    overflow-y: scroll;
}

.pdf-tool-area {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}

.pdf-tool-area>div {
    cursor: pointer;
    font-size: 16px;
}

.pdf-tool-area>.tool-left {
    display: flex;
    justify-content: space-between;
}

.pdf-tool-area img {
    height: 20px;
}

/*右侧list区域*/
.content-right-div {
    display: inline-block;
    height: 100%;
    width: calc(100% - 38% - 20px);
    /*border: 1px solid black;*/
    position: absolute;
    right: 0;
    padding-top: 32px;
}

.content-right-div>div {
    width: 100%;
}

.content-right-top-div {
    height: 49px;
}

.content-right-top-div>div,
.content-right-top-div img {
    height: 100%;
    display: inline-block;
}

.choose-div {
    width: calc(100% - 200px);
    display: flex;
    float: right;
}

.choose-div>div {
    width: 100%;
    height: 100%;
    padding: 25px 10px 0 10px;
    display: flex;
    justify-content: space-between;
}

.choose-type-div,
.choose-date-div {
    cursor: pointer;
}

.choose-type-div>div:nth-child(1),
.choose-type-div>div:nth-child(2),
.choose-date-div>div {
    display: inline-block;
}

.choose-type-div img {
    width: 14px;
}

.choose-date-div img {
    height: 14px;
}

.choose-type-div>.icon-turn {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.choose-type-hidden {
    width: 140px;
    height: 119px;
    display: block;
    background-color: white;
}

.choose-type-hidden>div {
    width: 100%;
    height: 50%;
    padding: 12px 10px;
}

.choose-type-hidden img {
    width: 100%;
}

.choose-type-hidden>div:nth-child(1):hover,
.choose-type-hidden>div:nth-child(2):hover,
.center-left-area>div:hover,
.choose-type-hidden {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.content-right-center-div {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.center-left-area {
    width: 100px;
    max-height: 400px;
}

.center-left-area>div {
    height: 56px;
    line-height: 50px;
    text-align: center;
}

.center-left-area>.column:hover {
    border-bottom: 5px solid #CB1722;
    cursor: pointer;
}

.center-left-area>.column.select {
    border-bottom: 5px solid #CB1722;
    background-color: #F4F4F4;
}

.center-right-area {
    background-color: #F4F4F4;
    width: calc(100% - 100px);
    padding: 20px 20px 0 20px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.epaper-item {
    width: calc((100% - 40px) / 5);
    cursor: pointer;
    margin: 4px;
}

.epaper-item .title {
    text-align: center;
    line-height: 30px;
    padding-top: 10px;
}

.epaper-item.select .title {
    background-color: #CB1722;
    color: white;
}

.epaper-item.select .img-div {
    border: 2px solid #CB1722;
}

.epaper-item .img-div {
    height: 164px;
}

.img-div img {
    /*height:164px;*/
}

.page-area {
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 150px !important;
    font-size: 16px;
}

.page-area>div {
    cursor: pointer;
}

/*滚动条抑制*/
.center-left-area::-webkit-scrollbar,
.phone-column-div::-webkit-scrollbar,
.phone-content-div::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.center-left-area,
.phone-column-div,
.phone-content-div {
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow-x: hidden;
    overflow-y: scroll;
}

/*手机版样式*/
.phone-body {
    width: 100%;
}

.phone-header-div {
    display: flex;
    justify-content: space-between;
   /*  background-image: url(http://dw-media.tkww.hk/epaper/bg-tkp.png); */
    min-height: 40px;
    line-height: 40px;
    color: white;
    padding: 0 2%;
    top: 0;
    height: 40px;
}

.phone-column-div {
    height: 40px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    background-color: #F4F4F4;
    font-size: 16px;
    top: 40px;
}

.phone-column {
    /*width: 60px;*/
    padding: 0 10px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}

.phone-column.select {
    color: white;
    background-color: #CB1722;
}

.phone-content-div {
    top: 80px;
    overflow-y: scroll;
    height: calc(100% - 170px);
    padding: 10px 0;
}

.phone-tool-div {
    bottom: 40px;
    height: 42px;
    border-top: 2px solid #F4F4F4;
    background-color: white;
}

.phone-flex-div {
    display: flex;
    justify-content: space-between;
}

.phone-flex-div>div {
    width: 30%;
    text-align: center;
}

.phone-footer-div {
    text-align: center;
    height: 41px;
    background-color: #F4F4F4;
    bottom: 0;
    font-size: 16px;
}

.phone-title-div {
    line-height: 30px !important;
    height: 30px;
    bottom: 50px;
    text-align: center;
}

.phone-footer-div,
.phone-tool-div,
.phone-content-div,
.phone-column-div,
.phone-header-div,
.phone-title-div {
    position: static;
    width: 100%;
    z-index: 1;
    line-height: 40px;
}


.phone-download>a {
    text-decoration: none;
    color: black !important;
}

.down-img {
    height: 30px;
    margin: auto;
    display: block;
}

@media (max-width: 1367px) {

    /*小分辨率左侧菜单高度降低*/
    .center-left-area>div {
        line-height: 40px;
        height: 40px;
    }

    .center-left-area {
        /*max-height: 245px;*/
    }

    .center-right-area {
        /*max-height: 300px !important;*/
        padding: 20px 10px 0 10px;
    }

    .down-img {
        height: 20px;
    }

    .content-right-div {
        padding-top: 10px;
    }

    .content-div {
        height: 100vh;
    }
}

.a-color-black {
    color: black !important;
    text-align: center;
}