@charset "UTF-8";
/* CSS Document */
.catalogList .Img a::after, .catalogList .Img img, .contentBox .bottomBox {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contentBox {
    max-width: 1440px;
    margin: 30px auto 30px;
}
.contentBox .bottomBox {
    padding: 0;
}
.contentBox .bottomBox.ajaxDisabled {
    opacity: 0.15;
    pointer-events: none;
}

.tagBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.classBoxRow {
    margin-bottom: 20px;
}

/*新訊列表*/
.catalogList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.catalogList .catalogItem {
    position: relative;
    padding: 25px;
    width: 33.3333333333%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.catalogList .catalogItem:nth-of-type(3) {
    border-right: none;
}
@media (max-width: 1080px) {
    .catalogList .catalogItem {
        width: 50%;
    }
    .catalogList .catalogItem:nth-of-type(even) {
        border-right: none;
    }
    .catalogList .catalogItem:nth-of-type(3) {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
}
@media (max-width: 480px) {
    .catalogList .catalogItem {
        width: 100%;
        border-right: none;
    }
    .catalogList .catalogItem:nth-of-type(3) {
        border-right: none;
    }
}
.catalogList .Img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.catalogList .Img img {
    width: 100%;
    /*height: 100%;*/
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
       height: 300px;
}
.catalogList .Img a {
    position: relative;
    overflow: hidden;
}
.catalogList .Img a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 10px solid #f0c417;
    opacity: 0;
}
.catalogList .Img a:hover::after {
    opacity: 1;
}
.catalogList .Img a:hover img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
}
.catalogList .Txt {
    overflow: hidden;
}
.catalogList .Txt .title {
    margin-bottom: 3px;
    font-size: 19px;
    font-weight: 400;
    height: 33px;
    color: #2f2f2f;
}
.catalogList .Txt .title a {
    display: block;
    padding-bottom: 5px;
    color: #222;
}
.catalogList .Txt .title a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: left;
            transform-origin: left;
}
.catalogList .Txt .title a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
}
.catalogList .Txt .text {
    margin-top: 7px;
    font-size: 13px;
    color: #909090;
    line-height: 1.8;
    height: 50px;
}
.catalogList .tagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -5px 0;
}
.catalogList .tagItem {
    border-radius: 45px;
    margin: 5px;
    background: #393939;
}
.catalogList .tag {
    font-size: 14px;
    color: #fff;
    margin: 5px 10px;
}
@media (max-width: 800px) {
    .catalogList .tag {
        font-size: 12px;
    }
}

.newsDate {
    padding: 15px 0 5px;
    font-size: 12px;
    color: #999999;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.newsDate strong {
    font-weight: 400;
}
.newsDate b {
    margin-left: 3px;
}

.classTitle {
    display: inline-block;
    padding: 3px 5px;
    margin-right: 3px;
    border-bottom: 1px solid #f0c417;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    color: #f0c417;
}

.textEditor {
    margin: 20px 0;
}

/*內頁*/
/****分享*****/
.shareBox {
    float: right;
}
.shareBox .btn-fb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.shareBox .back {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: rgb(174, 66, 51);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(174, 66, 51)), color-stop(100%, rgb(196, 76, 76)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
    background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
    /* IE6-9 */
    cursor: pointer;
}
.shareBox .back:hover {
    background: #398cb1;
}