
 body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",SimSun, sans-serif !important;    margin: 0;   padding: 0;   letter-spacing: 0.6px;   font-weight: normal;}
 html{ height: 100%;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",SimSun, sans-serif !important;}
 body{margin: 0px; height: 100%;overflow-y: auto}
 strong{font-size: medium;position:static ;}
 .knotice .knotice-content .sidebar_content .card{    background: #ffffff;
    border-radius: 2px!important;
    border: 0!important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 16px;
}
 .knotice .knotice-content .sidebar_content .card .notice_head .tag{font-size: 12px; border-radius: 10px; padding: 2px 5px; color: white;float:left;}
 .knotice .knotice-content .sidebar_content .card .notice_head .time{font-size: 12px; padding-left: 10px; color: rgba(141,162,181,1); height:18px;line-height:18px; }
 .knotice .knotice-content .sidebar_content .card .notice_title{font-size: 18px;
    color: #333333;
    font-weight: 700;
    padding:12px 0; 
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    width: 100%;}
 .knotice .knotice-content .sidebar_content .card .notice_content{font-size: 14px; line-height: 1.5;word-wrap: break-word;word-break: break-all;overflow: hidden;}
 .knotice .knotice-content .sidebar_content .card .notice_content img{max-width:100%;margin: 0 auto;}
 .knotice .knotice-content .sidebar_content .card ol li {    list-style-type: decimal;    list-style-position: inside;}
 .knotice .knotice-content .sidebar_content .card ul li {    list-style-type: disc;    list-style-position: inside;}
 .knotice .knotice-content table {border-top: 1px solid #ccc;	border-left: 1px solid #ccc;  }  
 .knotice .knotice-content table td,  .knotice .knotice-content table th {	border-bottom: 1px solid #ccc;	border-right: 1px solid #ccc;	padding: 3px 5px;white-space: nowrap;  }  
 .knotice .knotice-content table th {	border-bottom: 2px solid #ccc;font-weight: bold; white-space: nowrap;} 


.knotice{
    background: #F6F9FC;
    padding: 30px 0;
    min-height:  calc( 100% - 88px ) ;
    box-sizing: border-box;
}
.knotice .knotice-content{
    margin: 0 auto;
    max-width: 680px;
}
.get-more{
    text-align: center;
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 16px 25px;
    background: #ffffff;
    border-radius: 6px;
    font-size: 13px;
    color: #404040;
    display: none;
    cursor: pointer;
}
.get-more:hover{
    background-color: #e1e9f0;
    transition: 0.2s linear all;
}
.footer{
    display: none !important;
}