
.banner{width: 100%;position: relative;}
.banner-img{width: 100%;}
.banner-img img{width: 100%;}
.banner-text{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 16.4rem;max-width: calc(100% - .6rem);}
.banner-titles{width: 100%;color: #ffffff;font-weight: bold;line-height: 1.17;}

.j-main{width: 100%;padding: .2rem .3rem 1rem;}
.j-inner{width: 100%;max-width: 16.4rem;margin: 0 auto;}
.j-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.j-left{width: 12.1rem;}
.j-top{width: 100%;padding-bottom:  .1rem;margin-bottom: .3rem;border-bottom: 1px solid #e4ebf9;}
.j-titles{width: 100%;margin-bottom: .35rem;color: #222222;font-weight: bold;line-height: 1.38;}
.j-tipbox{width: 100%;font-size: 0;}
.j-tip{display: inline-block;vertical-align: middle;margin-right: .3rem;margin-bottom: .05rem;color: #666666;line-height: 1.6;}
.j-textbox{width: 100%;color: #444444;line-height: 1.8;}
.j-textbox *{line-height: inherit;max-width: 100%;}
.j-buttom{display: flex;align-items: center;flex-wrap: wrap;width: 100%;margin-top: .4rem;padding-top: .35rem;border-top: 1px solid #e4ebf9;}
.j-lt{flex: 1;padding-right: .5rem;}
.j-link{cursor: pointer;margin: .1rem 0;color: #222222;line-height: 1.6;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.j-link:hover{color: #0067ac;}
.j-rt{font-size: 0;}
.j-back{display: inline-block;position: relative;cursor: pointer;padding:0 .7rem 0 .24rem;color: #ffffff;line-height: .6rem;border-radius: .3rem;background-color: #0067ac;background-image: linear-gradient(90deg, #0067ac 0%, #68b92e 100%);}
.j-back:after{transition: all .5s;content: '';position: absolute;top: 50%;right: .12rem;transform: translate(0,-50%);width: .4rem;height: .4rem;border-radius: 50%;background-image: url('/static/home/images/a19.png');background-color: rgba(110,199,64,.6);background-size: .16rem auto;background-position: center center;background-repeat: no-repeat;}
.j-back:hover:after{right: .05rem;}

.j-right{width: 3.35rem;}
.j-subtitle{width: 100%;margin-bottom: .33rem;color: #222222;font-weight: bold;line-height: 1.3;}
.j-list{width: 100%;}
.j-item{display: block;cursor: pointer;width: 100%;padding-bottom: .25rem;margin-bottom: .4rem;border-bottom: 1px solid #e4ebf9;}
.j-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(189/335*100%);border-radius: .2rem;}
.j-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.j-text{width: 100%;padding-top: .17rem;}
.j-name{width: 100%;margin-bottom: .08rem;color: #222222;line-height: 1.5;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.j-time{width: 100%;color: #999999;line-height: 1.6;}
.j-time:before{content: '';display: inline-block;vertical-align: top;margin-right: .06rem;width: 1em;height: 1.6em;background-image: url('/static/home/images/a16.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.j-item:hover .j-img img{transform: scale(1.05);}
.j-item:hover .j-name{color: #0067ac;}

@media(max-width: 750px){
    .j-left{width: 100%;margin-bottom: .5rem;}
    .j-lt{flex: none;width: 100%;padding-right: 0;}
    .j-rt{width: 100%;text-align: center;padding-top: .15rem;}
    .j-right{width: 100%;}
}
