.round {
    display: inline-block;
    width: 18px;
    height: 18px;
    /* font-size: 12px; */
    text-align: center;
    line-height: 16px;
    /* border-radius: 8px;
    background-color: #c280ff;
    color: #fff;
    border: 2px solid #ffffff; */
    position: absolute;

  background: url(//res.bauhk.com/template/44/2024/10/8/2006573/zjh_icon_zw.png) no-repeat;
  background-size: 100%;
}
.round.zjh-tb-gr{
    background-image: url(//res.bauhk.com/template/44/2024/10/8/2006573/zjh_icon_gr.png);
  }
  .round.zjh-tb-jg{
    background-image: url(//res.bauhk.com/template/44/2024/10/8/2006573/zjh_icon_jg.png);
  }
/* .round.mec {
    background-color: #40a2ea;
}

.round.red {
    background-color: red;
} */

.zjh-more {
    display: none;
    cursor: pointer;
    box-sizing: border-box;
    width: 280px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border: 2px solid #601986;
    border-radius: 8px;
    font-size: 16px;
    color: #601986; 
    margin: 40px auto;
}
.zjh-tabs {
    width: 1180px;
    height: 46px;
    margin-left: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.zjh-tabs a {
    width: 126px;
	height: 46px;
	line-height: 46px;
    text-align: center;
    font-size: 24px;
	letter-spacing: 2px;
	color: #333333;
}
.zjh-tabs .cur,
.zjh-tabs a:hover {
	background-color: #7b6dc0;
    color: #ffffff;
    font-weight: bold;
}
.zjh-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 50px;
}

.zjh-list .zjh-li {
    box-sizing: border-box;
    width: 380px;
    height: 236px;
    padding: 24px 24px 0 24px;
    box-shadow: 0px 1px 13px 0px rgba(204, 204, 204, 0.33);
    margin-left: 20px;
    margin-top: 30px;
}

.zjh-list .zjh-li .zjh-header {
    display: flex;
}

.zjh-list .zjh-li .zjh-header .img {
    flex: 0 0 70px;
    height: 70px;
    position: relative;
    margin-right: 17px;
}

.zjh-list .zjh-li .zjh-header .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.zjh-list .zjh-li .zjh-header .img .round {
    bottom: 0;
    right: 0;
}

.zjh-list .zjh-li .zjh-header .name {
    flex: 1;
}

.zjh-list .zjh-li .zjh-header .name .fLine {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zjh-list .zjh-li .zjh-header .name .fLine .t {
    width: 150px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.zjh-list .zjh-li .zjh-header .name .fLine .b {
    width: 60px;
    height: 26px;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    background-color: #d7cedc;
    cursor: pointer;
}

.zjh-list .zjh-li .zjh-header .name .tro {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}

.zjh-list .zjh-li .zjh-info {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
}
.guanzhuzjh[data-is='T'] {
    background-color: #e0e0e0 !important;
}

@media screen and (max-width: 768px) {
    .zjh-tabs {
        width: 100%;
        height: .8rem;
        margin-left: .2rem;
    }
    .zjh-tabs a {
        width: 1.6rem;
        height: .8rem;
        line-height: .8rem;
        text-align: center;
        font-size: .34rem;
    }
    .zjh-list {
        margin: 0 0 .5rem;
        padding: 0 .2rem;
    }
    .zjh-list .zjh-li {
        width: 100%;
        height: unset;
        padding: .3rem .24rem;
        margin-left: 0;
        margin-top: .4rem;
    }
    .zjh-list .zjh-li .zjh-header .img {
        flex: 0 0 1.3rem;
        height: 1.3rem;
        position: relative;
        margin-right: .15rem;
    }
    .zjh-list .zjh-li .zjh-header .name {
        max-width: calc(100% - 1.45rem);
    }
    .zjh-list .zjh-li .zjh-header .name .fLine .t {
        width: unset;
        font-size: .34rem;
        flex: 1;
    }
    .zjh-list .zjh-li .zjh-header .name .fLine .b {
        width: 1.1rem;
        height: .5rem;
        border-radius: .1rem;
        line-height: .5rem;
        font-size: .26rem;
        flex-shrink: 0;
        margin-left: .1rem;
    }
    .zjh-list .zjh-li .zjh-header .name .tro {
        margin-top: .2rem;
        font-size: .26rem;
        line-height: .45rem;
    }
    .zjh-list .zjh-li .zjh-info {
        margin-top: .15rem;
        font-size: .26rem;
        line-height: .45rem;
    }
    .zjh-more {
        width: 80%;
        height: .8rem;
        line-height: .8rem;
        border-radius: .1rem;
        font-size: .3rem;
        margin: .4rem auto;
    }
}