body {
    font-family: "PingFang SC", "Microsoft YaHei", "微软雅黑", STHeitiSC-Light,
        simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

[v-cloak] {
    display: none !important;
}

.kepuhao {
    width: 1200px;
    margin: 0 auto 24px;
    background: #ffffff;
    min-height: 70vh;
}

.flex-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.flex-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-left {
    width: 732px;
    max-width: 732px;
    min-width: 732px;
}

.flex-right {
    width: 438px;
    max-width: 438px;
    min-width: 438px;
}

.kepuhao-ziyuan {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.area-list {
    display: flex;
    flex-wrap: wrap;
}

.list-item {
    width: 100%;
    padding: 24px;
    cursor: pointer;
    border: 1px solid #EBEBEB;
    border-bottom: 0;
}

.list-item:last-child {
    border-bottom: 1px solid #EBEBEB;
}

.item-title {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    line-height: 30px;
}

.item-description {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.item-list-img {
    margin: 20px 0 36px;
}

.item-img {
    width: 215px;
    height: 146px;
    border-radius: 4px;
    background: #c4c4c4;
    margin-right: 20px;
    object-fit: cover;
}

.item-user {
    margin: 20px 0;
}

.item-user-name {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin: 0 4px 0 8px;
}

.item-user-img {
    width: 26px;
    height: 26px;
    object-fit: cover;
    border-radius: 50%;
}

.item-user-type {
    width: 16px;
    height: 16px;
}

.item-img:last-child {
    margin-right: 0;
}

.list-keyword span {
    display: inline-block;
    height: 18px;
    border: 1px solid #1379ff;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    color: #1379ff;
    margin-left: 10px;
    overflow: hidden;
}

.list-keyword span:nth-child(2n) {
    border: 1px solid #F36326;
    color: #F36326;
}

.list-keyword span:nth-child(3n) {
    border: 1px solid #B9006F;
    color: #B9006F;
}

.list-keyword span:nth-child(1) {
    margin-left: 0;
}

.agree-box {
    border-radius: 4px;
    opacity: 1;
    background: #d4e2ff;
    color: #0e4cd5;
    font-size: 12px;
    font-weight: 400;
    padding: 8px;
    margin-right: 12px;
    height: 28px;
    cursor: pointer;
}
.agree-box.y-agree-box{
    color: #fff;
    background: #0e4cd5;
}
.agree-box.agree-type {
    background: #ffe2e2;
}

.agree-box img {
    width: 14px;
}

.block-title {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 24px 0;
}

.comment-num {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    margin-left: 14px;
}

.block-title img {
    margin-right: 16px;
    width: 28px;
}

.expert-list {
    padding: 24px;
    border: 1px solid #ebebeb;
}
.expert-item-box{
    cursor: pointer;
    margin-bottom: 28px;
}
.expert-img {
    width: 78px;
    height: 78px;
    border-radius: 4px;
    opacity: 1;
    object-fit: cover;
}
.expert-item {
    width: 296px;
    min-width: 296px;
    max-width: 296px;
}

.expert-info {
    margin-bottom: 8px;
}

.expert-name {
    color: #313039;
    font-size: 22px;
    font-weight: 500;
    margin-right: 16px;
    line-height: 30px;
}

.expert-item-keys {
border-radius: 54px;
    opacity: 1;
    border: 1px solid #0e4cd5;
    background: #eef3ff;
    color: #0e4cd5;
    font-size: 16px;
    font-weight: 400;
    padding: 0 16px;
    line-height: 25px;
}

.expert-filed {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}


.page-box {
    padding: 60px;
}

.page-box .el-pager li {
    min-width: 28px;
    height: 28px;
    margin: 0 4px;
    border: 1px solid transparent;
}

.page-box .el-pager li:not(.active):hover {
    border: 1px solid #0170f5;
    color: #303133;
}

.page-box .el-pager li.active {
    background: #024ac2;
    border: 1px solid #024ac2;
    color: #fff;
}
.ell {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ell3 {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ell2 {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.align-items-center {
    align-items: center;
}
.count-box{
    margin-top: 36px;
}
.m-6{
    margin: 0 6px;
}
.label-action {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    color: #0170F5;
}
.label-action img {
    cursor: pointer;
}