/* 报纸列表页 */
.newspapertop {width:100%;margin:0 auto;height:80px;opacity:1;background:#ffffff;box-shadow:0 4px 5px 0 rgba(0,0,0,0.15);}
.newspapertop .title{margin:0 auto;height:100%;}
.newspapertop .title .left{width:75%;height:100%;}
.newslefttop{width:204px;height:60px;padding-top:10px;box-sizing:border-box;margin-right:60px;}
.newslefttop a img{width:100%;height:100%;object-fit:contain;}
.newspapertop .title .right{width:20%;height:100%;vertical-align:super;text-align:end;}
.right{padding-top:10px;box-sizing:border-box;padding-right:20px;font-size:14px;color:#767676;}
.newspaperlist{margin:27px auto;}
.newspaperlist a{display: block;}
.listitem{border-bottom:1px solid #d8d8d8;/* background-color:aqua;*/}
.listitem img{width:100%;object-fit:cover;}
.listitem .time{font-family:microsoft yahei;font-size:16px;display:block;line-height:42px;color:#3d3d3d;text-align:center;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.newspaperlistitem{display:inline-block;}
.newspaperlistitem:not(:first-child){margin-left:50px;}
.newspaperlistitem:nth-of-type(6){margin-left:0px !important;margin:25px 0px;}
.newspaperlistitem:nth-of-type(11){margin-left:0px !important;}

.empty-paper {text-align: center;height: 200px;line-height: 200px;font-size: 16px;font-weight: 500;}

.page {margin: 0 auto}
/*1200*/
@media screen and (max-width:1440px){
    .newspapertop .title {width: 1200px;margin: 0 auto;height: 100%;}
    .newspaperlist {width: 1200px;}
    .page {width: 1200px;}
    .newspaperlistitem:not(:first-child){margin-left:20px;}
    .newspaperlistitem {width: calc(((1200px - 100px) / 5))}
}

/*1400*/
@media screen and (min-width: 1441px) {
    .newspapertop .title {width: 1360px;margin: 0 auto;height: 100%;}
    .newspaperlist {width: 1360px;}
    .page {width: 1360px;}
}


/*1600*/
@media screen and (min-width:1700px){
    .newspapertop .title {width: 1360px;margin: 0 auto;height: 100%;}
    .newspaperlist {width: 1360px;}
    .page {width: 1360px;}
}
