﻿.LEE-news-box {
    position: relative;
    width: 100%;
    margin: 0 0 0; /*border: 1px solid #d2d2d2; border-radius: 8px; box-shadow: 0 0 5px #a9a9a9; -webkit-box-shadow: 0 0 5px #a9a9a9; -moz-box-shadow: 0 0 5px #a9a9a9; -o-box-shadow: 0 0 5px #a9a9a9;*/
}

.LEE-h3_caption {
    margin: 13px 18px 10px 48px;
    color: #036994;
    font-size: 15px;
    text-align: left;
    text-shadow: none;
    font-family: '新細明體', Arial, Helvetica, sans-serif;
}

.caption_text {
    position: absolute;
    right: 15px;
    top: -3px;
    font-size: 12px;
    color: #8d8d8d;
    font-family: Arial, Helvetica, sans-serif;
}

.LEE-left_query, .LEE-right_query {
    position: relative;
    display: inline-block;
    top: 0px;
    *top: 36px;
    width: 61px;
    height: 21px;
    border: none;
    background: #e6e6e6;
    color: #999;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    text-shadow: none;
}

.LEE-left_query {
    left: 14px;
    float: left;
}

.LEE-right_query {
    right: 14px;
    float: right;
}

.clear {
    clear: both;
}

.LEE-chart_photo {
    /*margin: 5px 18px 25px;*/
    margin: 5px 0px 25px;
}

    .LEE-chart_photo img {
        width: 100%;
    }

.LEE-chart_information {
    min-height: 64px;
    margin: 0 0 25px;
    padding: 10px 0;
    background: #ecf0f5;
}

.LEE-chart_information_left, .LEE-chart_information_right {
    display: table-cell;
    float: left;
    width: 50%;
    margin: 0 -2px 0 -1px;
    padding: 0 0%;
    min-height: 42px;
    /*border-right:1px solid #d9d9d9; */
    vertical-align: middle;
}

.LEE-chart_information_right {
    margin: 0 -1px 0 0;
    /*border-left: 1px solid #fff;*/
    border-right: none;
}

.LEE-chart_information .LEE-h4_caption {
    float: left;
    width: 31%;
    margin: 22px 0% 25px 8%;
    color: #666;
    font-size: 13px;
    text-align: left;
    word-break: break-all;
    text-shadow: none;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.LEE-c-information_content {
    float: left;
    width: 61%;
    margin: 22px -1px 13px 0;
    padding: 0px 0 0;
    border-right: 1px solid #d9d9d9;
    text-align: center;
}

    .LEE-c-information_content p {
        width: 96%;
        min-height: 20px;
        margin: 0 0 0;
        padding: 0px 2% 0;
        color: #666;
        font-size: 13px;
        text-shadow: none;
        line-height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        word-break: break-all;
        text-align: center;
    }

.LEE-chart_information_right > .LEE-c-information_content {
    border: none;
    border-left: 1px solid #fff;
    margin: 22px 0 13px 2px;
}

.LEE-c-information_content p .special {
    color: #f00;
}

.clearboth {
    clear: both;
}

div.selecterContent ul#nolist {
    margin: 4% 0 0 0;
}

    div.selecterContent ul#nolist li {
        display: block;
        float: left;
        height: auto;
        margin: 1% 1% 3% 1%;
        overflow: hidden;
        position: relative;
        width: 31%;
    }

        div.selecterContent ul#nolist li .workview {
            display: block;
            height: auto;
            filter: inherit;
            margin-bottom: 6px;
            overflow: hidden;
            position: relative;
            width: auto;
        }

            div.selecterContent ul#nolist li .workview a {
                display: block;
                height: 100%;
                overflow: hidden;
                width: 100%;
            }

                div.selecterContent ul#nolist li .workview a img {
                    display: block;
                    height: auto;
                    overflow: hidden;
                    width: 100%;
                }

                div.selecterContent ul#nolist li .workview a span {
                    /*background: url('../images/bg_overlay_thin.png') no-repeat center center;*/
                    bottom: 0;
                    display: block;
                    height: 100%;
                    left: 0;
                    overflow: hidden;
                    opacity: 0;
                    position: absolute;
                    transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    width: 100%;
                }

                div.selecterContent ul#nolist li .workview a:hover span {
                    opacity: 1;
                    transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                }

                    div.selecterContent ul#nolist li .workview a:hover span.no-hover {
                        opacity: 0;
                        transition: all 0.3s ease-in-out;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                    }

        div.selecterContent ul#nolist li h3.title {
            color: #000;
            display: block;
            font-size: 12px;
            font-weight: normal;
            line-height: 21px;
        }

        div.selecterContent ul#nolist li p.category {
            color: #9c9c9c;
            display: block;
            font-size: 10px;
            padding: 0 0 6px 0;
            text-transform: uppercase;
        }

._search {
    position: absolute;
    z-index: 9;
    right: 14px;
    top: 36px;
    width: 40px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: none;
    background: url('button_exit.jpg') no-repeat;
}

.positionR {
    position: relative;
}
