

.news-content.details {
    background: #fff linear-gradient(to bottom, #6893ff14, #fff 300px);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.news-content.details::before,
.news-content.details::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 500px;
    z-index: -1;
    background: linear-gradient(to bottom, #6893ff0f, #fff0 200px);
    transform: skew(-30deg);
    top: 0;
}

.news-content.details::before {
    left: 0%;
}

.news-content.details::after {
    left: 50%;
}

.search-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    color: #000;
    margin-top: 20px;
}

.search-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 5px;
    background: #409EFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
}

.search-box {
    background: #e9eef3;
    width: 60%;
    margin: 0 auto 60px;
    padding: 10px;
    overflow: hidden;
}

.search-box .el-form {
    display: flex;
    align-items: center;
    gap: 0;
    background: #fff;
    border: 1px solid #ccd6eb;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    padding: 5px;
}

.search-box .el-form .el-form-item:first-child {
    width: 160px;
}

.search-box .el-form .el-form-item:nth-child(3),
.search-box .el-form .el-form-item:nth-child(3) .el-form-item__content {
    width: 100%;
}

.search-box .el-form .el-form-item:last-child {
    padding: 2px;
}

.search-box .el-form .el-button {
    border-radius: 6px;
    background: #1278ff;
    font-size: 16px;
}

.search-box .el-form .el-form-item__content {
    gap: 0;
}

.line {
    width: 1px;
    height: 20px;
    background: #ccd6eb;
}

.search-box .el-form .el-form-item__content .el-input__inner {
    border: none;
    font-size: 16px;
}

.content-box .title{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 78%;
    padding-bottom: 5px;
    color: #000;
    margin: 0 auto 15px;
}

.content-box .title h3{
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.content-box .title h3::before{
    content: "";
    background: #006bff;
    width: 2px;
    height: 18px;
    font-weight: bold;
}

/*详情*/
.info {
    width: 78%;
    margin: 0 auto 50px;
}

.info ul {
    width: 100%;
    border: 1px solid #ccd6eb;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}

.info ul li {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid #ccd6eb;
    gap: 35px;
}

.info ul li:nth-child(2n) {
    border-left: 1px solid #ccd6eb;
}

.info ul li:last-child,
.info ul li:nth-last-child(2) {
    border-bottom: 0;
}
.info ul li span:first-child{
  	flex-shrink:0;
}

.info ul li span:last-child{
    color: #000;
}
.info ul li span.tag{
    padding: 0 12px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.info ul li span.tag>.tag-round-box{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    position: relative;
}
.info ul li span.tag>.tag-round-box .tag-round{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: absolute;
    top: 3px;
    left: 3px;
}


/*详情-end*/


/*记录*/
.record{
    width: 78%;
    margin: 0 auto;
}
.record .el-timeline-item {
    padding-top: 10px;
    --el-timeline-node-size-normal: 14px;
}

.record .el-timeline-item .el-timeline-item__node {
    border: 2px solid #006bff;
    background: #fff;
}

.record .el-timeline-item .el-timeline-item__tail {
    left: 6px;
    border-left: 1px dashed #dcdfe6;
}

.record .el-timeline-item .el-timeline-item__wrapper {
}

.record .el-timeline-item .el-timeline-item__timestamp.is-top {
    padding-top: 0;
    margin-bottom: 0;

}

.record .el-timeline-item .user-info {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 0;
    margin-top: -5px;
}
.record .el-timeline-item .sh-time{
    color: #303133;
}
.record .el-timeline-item .sh-users {
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    color: #006bff;
}

.record .el-timeline-item .sh-users .user-position {
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
    color: #75849a;
}

.record .el-timeline-item .el-card {
    box-shadow: none;
    border: 0;
    background: #f5f7f9;
    margin-top: 5px;
    border-right: 5px;
}

.record .el-timeline-item .el-card .el-card__body {
    padding: 10px 20px;
}

.record .el-timeline-item .el-card .el-card__body div {
    line-height: 32px;
    font-size: 16px;
}

/*记录end*/

.empty{
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #75849a;
    gap: 3px;
    background: #f2f7fb;
    border-radius: 10px;
}
.empty .iconfont{
    font-size: 20px;
}
.empty p{
    color: #75849a;
}