﻿@import url(./noticeList.css);

.notice-list-wrapper .list .new-wrapper{
  padding: 2.125rem 1.375rem;
  display: flex;
  cursor: pointer;
  border-bottom-right-radius: 1.875rem;
}
.notice-list-wrapper .list .new-wrapper:hover{
  background-image: url('../../images/notice/notice-news-hover-bg.png');
  background-size: cover;
  color: #fff!important;
}
.notice-list-wrapper .list .new-wrapper:hover .content .desc{
  color: #fff!important;
}
.notice-list-wrapper .list .new-wrapper:hover .content .date{
  color: #fff!important;
}
.notice-list-wrapper .list .new-wrapper .logo{
  width: 14.5rem;
  height: 8.875rem;
  flex: none;
}
.notice-list-wrapper .list .new-wrapper .logo img{
  width: 100%;
  height: 100%;
}
.notice-list-wrapper .list .new-wrapper .content{
  margin-left: 1.875rem;
}
.notice-list-wrapper .list .new-wrapper .content .title{
  font-size: 1.25rem;
  font-weight: 500;
}
.notice-list-wrapper .list .new-wrapper .content .desc{
  margin: 1.25rem auto;
  color: #7B808C;
}
.notice-list-wrapper .list .new-wrapper .content .date{
  font-weight: bold;
  font-size: 1rem;
  color: #0152B2;
}
.notice-list-wrapper .list .new-wrapper .content .date .dd{
  font-size: 1.5rem;
  font-family: DIN, DIN;
}
.notice-list-wrapper .list .new-wrapper .content .date .mm{
  font-size: 1.5rem;
  font-family: DIN, DIN;
}