.news-list {
    margin: 0 -16px;
}
.news-list .item {
    width: 25%;
    padding: 0 16px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .box {
    max-width: 335px;
    margin: 0 auto 45px;
    padding: 6px 6px 20px;
    border: 1px solid #C8C8C8;
    box-shadow:2px 2px 2px rgba(0%,0%,0%,0.2);
    position: relative;
}
.news-list .box:hover {
    box-shadow:4px 4px 2px rgba(0%,0%,0%,0.2);
    transition: all 0.2s ease-in-out;
    transform: translateY(-5px);
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 335px;
    margin: 0 auto 10px;
}
.news-list .pic:before {
    content: "";
    background: url(../../images/common/news/hover.svg) 50% 60% no-repeat rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.news-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.news-list .name {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
.news-list a:hover .name {
    color: #0091F0;
}
.news-list .description {
    color: #838383;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list a:hover .description {
    text-decoration:underline;
}
.news-list .date {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(255,237,42,0.8);
    font-size: 15px;
    font-weight: bold;
    color: #262626;
    left: 0;
    top: 50%;
    z-index: 1;
    margin-top: -35px;
    text-align: center;
    padding-top: 12px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.news-list .date span{
    font-size: 30px;
    display: block;
    line-height:25px;
}
.news-list a:hover .date {
    background: rgba(255,237,42,1);
    transition: all 0.2s linear;
}

/*** FB 套件 關鍵字 ***/
.page-view i{
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.news-header .page-view,
.news-detail .page-view{
    float: right;
}
.fb-like{
    width: 83px;
    overflow: hidden;
}
.keyword_box {
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 10px 0;
}
.keyword li,
.keyword_box .keyword li a {
    display: inline;
}
.keyword_box .keyword li a {
    padding: 2px 8px;
    border-radius: 4px;
    background: #eee;
    color: #666;
}
.keyword li a:hover{
    background: #a1d9ff;
    color: #000;
    transition: all .2s linear;
}
.keyword .icon-ic-keyword{
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid transparent;
    margin: 3px 3px 0 0px;
    color: #F3856D;
    float: left;
}
/*** FB 套件 關鍵字 ***/

.news-header {
    margin-bottom: 25px;
    margin-top: -45px;
}
.news-header .date {
    color: #A4A4A4;
    font-size: 14px;
    line-height: 30px;
    padding-left: 60px;
}
.news-header .title {
    padding-left: 60px;
    margin: 0 auto 10px;
    color: #060000;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    border-bottom: 6px solid #F0F1F3;
    padding-bottom: 10px;
}
.news-header .title:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 20px;
    width: 22px;
    height: 22px;
    background: url(../../images/common/news/icon.svg)no-repeat;
}
.news-detail {
    border-bottom: 6px solid #F0F1F3;
    padding: 40px 0;
}
.news-detail .editor {
    max-width: 1045px;
    margin: 0 auto;
}
@media screen and (max-width: 1240px) {
    .news-list .item{
        width: 33.33%;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 900px) {
    .news-list .item{
        width: 50%;
    }
    .news-list .item:nth-child(3n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .news-detail {
        padding: 25px 0;
    }
}
@media screen and (max-width: 480px) {
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 400px) {
    .fb {
        width: 180px;
        overflow: hidden;
    }
}