.news-header{
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
    background-color: #ffffff;
}
.news-m{
    width:80%;
    margin: 0 auto;
}
.news-cate-list{
    font-size: 16px;
    color: #333333;
}
.news-cate-list li{
    float: left;
    margin-right: 40px;
    height: 60px;
    line-height: 60px;
    list-style: none;
}
.news-box{
    overflow: hidden;
    position: relative;
    padding: 40px 0;
    width: 1200px;
    margin: 0 auto;
}
.box-left{
    width: 840px;
    overflow: hidden;
    float: left !important;
}
.box-right{
    width: 320px;
    overflow: hidden;
    float: right !important;
}
.box-top{

}
.box-top-left{
    position: relative;
    width: 560px;
    overflow: hidden;
    float: left !important;
}
.box-top-left img{
    width: 560px;
    height: 314px;
    aspect-ratio: auto 560 / 314;
}
.box-top-left .img-txt{
    font-size: 20px;
    line-height: 32px;
    padding: 0 20px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px #333;
}
.box-top-right{
    width: 270px;
    overflow: hidden;
    float: right !important;
}
ul{
    margin: 0;
    padding: 0;
}

.right-img img{
    width:320px;
    height: 240px;
}
.top-right-img img{
    max-width: 270px;
    max-height: 152px;
}
.box-top-right .img-txt{
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px #333;
}
img {
    border: 0;
    vertical-align: middle;
}
.box-left-top img:hover{
    transform: scale(1.1, 1.1);
    transition: transform 0.5s ease-out;
}

.box-left-top{
    height: 314px;
    width: 100%;
}
.box-left-top a{
    color: #fff;
}
.top-right-img{
    width: 270px;
    height: 152px;
    overflow: hidden;
    position: relative;
}
.news-m li{
    cursor: pointer;
}
.box-right-tit{
    margin-top: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px dashed #E3E3E3;
    border-top: 2px solid #3784D2;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.box-right-list{
    width: 100%;
    padding: 20px 0 15px;
    overflow: hidden;
    text-indent: 20px;
    line-height: 24px;
    max-height: 2000px;
}
.box-right-list li{
    margin-bottom: 15px;
    list-style: none;
}
.li-p{
    color: #333333;
    width: 100%;
    height: 24px;
    background: url(../image/icon/right.png) no-repeat -4px ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.li-time{
    color: #999999;
}
.box-left-list{
    padding: 20px 0;
}
.news-item{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #E3E3E3;
    overflow: hidden;
}
.news-item-left{
    width: 270px;
    height: 152px;
    line-height: 152px;
    overflow: hidden;
    float: left;
}
.news-item-left img{
    max-width: 100%;
    transition: transform 0.5s ease-out;
}
.news-item-left img:hover{
    transform: scale(1.1, 1.1);
    transition: transform 0.5s ease-out;
}
.news-item-right{
    width: 550px;
    overflow: hidden;
    float: right !important;
}
.news-item-right-title{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item-right-content{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding: 11px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-all;
    height: 113px;
}
.news-item-right-remark{
    width: 100%;
    overflow: hidden;
    color: #999999;
}
.news-item-right-remark span{
    margin-right: 40px;
    color: #999999;
}
.item-time{
    padding-left: 30px;
    background: url(../image/icon/bell.png) no-repeat;
    background-size: 18px 18px;
}
.item-eye{
    padding-left: 30px;
    background: url(../image/icon/biaoqian.png) no-repeat ;
    background-size: 18px 18px;
}
.news-cate-list a{
    color: #333333;
}


/* 分页器 */

.page-box {

    display: flex;

    justify-content: center;

    margin-top: 24px;

}

.pagination span{
    display: inline-block;
    color: #999;
    cursor: pointer;
    min-width:32px;
    height:32px;
    line-height:32px;
    margin: 0 4px;
    padding: 0 4px;
}
.pagination span {
    font-size: 14px;
    border-radius: 0;
    background: #f0f2f5;
}
.page-total{
    display: inline-block;
    margin-left: 20px;
    height: 32px;
    line-height: 32px;
}
.pagination span:hover,.pagination span.active{
    color: #fff!important;
    background: #409eff;
}
/* .page-box span{

  display: flex;

  justify-content: center;

  align-items: center;

  color: #999;

  margin-right: 5px;

}

/* .page-box a:last-child {

  margin-right: 0;

}

.page-box a.first-page,.page-box a.last-page{

  width: 61px;

} */

