.swiper_container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    width: 100%;
    height: 650px;
    position: relative;
}

.swiper-slide img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 659px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper_title {
    position: absolute;
    top: calc(100% - 120px);
    right: 0;
    z-index: 99;
    color: #002642;
    /* display: block; */
    background-color: #CEE7D5;
    font-size: 60px;
    line-height: 100px;
    box-sizing: border-box;
}

.news_container {
    width: 100%;
    background-color: #CEE7D5;
}

.news_container .container {
    padding: 50px 0;
}

.news_top {
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}

.news_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 80px;
}

.more_btn {
    position: relative;
    top: -20px;
}

.more_btn a {
    font-size: 18px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #002642;
    border-radius: 5px;
    margin-left: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.more_btn a:hover {
    text-decoration: underline;
}

.more_btn a img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.news_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.news-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.new-img {
    display: block;
    width: 100%;
    height: 370px;
    overflow: hidden;

}

.news-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 200ms linear;
}

.news-item a:hover img {
    transform: scale(1.1);
}

.new-titles {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.new-titles a:hover {
    text-decoration: underline;
}

.new-date {
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0;
}

.new_left {
    width: 40%;
}

.new_left .new-titles {
    margin-top: 20px;
}

.new_left .new-content {
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.new_right {
    width: calc(60% - 60px);
    margin-left: 60px;
}


.new_right .news-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.new_right .new-img {
    width: 33%;
    height: 150px;
}

.new_right .new-right-right {
    width: 60%;
}

.about_container {
    width: 100%;
    background-color: #002642;
}

.about_container .container {
    padding: 50px 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_box {
    width: 48%;
}

.about_box .text {
    margin: 50px 0;
    line-height: 36px;
}

.about_box .more_btn {
    width: 210px;
}

.text {
    font-size: 18px;
    line-height: 24px;
}

.report_box {
    width: 48%;
}

.report_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}

.report_title {
    font-size: 40px;
    line-height: 33px;
    font-weight: 700;
}

.report_box .more_btn a {
    border-color: #fff;
}

.report-item {
    margin-bottom: 30px;
}

.report-titles {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.report-titles a:hover {
    text-decoration: underline;
}

.report-date {
    font-size: 18px;
    line-height: 24px;
    cursor: default;
    color: #429bdd;
}

.server_container .container {
    padding: 50px 0;
}

.server_list h3 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
}

.server_list h4 {
    font-weight: 700;
}

.server_list p {
    max-height: 195px;
    font-family: "Noto Sans TC", "Noto Sans SC", 微軟正黑體;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    overflow: hidden;
}

.server_list .content {
    width: 800px;
    float: left;
    margin-left: 30px;
}

.server_list li {
    overflow: hidden;
    margin-bottom: 40px;
}

.server_list img {
    width: 360px;
    float: left;
    border-radius: 6px;
}

#map {
    height: 600px;
    width: 100%;
}

.contact_box .tips {
    margin-bottom: 10px;
    font-weight: 900;
}

.contact_box .bd {
    margin-bottom: 20px;
}

.contact_box .bd p {
    margin-bottom: 15px;
}

.share-box {
    margin-top: 20px;
}

.share-box img {
    margin-right: 10px;
}