﻿main{
    background: url(/res/Home/structure/20010144.png) center bottom no-repeat;
    overflow: hidden;
    padding-bottom: 50px;
}
nav{
    width: 1150px;
    margin: auto;
}

.aboutBg{
    background-image: url(/res/Home/structure/20010211.jpg);
    width: 100%;
    height: 300px;
    background-attachment: fixed;
    background-size: cover;
position: relative;
}
/*.aboutBg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
}*/

.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;
}
.comTit {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 50px;
}