.mobile-show{display:none;}
#fullpage .commpage-tit .more-expbtn { float: right; position: absolute; right: 0; top: 30px; text-shadow: 2px 2px 0px rgba(28, 3, 93, 0.6); background-color: #0a8ddb; border-radius: 30px; height: 50px; padding: 12px 4%; font-size: 18px; color: #fff; margin-right: 5%; }
 #fullpage .exmore-wrap{text-align:center}
 #fullpage .exmore-wrap .more {
   color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 26px;
    background-color: #0a8ddb;
}
#fullpage .section .more-wrap .more {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 10px 120px;
    background: #0a8ddb;
}
#fullpage .news .news-list { margin: auto; padding-right: 5%; }

#fullpage .news .news-list .news-item { color: #fff; float: left; width: 33.333%; padding: 0 10px; margin-bottom: 20px; cursor: pointer; overflow: hidden; position: relative; }

#fullpage .news .news-list .news-item .item-inner { position: relative; display: block; }

#fullpage .news .news-list .news-item .cover-wrap { width: 100%; }

#fullpage .news .news-list .news-item .cover-box { padding-top: 65%; position: relative; }

#fullpage .news .news-list .news-item .cover-img { position: absolute; width: 100%; height: 100%; top: 0; left: 0; -o-object-fit: cover; object-fit: cover; }

#fullpage .news .news-list .news-item .meta { padding: 20px 10px 20px 20px; background-color: #292d37; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 1; visibility: visible; }

#fullpage .news .news-list .news-item .meta .title { font-size: 18px; color: #0a8ddb; }

#fullpage .news .news-list .news-item .meta .created { color: rgba(255, 255, 255, 0.6); font-size: 14px; padding-top: 7px; }

#fullpage .news .news-list .news-item .info { position: absolute; bottom: 0; left: 0; width: 100%; -webkit-transform: translateY(200%); transform: translateY(200%); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; padding: 20px 10px 20px 20px; background-color: #292d37; transition: all 0.3s ease; background: #0a8ddb; -webkit-box-sizing: border-box; box-sizing: border-box; opacity: 0; visibility: hidden; }

#fullpage .news .news-list .news-item .info .title { font-size: 18px; color: #fff; }

#fullpage .news .news-list .news-item .info .created { color: rgba(207, 207, 207, 0.5); font-size: 14px; padding-top: 7px; }

#fullpage .news .news-list .news-item .info .more { font-size: 14px; background: #fff; padding: 5px 17px; border-radius: 26px; overflow: hidden; color: #0a8ddb; margin-top: 20px; display: inline-block; }

#fullpage .news .news-list .news-item .info .more span { font-family: simsun; padding-left: 7px; }

#fullpage .news .news-list .news-item:hover .info { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; visibility: visible; }

#fullpage .news .news-list .news-item:hover .created { color: #fff; }

#fullpage .news .news-list .news-item:hover .meta { -webkit-transform: translateY(0); transform: translateY(0); opacity: 0; visibility: hidden; }
