.title{position: relative;}
body{background-color:#fff}
.titleBac{background-repeat: no-repeat;background-size:cover;width: 100%;height:115px;position: relative;background-position: top center;}
.titleBac p{color: #fc9d49;font-size: 12px;position: absolute;display: inline-block;left:10%;bottom:10%;}
.title h1,.title time{width: 100%;display: block;color: #fc9d49}
.title h1{font-size: 16px}
.title time{font-size: 12px;}
.main{padding:2%;height: 70%;overflow-y:scroll;}
.main p{font-size: 14px;word-break: break-all;text-indent: 2em;color:#fc9d49;}
.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:50%;bottom:50%;}

.bacTop,.bacBottom{position: absolute;width:50%;}
.bacTop{left:50%;top: 0;}
.bacBottom{left:0;bottom: 0;-webkit-transform:rotate(180deg);}
.colorWhite{position:fixed;}

.top{position: absolute;top:0;left:50%;height: 115px;-webkit-transform:translateX(-100%);}
.top img{height:100%;}

::-webkit-scrollbar{width:0px;height:0px}