.title{position: relative;}
.titleBac{background-repeat: no-repeat;background-size:cover;width: 100%;height:80px;position: relative;background-position: top center;}
.titleBac p{font-size: 12px;position: absolute;display: inline-block;color:#fff;right:4%;bottom: 2%;}
.title h1,.title time{width: 100%;display: block;}
.title h1{font-size: 16px}
.title time{font-size: 12px;}
.main{width:95%;padding:2%;}
.main p{font-size: 14px;word-break: break-all;text-indent: 2em;}
.main img{
	display: block;
    max-width: 100%;
    margin: 0px auto;
}
.titleWithTime{position: absolute;left: 2%;}
/* 文字颜色 */
.colorRed p,.colorRed h1,.colorRed time{color:#dc5353;}
.colorPurple p,.colorPurple h1,.colorPurple time{color:#b3699d}
.colorWhite p,.colorWhite h1,.colorWhite time{color:#fff;}
.colorOrange p,.colorOrange h1,.colorOrange time{color:#ef6214;}
.colorBlack p,.colorBlack h1,.colorBlack time{color:#2b0e07;}
.colorGreen h1,.colorGreen time,.colorGreen .titleBac>p{color:#2b0e07;}
.colorGreen .main>p{color:#fff;}
/* DOM位置 */
.colorRed .titleWithTime,.colorPurple .titleWithTime,.colorOrange .titleWithTime,.colorBlack .titleWithTime{bottom:50%;-webkit-transform:translateY(50%);}
.colorWhite .titleWithTime,.colorGreen .titleWithTime{bottom:2%;}
.colorOrange .gif{width:30%;position: absolute;top:50%;left:50%;margin-top: -60px;}
.colorOrange .gif img{width: 100%;}
.colorBlack .titleBac,.colorGreen .titleBac{height:95px;}
.colorBlack .titleBac p,.colorGreen .titleBac p{bottom:15%;}
