﻿* {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "Microsoft JhengHei", "微軟正黑體";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus, button:focus, buttom.active, a.active {
    outline: none;
    text-decoration: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a:hover, button, button:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}
/*blog*/
.Blog-Page {
    background: #f5f5f5;
}

.blog-banner {
    width: 100%;
    height: 600px;
    background: url(/Images/pages_folder_top_banner.jpg) center no-repeat;
}

    .blog-banner .img_box {
        z-index: 0;
        min-height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

.sort-condition {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
}

    .sort-condition ul {
        width: auto;
        float: right;
    }

    .sort-condition li {
        float: left;
        margin: 0 10px;
    }

        .sort-condition li a {
            padding: 5px 15px;
            display: table;
            background: #eee;
            border: 1px solid #ccc;
            color: #333;
        }

            .sort-condition li a:hover, .sort-condition li a.active, .sort-condition li a:focus {
                color: #fff;
                background: #999;
                box-shadow: 1px 1px 4px #666 inset;
            }

            .sort-condition li a i {
                margin-right: 5px;
            }

.blog-list {
    padding: 15px;
    background: #fff;
}

.bolg-list-box {
    width: 100%;
    display: inline-block;
    margin-bottom: 1em;
}

.blog-item {
    /*display: inline-block;*/
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

    .blog-item a {
        width: 100%;
        display: inline-block;
    }

        .blog-item a:hover .info-title h2 {
            color: #007bff;
        }

.blog-pic {
    float: left;
    padding-left: 0;
}

    .blog-pic img {
        width: 100%;
    }

.blog-info {
    float: left;
    padding-right: 0;
}

.info-title {
    margin-bottom: 10px;
}

    .info-title h2 {
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        color: #000;
    }

.info-date {
    margin-bottom: 10px;
}

    .info-date span {
        font-size: 15px;
        color: #999;
    }

.info-description {
    margin-bottom: 10px;
}

    .info-description p {
        margin: 0;
        font-size: 16px;
        color: #333;
        letter-spacing: 0.05em;
        text-align: justify;
    }

.page_tabs {
    margin-top: 30px;
}

    .page_tabs li {
        margin: 0 5px;
    }

        .page_tabs li a {
            border-color: #007bff;
        }

        .page_tabs li.page-item:nth-child(1) .page-link, .page_tabs li.page-item:last-child .page-link {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border: none !important;
            background: none;
            display: flex;
            height: 38px;
        }

        .page_tabs li svg {
            width: 7px;
        }
/*page item*/
nav .pagination.justify-content-center {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin: 1em auto;
}

nav .pagination .page-item {
    display: inline;
    float: left;
}

    nav .pagination .page-item a { /*height:100%;*/
        font-size: 15px;
        line-height: 15px;
        cursor: pointer;
    }

@media (min-width:992px) {
    .blog-item a {
        display: flex;
    }

    .blog-pic {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .blog-info {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width:991px) {
    .blog-pic {
        padding: 0;
        margin-bottom: 15px;
    }

    .blog-info {
        padding: 0;
    }
}

@media (max-width:767px) {
    .blog-banner {
        height: 325px;
    }

        .blog-banner .img_box {
            height: 325px;
        }

    .sort-condition li a {
        font-size: 0;
    }

        .sort-condition li a i {
            margin-right: 0;
            font-size: 20px;
        }

    .page_tabs li {
        margin: 0;
    }

        .page_tabs li a {
            padding: .25rem .5rem;
        }

        .page_tabs li.page-item:nth-child(1) .page-link, .page_tabs li.page-item:last-child .page-link {
            height: 30px;
        }
}

@media (max-width:320px) {
    .blog-item {
        padding: 15px 0;
    }

    .page_tabs li a {
        font-size: 15px;
    }
}

.blog-bigtitle{width: 100%;text-align: center;position: absolute;top: 200px;z-index: 10;}
.blog-bigtitle h2{font-weight: bold;color: #fff;text-shadow: 2px 2px 5px #000;}