
/* 新闻 */
.md19765.md-news{width: 100%;padding: .5rem 0 .9rem;}
.md19765.md-news img{display: inline-block;vertical-align:middle;max-width: 100%;}
.md19765.md-news .layout{width: 16rem;max-width: 92%;margin: 0 auto;}
.md19765.md-news .a-cont{width: 100%;padding-bottom: .1rem;display: flex;flex-wrap: wrap;}
.md19765.md-news .a-item{transition: all  .3s;display: block;cursor: pointer;position: relative;width: 31.62%;margin-right: 2.57%;margin-bottom: .4rem; background-color: #eff8ff;border-radius: .2rem;overflow: hidden;}
.md19765.md-news .a-item:nth-child(3n){margin-right: 0;}
.md19765.md-news .a-item:after{transition: all  .3s;content: '';position: absolute;bottom: 0;left: 0;width: 0;height: .04rem;background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.md19765.md-news .a-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(285/506*100%);}
.md19765.md-news .a-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.md19765.md-news .a-text{width: 100%;padding: .3rem .4rem .6rem;}
.md19765.md-news .a-time{width: 100%;margin-bottom: .05rem;color: #222;line-height: 1.6;}
.md19765.md-news .a-name{font-family: 'Poppins-Medium';transition: all  .3s; width: 100%;margin-bottom: .2rem;color: #111;line-height: 1.5;height: 3em;}
.md19765.md-news .a-intro{width: 100%;color: #222;line-height: 1.5;}
.md19765.md-news .a-item:hover{background-color: #ffffff;box-shadow: 0px .08rem .15rem 0px rgba(0, 0, 0, 0.12);}
.md19765.md-news .a-item:hover:after{width: 100%;}
.md19765.md-news .a-item:hover .a-img img{transform: scale(1.05);}
.md19765.md-news .a-item:hover .a-name{color: var(--theme);background-image: linear-gradient(90deg, var(--theme) 0%, var(--active)  100%);-webkit-background-clip:text; background-clip: text;-webkit-text-fill-color: transparent; text-fill-color: transparent;}

@media (max-width: 750px) {
   .md19765.md-news .a-item{width: calc(50% - .15rem);margin-right: .3rem;}
   .md19765.md-news .a-item:nth-child(3n){margin-right: .3rem;}
   .md19765.md-news .a-item:nth-child(2n){margin-right: 0;}
   .md19765.md-news .a-text{padding: .3rem .3rem .35rem;}
}

/* 分页 */
.paging{position: relative;z-index: 1;width: 100%;text-align: center;font-size: 0;}
.paging-item{transition: all  .3s;display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem;min-width: .5rem;height: .5rem;line-height: .5rem;border-radius: .25rem;color: #222;background-color: #eff8ff;}
.paging-item:hover{color: #fff;background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.paging-item.active{color: #fff;background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.paging-up{transition: all  .3s;display: inline-block;vertical-align: middle;cursor: pointer;position: relative;margin: .1rem;min-width: .5rem;height: .5rem;line-height: .5rem;border-radius: .25rem;color: transparent;background-color: #eff8ff;}
.paging-up:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url('../images/a2.png');background-size: .43em auto;background-position: center center;background-repeat: no-repeat;}
.paging-up:hover{background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.paging-up:hover:after{background-image: url('../images/a2-b.png');}
.paging-next{transition: all  .3s;display: inline-block;vertical-align: middle;cursor: pointer;position: relative;margin: .1rem;min-width: .5rem;height: .5rem;line-height: .5rem;border-radius: .25rem;color: transparent;background-color: #eff8ff;}
.paging-next:after{transform: rotate(-180deg);content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url('../images/a2.png');background-size: .43em auto;background-position: center center;background-repeat: no-repeat;}
.paging-next:hover{background-color: var(--theme); background-image: linear-gradient(90deg, var(--theme) 0%, var(--active) 100%);}
.paging-next:hover:after{background-image: url('../images/a2-b.png');}

@media (max-width: 1150px) {
    .paging-item{min-width: .6rem;height: .6rem;line-height: .6rem;border-radius: .3rem;}
    .paging-up{min-width: .6rem;height: .6rem;line-height: .6rem;border-radius: .3rem;}
    .paging-next{min-width: .6rem;height: .6rem;line-height: .6rem;border-radius: .3rem;}
}
