*{box-sizing: border-box;font-family: Microsoft YaHei, Microsoft YaHei;font-weight: 400;font-size:14px;padding:0px;margin:0px;text-decoration: none;}
/* 改变滚动条的颜色 */
* {scrollbar-width: thin;scrollbar-color: #999 #F5F5F5;}
*::-webkit-scrollbar {background-color: #F5F5F5;width: 5px;}
*::-webkit-scrollbar-thumb {background-color: #999;border-radius: 3px;}
/* 改变滚动条被悬停时的颜色 */
*::-webkit-scrollbar-thumb:hover {background-color: #666;}
/* 改变滚动条的轨道宽度和颜色 */
*::-webkit-scrollbar-track {background-color: #F5F5F5;border-radius: 3px;}

.container-wrapper{width:1180px;margin: 15px auto;}
.nva_top{margin-top: 15px;}
.main-wrapper{width:1180px;margin: 15px auto;display: flex;}
.menu-wrapper{width:216px;}
.content-wrapper{width:934px;margin-left:30px;padding:30px;background: #FFFFFF;border: 1px solid #E2E2E2;border-radius: 6px;margin-bottom: 40px;}

.list-wrapper{}
.list-wrapper .list-head{display: flex;align-content: flex-start;align-items: baseline;}
.list-wrapper .list-head h2{font-size: 22px;font-weight: bold;color: #333333;}
.list-wrapper .list-head span{color: #999999;}
.list-wrapper .list-head label{color: var(--gcolor);}
.list-wrapper .list-body{margin-bottom:20px;margin-top:20px;}
.list-wrapper .list-datas-no{text-align: center;font-size: 18px;color:#666;padding: 40px 0px;line-height:30px !important;}
.list-wrapper .list-datas-no img{width:200px;display: block;margin: 0 auto;}

.list-datas{height:150px;padding: 15px 0px;margin-bottom:10px;border-bottom: 1px solid #d8d8d8;}
.list-datas:after{clear: both;}
.list-datas .list-title{margin-bottom:10px;display: flex;}
.list-datas .list-title a{font-weight:700;font-size:16px;color:#333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list-datas .list-title .stick, .list-datas .list-title .topline{padding: 3px 8px;color: #fff;font-size: 12px;text-align: center;margin-right: 5px;background-color: var(--gcolor);margin-left: 5px;}
.list-datas .list-desc{color:#666;line-height: 26px;min-height:50px;}
.list-datas .list-nav{margin-top:10px;}
.list-datas .item-nav{float:left;}
.list-datas .item-nav .nav-zl{padding: 3px 8px;color: #fff;font-size: 12px;text-align: center;margin-right: 5px;background-color: var(--gcolor);}
.list-datas .item-nav .nav-node{background: #eee;font-size: 12px;padding: 4px 11px;color: #333;}
.list-datas .item-date{float:right;display: flex;align-items: center;color:#666;}

/*分页样式*/
.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:var(--gcolor);}
.el-pagination{float:right;}