.red {
    color: #fe0006;
}

.green {
    color: #009900;
}

.bgred {
    background-color: #fe0006;
    color: #fff;
    padding: 1px 8px;
}

.bgorg {
    background-color: #f49e1d;
    color: #fff;
    padding: 1px 8px;
}

.right {
    float: right;
    position: relative;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

@media screen and (max-width: 600px) {
    .txt-center {
        text-align: left;
    }
    .txt-right {
        text-align: left;
    }
}

.ir-search-control {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    float: none;
}

.ir-search {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    color: #088dd1;
    font-size: 18px;
}

@media screen and (max-width: 999px) {
    .ir-search-control {
        margin-top: 20px;
        float: left;
    }
}

.box-list {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 20px 10px 30px 10px;
    text-align: center;
    margin: 2em;
    float: none;
    border-top: 5px solid #0089D1;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
	width: 25%;/*申報交易所檔案:公開資訊觀測站的下方區塊寬度*/
}

.box-list a {
    color: #3188d4;
    font-size: 15px;
}
.box-list .line{
    background: url(../../img/list-line.jpg);
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.box-list .m-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.m-list-item {
    padding-right: 20px;
    color: #0089D1;
    vertical-align: top;
    width: 1%;
}

.fa {
    padding-right: 10px;
}

.txtblock {
    display: inline-block;
    margin: 4px 0;
}
