.k-a{width: 100%;padding-top: .7rem;padding-bottom: 1.1rem;}
.k-main{width: 16rem;margin: 0 auto;}
.k-cont{width: 100%; border-bottom:solid 1px #eee; padding-bottom: .2rem; margin-bottom:0.6rem;}
.k-item{display: flex;justify-content: space-between;align-items: center;cursor: pointer;width: 100%; padding: .3rem 0;}
.k-lt{width: 5.2rem;}
.k-img{width: 100%;position: relative;padding-top: calc(325/520*100%);overflow: hidden;}
.k-img img{transform: scale(1.00);transition: all ease .5s;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.k-rt{width: 10.2rem;}
.k-top{width: 100%;position: relative;padding-bottom: .25rem;margin-bottom: .25rem;}
.k-top:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;background-color: rgba(0,0,0,.1);}
.k-top:after{content: '';position: absolute;bottom: 0;left: 0;width: .2rem;height: .03rem;background-color: #000000;}
.k-name{width: 100%;color: #000000;line-height: 1.35;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.k-intro{width: 100%;margin-bottom: .28rem; color: #666666;line-height: 1.6;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.k-time{width: 100%;margin-bottom: .55rem; color: #000000;line-height: 1.6;}
.k-more{transition: background-color ease .5s;display: inline-block;cursor: pointer; padding: 0 .46rem;line-height: .5rem;background-color: transparent; color: #666666;border: solid 1px rgba(0,0,0,.1);}
.k-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .2rem; width: .437em;height: 1.5em;background-image: url('../img/a9-b.png'); background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}

.k-item:hover .k-img img{transform: scale(1.05);}
.k-item:hover .k-more{color: #fff; background-color: #000;border: 1px solid #000; }
.k-item:hover .k-more:after{background-image: url('../img/a9.png');}

.pg-main a {background-color:#f8f8f8;}