﻿html, body, div, a, span {
    padding: 0;
    margin: 0;
    font-family: '微軟正黑體';
    box-sizing: border-box;
    text-decoration: none;
}

body {
    padding: 5px 0;
    background: #f6fedf;
}

.container {
    width: 1000px;
    margin: 0 auto;
    box-shadow: 0 0px 10px 0px #00000040;
    margin-top: -6px;
}

.cf {
    zoom: 1;
}

    .cf:before, .cf:after {
        content: "";
        display: table;
    }

    .cf:after {
        clear: both;
    }

.card-item {
    margin: 20px 0 5px;
    width: 50%;
    float: left;
    padding: 0 15px;
}

.RWD_IMG {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 1010px) {
    .container {
        width: 100%;
    }

    .card-item {
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #dddddd;
    }
}

.card-item-box .card-item-box_img {
    float: left;
    width: 160px;
    height: 100px;
    border: 1px solid #808080;
}

.card-item-box .card-item-box_link {
    float: left;
    width: calc(100% - 162px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 102px;
    padding-left: 20px;
}

    .card-item-box .card-item-box_link a {
        font-size: 23px;
        text-decoration: none;
        color: #437acb;
        padding: 0 5px 0 0;
        font-weight: bold;
        display: inline-block;
        text-decoration: none;
    }
        
    
        .card-item-box .card-item-box_link a:hover {
            color: #00FF00;
        }

        .card-item-box .card-item-box_link a[href^="javascript:;"] {
            color: #808080;
            text-decoration: none;
            cursor: text;
        }
            .card-item-box .card-item-box_link a[href^="javascript:;"]:hover {
                color: #808080;
            }

.card-item-keyword {
    height:25px;
    margin-top: 3px;
    font-size: 14px;
    background-image: url('3button.gif');
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left top 3px;
}

.mark {
    color: red;
    font-size: 14px;
}