﻿/*Compuware/News*/
/* =========================== Desktop =========================== */
.NEWS_bg {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    background-color: #eee;
    opacity: 0.8;
    padding: 0 3rem 0 0;
    height: auto;
    margin: 0 0 3rem;
}

.NEWS_img_box {
    width: 50%;
    height: 400px;
    margin-right: 1.5rem;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}

.NEWS_img {
    width: auto;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.NEWS_content {
    max-width: 50%;
    height: 400px;
    padding-top: 2rem;
}

.NEWS_title_A {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.5rem;
    color: #111;
    text-indent: 0;
    margin-bottom: 1.2rem;
    border-left: 5px solid #004098;
    padding-left: 0.7rem;
    text-align: justify;
    letter-spacing: 1px;
}

.NEWS_title {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.6rem;
    color: #111;
    text-indent: 0;
    margin-bottom: 1.2rem;
    border-left: 5px solid #004098;
    padding-left: 0.7rem;
    text-align: left;
    letter-spacing: 0;
}

.NEWS_date {
    font-size: 14px;
    color: #949494;
    line-height: 1.6rem;
    letter-spacing: 1px;
}

.NEWS_text_A {
    font-size: 16px;
    color: #686868;
    line-height: 1.6rem;
    margin-bottom: 2rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    letter-spacing: 1px;
}

.NEWS_text {
    font-size: 16px;
    color: #686868;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    letter-spacing: 0;
}

.NEWS_more {
    display: block;
    font-size: 18px;
    height: 3.5rem;
    width: 100%;
    border: 1px solid #686868;
    color: #686868;
    line-height: 3.5rem;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}

.NEWS_more:hover {
    background-color: #004098;
    color: #fff;
    border: 1px solid #004098;
}

/*Compuware/News_1*/
.NEWS_detail_bg_1st {
    background-color: #eee;
    opacity: 0.8;
    padding: 3.5rem 12rem 0.2rem 12rem;
    margin-top: 6rem;
}

.NEWS_detail_bg_2nd {
    background-color: #eee;
    opacity: 0.8;
    padding: 0 6rem;
}

.NEWS_detail_bg_last {
    background-color: #eee;
    opacity: 0.8;
    padding: 2rem 12rem;
    margin-bottom: 3rem;
}

.NEWS_detail_title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 2.4rem;
    letter-spacing: 2px;
    line-height: 2.4rem;
    text-indent: -1.8rem;
}

.NEWS_detail_img_box {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
}

.NEWS_detail_img {
    max-height: 600px;
}

.NEWS_detail_date {
    font-size: 0.8rem;
    color: #949494;
    line-height: 2rem;
    letter-spacing: 2px;
}

.NEWS_detail_text {
    font-size: 1.1rem;
    color: #686868;
    line-height: 2.2rem;
    letter-spacing: 1.6px;
    width: 900px;
    margin-bottom: 2rem;
}

.NEWS_detail_text_1 {
    font-size: 1.1rem;
    color: #686868;
    line-height: 2.2rem;
    letter-spacing: 1.6px;
    width: 900px;
    margin-bottom: 2rem;
}

.NEWS_detail_text_1 a {
    font-size: 1.1rem;
    font-family: Arial;
    color: #004098;
    text-decoration: none;
}

.NEWS_detail_link {
    line-height: 2rem;
    vertical-align: top;
}

.NEWS_contact_text {
    font-size: 1rem;
    color: #686868;
    line-height: 1.6rem;
    margin-bottom: 2rem;
}

.MILESTONE_ReadMore {
    display: block;
    font-size: 21px;
    height: 3.5rem;
    width: 13rem;
    color: #686868;
    /*background-color: #c6c6c6;*/
    line-height: 3.5rem;
    text-align: center;
    text-decoration: none;
    margin-top: 3rem;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid #686868;
}

.MILESTONE_ReadMore:hover {
    background-color: #004098;
    color: #fff;
    border: 1px solid #004098;
}

.PN {
    font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 0 3rem;
}

.PN ul {
    height: auto;
}

.PN ul .ARROW {
    width: 45px;
    height: 45px;
    font-size: 40px;
    font-weight: bold;
    color: #444;
    border: 0px;
    margin-left: 6px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.PN ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 24px;
    color: #686868;
    border: 1px solid #686868;
    margin-left: 6px;
    margin-right: 6px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    float: left;
}

.PN ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 24px;
    color: #686868;
    border: 0;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.PN ul li a:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 24px;
    color: #fff;
    background-color: #004098;
    border: 2px solid #004098;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.row>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* =========================== iPad =========================== */
