.mr-20{margin-right: 20px;}
.Notice{width: 100%;height: calc(100vh - 100px);}
.Notice .Notice-header{height: 180px;width: 100%;margin-bottom: 30px;}
.Notice .Notice-header .Notice-logo{background:#fff;width: 330px;height:180px;border-radius:16px;box-shadow: 0 0 20px rgba(0, 0, 0, .06);margin-right: 20px;}
.Notice .Notice-header .Notice-urgent{background:#fff;width: calc(100% - 350px);height:180px;border-radius:16px;box-shadow: 0 0 20px rgba(0, 0, 0, .06);padding: 20px;box-sizing: border-box;cursor:pointer;}
.Notice .Notice-header .Notice-urgent .urgent-top{width: 100%;margin-bottom: 20px;justify-content : space-between}
.Notice .Notice-header .Notice-urgent .urgent-top .left{font-size: 16px;color: #666666;}
.Notice .Notice-header .Notice-urgent .urgent-top .right{font-size: 16px;color: #666666;}
.Notice .Notice-header .Notice-urgent .urgent-title{font-size: 20px;color: #000;margin-bottom: 20px;}
.Notice .Notice-header .Notice-urgent .urgent-main{color: #999999;font-size: 14px;width: 100%; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.Notice .Notice-header .Notice-urgent .urgent-top .right .mr-20{position: relative;top: -2px;}
.Notice .Notice-main{width: 100%;}
.Notice .Notice-main .Notice-table{width: 100%;}
.Notice .Notice-main .Notice-table thead{margin-bottom: 20px;}
.Notice .Notice-main .Notice-table thead tr{color: #666666;font-size: 14px;margin-bottom: 20px;font-weight: bold;}
.Notice .Notice-main .Notice-table thead tr td{text-align: center;}
.Notice .Notice-main .Notice-table tbody tr td.one{background:#fff url(../images.Notice_ico.png) no-repeat 20px center;background-size: 20px 20px;width: 600px;}
.Notice .Notice-main .Notice-table thead tr td:first-child{text-align: left;padding-left: 20px;box-sizing: border-box;}
.Notice .Notice-main .Notice-table thead tr td:last-child{text-align: right;padding-right: 20px;box-sizing: border-box;}
.Notice .Notice-main .Notice-table tbody tr td{padding: 14px 0;background: #fff;font-size: 16px;color: #000;font-weight: bold;text-align: center;}
.Notice .Notice-main .Notice-table tbody tr td:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px;padding-left: 60px;box-sizing: border-box;text-align: left;}
.Notice .Notice-main .Notice-table tbody tr td:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px;text-align: right;padding-right: 16px;box-sizing: border-box;}
.Notice .Notice-main .Notice-table tbody .button{background-color: #f1f6ff;border-radius: 8px;width: 60px;height: 36px;font-size: 16px;color: #066aff;text-align: center;line-height: 36px;cursor:pointer;}
.Notice .Notice-main .Notice-table .distance{background: #ebf2f6;height: 20px;}
.Notice .Notice-main .Notice-table tbody .distance{background: #ebf2f6;height: 10px;padding: 0;}
.Notice .Notice-main .Notice-table tbody .distance tr td:first-child{background: none;}
.bulletinBox{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.6);}
.bulletinBox-bg{width: 100%;height: 100%;}
.bulletinBox-bg .bulletinBox-content{width: 800px;background: #fff;border-radius: 12px;padding-bottom: 10px;}
.bulletinBox-content .bulletinBox-header{width: 100%;height: 60px;padding-left: 80px;box-sizing: border-box;border-bottom: 1px solid #f5f5f5;margin-bottom: 30px;}
.bulletinBox-content .bulletinBox-header .title{width: calc(100% - 80px);height:60px;line-height:60px;font-size: 18px;letter-spacing: 1px;color: #000000;font-weight: bold;text-align: center;}
.bulletinBox-content .bulletinBox-header .button{width: 80px;height:60px;line-height:60px;background: none;padding: 0;cursor:pointer;}
.bulletinBox-content .bulletinBox-main{width:100%;color: #999999;font-size: 14px;line-height: 26px;margin: 0 auto 10px;max-height: calc(100vh - 380px);overflow: auto;padding: 0 100px;box-sizing: border-box;}
.bulletinBox-content .bulletinBox-main .paragraph{margin-bottom: 20px;}
.bulletinBox-content .bulletinBox-enclosure{width: 640px;margin: 0 auto;}
.bulletinBox-content .bulletinBox-enclosure .title{font-size: 16px;color: #000;margin-bottom: 20px;}
.bulletinBox-content .bulletinBox-enclosure .main{width: 100%;flex-wrap: wrap;width: calc(100% + 20px);margin-left: -10px;}
.bulletinBox-content .bulletinBox-enclosure .list{width: calc(33.33% - 20px);margin: 0 10px 20px;background: #fff;border-radius: 10px;box-shadow: 0 6px 20px rgba(0, 0, 0, .06);padding: 20px;box-sizing: border-box;}
.bulletinBox-content .bulletinBox-enclosure .list .list-size{font-size: 16px;color: #999999;margin-bottom: 10px;}
.bulletinBox-content .bulletinBox-enclosure .list .list-title{font-size: 14px;color: #000;margin-bottom: 20px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;width: 100%;}
.bulletinBox-content .bulletinBox-enclosure .list .list-btn{background-color: #0693ff;border-radius: 15px;box-shadow: 0 6px 16px rgba(6, 147, 250, .6);width: 86px;height: 30px;color: #fff;margin: 0 auto;display: block;cursor:pointer;}
.Notice .nothing{width: 100%;height: 100%;}
.Notice .Notice-main .nothing{height: calc(100vh - 240px);}
.Notice .el-pagination{margin-top: 40px;}