/*列表*/
.whole.ani {visibility: visible; animation-name: fadeInDown;-webkit-animation-name: fadeInDown;animation-duration: 1s;animation-delay: 0.5s;}
.whole{background-color: white; margin-top: 160px; overflow: hidden;min-height: 600px;}
.PageInfo-list{width: 78%; margin:auto; overflow: hidden;}
.PageInfo-list .showMoreNChildren{width: 100%; display: flex; display: -webkit-flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.PageInfo-list .showMoreNChildren a{width: 100%; height: 170px; margin-top: 40px; padding-bottom: 40px; border-bottom: 1px #999999 dotted; display: flex; display: -webkit-flex; justify-content: space-between; align-items: center;}
.PageInfo-list .showMoreNChildren a img{width: 100%; height: 100%;  float: left; border-radius: 3%;}
.PageInfo-list-img{width: 35%; height: 100%;}
.PageInfo-list-content{width: 60%; height: 100%; float: left; font-size: 1rem; color: #999999;  overflow: hidden;}
.PageInfo-list-content p:first-child{font-size: 18px !important;font-weight: bolder;color: #000000;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.PageInfo-list .showMoreNChildren a .PageInfo-list-content img{width: 22px; height: 22px;}
.PageInfo-list .showMoreNChildren a .PageInfo-list-content p{margin-top: 10px; font-size: 12px; line-height: 180%;}
.PageInfo-list-content a{color: black; font-size: 16px; font-weight: bold;}
/*查看更多*/
.PageInfo-more{width: 154px; height: 40px; border-radius: 5px; background-color: #3c3c3c; line-height: 40px; text-align: center; margin: 20px auto;}
.PageInfo-more a{color: white;}

@media screen and (max-width: 750px) {
    .whole{margin-top: 60px; padding-top: 10px;}
    .PageInfo-list{width: 100%;}
    .PageInfo-list-content a{font-size: 15px;}
}

@media screen and (max-width: 415px) {
    .PageInfo-list .showMoreNChildren a{flex-wrap: wrap; height: auto; }
    .PageInfo-list-img{width: 100%;}
    .PageInfo-list-content{width: 100%; margin-top: 10px; }
    .PageInfo-list .showMoreNChildren a .PageInfo-list-content p:nth-of-type(3){
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}