.ui-nodata {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.ui-nodata img {
    display: block;
    margin: 0 auto;
}

.ui-nodata p {
    font-size: 13px;
    color: #666;
    line-height: 38px;
}

.xyhj-card {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 215px;
    height: 228px;
    overflow: hidden;
    background-color: pink;
}
.xyhj-card:nth-child(4n-3){
    margin-left: 0;
}

.xyhj-card a{
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
.xyhj-card:hover img{
    transform: scale(1.2);
}
.xyhj-card a img{
    transition: all 2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xyhj-card .name{
    position: absolute;
    height: 40px;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.clearfix::before,
.clearfix::after{
    content: "";
    display: table;
}
.clearfix::after
{
    clear: both;
}

/* 分页 */
.ui-news-page {
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}
.pagination {
    width: auto;
    height: auto;
    overflow: hidden;
    clear: both;
    text-align: center;
    margin: 20px auto 20px auto;
}

.pagination li {
    min-width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    margin-right: 4px;
    border: solid 1px #d9d9d9;
}

.pagination li:first-child a,
.pagination li:last-child a {
    box-sizing: border-box;
    padding: 0 10px;
}

.pagination li a {
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: block;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
}

.pagination li:hover,
.pagination li.active {

    background: #eef6ff;
    ;
    color: #333;
    border: solid 1px #2c72bc;
}

.pagination li:hover a {
    color: #333;
}

/* 新闻列表 */
.hj-news-list {
    display: flex; 
    height: 200px;
    width: 100%;
    margin-bottom: 30px;
}
.hj-news-list .pic{
    display: block;
    padding: 5px;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    border: 1px solid #dddddd;
    margin-right: 30px;
}
.hj-news-list .pic img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hj-news-list .text {
    display: flex;
    flex-direction: column;
}
.hj-news-list .text p {
    margin-top: 30px;
    line-height: 150%;
    max-width: 640px;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 34px;
    text-indent: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hj-news-list .text span {
    font-size: 16px;
    margin-top: 15px;
    color: #777777;
}

.hj-news-list .text h4{
    margin-top: 15px;
    font-size: 20px;
    font-weight: 400;
}
.hj-news-list .text h4 a:hover {
    color: #e6131a;
}
