﻿a {
    color:black;
}
.div_title_red {
    border-top:solid #d40b11 2px;
    border-bottom:solid lightgray 1px;
}
    .div_title_red h3 {
        border-left:solid #d40b11 10px;
        margin-top:15px;
        margin-bottom:15px;
        padding-left:10px;
        color:#d40b11;
    }
        .div_title_red h3 a {
            color:#d40b11;
        }

.div_title_green {
    border-top:solid #489309 2px;
    border-bottom:solid lightgray 1px;
}
    .div_title_green h3 {
        border-left:solid #489309 10px;
        margin-top:15px;
        margin-bottom:15px;
        padding-left:10px;
        color:#489309;
    }
        .div_title_green h3 a {
            color:#489309;
        }

.div_title_blue {
    border-top:solid #1d96cb 2px;
    border-bottom:solid lightgray 1px;
}
    .div_title_blue h3 {
        border-left:solid #1d96cb 10px;
        margin-top:15px;
        margin-bottom:15px;
        padding-left:10px;
        color:#1d96cb;
    }
        .div_title_blue h3 a {
            color:#1d96cb;
        }

.div_xqfb_blue {
    border-top:solid white 2px;
    border-bottom:solid #1d96cb 2px;
}
    .div_xqfb_blue h3 {
        margin-top:15px;
        margin-bottom:15px;
        padding-left:10px;
        color:#1d96cb;
    }
        .div_xqfb_blue h3 a {
            color:#1d96cb;
        }



table {
        line-height:200%;
        font-size:16px;
}

.list_item_text {
    list-style:none;
    margin:0px;
    padding:0px;
}
    .list_item_text li {
        line-height:200%;
        font-size:16px;
        border-bottom:dotted lightgray 1px;
        overflow:hidden;
        text-overflow:ellipsis;
    }

.list_item_class {
    list-style:none;
    margin:0px;
    padding:0px;
}
    .list_item_class li {
        line-height:200%;
        font-size:20px;
        border-bottom:dotted lightgray 1px;
        overflow:hidden;
        text-overflow:ellipsis;
    }
        .list_item_class li a{
        padding-left:20px;
    }

.number_order {
    border:solid lightgray 1px;
    padding:2px;
    color:gray;
}
.number_red {
    color:#BF0000;
}
.number_green {
    color:#135F00;
}
.number_yellow {
    color:#DF8500;
}

article {
    font-size:16px;
}
    article .subject {
        text-align:center;
        color:#d40b11;
        font-size:22px;
    }
    article .datetime {
        text-align:center;
    }
    article hr {
        border-color:#d40b11;
    }
    article .text {
        font-size:16px;
        line-height:150%;
    }