/* 归档标识 */
.gd{width:240px;height:90px;position:absolute;top:100px;left:50%;-webkit-transform:rotate(-16deg);-ms-transform:rotate(-16deg);transform:rotate(-16deg);z-index:999;}
.gd.red{background: url(/jtt/xhtml/images/archive_img_red.png) center center no-repeat;background-size: 100% 100%;color:#ff0000;}
.gd.blue{background: url(/jtt/xhtml/images/archive_img_blue.png) center center no-repeat;background-size: 100% 100%;color:#303592;}
.gd-time{position:absolute;bottom:3px;left:26%;font-size:18px;}

@media (max-width: 768px) {
  .gd{width: 150px;height: 60px;left:30%;}
  .gd-time{font-size: 12px;}
}