﻿main{
    background: url(/res/Home/structure/20010144.png) center bottom no-repeat;
    overflow: hidden;
    padding-bottom: 200px;
}
nav{
    width: 1150px;
    margin: auto;
}

.mediaBg{
    /*background: url(/res/Home/structure/21020892.png) no-repeat;*/
    background: url(/res/Home/structure/21020900.png) no-repeat;
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    background-size: 100%;
    position: relative;
}
.mediaBg::after{
    content: '';
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.3);*/
    position: absolute;
    top: 0;
    left: 0;
}

.disclosure {
    margin: 60px 0 70px;
    text-align: center;
}
.disclosure span {
    padding: 0 20px;
    font-weight: bold;
   position:relative;
}
.disclosure span a:hover{color:#0099ff;}
.disclosure .self{color:#0099ff;}
.disclosure span::after{
  content:"|";
  heigh:16px;
  position:absolute;
  top:0;
  right:0;
}
.disclosure span:last-child::after{
 content:"";
}

.disclosure-list li {
    position: relative;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.disclosure-list li .ReportIDIssueTime{
    float: right;
    color: #ccc;
}
.disclosure-list .addmore {
    width: 400px;
    height: 45px;
    border: 1px solid #8CD1F2;
    border-radius: 5px;
    margin: 50px auto;
    text-align: center;
    color: #999;
    line-height: 45px;
}
.disclosure-list .addmore a {
    color: #666;
}

.folderTxt p {
    line-height: 2;
    margin-bottom: 20px;
}
.folderTxt img{
   max-width: 100%;
}