.mian-content{
    width:1200px;
    margin:auto
 }
 .mian-content .content{
     min-height: 300px;
     position: relative;
 }
 .mian-content .content .details-content {
     background: linear-gradient(90deg, #FFFFFF 0%, #EFEFEF 50%, #FFFFFF 100%);;
     text-align: center;
     font-size: 24px;
   }
   #article-title{
     display: inline-block;
     padding: 10px;
     text-align: center;
     margin: 0px auto;
     color: #444444;;
   }
   .details-item {
     text-align: center;
     font-family: SourceHanSansCN-Regular;
     color: #666666;
     margin-top: 16px;
     font-size: 14px;
     margin-bottom: 43px;
   }
   .details-item ul li {
     list-style: none;
     display: inline-block;
     margin-left:20px
   }
   #article-content{
     margin-bottom: 40px;
   }
   /* 详情归档 */
   .announcementFilingTime .notice-img{
     position: absolute;
     right: 24px;
     top: 0px;
     width: 120px;
     height: 98px;
     background: url(../images/guidang.png);
     background-repeat: no-repeat;
     background-size: cover;
     font-size: 10px;
     color: #5992FF;
   }
   .announcementFilingTime .notice-img div:first-child{
     position: absolute;
       top: 25px;
       right: 35px;
   }
   .announcementFilingTime .notice-img div:last-child{
     position: absolute;
       top: 45px;
       text-align: center;
       width: 116px;
       right: 0;
       height: 14px;
       color: #5992FF;
       line-height: 14px;
   }
   #article-content #div-content .migrate_cls{
     width: 720px !important;
     margin: 0 auto;
   }
   #article-content #div-content p>img{
     width: 100% !important;
     height: auto !important;
   }
   #article-content #div-content p a>img{
     width: 100% !important;
     height: auto !important;
   }
   /* 在线视频 */
   #videoID{
     width: 900px;
     margin: auto;
   }
 
   /* 表格 */
   .table_content{
     /* height: 30px; */
     width: 1200px;
     border: 1px solid #c1c1c1;
     background-color: #e6ebf1;
   }
   .table_content:nth-child(even){
     border-top: none;
     border-bottom: none;
   }
   .table_content:last-child{
     border-bottom: 1px solid #c1c1c1;
   }
   .table_content span {
     display: inline-block;
     padding: 10px;
   }
   .table_content .table_header{
     width: 200px;
     height: 100%;
     vertical-align: top;
     font-weight: 700;
   }
   .table_content .table_tr{
    width: 994px;
    height: 100%;
    background-color: #FFF;
   }
   .table_content  .gg_content{
     overflow: auto;
   }
   .table_content  .gg_content a{
     color: #5992FF !important;
   }