﻿#news .course-sort-title{
    font-family: "微軟正黑體";
}
.news-box{
    background-color: #f1f1f1;
    padding: 50px 0;
}
.news-list-box{
    width: 1130px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
}

.news-list{
    width: 260px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0,0.8)2px 2px 5px;
}
.news-list:nth-child(4n+4){
    margin-right: 0;
}
.index-news-title-box{
    width: 100%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;

}
.index-news-title{
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    height: 44px;
    overflow: hidden;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
}

.page a{
    width:50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #FFF;
    text-align: center;
    display: inline-block; 
}


/*-------------------------*/
.news-page-block{
    width: 1600px;
    max-width: 100%;
    display: block;
    background-color: #f1f1f1;
}
.news-page-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
}
.news-page-info-date{
    font-size: 12px;
    color: #448aca;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.news-page-info-box{
    margin-top: 50px;
}
.news-pge-info-title{
    font-family: 'cwTeXMing';
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.news-page-line{
    width: 100%;
    display: block;
    height: 1px ;
    background-color: #d1d1d1;
    transition: all .5s linear;
    margin-bottom: 10px;
}
.nwes-fb{
    margin-bottom: 10px;
}
.news-page-link-box{
    width: 100px;
    max-width: 100%;
    display: block;
    position: fixed;   
    top: 60%;
    transition: all .5s linear;
}
.news-page-block.fixed .news-page-link-box{
    top: calc(50% - 50px);
}
.news-page-prev{
    left: calc(50% - 750px);
}
.news-page-next{
    right: calc(50% - 750px);
}
.news-page-link-img-box{
    width: 100%;
    height: 100px;
    display: block;
    border-radius: 50%;
    display: block;
    overflow: hidden;
}
.news-page-link-img{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
}
.news-page-link{
    font-size: 18px;
    color: #448aca;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    text-align: center;
    width: 100%;
    transition: all .5s ease;
}

.news-back{
    width: 120px;
    max-width: 100%;
    display: block;
    margin-top: 30px;
    border: 1px solid #d1d1d1;
    text-align: center;
    height: 36px;
    line-height: 36px;
    letter-spacing: 2px;
    position: relative;
    transition: all .5s ease;
}
.news-back span{
    position: relative;
    z-index: 1;
}
.index-news-list.no-image .index-news-img-mask,
.news-list.no-image .index-news-img-mask{
    opacity: 1;
    background-color: #55555566;
}