
.l-main{width: 100%;padding: .2rem .3rem .35rem;}
.l-inner{width: 100%;max-width: 16.4rem;margin: 0 auto;}
.l-top{width: 100%;padding-bottom: .6rem;position: relative;z-index: 1;}
.l-titles{width: 100%;margin-bottom: .3rem;color: #222222;font-weight: bold;line-height: 1.2;}
.l-intro{width: 100%;margin-bottom: .55rem;color: #444444;line-height: 1.6;}
.l-buttom{display: inline-block;cursor: pointer;padding: 0 .42rem;color: #fefefe;height: .6rem;line-height: .6rem;background-color: #0067ac;background-image: linear-gradient(90deg, #0067ac 0%, #68b92e 100%);border-radius: .2rem;}
.l-select{width: 100%;margin-bottom: .2rem; max-width: 6.38rem;}
.l-select .select-tip{padding-left: .2rem;padding-right: .9rem;background-color: #eef5fe;}
.l-select .select-tip:before{display: block;}
.l-select .select-tip:after{right: 0;width: .8rem;background-image: url('/static/home/images/a20.png');background-size:.19rem auto;}

.l-bottom{width: 100%;}
.l-item{display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;width: 100%;padding: .2rem;background-color: #eef5fe;border-radius: .2rem;margin-bottom: .3rem;}
.l-left{width: 3rem;}
.l-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(300/300*100%);border-radius: .2rem;}
.l-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.l-right{width: calc(100% - 3.7rem);}
.l-name{width: 100%;margin-bottom: .25rem;color: #222222;line-height: 1.4;}
.l-textbox{width: 100%;color: #444444;line-height: 1.7;}
.l-textbox *{line-height: inherit;}

@media(max-width: 750px){
    .l-item{padding: .3rem;}
    .l-left{width: 100%;margin-bottom: .3rem;}
    .l-right{width: 100%;}
}
