.home-notice-content-section{
    width: 7.7344rem;
    height: 100%;
    margin: 0 auto;
    padding-top: .2188rem;
    display: flex;
    justify-content: space-between;
}
.home-notice-content-section-left{
    width: 3.1927rem;
}
.home-notice-content-section-right{
    width: 4.0156rem;
   position: relative;
    z-index: 9;
}
.news-notice-content{
    height: 2.6875rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: .1563rem;
}
.news-notice-content ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
}
.news-notice-content ul li{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: .1042rem;
    box-sizing: border-box;
}
.news-notice-content ul li span{
    background: linear-gradient(to right,#9B0D14,#9B0D14);
    background-size:0 .0052rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: background-size 1.5s;
    cursor: pointer;
}
.news-notice-content ul li:hover span{
    background-size:100% .0052rem;
    background-position: left bottom;
}

.news-notice-content ul li:last-child{
    margin-bottom: 0;
}
.news-notice-content-date{
    margin-right: .1042rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-notice-content-date-day{
    font-size: .2083rem;
    line-height: 1;
    color: #333333;
    margin-bottom: .0313rem;
    font-family: 'Alegreya-Bold';
}
.news-notice-content-date-year{
    font-size: .0938rem;
    color: #999999;
    line-height: 1;
    font-family: 'Alegreya-Regular';
}
.news-notice-content-title{
    width: calc(100% - 0.5729rem);
    height: 100%;
    flex: 1;
    padding-top: .0521rem;
}
.news-notice-content-title a{
    height: 100%;
    font-size: .1042rem;
    color: #333333;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}
.news-notice-content-title a:hover{
    color: #9B0D14;
}
.news-library-content{
    margin-top: .1563rem;
}
.news-library-content ul{
    height: 2.6875rem;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-library-content ul li{
    height: .8438rem;
    position: relative;
    padding-left: .1719rem;
    padding-right: .3854rem;
    cursor: pointer;
}
.news-library-content ul li:last-child{
    margin-bottom: 0;
}
.news-library-content ul li::before{
    content: '';
    position: absolute;
    left: -0.0234rem;
    top: .0833rem;
    width: .0469rem;
    height: .0469rem;
    background: #9B0D14;
    border-radius: 50%;
}
.news-library-content ul li::after{
    content: '';
    position: absolute;
    left: 0;
    top: .1302rem;
    width: .0052rem;
    height: .5625rem;
    background: linear-gradient(180deg, rgba(155, 13, 20, 0.8), rgba(155, 13, 20, 0.1));
}


.news-library-content-date{
    height: .2292rem;
    font-size: .1042rem;
    color: #666666;
    display: flex;
    align-items: center;
    font-family: 'Alegreya-Regular';
}
.news-library-content-date span{
    font-size: .1875rem;
    color: #333333;
    margin-right: .0417rem;
    font-family: 'Alegreya-Bold';
}
.news-library-content-title{
    font-size:0.1042rem;
    color: #333333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: .0417rem;
    box-sizing: border-box;
    display: block;
}
.news-library-content-title span{
    background: linear-gradient(to right,#FFFFFF,#FFFFFF);
    background-size:0 .0052rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: background-size 1.5s;
    cursor: pointer;
}
.news-library-content ul li:hover span{
    background-size:100% .0052rem;
    background-position: left bottom;
}
.news-library-content-title:hover{
    color: #9B0D14;
}
.news-library-content-desc{
    font-size: .0833rem;
    color: #999999;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: .1042rem;
}
.news-library-content ul li{
    transition: background 0.3s ease;
}
.news-library-content ul li:hover{
    background: url(../img/news-hover.svg) no-repeat;
    background-size: cover;
}
.news-library-content ul li:hover::before{
    background: #DCB99C;
}



/* .news-library-content ul li::after {
    content: '';
    position: absolute;
    right: -0.3125rem;
    bottom: -0.3125rem;
    width: 0.5208rem;
    height: 0.5208rem;
    background: #FFFFFF;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.news-library-content ul li:hover::after {
    right: -0.2083rem;
    bottom: -0.2083rem;
} */

.news-library-content ul li:hover .news-library-content-date,
.news-library-content ul li:hover .news-library-content-date span,
.news-library-content ul li:hover .news-library-content-title
{
    color: #FFFFFF;
}
.news-library-content ul li:hover .news-library-content-desc{
    color: rgba(255,255,255,0.73);
}
.home-notice-content-right-img{
   position: absolute;
   right: 0;
   top:.4688rem;
   width: 1.4115rem;
}