@charset "utf-8";
/* CSS Document */
.news_title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 5px;
}
.news_date{
    text-align: center;
    color: #616161;
    padding-bottom: 20px;
}
.normal_p{
    margin: 0px 0px 16px!important;
}
.normal_p2{
    margin: 0px 0px 4px!important;
}
.link{
    color: blue;
}
.line{
    height: 1px;
    background: #bfbfbf;
    margin: 30px 0;
}
.normal_table{
    padding-bottom: 12px;
}
.normal_table td{
    vertical-align: top;
    padding-bottom: 6px;
}
.normal_table td p{
    margin: 0px;
}
.normal_table td:nth-of-type(1){
    padding-right: 6px;
}
.cycle{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #333;
    vertical-align: top;
    position: relative;
    top: 10px;
}
.red_bold{
    font-weight: bold;
    color: #e50606;
}