.notice-list { font-size: 0; margin: 0 -.2rem .5rem;}
.notice-list li { display: inline-block; width: 33.33%; padding: 0 .2rem;}
.notice-list a { display: block; padding: .4rem .25rem .36rem; background: #f8fafc; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.notice-list .title { margin: .28rem 0 0; height: .6rem;}

@media screen and (min-width: 1025px) {

 .notice-list a:hover .date1, .notice-list a:hover .date1 .p1, .notice-list a:hover .title { color: #1965d6;}
 .notice-list a:hover .date1::after { width: 1.35rem; background: #1965d6;}
}
.article .content { font-size: .17rem; line-height: 200%;}

