

.news-list>.news:nth-child(2n){
    flex-direction: row-reverse;
}
.news-list{
    padding: 20px 0 40px 0;
   
}
.news {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    transition: .2s;
    /* flex-direction: row-reverse; */
}
.news:hover{
    background-color: #f8f8f8;
}
.news img{
    width: 240px;
	height: 135px;
    flex-shrink: 0;
    transition: .2s;
}
.news .title{
    color: #1f1f1f;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.news .introduction{
    color: #6c6c6c;
    font-size: 16px;
    line-height: 26px;
}
.news-date{
    width: 125px;
	height: 125px;
	background-color: #b52e26;
    position: relative;
    flex-shrink: 0;
}
.news-date::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url(/webEnglish_new/images/small-triangle.png) no-repeat center center;
    background-size: 100% 100%;
    top: 125px;
    right: 0;
}
.news-date .date{
    color: #ffffff;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
}
.news-date .year{
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    text-align: end;
    padding: 0 20px;
    margin-top: 10px;
}
.news .center{
    margin:0 30px;
    width: 100%;

}
.date-container{
    width: 100%;
    height: 100%;
    transition: .2s;
}
.news:hover .date-container{
    opacity: 0;
}
.news:hover .title{
    color: #b52e26;
}
.more{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    line-height: 24px;
    font-size: 15px;
    font-style: italic;
    top: 0;
    left: 0;
    transition: .2s;
    opacity: 0;
}
.news:hover .more{
    opacity: 1;
}
.right-icon{
    width: 27px;
	height: 16px;
    display: block;
    background: url('/webEnglish_new/images/right.png') no-repeat center center;
    background-size: 100% 100%;
}
.pagination{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}
.notice-container{
    background-color: #b52e26;
    padding-bottom: 20px;
    height: 560px;
    position: relative;
}
.notice-container::after{
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    background: url('/webEnglish_new/images/small-triangle.png') no-repeat center center;
    
}
.notice-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 29px;
}
.notice-item{
    overflow: hidden;
    width:calc(50% - 50px) ;
}
.notice-item-title{
    color: #1f1f1f;
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;

}
.notice-item-info{
    color: #5b5b5b;
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
}   
.notice-more{
    color: #999999;
    font-size: 15px;
    line-height: 1;
    font-style: italic;
    margin-top: 24px;
}
.top-container  .row{
    margin-left: -34px;
    margin-right: -34px;
}
.top-container .col-6{
    padding-right: 34px;
    padding-left: 34px;
}

.notice-item-date{
	width: 85px;
	height: 41px;
    background: url('/webEnglish_new/images/date_bg.png') no-repeat center center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}
.top-container{
    padding: 50px 0;
}
.list-container{
    padding-bottom: 80px;
}
.list-container .notice-item{
    padding: 34px;
    transition: .2s;
    cursor: pointer;
}
.list-container .notice-list{
    margin-bottom: 60px;
}
.list-container .notice-item:hover{
    background-color: #f8f8f8;
}




.notice-info .notice-date{
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 50px 0 38px 50px;
}
.notice-info .notice-date::after{
    content: "";
    position: absolute;
    display: block;
    width: calc(100% - 195px);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    right: 0;
    bottom: 49px;
}
.notice-info .notice-title{
    color: #ffffff;
    font-size: 30px;
    padding: 0 50px 1.875rem 50px;
    line-height: 60px;

}
.notice-info .notice-info{
    line-height: 36px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 50px 40px 50px;
    font-weight: 300;
	font-stretch: normal;
    opacity: 0.8;
}
.notice-info .more-b{
    color: #ffffff;
    line-height: 24px;
    font-size: 15px;
    font-style: italic;
    padding: 0 50px 46px 50px;
    
}
.notice-info .more a{
    transition: .2s;
}
.notice-info .more a:hover{
    opacity: 0.8;
}