@media screen and (max-width: 1280px) {
    .policiesBox span {
        -webkit-line-clamp: 4;
        -o-line-clamp: 4;
        -ms-line-clamp: 4;
        height: 127px;
    }
    .newsSection .subTitle {
        font-size: 150%;
    }
}
@media screen and (max-width: 1200px) {
    .policiesBox span {
        -webkit-line-clamp: 3;
        -o-line-clamp: 3;
        -ms-line-clamp: 3;
        height: 100px;
    }

    .policiesBox h2 {
        margin-top: 9px;
    }

    .Tabs>li>a { padding: 0 10px; font-size: 2rem;}
}

@media screen and (max-width: 1140px) {
    
}



@media screen and (max-width: 1024px) {
    body {
        font-size: 1.5rem;
    }
    .policiesBox span {
        -webkit-line-clamp: 4;
        -o-line-clamp: 4;
        -ms-line-clamp: 4;
        height: 100px;
    }
    .policiesBox h2 {
        margin-top: 0;
    }
    .newsSection .subTitle {
        font-size: 123%;
        height: 173px;
        min-width: auto;
    }
    .taiwanMapWrap {
        height: 400px;
        background: url(../images/taiwan.png) no-repeat 40% center/contain
    }
    .visionBanner .slick-prev, .visionBanner .slick-next {
        transform: scale(.5);
    }

    .Tabs>li>a { padding: 0 10px; font-size: 1.8rem;}

    .information-section .container {max-width: 100%;}
    .information-section .col-l, .information-section .col-r {float: none; width: 100%; margin-bottom: 50px;}
    .information-section .col-r {margin: 0 auto 50px auto; }

    .sBanner ul {font-size: 0;}
    .sBanner li {
        margin: 0 0 10px 0;
        padding: 0 5px;
        width: 50%;
        float: left;
    }

    section.section.sectionMonitoring .wrap ul.slick-slider { width: 84%;}
    .sectionMonitoring li >div {    margin: 0 10px;}

  .information-section .container {
    padding: 0 3%;
  }

  section.section .wrap ul.slick-slider {
    width: calc(100% - 3% - 170px);
  }
}


@media screen and (max-width: 980px) {
    /*.information-section .col-l {width: calc(100% - 290px);}
    .information-section .col-r {width: 260px;}*/
}
    
