.data-main {
    width: 100%;
    background-color: #F5F5F5;
    padding-top: 50px;
}

.data-main .w {
    display: flex;
    margin: auto;
}

/* right */
.list-right {
    width: 1078px;
    /* width: 77.1%; */
}

.list-right .content {
    background-color: #FFFFFF;
    padding: 34px 75px 28px 70px;
    margin-bottom: 19px;
    border-radius: 10px;
}

.list-right .title {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
}

.list-right .date {
    margin: 12px 0px;
    font-size: 12px;
    line-height: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #969696;
}

.list-right .text {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #646464;
    margin-bottom: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-right .type {
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}

.list-right ul {
    display: flex;
    align-items: center;
    width: 87%;
}

.list-right ul>li {
    flex: 1;
}

.list-right ul>li>p {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
    margin-right: 20px;
}
.list-right ul>li>p i{
    font-size: 16px;
    line-height: 16px;
}


/* .list-right ul>li:nth-of-type(1) p::before {
    width: 19px;
    height: 16px;
    display: inline-block;
    content: "";
    background: url(../image/lable1.png) no-repeat center center;
    margin-right: 12px;
    position: relative;
    top: 2px;
}

.list-right ul>li:nth-of-type(2) p::before {
    width: 16px;
    height: 17px;
    display: inline-block;
    content: "";
    background: url(../image/lable2.png) no-repeat center center;
    margin-right: 12px;
    position: relative;
    top: 2px;
}

.list-right ul>li:nth-of-type(3) p::before {
    width: 22px;
    height: 17px;
    display: inline-block;
    content: "";
    background: url(../image/lable3.png) no-repeat center center;
    margin-right: 12px;
    position: relative;
    top: 2px;
} */

.list-right .more {
    width: 100px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(90deg, #30BBFE, #3574E5, #8E4BD6);
    border-radius: 5px;
}

.list-right .more a {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
}


/* 页码样式*********************************************************************************** */

.pagelist {
    display: flex;
    height: 120px;
    justify-content: center;
    align-items: center;
}

.layui-laypage a,
.layui-laypage span {
    width: 35px;
    height: 35px;
    padding: 0px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    margin: 0px 5px;
}

.layui-laypage .layui-laypage-next,
.layui-laypage .layui-laypage-prev {
    width: 82px;
    border-radius: 5px;
}


/* *********************************************************************************** */