.content-headimg{
    background: url(https://bhtcdn.bhuitong.com/HuiRenLi/static/images/Banner/banner_khal.png) no-repeat;
    background-size: 100% 100%;
    height: 121px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-head{
    position: absolute;
    left: 8%;
    text-align: left;
}
.content-head-1{
    font-weight: 600;
    font-size: 16px;
}
.content-head-2{
    font-size: 12px;
    margin: 5px 0;
}
.content-head-3{
    width: 80px;
    height: 28px;
    line-height: 26px;
    border-radius: 23px;
    background: #189F78;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.head-title{
    font-size: 18px;
    font-weight: 600;
    padding: 30px 0;
    text-align: center;
}

.AnLiList{
    display: flex;
    flex-wrap: wrap;  
    justify-content: space-between;
    width: 94%;
    margin: 0 auto;
}
.tagItem{
    width: 70px;
    margin-left: 3%;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 18px;
    border: 1px solid #DEDEDE;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
    transition: all 0.2s;
}
.tagItem.active{
    background: #1CB37A;
    border-radius: 17px;
    color: #fff;
    transition: all 0.2s;
    border: 1px solid #1CB37A;
}
.tagItem:hover{
    background: #1CB37A;
    border-radius: 17px;
    color: #fff;
    transition: all 0.2s;
}
.AnLiItem{
    width: 47%;
    margin: 0 2% 20px 0;
    border-radius: 8px;
    border: 1px solid #E9EBF3;
}
.AnLiItem:nth-child(even){
    margin-right: 0;
}
.AnLiImg{
    width: 100%;
    border-radius: 4px;
}
.AnLiImg img{
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.AnLiContent{
    padding: 7px;
}
.AnLiContent p{
    margin: 0;
    text-align: left;
}
.AnLiTitle{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #333333;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 30px;
    overflow: hidden;
}
.AnLiSubTitle{
    font-size: 16px;
    font-weight: 500;
    color: #838B99;
    margin: 10px 0!important;
}
.AnLiDesc{
    font-size: 16px;
    font-weight: 500;
    color: #838B99;
}
.AnLiDetail{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #838B99!important;
    margin-top: 5px!important;
}
.AnLiDetail a{
    display: flex;
    align-items: baseline;
    color: #838B99!important;
}
.AnLiDetail img{
    width: 10px;
    margin-left: 5px;
}