.head{width:100%;background:url(images/5ca18267abe5.png) no-repeat 50%;background-size:cover;height:15rem;line-height:15rem;vertical-align:middle}.head .title{color:#fff;font-size:1.5em;letter-spacing:4px;text-align:center;font-weight:700}.spinner{z-index:999;position:fixed;margin-left:50%;left:-75px;top:45%;width:150px;text-align:center}.spinner>div{width:30px;height:30px;background-color:#00cfe6;border-radius:100%;display:inline-block;-webkit-animation:bouncedelay 1.4s ease-in-out infinite;animation:bouncedelay 1.4s ease-in-out infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both}.spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes bouncedelay{0%,80%,to{transform:scale(0);-webkit-transform:scale(0)}40%{transform:scale(1);-webkit-transform:scale(1)}}.body{text-align:center;width:100%;margin-left:auto;margin-right:auto}@media (min-width:979px){.body{width:60%}}.body .newsPart{width:100%;padding:1rem}.body .newsPart a{display:block;width:100%;transition:all .5s ease;color:#707070;text-decoration:none;box-shadow:0 0 10px #e5ebff;margin-bottom:1rem}.body .newsPart a:hover{box-shadow:0 0 10px 10px #e5ebff}.body .newsPart a:hover .proImgBox .pic{transform:translate(-50%,-50%) scale(1.1)}.body .newsPart a .proImgBox{position:relative;overflow:hidden;height:9rem;margin:auto -15px}.body .newsPart a .proImgBox .pic{width:100%;height:100%;object-fit:cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);transition:all .5s ease;vertical-align:middle;border:0}.body .newsPart a .content{height:100%;background-color:#fff;text-align:left;padding:.6rem 1rem;display:flex;flex-direction:column;justify-content:space-between}.body .newsPart a .content .new_title{color:#1d283b;font-size:.7em;font-weight:700}.body .newsPart a .content .new_time{font-size:.45em;margin-top:.2rem}.body .newsPart a .content .new_abstract{font-size:.5em;color:#646a73;position:relative;line-height:1rem;height:4rem;overflow:hidden}.body .newsPart a .content .new_abstract:after{content:"...";position:absolute;bottom:0;right:0;padding-left:5px;background:-webkit-linear-gradient(left,transparent,#fff 55%);background:-o-linear-gradient(right,transparent,#fff 55%);background:-moz-linear-gradient(right,transparent,#fff 55%);background:linear-gradient(90deg,transparent,#fff 55%)}.body .more{margin:0 auto 1rem;font-size:.4em;width:4rem;height:1rem;border-radius:.5rem;background-color:var(--white);border:1px solid #ebebeb;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000}.body .more:hover{color:rgba(0,0,0,.5)}