.date{
  font-size: 0.2rem;
  font-weight: 900;
  text-align: center;
  font-family: DINCondensedC;}
.month{
  font-size:0.1rem;
  display: block;
  font-family: DINCondensedC;}

@media screen and (max-width: 768px) {
  .date{
    font-size: 0.8rem;}
}
@media screen and (max-width: 768px) {
  .report-time{
    font-size: 0.3rem!important;}
  .report-date{
    font-size: 1.0rem!important;}
  .report-title{
    font-size: 0.6rem!important;
    margin-bottom: 20px!important;}
  .report {
    height: 200px!important;}
  .report-detail {
    font-size: 0.3rem!important
  ;}
}
.report{
    background-color: #ffffff;
    padding:16px;
    height: 237px;}
.report:hover {
    background: #004ea2;}
.report:hover > a{
    color: #FFFFFF;}
.report-time {
    font-size:0.08rem;font-family:DINCondensedC;display: block;margin-bottom: 6px;}
.report-date {
    font-size:0.26rem;border-bottom: 6px solid #EC9028;}
.report-month {
    color:gray
;}
.report-title {
    font-size:0.1rem;font-weight:900;margin-bottom: 40px;}
.report-detail {
    font-size:0.08rem
;}
