.newsList .item,
.newsList .item:after,
.newsList .item:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.newsInfoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}
.newsInfoBox .classTitle,
.newsInfoBox .dateBox {
    padding: 5px 0;
}
.newsInfoBox .dateBox .date {
    color: #182346;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    font-family: "Gabarito", "Microsoft JhengHei", sans-serif;
    font-style: normal;
}
.newsInfoBox .classTitle {
    color: #58b5b3;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
}
.newsList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newsList .newsItem {
    width: 33.3333333333%;
    padding: 30px 0;
}
@media (max-width: 1280px) {
    .newsList .newsItem {
        width: 50%;
    }
}
@media (max-width: 880px) {
    .newsList .newsItem {
        width: 100%;
    }
}
.newsList .item {
    width: 398px;
    height: 460px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
    border: solid 1px #cccccc;
    border-radius: 16px;
    -webkit-box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    position: relative;
    padding: 20px;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .newsList .item {
        width: 100%;
    }
}
.newsList .item:before {
    content: "";
    position: absolute;
    width: 457px;
    height: 489px;
    background: url("../images/linkHoverBG.png") no-repeat center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    z-index: -2;
}
@media (max-width: 480px) {
    .newsList .item:before {
        display: none;
    }
}
.newsList .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#dceafa), to(#bbfefb));
    background: linear-gradient(to bottom, #dceafa 0%, #bbfefb 100%);
    border-radius: 16px;
    -webkit-box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
@media (min-width: 1201px) {
    .newsList .item:hover {
        background: transparent;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7), 20px 20px 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 0px 5px 3px rgba(255, 255, 255, 0.7), 20px 20px 10px 0 rgba(0, 0, 0, 0.2);
    }
    .newsList .item:hover:after,
    .newsList .item:hover:before {
        opacity: 1;
    }
}
.newsList .Img {
    width: 100%;
}
.newsList .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.newsList .Txt {
    overflow: hidden;
}
.newsList .Txt .title {
    color: #182346;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
}
.newsList .Txt .title a {
    display: inline-block;
    color: #182346;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    vertical-align: middle;
}
.newsList .Txt .title a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.newsList .Txt .text {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-style: normal;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsList .Txt .text.ellipsis {
    max-height: 60px;
}

.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);
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233",endColorstr="#c44c4c",GradientType=0);
    cursor: pointer;
}
.shareBox .back:hover {
    background: #398cb1;
}
