.btn.scroll {
    width: 50px;
    height: 50px;
    background: url(../../images/common/index/banner_scroll.png) no-repeat;
    cursor: pointer;
    text-indent: -999999px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.btn.scroll:hover {
    background-position: 0 100%;
}

.banner {
    position: relative;
}

.banner .slick-prev,
.banner .slick-next {
    background: url(../../images/common/index/banner_arrows.png) no-repeat;
    width: 50px;
    height: 50px;
    text-indent: -99999px;
    cursor: pointer;
    position: absolute;
    left: 34%;
    left: 50%;
    bottom: 0;
    border: none;
    z-index: 10;
    background-position: 0 0;
}

.banner .slick-next {
    background-position: 100% 0;
}

.banner .slick-next {
    margin-left: 55px;
}

.banner .slick-prev:hover {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}


/*sect1*/

.sect1 {
    background: url(../../images/common/index/news_bg.jpg) repeat;
    position: relative;
    box-sizing: border-box;
    padding-top: 80px;
}

.sect1 .sect-title {
    font-size: 45px;
    color: #FD6C0A;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'PMingLiU', '新細明體';
}

.sect1 .btn.more {
    display: block;
    margin: 0 auto;
    background: url(../../images/common/index/more_bg.png) no-repeat;
    text-align: center;
    width: 260px;
    height: 72px;
    box-sizing: border-box;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 37px;
    font-family: 'Muli', sans-serif;
}

.sect1 .btn.more:hover {
    background-position: 0 100%;
}

.news-list li a {
    max-width: 470px;
    border: solid 1px #FD6C0A;
    background: #fff;
    border-radius: 0;
}

.news-list li a:hover {
    background: rgba(250, 186, 123, 0.59);
    border-radius: 0;
}

.news-list li a:hover .date,
.news-list li a:hover .date b {
    color: #FFF;
}

.news-list {
    margin: 0 -10px;
}

.news-list li {
    width: 33.33333%;
    box-sizing: border-box;
    padding: 0 10px;
}


/*sect2*/

.sect2 {
    background: url(../../images/common/index/article_title_bg.jpg) repeat;
    position: relative;
}

.sect2 .sect-title {
    display: inline-block;
    text-align: left;
    font-size: 21px;
    color: #202020;
    line-height: 1.2;
    padding: 25px 0;
    position: relative;
    text-align: center;
}

.sect2 .sect-title:after {
    content: '';
    display: block;
    background: url(../../images/common/index/article_arrow.png) no-repeat;
    width: 34px;
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -17px;
    z-index: 10;
}

.sect2 .sect-title span {
    font-family: 'PMingLiU', '新細明體';
    display: block;
    font-size: 28px;
    color: #333333;
    margin-bottom: 5px;
}

.article-wrap {
    background: url(../../images/common/index/article_bg.jpg) no-repeat 0 50%;
    position: relative;
    background-size: cover;
}

.article-wrap .article-box {
    width: 46%;
    height: 100%;
    box-sizing: border-box;
    padding: 50px 0px;
}

.atl-more {
    display: block;
    font-size: 14px;
    color: #004C66;
    line-height: 1.2;
    position: relative;
    font-weight: bold;
    /*position: absolute;
    left: 42%;
    top: -37px;*/
    width: 200px;
    margin:5px auto 0;

}

.atl-more .ic {
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle;
}

.atl-more:hover .ic {
    color: #FD6C0A;
}

.atl-more .icon {
    background: url(../../images/common/index/article_more.png) no-repeat;
    width: 39px;
    height: 58px;
    display: inline-block;
    margin-right: 8px;
}

.atl-more:hover .icon {
    background-position: 0 100%;
}
/*
.article-list li {
    width: 100%;
    padding: 0 10px;
}

.article-list li a {
    margin: 0 auto;
    padding: 30px 0;
    padding-right: 20px;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: auto;
    overflow-x: hidden;
}

.article-list .date {
    display: block;
    width: 67px;
    background: rgba(0, 76, 102, 0.45);
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: left;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    transition: all .3s ease-in-out;
}

.article-list .box:hover .date b {
    color: #FFFF26;
}

.article-list .date b {
    font-size: 40px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.article-list .date .month {
    display: block;
    font-size: 16px;
    position: relative;
}

.article-list .date .month:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    margin: 2px auto 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.article-list .box:hover .date .month:after {
    background: #FFF;
}

.article-list .txt {
    display: block;
    float: left;
    width: calc(100% - 88px);
    box-sizing: border-box;
    padding-left: 30px;
}

.article-list .title {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.article-list .box:hover .title {
    color: #FFFF26;
}

.article-list p {
    height: 65px;
    overflow: hidden;
    line-height: 1.6;
    color: #fff;
    font-size: 14px;
    margin: 0;
    margin-top: 7px;
}
*/
.sect3{
    padding: 80px 0 60px;
}
.sect3 .container> .title{
    font-size: 35px;
    color: #2793E1;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'PMingLiU', '新細明體';
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
}
.sect3 .container> .title span{
    display: block;
    font-size: 28px;
    font-family: Arial, 微軟正黑體, "Microsoft JhengHei", 文泉驛正黑, "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", 微软雅黑, メイリオ, "맑은 고딕", sans-serif;
    color: rgb(51, 51, 51);

}
.article-list{
    margin: 0 -10px;
}
.article-list .item{
    width: 25%;
    padding:0 10px;
}
.article-list .item:nth-child(4n+1){
    clear: both;
}
.article-list .item .pic {
    overflow: hidden;
}
.article-list .item .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;

}
.article-list .item .box:hover .pic img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    
}
.article-list .item .pr{
    position: relative;
}
.article-list .box{
    max-width: 320px;
    margin: 0 auto 30px;
}
.article-list .item .cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    font-size: 0;
}
.article-list .date{
    color: #FD6C0A;
    font-size: 16px;
    padding: 15px 0 5px;
    display: block;
}

