@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto + Sans + TC:300, 500|Noto + Serif + TC:300, 400, 600, 900|Nunito + Sans&display=swap);
.mainArea .wrap {
    width: 1160px;
}
@media (max-width: 1180px) {
    .mainArea .wrap {
        width: 100%;
        padding: 0 20px;
    }
}
.contentBox .leftBox {
    padding: 0 50px 0 0;
}
.contentBox .rightBox {
    padding: 0;
}
.newsList {
    width: 100%;
}
.newsList .Img {
    float: left;
    width: 220px;
    margin-right: 10px;
}
@media (max-width: 480px) {
    .newsList .Img {
        float: none;
        width: 100%;
    }
}
.newsList .Img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.newsList .Txt {
    overflow: hidden;
}
.newsList .Txt p {
    margin-top: 7px;
    font-size: 15px;
    color: #1f2321;
    line-height: 1.8;
}
.newsList .title {
    margin-bottom: 3px;
    font-size: 21px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    letter-spacing: 0.5px;
    color: #aa0167;
}
.newsList .title a {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: #aa0167;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.newsList .title a:hover {
    color: #000;
}
.newsList li {
    padding: 25px 0;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
@media (min-width: 1181px) {
    .newsList li:hover {
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
.newsList li:not(:first-child) {
    border-top: 1px solid #e4e2e2;
}
.newsDate {
    font-size: 13px;
    color: #818181;
    letter-spacing: 1px;
    font-family: "Nunito Sans", sans-serif;
}
.newsDate strong {
    font-weight: 400;
}
.newsDate strong i {
    margin-right: 2px;
    font-size: 14px;
    color: #ae4233;
}
.newsDate b {
    display: block;
    font-weight: 400;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
}
.newIcon {
    display: inline-block;
    padding: 3px 5px;
    margin-right: 3px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 13px;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #548394;
}
.titleArea {
    clear: both;
    margin-bottom: 30px;
    padding: 15px 10px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px) {
    .titleArea {
        margin-bottom: 15px;
    }
}
@media (max-width: 640px) {
    .titleArea {
        margin-bottom: 0;
    }
}
.titleArea h1 {
    font-size: 24px;
    font-weight: 600;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    color: #bc0073;
    overflow: hidden;
}
.titleArea h1 strong {
    display: block;
    font-weight: 400;
}
.titleArea h1 b {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #a3a3a3;
}
.titleArea .btn-fb {
    float: left;
}
.titleArea a.back {
    float: right;
    display: block;
    margin-left: 5px;
    font-size: 10pt;
    color: #06f;
    cursor: pointer;
}
.side_news .slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 40px;
}
.side_news .slick-dotted.slick-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    bottom: auto;
    left: 50%;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .side_news .slick-dotted.slick-slider .slick-dots {
        bottom: 0;
    }
}
.side_news .slick-dotted.slick-slider .slick-dots li {
    padding: 0;
    margin: 7px 0;
    width: 50px;
    height: 10px;
}
.side_news .slick-dotted.slick-slider .slick-dots li.slick-active button:before {
    border-color: #bc0073;
    background-color: #bc0073;
    opacity: 1;
}
.side_news .slick-dotted.slick-slider .slick-dots li button {
    position: relative;
    width: 100%;
    height: 100%;
}
.side_news .slick-dotted.slick-slider .slick-dots li button:hover:before {
    background-color: #bc0073;
    border-color: #bc0073;
    opacity: 1;
}
.side_news .slick-dotted.slick-slider .slick-dots li button:before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 2px;
    background-color: #d7d7d7;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
}
.side_news ul {
    margin: 0 -10px;
}
.side_news li {
    width: 33.33%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.side_news .Img img {
    display: block;
    width: 100%;
}
.side_news .Txt {
    padding: 10px 0;
}
.side_news .title a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Serif TC", "微軟正黑體", serif;
    letter-spacing: 0.5px;
    color: #aa0167;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
