.news-category-nav{margin-top:2rem;margin-bottom:2rem;display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.news-category-nav .news-category-item{background:#797979;padding:1rem 1.5rem;color:#fff;display:flex;align-items:center;justify-content:center}.news-category-nav .news-category-item.act{background:var(--comcolor)}.news-category-nav .news-category-item:hover,.news-list-grid .news-card:hover .btn{background:var(--subcolor)}.news-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.news-list-grid .news-card{border:1px solid #d5d5d5;padding:2rem}.news-list-grid .news-card .title{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.news-list-grid .news-card .intro{font-size:1rem;line-height:1.6;height:4.8rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:1rem}.news-list-grid .news-card .time{margin-bottom:2rem}.news-list-grid .news-card .time i,.news-section .time i{margin-right:.5rem}.news-list-grid .news-card .btn{background:#797979;padding:.5rem 1rem;display:inline-block;color:#fff}.news-list-grid .news-card:hover{border:1px solid var(--subcolor)}.news-list-grid .news-card:hover .intro,.news-list-grid .news-card:hover .time,.news-list-grid .news-card:hover .title{color:var(--subcolor)}.news-section{width:100%;padding:2rem 0}.news-section .title{font-size:1.8rem;margin:1rem 0}.news-section .time{color:#999;margin:1rem 0}.news-section .line{border-bottom:1px solid #e1e3e6;height:.5rem}.news-section .content{padding:2rem 0;color:#3b3b3b;line-height:2rem;border-bottom:1px solid #e1e3e6}.news-section .link .box a{display:block;color:#666}.news-section .link .box a:first-child{margin-bottom:1rem}.news-section .link a:hover{color:var(--comcolor)}table{width:100%;border-collapse:collapse;margin-bottom:1rem}table tbody tr{height:3rem}td{border:solid 1px #ddd;vertical-align:middle;text-align:center;font-size:1rem;line-height:2;color:#212529;padding:0 .5rem}@media screen and (min-width:1000px){.news-section .link{display:flex;justify-content:space-between;margin-top:2rem}.news-section .link .box{width:calc(100% - 200px)}}@media screen and (max-width:1000px){.news-category-nav{margin-top:1rem;margin-bottom:1rem;grid-template-columns:repeat(3,1fr)}.news-category-nav .news-category-item,.news-list-grid .news-card{padding:1rem}.news-list-grid{grid-template-columns:1fr}.news-section .link{display:flex;justify-content:space-between;margin-top:2rem}.news-section .link .box{width:calc(100% - 200px)}}@media screen and (max-width:765px){.news-category-nav{margin-top:1rem;margin-bottom:1rem;grid-template-columns:1fr;gap:.5rem}.news-category-nav .news-category-item{padding:.8rem}.news-list-grid .news-card{padding:1rem .5rem}.news-list-grid .news-card .title{font-size:1.2rem}.news-list-grid .news-card .intro{margin-bottom:1rem}.news-section .link{margin-top:1rem}.news-section .return{margin-top:1rem;display:inline-block;background:var(--comcolor);padding:.4rem 1rem;color:#fff}}