@media screen and (max-width: 768px) {
    body {
        font-size: 1.5rem;
    }
        .visionCnt .description:before {
        display: none;
    }
    .policiesBox span {
        -webkit-line-clamp: 3;
        -o-line-clamp: 3;
        -ms-line-clamp: 3;
        height: 80px;
    }
    .newsSection .subTitle {
        width: 24.5%;
    }
    .newsSection .subTitle {
        font-size: 93%;
        text-align: center;
        min-width: 124px;
    }
    .policiesBox h2 {
        margin-top: -10px;
    }
    .rightBtns {
        /* float: right; */
        margin-top: 102px;
    }
    .mainVision {
        margin-top: 0px;
    }
    .taiwanMapWrap {
        height: 310px;
        background: url(../images/taiwan.png) no-repeat 40% center/contain;
    }
    .taiwanMapWrap ul.AATabs {
        margin-top: 5px;
    }
    .rightBtns {
        /* float: right; */
        margin-top: 54px;
    }
    .rightBtns a {
        font-size: 104%;
    }
    .mediaSlider h3 {
        padding: 20px 9% 20px 9%;
    }
    .visionCnt .description p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -o-line-clamp: 6;
        -ms-line-clamp: 6;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-box-orient: vertical;
        position: relative;
        height: 164px;
    }

    .hotTopicsWrap h2 {
        min-height: 150px;
        font-size: 117%;
    }
    section.newsSection {
        margin-top: 170px;
        position: relative;
        margin-bottom: 90px;
    }
    section.newsSection:after {
    content: "";
    position: absolute;
    z-index: -4;
    width: 112%;
    height: 470px;
    bottom: -20%;
    left: -7%;
    background: #FFF;
    }

    .visionBanner .slick-next {
        right: -35px;
    }
    .visionBanner .slick-prev {
        left: -35px;
    }


    .policiesBox {
        margin-top: 20px;
        padding: 0 5%;
    }

    .policiesBox li {
        padding: 11px 0 20px 0;
    }

    .policiesBox .info {
        position: relative;
        width: 100%;
        height: auto;
    }
    .policiesBox span {
        height: auto;
        -webkit-line-clamp: inherit;
    }
    .policiesBox .cover {
        height: 0;
        width: 100%;
        float: left;
        padding-bottom: 59%;
    }
    .policiesBox h2 {
        text-overflow: inherit;
        white-space: inherit;
    }

    section.section.sectionMonitoring .wrap ul.slick-slider {width: 85%;}
    .slick-prev, .slick-next {width: 30px; height: 60px;}
    .slick-next { right: -50px;}
    .slick-prev { left: -50px;}
    section.section.sectionMonitoring .wrap ul.slick-slider .slick-next { right: -40px;}
    section.section.sectionMonitoring .wrap ul.slick-slider .slick-prev { left: -40px;}

}
@media screen and (max-width: 767px) {
    section.section .wrap ul.slick-slider {
      width: calc(100% - 3% - 130px);
    }
}
@media screen and (max-width: 660px) {

    .newsBox {

        background: #FFF;
        padding-bottom: 20px;
    }
    .linkSection {
        margin-left: 4%;
        margin-right: 4%;
    }
    .linkSection .title {
        padding-bottom: 8px;
        margin: 0;
    }


    .mapBox {
        right: 50%;
        margin-right: -134.5px;
        top: auto;
        bottom: -20px;
    }

    .taiwanMapWrap {
        height: auto;
        background: url(../images/taiwan.png) no-repeat right top/217px 285px;
           padding-bottom: 163px;
    }
    a.leftBtns {
        font-size: 119%;
    }

    section.newsSection:after {
        display: none;
    }

    .sBanner li {width: 100%; padding: 0;}
}
@media screen and (max-width: 500px) {

    .taiwanMapWrap {
        padding-bottom: 213px;
    }
    body {
       font-size: 1.8rem;
    }

/*    .subNav>ul>li:last-child a {
        color: #2e2e2e;
        height: 78px;
        line-height: 78px;
        padding: 9px 12px;
        top: 12px;
        right: 7px;
    }*/
    .wrapper {
        padding: 0;
        padding-top: 83px;
        width: 100%;
    }
    .acc {
        display: none;
    }
    .visionCnt .description {

        position: relative;
        width: 100%;
    }
    .visionCnt .photo {
        width: 100%;
    }
    .mediaSlider {
        margin-top: 80px;
    }
    .visionCnt .description p {
        -webkit-line-clamp: 5;
        -o-line-clamp: 5;
        -ms-line-clamp: 5;
    }
    .visionCnt .description {
        padding: 6%;
    }

    .visionCnt .description:before {
        display: none;
    }
    .multimedia .photos .AATabselected {
        left: 18%;
        top: -54px;
        right: auto;
    }
    .multimedia .AATabselected {
        position: absolute;
        right: 16%;
        top: -54px;
    }
    .multimedia .title {
        padding-bottom: 8px;
        margin: 0 4%;
    }
    .mediaSlider li {
        padding: 0 1%;
    }

    .newsWrap ul.AATabs>li {
        float: left;
        width: 50%;
    }
    .newsWrap ul.AATabs {
        height: 722px !important;
    }
    .newsSection .subTitle b {
        text-align: center;
    }

    .newsSection .subTitle.AATabselected:before {
        display: none;
    }
    .newsSection .subTitle {
        width: 100%;
    }
    .newsBox {
        width: 100%;
        float: none;
        top: auto;
    }

    .newsSection .subTitle {
        font-size: 120%;
    }
    .newsSection .subTitle span {
        font-size: 100%;
    }
    .newsSection .subTitle {
        font-size: 123%;
        height: 110px;
    }
    .oneNews h2 {
        text-overflow: initial;
        white-space: initial;
        max-width: 100%;
        height: auto;
        margin-top: 12px;
    }
    .oneNews .newsDate {
        padding-left: 0;
    }
    .newsBox ul {
        padding: 4px 5% 11px;
        background: #FFF;
    }
    li.oneNews>a {
        display: block;
        padding: 19px 0 0;
    }
    section.newsSection {
        margin-top: 70px;
    }

    .majorPolicies .title {
        padding-bottom: 8px;
        margin: 0 4%;
    }

    .hotTopicsWrap {
        max-width: 300px;
        margin: 0 auto;
    }
    .hotTopicsWrap li {
        width: 100%;
        float: none;
        padding: 0 3%;
    }

    a.more {
        margin-right: 5%;
    }

    .slick-prev, .slick-next {
        width: 20px;
        height: 40px;
    }
    section.section.sectionMonitoring .wrap ul.slick-slider .slick-next { right: -28px;}
    section.section.sectionMonitoring .wrap ul.slick-slider .slick-prev { left: -28px;}
    section.section.sectionMonitoring .wrap ul.slick-slider {width: 82%;}

    .sectionRelatedlink li a {margin: 0 8px;}

    .Tabs>li {width: 50%;}
    .Tabs>li>a { height: 45px; line-height: 45px;}
    .newsWrap .Tabs a.TabSelected:before{display: none;}
    .Tabs>li:nth-child(1)>a {border-right: 1px solid #ffba00;}
    .Tabs>li:nth-child(3)>a {border-right: 1px solid #ffba00; border-top: 0;}
    .Tabs>li:nth-child(4)>a {border-top: 0;}
    .newsBox {margin: 50px 0 0 0;}

    .newsBox ul > li a {position: relative;}
    .newsBox ul > li a h2 {
        padding-left: 0;
        padding-top: 20px;
        width: 100%; 
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
    }
    .newsBox ul > li a h2:before {display: none;}
    .newsBox ul > li a .newsDate {width: auto; position: absolute; left: 0; top: 0;}
    .newsBox > div .more {right: 0;}
    .Tabs>li:nth-child(3) .newsBox, .Tabs>li:nth-child(4) .newsBox {margin: 5px 0 0 0;}    
}
@media screen and (max-width: 320px) {
    .visionCnt .description p {
        -webkit-line-clamp: 6;
        -o-line-clamp: 5;
        -ms-line-clamp: 5;
    }
    body {
        font-size: 1.6rem;
    }
    .taiwanMapWrap {
        background: url(../images/taiwan.png) no-repeat right top/157px 225px;
        padding-bottom: 243px;
        font-size: 90%;
    }
    .taiwanMapWrap .AATabs>li {
        margin-bottom: 17px;
    }
    .taiwanMapWrap ul.AATabs {
        height: auto !important;
    }
    .mapBox {
        margin-right: -89.5px;
        width: 100%;
        left: auto;
        right: auto;
        padding: 0 20px;
    }
    .mediaSlider h3 span {
        background: #FFF;
        height: 110px;
    }
    .mapBox {
        margin-right: -89.5px;
    }
    a.leftBtns {
        padding-left: 33px;
    }

    section.section.sectionMonitoring .wrap ul.slick-slider .slick-prev {left: -12px;}
    section.section.sectionMonitoring .wrap ul.slick-slider .slick-next {right: -12px;}
    section.section.sectionRelatedlink .wrap ul.slick-slider {width: 85%;}
    section.section.sectionRelatedlink .wrap ul.slick-slider .slick-next { right: -23px;}
    section.section.sectionRelatedlink .wrap ul.slick-slider .slick-prev {left: -23px;}
}