.title{position: relative;}
body{background-color:#f3eef2}
.titleBac{background-repeat: no-repeat;background-size:cover;width: 100%;height:80px;position: relative;background-position: top center;}
.titleBac p{color: #2b0e07;font-size: 12px;position: absolute;display: inline-block;right:20%;bottom: 2%;}
.title h1,.title time{width: 100%;display: block;color: #2b0e07}
.title h1{font-size: 16px}
.title time{font-size: 12px;}
.main{padding:2% 16%;height: 70%;overflow-y:scroll;}
.main p{font-size: 14px;word-break: break-all;text-indent: 2em;color:#343434;}
.main p img{display: block;margin: 0 auto;max-width: 100%;}
.main img{
    display: block;
    max-width: 100%;
    margin: 0px auto;
}
.titleWithTime{position: absolute;left: 2%;bottom: 15%;;}

.bacTop,.bacBottom{position: absolute;width:50%;}
.bacTop{left:50%;top: 0;}
.bacBottom{left:0;bottom: 0;-webkit-transform:rotate(180deg);}
.colorWhite{position:fixed;}

::-webkit-scrollbar{width:0px;height:0px}