@import "pagination.css";

.xl-banner {
    background:#efefef;
    background-size: cover;
}

.xl-banner .banner-wrap {
    padding: 70px 0;
}

.xl-banner .banner-wrap h2 {
    font-size: 4.8rem;
    font-weight: bold;
    color: #006ea9;
}

.xl-banner .banner-wrap p {
    font-size: 20px;
    color: #1a1a1a;
}

.popular {
    background-color: #fafafa;
}

.popular .popular-wrap {
    padding: 100px 0;

}
@media all and (max-width:920px){
    .popular .popular-wrap{
        padding: 20px 0;
    }
}
.popular h2 {
    font-size: 36px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 70px;
}

.two-cnt2:after {
    content: '';
    display: block;
    clear: both;
}

.two-cnt2 .item {
    min-height: 380px;
}

.all {
    background-color: #fafafa;
    padding-bottom: 100px;
}

.all .all-wrap {
    background-color: #ffffff;
    padding: 80px 0;
}
@media all and (max-width:920px){
    .all .all-wrap{
        padding: 20px 0;
    }
}
.all .all-wrap ul {
    padding: 0 40px;
}
@media all and (max-width:479px){
    .all .all-wrap ul{
        padding: 0 10px;
    }
}
.media-art .title:hover,
.media-art .title:active {
    color: #006ea9;
}
.learn-more{
    float: left;
    font-size: 14px;
}
.thumbnail-txt p{
    text-align: left;
}
.learn-more{
    display:inline-block;
    color:#006ea9;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    transition:all .2s;
    font-size:14px;
    margin-top: 5px;
}
.learn-more:hover{
    color:#0084ff;
}
.learn-more.white:hover{
    color:#0084ff;
}
.learn-more.arrow::after{
    content:'';display:inline-block;background:url(../images/icon/more-arrow.png) no-repeat center;
    vertical-align:middle;
    right:-3px;
    margin-top:-2px;
    width:12px;
    height:12px;
    transition:all .2s linear;
    position:relative;
}
.learn-more.arrow:hover::after{
    background:url(../images/icon/more-arrow-hover.png) no-repeat center;
    right:-9px;
}
.learn-more.white.arrow::after{
    background:url(../images/icon/w-more-arrow.png) no-repeat center;
}
.learn-more.arrow.white:hover::after{
    background:url(../images/icon/more-arrow-hover.png) no-repeat center;
    right:-9px;
}
/*關於本站*/
.about-website{
    background: url(../images/article-index/banner1.png) no-repeat center;
    background-size: cover;
}
.xl-banner1 .banner-wrap {
    padding: 70px 0;
}

.xl-banner1 .banner-wrap h2 {
    font-size: 4.8rem;
    font-weight: bold;
    color: #006ea9;
}

.xl-banner1 .banner-wrap p {
    font-size: 2.0rem;
    color: #1a1a1a;
    width: 100%;
    margin: 0 auto;
}
.about-begin{
    overflow: hidden;
    margin-top: 40px;
}
.about-begin h2{
    margin-bottom: 40px;
}
@media all and (min-width: 920px){
.about-begin-wrap .begin-left{
    width: 25%;
    }
}
@media all and (min-width: 920px){
    .about-begin-wrap .begin-right{
        width: 69%;
        }
    }
