
.news-list-section {}

.news-list-section .news-card a{display: block;}
.news-list-section .news-card .img{width: 100%;overflow: hidden;}
.news-list-section .news-card img{display:block;width: 100%;transition: all 0.6s;}
.news-list-section .news-card .box{padding: 1rem;}
.news-list-section .news-card .txt1{
    line-height: 1.6;height: 1.6rem;  display: -webkit-box;
    -webkit-box-orient: vertical; -webkit-line-clamp: 1;
    overflow: hidden;margin-bottom: 1rem;font-size: 1.2rem;
    font-weight: 600;
}
.news-list-section .news-card .txt2{
    font-size: 1rem;
    line-height: 1.6;height: 3.2rem;  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;margin-bottom: 1rem;
}
.news-list-section .news-card .btn { background: var(--comcolor);padding:0.5rem 1rem;display: inline-block;color:#ffffff; }
.news-list-section .news-card:hover .txt1{color: var(--comcolor); }
.news-list-section .news-card:hover img{transform: scale(1.05);transition: all 0.6s;}






.news-section {width: 100%;padding: 2rem 0;}
.news-section .title{font-size: 1.8rem;margin: 1rem 0;}
.news-section .time{color: #999999;margin: 1rem 0;}
.news-section .line {border-bottom: 1px solid #e1e3e6;height: 0.5rem;}
.news-section .content{padding: 2rem 0;}
.news-section .content {color: #3b3b3b;line-height: 2rem;border-bottom: 1px solid #e1e3e6;}
.news-section .link .box a{display: block;color: #666666;}
.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 0.5rem;
}


@media  screen and (min-width: 1000px){
    .news-list-section {display: flex;flex-wrap: wrap;padding-top: 1rem;}
    .news-list-section .news-card{margin-right: 1%;width: 24.25%;margin-bottom: 2rem;border: 1px solid #f5f5f5;}
    .news-list-section .news-card:nth-child(4n){margin-right: 0;}

    .news-section .link{display: flex;justify-content: space-between;margin-top: 2rem;}
    .news-section .link .box{width: calc(100% - 200px);}
}

@media  screen and (min-width: 500px) and (max-width: 1000px){
    .news-list-section {display: flex;flex-wrap: wrap;padding-top: 1rem;}
    .news-list-section li{margin-right: 2%;width: 49%;margin-bottom: 2rem;border: 1px solid #f5f5f5;}
    .news-list-section li:nth-child(2n){margin-right: 0;}

    .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: 500px){
    .news-list-section li{margin-top: 1rem;border: 1px solid #f5f5f5;}

    .news-list-section .news-card a {display: flex;align-items: center;}
    .news-list-section .news-card a .img {width:40%;}
    .news-list-section .news-card a .box {width:60%;padding:0.5rem;}
    .news-list-section .news-card .txt1 {
        font-size: 1rem;
        height: 2rem;
        margin-bottom: 0.5rem;
    }
    .news-list-section .news-card .txt2{
        font-size: 0.8rem;
        line-height: 1.6rem;
        height: 3.2rem;
        margin-bottom: 0.5rem;
    }
    .news-list-section .news-card .btn {color: #999999;font-size: 0.8rem;}

    .news-section .link{margin-top: 1rem;}
    .news-section .return {margin-top: 1rem;display: inline-block;background: var(--comcolor);padding:0.4rem 1rem;color:#fff;}
}