.article-list {
    margin: 0 -23px;
}
.article-list .item {
    width: 50%;
    padding: 0 23px;
    margin: 0px 0 50px 0;
}
.article-list .item:nth-child(2n+1) {
    clear: left;
}
.article-list .box {
    max-width: 706px;
    padding: 8px;
    margin: 0 auto ;
    position: relative;
    border: 1px solid #C8C8C8;
    box-shadow:2px 2px 2px rgba(0%,0%,0%,0.2);
}
.article-list .pic-box {
    float: left;
    width: 48%;
}
.article-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 469px;
}
.article-list .pic:before {
    content: "";
    background: url(../../images/common/article/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;
}
.article-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.article-list .txt {
    float: right;
    width: 48%;
    max-width: 469px;
}
.article-list .date{
    display: block;
    font-size: 15px;
    padding: 0px 5px 0 15px;
    color: #262626;
    line-height: 36px;
    background: #FFED2A;
    font-weight: bold;
    position: relative;
}
.article-list .date:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.article-list .name {
    color: #262626;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 53px;
    margin: 10px 0 10px;
    font-weight: bold;
}
.article-list .box:hover .name {
    color: #0091F0;
}
.article-list .description {
    color: #838383;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 60px;
}
.article-list .box:hover .description {
    text-decoration: underline;
}
.article-list .box:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background: url(../../images/common/article/btn.svg) 0 0 no-repeat;
    position: absolute;
    right: 15px;
    bottom: 10px;
}
.article-list .box:hover:before {
    background-position: 0 bottom;
}
/*** FB 套件 關鍵字 ***/
.article-list .page-view{
    position: absolute;
    bottom: 12px;
}
.page-view i{
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.article-header .page-view,
.article-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 套件 關鍵字 ***/

.article-header {
    margin-bottom: 25px;
    margin-top: -45px;
}
.article-header .date{
    color: #A4A4A4;
    font-size: 14px;
    line-height: 30px;
    padding-left: 60px;
}
.article-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;
}
.article-header .title:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 20px;
    width: 22px;
    height: 22px;
    background: url(../../images/common/news/icon.svg)no-repeat;
}
.article-detail {
    padding: 25px 0 10px 0;
    position: relative;
    margin-bottom: 20px;
}
.article-detail .title {
    background: #DAE51E;
    width: 136px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.05em;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -68px;
}

@media screen and (max-width: 1550px) {
    .article-list {
        margin: 0 -16px;
    }
    .article-list .item{
        width: 25%;
        padding: 0 16px;
    }
    .article-list .item:nth-child(2n+1) {
        clear: none;
    }
    .article-list .item:nth-child(4n+1) {
        clear: left;
    }
    .article-list .pic-box,
    .article-list .txt{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .article-list .box{
        max-width: 470px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1240px) {
    .article-list .item{
        width: 33.33%;
    }
    .article-list .item:nth-child(4n+1) {
        clear: none;
    }
    .article-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 800px) {
    .article-list .item{
        width: 50%;
    }
    .article-list .item:nth-child(3n+1) {
        clear: none;
    }
    .article-list .item:nth-child(2n+1) {
        clear: left;
    }
    .article-list .pic-box,
    .article-list .txt{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .article-list .box{
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .article-list .item{
        width: 100%;
    }
    .article-list .item:nth-child(n) {
        clear: none;
    }
    .article-list .box{
        max-width: 470px;
    }
}