.mainArea.ins .bread .wrap {
    padding: 0 52px;
}
@media (max-width: 1200px) {
    .mainArea.ins .bread .wrap {
        padding: 0 20px;
    }
}
.yearSelector .classLink li a,
.classBox.classBoxRow .classLink a::after,
.classBox.classBoxRow .classLink a,
.newsList.media .newsItem .item.hasVideo .Img .cover,
.newsList .Img img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.mainArea {
    padding-top: 0;
}
.mainArea .wrap {
    max-width: 1384px;
}
.mainArea.ins .bread {
    position: absolute;
    width: 100%;
    padding: 36px 0;
}
@media (max-width: 1200px) {
    .mainArea.ins .bread {
        position: static;
        padding-bottom: 0px;
    }
}
.mainArea.ins .bread .wrap a,
.mainArea.ins .bread .wrap span {
    font-size: 16px;
    color: #626262;
    font-weight: 500;
}
.mainArea.ins .bread .wrap a::before,
.mainArea.ins .bread .wrap span::before {
    color: #626262;
}
.mainArea.ins .bread .wrap a:hover {
    color: #222223;
}
@media (max-width: 1200px) {
    .mainArea.ins .contentBox {
        padding-top: 0px;
    }
}
.contentBox {
    padding-top: 100px;
}
@media (max-width: 1200px) {
    .contentBox {
        padding-top: 30px;
    }
}
.contentBox .leftBox {
    padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
    .contentBox .leftBox {
        padding: 0 0 30px 0;
    }
}
.contentBox .rightBox {
    padding: 0;
}
.contentBox .articleTitle {
    border-style: solid;
    font-weight: 500;
    font-size: 36px;
}
@media (max-width: 1200px) {
    .contentBox .articleTitle {
        font-size: 28px;
    }
}
.contentBox .textEditor {
    padding: 30px 0;
    font-size: 18px;
}
@media (max-width: 1200px) {
    .contentBox .textEditor {
        padding: 20px 0;
    }
}
.newsList {
    width: 100%;
}
.newsList .newsItem {
    padding: 30px 0 10px 0;
}
.newsList .newsItem:not(:first-child) {
    border-top: 1px solid #e5e5e5;
}
.newsList .newsItem .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 640px) {
    .newsList .newsItem .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.newsList .Img {
    width: 336px;
    height: 200px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}
@media (max-width: 720px) {
    .newsList .Img {
        width: 280px;
    }
}
@media (max-width: 640px) {
    .newsList .Img {
        width: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        height: auto;
        margin-bottom: 20px;
    }
}
.newsList .Img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}
.newsList .Img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.newsList .Txt {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 60px;
    min-height: 200px;
}
@media (max-width: 1200px) {
    .newsList .Txt {
        padding-right: 20px;
    }
}
@media (max-width: 640px) {
    .newsList .Txt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        min-height: 0;
    }
}
.newsList .Txt .title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.8px;
}
@media (max-width: 1200px) {
    .newsList .Txt .title {
        font-size: 18px;
    }
}
.newsList .Txt .title a {
    display: inline-block;
    vertical-align: middle;
}
.newsList .Txt .text {
    margin-top: 7px;
    font-size: 16px;
    color: #626262;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    height: 70px;
}
@media (max-width: 640px) {
    .newsList .Txt .text {
        height: 60px;
        font-size: 16px;
    }
}
.newsList .Txt .more {
    font-size: 15px;
    color: #222223;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.newsList .Txt .more:hover {
    color: #f0c709;
}
.newsList .newsItem .cover {
    display: none;
}
.newsList.media {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 960px) {
    .newsList.media {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 640px) {
    .newsList.media {
        grid-template-columns: 1fr;
    }
}
.newsList.media .newsItem {
    border: 0;
    padding: 0;
}
.newsList.media .newsItem .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.newsList.media .newsItem .item .Txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    min-height: 0;
}
.newsList.media .newsItem .item .Txt p,
.newsList.media .newsItem .item .Txt .more {
    display: none;
}
.newsList.media .newsItem .item .Txt .title {
    max-height: 60px;
}
.newsList.media .newsItem .item .Img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.newsList.media .newsItem .item .Img img {
    height: auto;
}
.newsList.media .newsItem .item.hasVideo .Img {
    position: relative;
}
.newsList.media .newsItem .item.hasVideo .Img:hover .cover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.newsList.media .newsItem .item.hasVideo .Img .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.newsList.media .newsItem .item.hasVideo .Img .cover svg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.newsDate {
    padding: 5px 0 7px;
    font-size: 20px;
    color: #818181;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 0;
    min-height: 35px;
    margin-bottom: 10px;
}
.newsDate strong {
    font-weight: 400;
    font-size: 20px;
    color: #222223;
    font-family: "Open Sans", Arial, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
@media (max-width: 1200px) {
    .newsDate strong {
        font-size: 18px;
    }
}
.newsDate strong i {
    margin-right: 2px;
    font-size: 14px;
    color: #ae4233;
}
.newsDate b {
    margin-left: 3px;
}
.classTitle {
    display: inline-block;
    padding: 3px 10px;
    margin-right: 3px;
    font-weight: 400;
    font-size: 20px;
    font-family: "微軟正黑體";
    color: #222223;
    border: 1px solid #222223;
}
@media (max-width: 1200px) {
    .classTitle {
        font-size: 18px;
    }
}
.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: #ae4233;
    background: -webkit-gradient(linear, left top, left bottom, from(#ae4233), to(#c44c4c));
    background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
    cursor: pointer;
}
.shareBox .back:hover {
    background: #398cb1;
}
.classBox.classBoxRow {
    margin: 0;
    background-color: #90ac3f;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
@media (max-width: 960px) {
    .classBox.classBoxRow {
        min-height: 60px;
    }
}
.classBox.classBoxRow .classLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.classBox.classBoxRow .classLink li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0;
}
.classBox.classBoxRow .classLink li::after {
    content: "";
    position: absolute;
    position: relative;
    width: 1px;
    height: 17px;
    display: block;
    background-color: #fff;
    right: 0;
}
.classBox.classBoxRow .classLink li:last-of-type::after {
    content: "";
    position: absolute;
    content: normal;
}
@media (max-width: 960px) {
    .classBox.classBoxRow .classLink li {
        width: 100%;
    }
    .classBox.classBoxRow .classLink li::after {
        content: "";
        position: absolute;
        width: calc(100% - 40px);
        bottom: 0;
        right: auto;
        height: 1px;
        position: absolute;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: rgba(255, 255, 255, 0.5);
    }
}
.classBox.classBoxRow .classLink a {
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    padding: 0;
    letter-spacing: 0px;
    position: relative;
    padding: 0 40px;
}
.classBox.classBoxRow .classLink a::after {
    content: "";
    position: absolute;
    width: calc(100% - 74px);
    height: 2px;
    background-color: #fff;
    bottom: -8px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.classBox.classBoxRow .classLink a:hover::after,
.classBox.classBoxRow .classLink a.current::after {
    content: "";
    position: absolute;
    opacity: 1;
}
@media (max-width: 1200px) {
    .classBox.classBoxRow .classLink a {
        width: 100%;
        padding: 14px 20px;
    }
    .classBox.classBoxRow .classLink a::after {
        content: normal;
    }
    .classBox.classBoxRow .classLink a:hover::after,
    .classBox.classBoxRow .classLink a.current::after {
        content: "";
        position: absolute;
        content: normal;
    }
}
@media (max-width: 960px) {
    .classBox.classBoxRow .classLink {
        position: absolute;
        top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #0a5288;
        width: 100%;
        text-align: left;
        display: none;
    }
    .classBox.classBoxRow .classLink.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.classBox.classBoxRow .classLink.fixed {
    position: fixed;
    top: 75px;
    background-color: #333;
    min-height: 80px;
}
@media (max-width: 1200px) {
    .classBox.classBoxRow .classLink.fixed {
        top: 70px;
    }
}
.classBox .classCurrent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
    background: transparent;
    padding: 10px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 961px) {
    .classBox .classCurrent {
        display: none;
    }
}
.classBox .classCurrent.fixed {
    position: fixed;
    top: 70px;
    height: 60px;
    background-color: #333;
}
.classBox .classCurrent.fixed + .classLink {
    top: 130px;
    position: fixed;
}
.yearSelector {
    margin-bottom: 61px;
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (max-width: 1200px) {
    .yearSelector {
        margin-bottom: 30px;
        max-width: 100%;
    }
}
.yearSelector .box {
    position: relative;
    max-width: 100%;
}
@media (max-width: 540px) {
    .yearSelector .box {
        width: 100%;
    }
}
.yearSelector .classCurrent {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 3px solid #c9c9c9;
    width: 300px;
    max-width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Open Sans", Arial, "Noto Sans Tc", Verdana, "Microsoft JhengHei", "新細明體", "細明體";
    padding-right: 22px;
    background-color: transparent;
    cursor: pointer;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.yearSelector .classCurrent::after {
    content: "";
    width: 12px;
    height: 7px;
    background: no-repeat url(../images/arrow6.png) center;
    position: absolute;
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: calc(50% + 3px);
    right: 0;
}
@media (max-width: 540px) {
    .yearSelector .classCurrent {
        width: 100%;
    }
}
.yearSelector .classLink {
    margin-bottom: 20px;
    display: none;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1200px) {
    .yearSelector .classLink {
        display: none;
    }
}
.yearSelector .classLink li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 10px;
    min-width: calc(33.33% - 20px);
    margin-bottom: 22px;
}
@media (max-width: 720px) {
    .yearSelector .classLink li {
        min-width: calc(50% - 20px);
    }
}
@media (max-width: 480px) {
    .yearSelector .classLink li {
        min-width: calc(100% - 20px);
    }
}
.yearSelector .classLink li a {
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.yearSelector .classLink li a:hover {
    background-color: #222223;
    color: #fff;
    border-color: #222223;
}
.yearSelector .classLink.open {
    position: absolute;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    left: 0;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.yearSelector .classLink.open li {
    border: 0;
    width: 100%;
    margin: 0;
}
.yearSelector .classLink.open li a {
    border: 0;
    border-bottom: 1px solid #ccc;
}
@media (max-width: 1200px) {
    .topBox {
        padding-top: 20px;
    }
}
.topBox .head {
    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;
    border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1200px) {
    .topBox .head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .topBox .head .articleTitle {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .topBox .head .sideShare {
        padding-top: 10px;
    }
}
.topBox .head .articleTitle {
    margin: 0;
    padding-right: 20px;
    border: 0;
}
.topBox .head .sideShare {
    margin: 0;
}
.topBox .head .sideShare .shareItem a:hover i {
    color: #222223;
}
.topBox .head .sideShare .shareItem a:hover svg {
    color: #222223;
}