@media all and (max-width: 479px){
    .beg-box{
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
}
.beg-box{
    display: flex;
}
.about-begin-wrap .begin-right{
    font-size: 1.6rem;
    margin: 60px 0 0 40px;
}
@media all and (max-width: 479px){
    .about-begin-wrap .begin-right{
        margin:40px 0 0 0;
    }
}
.about-begin-wrap .begin-right p{
    margin-bottom: 20px;
}
.about-clear{
    clear: both;
}
.about-misson{
    margin-top: 40px;
    background: #eeeeee;
}
.about-misson-wrap{
    padding-bottom: 60px;
    overflow: hidden;
}
.about-misson-wrap h2{
    padding: 40px 0;
}
.about-misson-box{
    text-align: center;
}
.top-img{
    padding: 40px 0 40px 0;
}
.top-img1{
    padding: 56px 0 54px 0;
}
@media all and (min-width: 920px){
.misson-pic {
    height: 100%;
}
    }
@media all and (min-width: 920px){
.vision-pic {
    height: 100%;
}
    }
.about-misson-box .misson-pic>img{
    margin-right: auto;
    margin-left: auto;
}
@media all and (max-width: 1200px){
    .about-misson-box{
        margin: 0px 15px;
    }
}
@media all and (min-width:992px) {
	.about-misson-box ul li{
		margin: 0 6% 0 10%;
	}
}
.about-misson-box ul li{  
    margin-bottom: 30px;
    width: 32%; 
    float: left;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 15px 0 rgba(0,110,168,0.35);
    -webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
    
}
@media all and (max-width: 1023px){
    .about-misson-box ul li{
        flex-basis: 100%;
        width: 100%;
    }
}
.about-misson-box .vision-pic>img{
    margin-right: auto;
    margin-left: auto;
}
.about-misson-box p:nth-child(2){
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.about-misson-box p:nth-child(3){
    font-size: 1.6rem;
    padding-bottom: 40px;
}
/*@media all and (min-width:992px) {
	.about-misson-box ul li {
		width: 32%; 
		padding: 0
	}
}*/
.about-misson-box ul li:hover{
    box-shadow: 0 13px 25px 0 rgba(0,110,168,0.35);
    -webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}
.about-different h2{
    padding: 40px 0;
}
@media all and (min-width:992px){
    .about-different .different-left{
    width: 30%;
}
    }
@media all and (max-width: 479px){
    .diff-box{
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
}
.diff-box{
    display: flex;
    margin-bottom: 20px;
}
.diff-box .alive{
    margin-top: 20px;
}
.about-different .different-left{
    text-align: center;
}

@media all and (min-width:992px){
    .about-different .different-right{
    width: 62%;
}
    }
.about-different .different-right{
    float: left;
    font-size: 1.6rem;
}
.different-right strong{
    font-size: 2.0rem;
}
.different-right p:nth-of-type(2n+1){
    margin-bottom: 20px;
}
.different-right p:nth-of-type(2n+2){
    margin-bottom: 10px;
}
.different-right .wt-link a{
    color: #006ea9;
}
.different-right .wt-link a:hover{
    text-decoration: underline;
}
.about-different{
    margin-bottom: 40px;
    overflow: hidden;
}
.different-right .donate{
    margin: 20px 0;

}
.mail-btn{
    text-align: center;
    font-weight: bold;
    padding: 10px 24px;
    width: 160px;
    height: 44px;
    background: url(../images/icon/email-s.png) no-repeat;
}
.mail-btn:hover{
    background: url(../images/icon/email-s-hover.png) no-repeat;
    color: #ffffff;
}
.contact-box1{
    margin-bottom: 60px;
}
.about-contact{
    margin-top: 40px;
}
@media all and (min-width: 920px){
.about-contact .contact-left{
    width: 10%;
}
    }
@media all and (min-width: 920px){
.about-contact .contact-right{
    width: 90%;
}
    }
.about-contact .contact-right{
    font-size: 1.6rem;
    margin:10px 0 0 20px;
}
@media all and (max-width: 479px){
    .about-contact .contact-right{
        margin: 0;
    }
}
.contact-right p:nth-child(1){
    font-size: 2.0rem;
    margin-bottom: 10px;
}
.contact-right p:nth-child(2){
    margin-bottom: 10px;
}
.contact-right p:nth-child(3){
    margin-bottom: 10px;
}
@media all and (max-width: 479px){
.about-contact-wrap .contact-box1{
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
}
@media all and (max-width: 479px){
    .about-contact-wrap .contact-box1>div img{
        margin:0 0 20px;
        }
    }
@media all and (max-width: 479px){
    .about-contact-wrap .contact-box2>div img{
        margin:0 0 20px;
        }
    }
@media all and (max-width: 479px){
    .about-contact-wrap .contact-box2{
        flex-direction: column;
        align-items: center;
        text-align: center;
        }
    }
.about-contact-wrap .contact-box1{
    display: flex;
}
.about-contact-wrap .contact-box2{
    display: flex;
}
.about-contact{
    padding: 70px 0;
}
.about-contact-wrap h2{
    margin-bottom: 40px;
}
/*關於本站*/
/*聯絡我們*/
.contact-us{
    background: url(../images/article-index/banner2.png) no-repeat center;
    background-size: auto;
    background-size: cover;
}
.contact-inner{
    margin-bottom: 40px;
}
.contact-inner h2{
    text-align: left;
    color: #006ea9;
    border-left: solid 12px #006ea9;
    padding-left: 10px;
    padding: 15px;
    font-weight: bold;
    background-color: #eeeeee;
    font-size: 28px;
    margin:20px 0;
}
.contact-inner p{
    font-size: 16px;
    margin: 10px 0;
}
.contact-inner .user-wrap{
    margin-bottom: 40px;
}
.contact-inner .ads-wrap{
    margin-bottom: 40px;
}
.contact-inner .ads-wrap .article-sylbom ul li{
    list-style: disc;
    font-size: 16px;
    line-height: 35px;
    margin-left: 20px;
    margin-bottom: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/*聯絡我們*/

/*Reviews頁面樣式*/
.reviews-width{
    width: 33.3333%;
    float: left;
    padding: 38px 1rem 0;

}
.reviews-width p{
    font-size: 16px;
}
.reviews-style{
    margin:80px 0 30px 0;
}
.reviews-width .two-cnt{
    margin-bottom:10px;
}
.reviews-width a{
    margin-bottom: 20px;
}
.reviews-width a img{
    text-align: center;
    height: auto; 
    width: auto\9; 
    width:100%; 
}
*, *::before, *::after{
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.all-wrap ul.get-post-list{
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px){
.all-wrap ul.get-post-list li{
  width: 100%;
}
    }
/*Reviews頁面樣式*/
/*donate贊助按鈕樣式*/
@media all and (max-width: 479px){
    .donate ul{
        display: table;
        margin: 0 auto;
        overflow: hidden;
        }
    }
.donate ul{
    overflow: hidden;
}
.donate ul li{
    float: left;
}
.donate .header-btn{
    margin-left: 0px;
    margin-right: 20px;
    min-width: 120px;
    float: left;
}
/*donate贊助按鈕樣式*/