.list_box_noticess li{ margin-bottom: 1.875rem;}
.list_box_noticess li *{ transition: .5s;}
.list_box_noticess li a{ display: block; padding: 1.875rem 2.375rem; box-shadow: 0px 0px 15px 0px rgba(16, 76, 149, 0.07); background: #fff; position: relative; z-index: 1;}
.list_box_noticess li a::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/list_box_notice_bg1.jpg) center no-repeat; opacity: 0; z-index: -1; background-size: cover !important;}
.list_box_noticess li a h5{ display: flex; flex-wrap: wrap; align-items: center; position: relative; padding: 0 0 1.375rem; margin-bottom: 1.25rem;}
.list_box_noticess li a h5::before{ content: ""; position: absolute; bottom: 0; left: 0; width: 5rem; height: 2px; background: #005dcf;}
.list_box_noticess li a h5 .ll{ width: calc(100% - 100px); font-size: 1.125rem; color: #104c95; line-height: 1.25;}
.list_box_noticess li a h5 .rr{ width: 100px; display: flex; justify-content: flex-end; font-size: .875rem; color: #999999;}
.list_box_noticess li a h5 .rr svg{ width: 1rem; height: 1rem; fill:#104c95; margin: 0 .375rem 0 0;}
.list_box_noticess li a p{ font-size: .875rem; color: #999999; line-height: 26px; height: 52px;}
