.table{
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.table_container{
    padding: 40px 0;
}
.table_main{
    border-top: 1px solid #CCCCCC;
}
.table_box{
    width: 50%;
    min-height: 30px;
}
.table_left{
    border-left: 1px solid #CCCCCC;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    background: #e1e1e1;
}
.table_text{
font-weight: 400;
font-size: 18px;
color: #333333;
text-align: center;
}
.table_right{
    min-height: 30px;
    width: 70%;
    padding: 20px 40px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;

}
.table_left,.table_right{
    padding:20px 8px;
}
.section_box{
    margin-right: 56px;
}
.stock_table{
    width: 100%;
}
.stock_one{
    height: 69px;
    background: #F5F5F5;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.border_line{
    border-right: 1px solid #CCCCCC;
}
.stock_content{
font-weight: 400;
font-size: 18px;
color: #333333;
height: 69px;
text-align: center;
}
.border_bottom{
    border-bottom: 1px solid #CCCCCC;
}
.publicity_box{
    border-bottom: 1px solid #ECECEC;
    padding: 30px 0;
}
.publicity_time{
font-weight: bold;
font-size: 18px;
color: #999999;
width: fit-content;
position: relative;
margin-right: 40px;
}
.publicity_container{
    padding: 20px 0 80px 0;
}
.publicity_time::after{
    width: 1px;
    height: 15px;
    background: #EEEEEE;
    position: absolute;
    right: -41px;
    top: 5px;
    content: "";
}
.publicity_title{
font-weight: 400;
font-size: 18px;
color: #333333;
padding-left: 40px;
}
.file_icon{
    width: 23px;
    height: 27px;
}
.raction_box{
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 30px;
}
.raction_title{
font-weight: 400;
font-size: 18px;
color: #333333;
cursor: pointer;
}
.arrow_link{
    width: 16px;
    height: 16px;
}
.raction_essay{
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 30px;
display: none;
}
.raction_content{
    border-top: 1px solid #ececec;
    padding-top: 30px;
    margin-top: 30px;
}
.raction_container{
    padding-bottom: 30px;
}
.raction_box{
    margin-top: 30px;
}
.publicity_box a{
    display: block;
}