.article-list .title {
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0em;
}
.article-list p {
    height: 44px;
    overflow: hidden;
    line-height: 1.6;
    color: #545454;
    font-size: 14px;
    margin: 0;
    margin-top: 7px;

        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.sect4 .article-list .item{
    width: 50%;
    padding:0 10px;
}
.sect4 .article-list .item:nth-child(2n+1){
    clear: both;
}
.sect4 .article-list .item .box {
    max-width: inherit;
}

.sect4 .article-list .date {
    display: block;
    width: 67px;
    background: #DAEEF6;
    color: #2793E1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: left;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    position: relative;
}
.sect4 .article-list .pic {
    float: right;
    width: 280px;
    position: relative;
    overflow: hidden;
}

.sect4 .article-list .box:hover .date {
    width: 93px;
    color: #FFF;
    background: #FD6C0A;
}

.sect4 .article-list .date b {
    font-size: 40px;
    display: block;
}

.sect4 .article-list .date .month {
    display: block;
    font-size: 16px;
    position: relative;
}

.sect4 .article-list .date .month:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2793E1;
    margin: 2px auto 4px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sect4 .article-list .box:hover .date .month:after {
    background: #FFF;
}
.sect4 .article-list .txt {
    display: block;
    float: left;
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 30px;
}
.sect4 .article-list .txt_box {
    display: block;
    float: left;
    width: calc(100% - 282px);
    box-sizing: border-box;
    padding-left: 30px;
}
.sect4 .article-list .pr{
    position: relative;
}
.sect4 .article-list .pr:after{
        visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.article-list a.cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    z-index: 30;
}
 /*keyword*/
  .keyword_box:before{
    content: 'TAG •';
    color: #24262C;
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    top: 1px;
    position: relative;
  }
.keyword_box{
    padding-top: 10px;
    font-size: 14px;
    clear: both;
}
.keyword_box ul{
    display: inline-block;
}
.keyword_box li a{
    padding:5px;
    color: #9fa7ad;
    line-height: 1;
    border:solid 1px #DCDCDC;
    border-radius: 5px;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: all .3s ease;
    font-size: 13px;

}
.keyword_box li:hover a{
    background: #fd6c0a;
    border-color: #fd6c0a;
    color: #fff;
}
.keyword_box.detail{
    margin:15px 0;
}  
.sect3{
    position: relative;
}
.sect3:before{
    content: '';
    display: block;
    width: 100%;
    height:284px;
    background: url(../../images/common/index/bg.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.sect4{
    padding-bottom: 100px;
    background: #fafafa;
}
@media screen and (max-width: 1200px) {
    .article-wrap .article-box {
        width: 75%;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .article-list .item{
        width:50%;
        padding:0 10px;
    }
    .article-list .item:nth-child(2n+1){
        clear: both;
    }
    .sect4 .article-list .item{
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .banner .slick-prev,
    .banner .slick-next {
        left: 45%;
    }
    .article-wrap .article-box {
        width: 100%;
    }
    .sect2 .sect-title {
        display: block;
    }
    .atl-more {
        display: block;
        width: 230px;
        margin: 0 auto;
        top: inherit;
        left: inherit;
        position: relative;
    }
    .news-list li {
        width: 100%;
    }
    .sect1 {
        padding-top: 50px;
    }
   
}

@media screen and (max-width: 767px) {
    .banner .slick-prev,
    .banner .slick-next {
        opacity: 0;
    }
    .sect4 .article-list .txt {
        padding-left: 0;
    }
    .sect4 .article-list .txt_box{
        width: 100%;
        padding: 0;
    }
   .sect4 .article-list .item .box{
        max-width: 280px;
    }
    .sect4 .article-list .pic{
        float: none;
        margin: 20px auto;
    }
    .sect4 .article-list .txt{
        padding-left: 10px;
    }
}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 360px) {}
