﻿/*******************************************/
/* SEARCH_1.CSS 為 SEARCH_1.html <main> 內用 CSS */
/*******************************************/

/* ________________________________________________________________________________ */
/* XS 超小屏幕（手机，大於 0px） 及共用 ___________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 0px) {

    .news_title {
        display:inline-block;
        font-size:15px;
    }

    .search_list a {
        margin:10px 0;
    }
    .search_list a:hover {
        background:#f0f0f0;
    }

    .search_list .icon {
        content:" ";
        display:inline-block;
        height:20px;
        width:6px;
        border-radius:0;
        margin:0 8px 0 0 ;
        vertical-align:text-bottom;
    }

    .form-group label {
        padding-top: 7px;
    }

    .btn.bg-yellow {
        padding:6px 0px;
    }
}

/* ________________________________________________________________________________ */
/* SM 小屏幕（平板，大於等於 768px） ______________________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 768px) {
    .news_title {
        display:inline-block;
        font-size:20px;
    }
}

/* ________________________________________________________________________________ */
/* MD 中等屏幕（桌面显示器，大於等於 992px） ______________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 992px) {

}

/* ________________________________________________________________________________ */
/* LG 大屏幕（大桌面显示器，大於等於 1200px） _____________________________________ */
/* ________________________________________________________________________________ */
@media (min-width: 1200px) {

}