.news-list,
.news-list .news-item {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news-list {
    margin-top: 20px;
    margin-bottom: 40px;
}
.news-list .news-item {
    float: left;
    margin-right: 5.5px;
    margin-left: 5.5px;
    margin-bottom: 5.5px;
}
.news-list .news-item:nth-of-type(4n+1) {
    margin-left: 0px;
}
.news-list .news-item:nth-of-type(4n+4) {
    margin-right: 0px;
}
.news-list .news-item a,
.news-list .news-item a:visited {
    width: 195px;
    height: 35px;
    text-align: center;
    display: block;
    padding: 5px;
    white-space: nowrap;
    background-color: #6A6662;
    color: #FFF;
    font-size: 1.25em;
}
.news-list .news-item.active a,
.news-list .news-item a:hover,
.news-list .news-item a:active,
.news-list .news-item a:focus {
    background-color: #44B7C8;
}

.news .news_item {
    margin-bottom: 20px;
}
 
@media (min-width:768px) {
    .thumbnail-center .thumbnail_wrapper > img{
        width:auto;
    }
    .news .news_item:nth-of-type(2n+1) {
        padding-right: 10px;
    }
    .news .news_item:nth-of-type(2n+2) {
        padding-left: 10px;
    }
}
.news .news_item .thumbnail-center {
    width: 100%;
    min-height: 290px;
    max-height: 290px;
}
.news .info_block {
    background-color: #EBEBEB;
    padding: 20px;
}
.news .info_block h3 {
    margin-top: 0px;
    font-weight: bold;
    font-size: 1.45em;
    margin-bottom: 15px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}
.news .info_block .date {
    color: #9c9891;
    font-size: 1em;
    margin-bottom: 20px;
}
.news .info_block .description {
    font-size: 1em;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.news .info_block .btn_block {
    position: relative;
    text-align: right;
}
.news .info_block .btn_block .more_btn {
    font-family: "NeoSansStd-BlackItalic", "微軟正黑體", "Microsoft JhengHei";
    font-size: 0.95em;
    color: #1678bd;
}
.news .info_block .btn_block .more_btn:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("../../images/arrow_blue.png");
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 8px;
}
.news .info_block .btn_block .more_btn:hover,
.news .info_block .btn_block .more_btn:active,
.news .info_block .btn_block .more_btn:focus {
    color: #42bac5;
}
.news .info_block .btn_block .more_btn:hover:after,
.news .info_block .btn_block .more_btn:active:after,
.news .info_block .btn_block .more_btn:focus:after {
    background-image: url("../../images/arrow_green.png");
}

.detail_block h3 {
    margin-top: 10px;
    font-size: 2em;
    color: #0072bc;
}
.detail_block .date {
    color: #9c9891;
    font-size: 1em;
    margin-bottom: 20px;
}
.news_item .thumbnail-center .thumbnail_wrapper {
    padding: 0;
}
@media (max-width:767px) {

    .news .news_item .thumbnail-center{
        min-height: initial;
    }
    .news .info_block .description {
        height:initial;
    }
    .news-list .news-item {
        width:100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 5.5px;
    }
    .news-list .news-item a{
        width:100%;
    }
}