.content-headimg{
    background: url(https://bhtcdn.bhuitong.com/HuiRenLi/static/images/Banner/banner_hr.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;
}

.tagBox{
    padding-bottom: 10px;
    margin: 20px 0 10px 0;
    overflow-x: auto;
    white-space: nowrap;
}
.AnLiList{
    display: flex;
    flex-wrap: wrap;  
    justify-content: flex-start;
    width: 94%;
    margin: 0 auto;
}
.tagItem{
    width: 80px;
    margin-left: 2%;
    text-align: center;
    padding: 5px 10px;
    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:nth-child(1){
    padding-top: 0px;
}
.AnLiItem{
    width:100%;
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #E8E8E8;
    transition: all 0.5s;
}
.AnLiItem .AnLiImg {
    width: 50%;
    height: 90px;
    border: 1px solid #E9EBF3;
    border-radius: 4px;
}
.AnLiItem .AnLiImg img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.AnLiItem .AnLiContent{
    flex: 1;
    text-align: left;
    padding: 0 10px;
}
.AnLiItem .AnLiContent .AnLiTitle{
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 700;
    color: #333333;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.AnLiItem .AnLiContent .AnLiDesc{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #838B99;
    margin-top: 10px;
    text-overflow: ellipsis;
    text-overflow: -webkit-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.AnLitip{
    width: 74px;
    height: 22px;
    text-align: center;
    background: #E1EFFF;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #00A4FF;
    line-height: 22px;
    margin: 10px 0;
}
.jump{
    display: none !important;
}
.zxfPagenum{
    display: none !important;
}
.more{
    display: none !important;
}
.current{
    display: none !important;
}
.zxfokbtn{
    display: none !important;
}
.zxf_pagediv span{
    display: none !important;
}
.zxf_pagediv{
    font-size: 14px !important;
    padding: 15px 0 !important;
    /* width: 50%; */
    /* justify-content: space-between; */
}
.zxf_pagediv a{
    color: #5F7986 !important;
}
.prebtn{
    height: 32px !important;
    line-height: 32px !important;
}
.nextbtn{
    height: 32px !important;
    line-height: 32px !important;
}