.main-content{width: 100%; float: left; padding-top: 40px;}
::-webkit-scrollbar{display:none;}
.no-edit .nlist{display:none;}
.no-edit #news{float: left; width: 100%; height: 100%; position: fixed;}
.no-edit .news-list{width: 60%; margin:auto; display: flex; justify-content:initial; flex-wrap:wrap; height: -moz-calc(100% - (40px)); height: -webkit-calc(100% - (40px)); height: calc(100% - (40px)); overflow-y: scroll;}
.no-edit .news-list>div{width: 33.33%; float: left; border-right: 1px solid #eaeaea; padding: 0 25px;}
.no-edit .news-list .col-3{border: none;}
.no-edit .news-list .each-news{ padding-bottom: 80px;}
.no-edit .news-list .each-news a>div{width:100%;float: left;}
.no-edit .news-img img{width: 100%;}
.no-edit .news-text{font-family: 'crimson_text';margin-top: 10px;padding-right: 30px;}
.no-edit .news-text span{color: #808080;font-size: 14px;float: left;width: 100%;margin-bottom: 10px;}
.no-edit .news-text p{color: #808080;font-size: 15px;}
.no-edit .news-text h4{color: #000;font-size: 20px;margin: 0px; font-weight:normal;}

@media (max-width:980px){
.no-edit .news-list>div{width:50%;}
}

@media (max-width:780px){
.main-content{padding-top:70px;}
.no-edit .news-list{width:70%; height:-moz-calc(100% - (70px)); height:-webkit-calc(100% - (70px)); height:calc(100% - (70px));}
}

@media (max-width:680px){
.no-edit .news-list{width:100%; height:-moz-calc(100% - (60px)); height:-webkit-calc(100% - (60px)); height:calc(100% - (60px));}
}

@media (max-width:480px){
.no-edit .news-list>div{width:100%; border-right:0;}
}
