.main .contentNews {
    height: auto;
    text-align: left;
}
.main .contentNews .list-data  {
    display:flex;
    height: 253px; /* 23.4259vh × 10.8 */
    background: url('../images/news_bg.png') no-repeat center;
    background-size: 100% 100%;
    padding: 0.2% 0;
    margin: 22px 0; /* 2vh × 10.8 */
}
.main .contentNews .list-data:hover  {
    background:none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.list-data .img-div {
    position:relative;
    height: 100%;
}
.list-data .img-div img {
    width:384px; /* 20vw × 19.2 */
    height: 100%;
}
.list-data .list-view {
    flex:1; 
    display:flex;
    flex-direction:column;
    justify-content:center;
    font-size: 16px; /* 0.85vw × 19.2 */
    padding: 0 38px; /* 2vw × 19.2 */
}
.list-data .list-view a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 22px; /* 1.1458vw × 19.2 */
    color: #333333;
    line-height: 48px; /* 4.4444vh × 10.8 */
    margin: 11px 0; /* 1vh × 10.8 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-data .list-view span {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px; /* 0.9375vw × 19.2 */
    color: #777777;
    line-height: 36px; /* 3.3333vh × 10.8 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 11px 0; /* 1vh × 10.8 */
}
.list-data .list-view .time {
    display: flex;
    justify-content: left;
    align-items: center;
}
.list-data .list-view .time img {
    width: 20px; /* 1.0417vw × 19.2 */
    height: 20px; /* 1.8519vh × 10.8 */
    margin-right: 10px; /* 0.5vw × 19.2 */
}
.list-data .list-view .time text {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px; /* 0.9375vw × 19.2 */
    color: #777777;
}
.list-data:hover {
    /* box-shadow: #eeeeee 0 1px 1px 0; */
    /* box-shadow: 0 2px 12px rgba(0,0,0,0.1); */
}
.list-data:hover .list-view a {
    color: #B41813;
}
.list-data:hover .list-view .img {
    background: url('./images/arrows_ac.png') no-repeat center;
    background-size: 100% 100%;
}
.pagination .ui-pagination-page-item{      
    width: 50px; /* 2.6042vw × 19.2 */
    height: 50px; /* 4.6296vh × 10.8 */        
    background: #BD0F0F;
    color: #EFEFEF;
    border-color: #BD0F0F;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px; /* 0.8333vw × 19.2 */
    display: inline-block;
    text-align: center; 
    line-height: 50px; /* 4.6296vh × 10.8 */
    text-decoration: none;
    font-style: normal;
}
.pagination .ui-pagination-page-active{
    width: 50px; /* 2.6042vw × 19.2 */
    height: 50px; /* 4.6296vh × 10.8 */
    border: 1px solid #EFEFEF;
    background: #EFEFEF;
    color: #999999;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px; /* 0.8333vw × 19.2 */
    display: inline-block;
    text-align: center;
    line-height: 50px; /* 4.6296vh × 10.8 */
    text-decoration: none;
    font-style: normal;
}