.ls-tztj-s {
    position: relative;
    overflow: hidden;
    margin: 2vw;
    background: #fff;
    padding: 2vw;
    border-radius: 2vw;
}
.ls-tztj-s>p {
    display: flex;
    align-items: center;
    height: 7vw;
    margin-bottom: 2vw;
    border-bottom: 0.3vw #eee solid;
}
.ls-tztj-s>p>i {
    width: 1vw;
    height: 4vw;
    background: #2196f3;
    margin-right: 2vw;
    border-radius: 1vw;
}
.ls-tztj-s>p>em {
    font-style: normal;
    flex: 1;
    font-size: 4vw;
    color: #666;
}
.ls-tztj-s>p>a {
    color: #333;
    padding: 0 1vw 0 2vw;
}

/*无图*/
.ls-tztj-s.a>a {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 8vw;
}
.ls-tztj-s.a>a>i {
    display: flex;
    width: 20px;
    height: 18px;
    font-size: 3vw;
    color: #fff;
    font-style: italic;
    align-items: center;
    justify-content: center;
    border-radius: 0 1vw 0 1vw;
    background: #b9b9b9;
    font-style: normal;
}
.ls-tztj-s.a>a:nth-of-type(1)>i {
    background: #ff6b6e;
}
.ls-tztj-s.a>a:nth-of-type(2)>i {
    background: #fcb501;
}
.ls-tztj-s.a>a:nth-of-type(3)>i {
    background: #9ec907;
}
.ls-tztj-s.a>a>p {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 3.5vw;
    color: #333;
    padding: 0 2vw;
}
.ls-tztj-s.a>a>span {
    font-size: 3.5vw;
    color: #999;
}
.ls-tztj-s.a>a>span>i {
    font-size: 3.5vw;
    padding-right: 1vw;
}


/*小图*/
.ls-tztj-s.b>a {
    display: flex;
    align-items: center;
    height: 25vw;
    border-bottom: 1px dashed #e0e0e0;
}
.ls-tztj-s.b>a>img {
    width: 30vw;
    height: 20vw;
    box-shadow: 0 0 1vw #aaa;
    object-fit: cover;
}
.ls-tztj-s.b>a>div {
    flex: 1;
    padding: 2vw 0 2vw 3vw;
}
.ls-tztj-s.b>a>div>p {
    height: 52px;
    line-height: 6vw;
    font-size: 3.8vw;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ls-tztj-s.b>a>div>span {
    display: flex;
    align-items: center;
}
.ls-tztj-s.b>a>div>span>em {
    flex: 1;
    font-style: normal;
    font-size: 3.5vw;
    color: #9e9e9e;
}
.ls-tztj-s.b>a>div>span>span {
    display: flex;
    align-items: center;
    font-size: 3vw;
    color: #9e9e9e;
}
.ls-tztj-s.b>a>div>span>span>i {
    font-size: 4vw;
    padding-right: 1vw;
}


/*大图*/
.ls-tztj-s.c>a {
    width: calc(50% - 1.5vw);
    overflow: hidden;
    float: left;
    margin: 0 3vw 3vw 0;
    height: 25vw;
    position: relative;
    border-radius: 1vw;
}
.ls-tztj-s.c>a:nth-of-type(even) {
    margin-right: 0;
}
.ls-tztj-s.c>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ls-tztj-s.c>a>p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(5, 5, 5, 0.6), rgba(8, 8, 8, 0));
    color: #fff;
    font-size: 3.5vw;
    padding: 0 2vw;
    line-height: 6vw;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}














