/*123*/.im {
      margin: 30px 0;
    color: #009194;
    font-size: 22px;
    font-weight: bold;}.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.teaList li {
    width: 48.2%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: .5rem;
    transition: .3s;}
.teaList li a {
    display: flex;}
.teaList li .imgBox {
    width: 190px;}

.teaList li .imgBox .img {
    height: 240px;
    padding-bottom: 0;
    position: absolute;
        width: 168px
;}

.teaList li .txt {
    width: calc(100% - 190px);
    padding: 30px 5px;
    height: 240px;}

.teaList li .txt .h4 {
    font-size: 12px;
    margin-bottom: 5px;}

.teaList li .txt .h4 span {
    font-size: 18px;
    font-weight: bold;
    color: #009194;
    margin-right: 10px;}

.teaList li .txt .info {
    padding-top: 24px;
    color: #888;
    font-size: 15px;
    line-height: 30px;}

.teaList li .txt .info p {
    margin-bottom: .06rem
;}

.teaList li .txt .info p span {}

.imgBox img {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s;}
.teaList li .txt .info p:nth-child(1) span {
    background: url(images/dh.png) no-repeat left center;
background-size: 19px;
    padding-left: 24px;}
.teaList li .txt .info p:nth-child(2) span {
    background: url(images/yx.png) no-repeat left center;
background-size: 20px;
    padding-left: 24px;}
@media (max-width: 1024px) {
    .teaList li {
        width: 100%
    ;}

    .teaList li .txt p {
        height: auto
    ;}
}
/*123*/