@media screen and (min-width: 768px) and (max-width: 1050px) {

    .NEWS_bg {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        background-color: #eee;
        opacity: 0.8;
        padding: 0;
        height: auto;
        margin: 0 0 2rem;
    }

    .NEWS_img_box {
        width: 100%;
        height: 500px;
        margin-right: 0;
        overflow: hidden;
        background-position: center;
        background-size: cover;
        background-color: #111;
    }

    .NEWS_content {
        display: block;
        max-width: 100%;
        height: auto;
        padding: 2rem !important;
        overflow: hidden;
    }

    .PN {
        margin: 0 0 3rem;
    }

    .PN ul .ARROW {
        width: 45px;
        height: 45px;
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        border: 0px;
        margin-left: 6px;
        margin-right: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
    }

    .PN ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        font-size: 24px;
        color: #fff;
        border: 1px solid #fff;
        margin-left: 6px;
        margin-right: 6px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background-color: transparent;
    }

    .PN ul li a,
    .PN ul li a:hover {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        font-size: 24px;
        color: #fff;
        background-color: #003f9800;
        border: 1px solid #fff;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .NEWS_title {
        font-size: 21px;
        line-height: 1.6rem;
        margin-bottom: 20px;
        text-align: left;
        letter-spacing: 0;
    }

    .NEWS_text {
        font-size: 16px;
        line-height: 1.5rem;
        height: auto;
        margin-bottom: 3rem;
        text-align: left;
        letter-spacing: 0;
    }

    .NEWS_title_A {
        font-size: 21px;
        line-height: 1.6rem;
        margin-bottom: 2rem;
        text-align: justify;
        letter-spacing: 1px;
    }

    .NEWS_text_A {
        font-size: 16px;
        line-height: 1.6rem;
        height: auto;
        margin-bottom: 2rem;
        text-align: justify;
        letter-spacing: 1px;
    }

    /* #PN ul li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 45px;
		height: 45px;
		font-size: 24px;
		color: #fff;
		border: 1px solid #fff;
		margin-left: 6px;
		margin-right: 6px;
		-webkit-transition:0.5s;
		-o-transition:0.5s;
		transition:0.5s;
		background-color: transparent;
	}

    #PN ul li a, #PN ul li a:hover {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 45px;
		height: 45px;
		font-size: 24px;
		color: #fff;
		border: 0;
		-webkit-transition:0.5s;
		-o-transition:0.5s;
		transition:0.5s;
	} */

    .NEWS_more {
        display: block;
        font-size: 18px;
        height: 3.5rem;
        width: 100%;
        border: 1px solid #004098;
        color: #fff;
        background-color: #004098;
        line-height: 3.5rem;
        text-align: center;
        text-decoration: none;
        transition: 0.5s;
    }

}

/* =========================== Mobile =========================== */
@media screen and (max-width: 767px) {
    .marg {
        margin: 5rem auto;
    }

    .NEWS_bg {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        background-color: #eee;
        opacity: 0.8;
        padding: 0;
        height: auto;
        margin: 0 0 2rem !important;
    }

    .NEWS_img_box {
        width: 100%;
        height: 270px;
        margin-right: 0;
        overflow: hidden;
        background-position: center;
        background-size: cover;
        background-color: #111;
    }

    .NEWS_img {
        width: 100%;
        height: auto;
        background-position: center center;
        background-size: cover;
    }

    .NEWS_content {
        display: block;
        max-width: 100%;
        height: auto;
        padding: 1.5rem !important;
        overflow: hidden;
    }

    .NEWS_title {
        font-size: 18px;
        line-height: 1.6rem;
        margin-bottom: 20px;
        text-align: left;
        letter-spacing: 0;
    }

    .NEWS_text {
        font-size: 16px;
        line-height: 1.5rem;
        height: auto;
        margin-bottom: 0;
        text-align: left;
        letter-spacing: 0;
    }

    .NEWS_title_A {
        font-size: 18px;
        line-height: 1.6rem;
        margin-bottom: 20px;
        text-align: justify;
        letter-spacing: 1px;
    }

    .NEWS_text_A {
        font-size: 16px;
        line-height: 1.6rem;
        height: auto;
        margin-bottom: 0;
        text-align: justify;
        letter-spacing: 1px;
    }

    .NEWS_more {
        display: block;
        width: 100%;
        height: 3.5rem;
        font-size: 16px;
        border: 1px solid #004098;
        color: #ffffff;
        line-height: 3.5rem;
        text-align: center;
        text-decoration: none;
        margin: 3rem 0 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background-color: #004098;
    }

    .MILESTONE_ReadMore {
        background-color: #004098;
        border: none;
        color: #fff;
        margin: 0px auto;
        width: 100%;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .PN ul .ARROW {
        width: 30px;
        height: 30px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        border: 0px;
        margin-left: 6px;
        margin-right: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: left;
    }

    .PN ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        font-size: 18px;
        color: #fff;
        border: 1px solid #fff;
        margin-left: 6px;
        margin-right: 6px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background-color: transparent;
    }

    .PN ul li a,
    .PN ul li a:hover {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        font-size: 18px;
        color: #fff;
        background-color: #003f9800;
        border: 1px solid #fff;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .PN {
        font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: 0 0 2rem;
    }
}