.head{position: relative;background: #fff;}

.gray{background-color: #f8f8f8;padding-bottom: .75rem;}

.crumb{height: 1rem;line-height: 1rem;font-size: 16px;}
.crumb a{color: #070b2d;font-size: .225rem;}
.crumb span{color: #565863;}


.detail{background: #fff;padding: 0.5rem .75rem 0.1rem;min-height:8rem;}
.detail .time{color: #565863;font-size: .375rem;margin-bottom: 0.2rem;font-weight:400;}
.detail .title{color: #070b2d;font-size: .45rem;height: auto;line-height: 0.65rem;border-bottom: 1px solid #dbdeec;margin-bottom: .5rem;padding-bottom: 0.4rem;}
.detail .text img{width: 75%;display: block; margin: 0 auto;margin-bottom: .625rem;}
.detail .text *{color: #070b2d;font-size: .25rem;line-height: .5rem;}
.detail .text p{margin-bottom: .625rem;}


@media(max-width:1200px){
  .navgationDiv{display:none;}
  .eps-design-mode-toolbar-container{display:none;}
.comWidth{width:90%;}
}
@media(max-width:768px){
.gray{padding-top:0.5rem;}
.crumb{display:none;}
.detail{padding: 0.5rem .5rem 0.1rem;}
.detail .time{font-size: 14px;}
.detail .title{font-size:16px;}
.detail .text{font-size:14px;line-height: 22px;}
.detail .text *{font-size:14px;line-height:22px;}


}