/*------------ article ------------*/

.article-list {
    margin: 0 -13px;
}

.article-list li {
    width: calc((100% / 3) - 0.1px);
    padding: 0 13px 35px;
}

.article-list li:nth-child(3n+1) {
    clear: left;
}

.article-list li .box {
    transition: all .2s;
    background: #fff;
    padding: 12px;
    position: relative;
    max-width: 376px;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    position: relative;
    border: solid 1px #fff;
}
.article-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.article-list li .box:hover {
    border: solid 1px #e8e8e8;
}

.article-list li .pic {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.article-list li .pic {
    position: relative;
    box-sizing: border-box;
}
.article-list .pic:before{
    content: '';
    display: block;
    width: 90%;
    height:90%;
    background: rgba(68, 68, 68, 0.9);
    width: 100%;
    transition: all .3s ease-in-out;
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.article-list .box:hover .pic:before{
    width: 100%;
    height:100%;
    opacity: 1;
}
.article-list .pic:after{
    content: 'Read More';
    display: block;
    border: solid 1px #fff;
    background: url(../../images/common/plus.png) no-repeat 100% 50%;
    border-width: 1px 0 ;
    font-family: 'Titillium Web', sans-serif;
    text-align: left;
    position: absolute;
    width: 0px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: all .35s ease-in-out;
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
}
.article-list .box:hover .pic:after{
     opacity: 1;
     width: 150px;
}

.article-list li .date{
    width: 57px;
    height: 57px;
    line-height: 1.2;
    color: #fff;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    background:#2d57a7;
    letter-spacing: 0.35px;
    font-family: 'Montserrat', serif;
}

.article-date {
    position: absolute;
    width: 57px;
    height: 63px;
    line-height: 1.2;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background:#2d57a7;
    left: 15px;
    top: 0;
    z-index: 15;
    font-family: 'Montserrat', serif;
    letter-spacing: 0.35px;
}

.article-list li .box:hover .date {
    transition: all .2s;
}

.article-list li .box:hover .date b {
    transition: all .2s;
}

.article-list li .date b,
.article-date b {
    font-size: 25px;
    color: #fff;
    display: block;
    transition: all .2s;
    margin: 5px 0 -2px 0;
    font-family: 'Montserrat', serif;
}

.article-list li .name{
    float: right;
    width: calc(100% - 65px);
}
.article-list li .name {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    margin: 5px 0;
}

.article-list .box:hover .name {
    text-decoration: underline;
}
.article-list .description {
     font-size: 14px;
    color: #6f6f6f;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
    margin: 10px 0 0px;
}

/****************keyword_box******************/
.keyword_box {
    font-size: 14px;
    color: #4e5454;
    padding: 9px 14px 6px;
    height: 40px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: #f2f1f6;
    max-width: 376px;
    margin: 0 auto;
    box-sizing: border-box;
}

.keyword li,
.keyword_box .keyword li a {
    display: inline;
    padding: 0;
    background: none;
}
.keyword li a:hover{
    text-decoration: underline;
    color: #222;
}
.keyword li+li:before {
    content: ',';
}
.keyword .icon-ic-keyword{
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid transparent;
    margin: 5px 6px 0 0px;
    color:  #4e5454;
    float: left;
}
.article-detail .fb {
    padding: 5px 0;
    display: none;
}

.keyword_box.detail {
    background: none;
    float: none;
    padding: 9px 0px 6px;
    height: auto;
    display: inline-block;
    max-width: none;
}

/*------------ detail-main ------------*/
.pic_box {
    background: #f8f8f8;
}
.pic_box .pic{
    padding: 20px 0;
    margin: 10px 0;
}
.article-detail {
    background: #fff;
    padding: 0 15px 50px;
}

.article-title {
    position: relative;
    margin: 0 -15px 15px;
    padding: 35px 20px 20px 85px;
    letter-spacing: 2px;
    color: #333;
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 1.5;
}

.article-date small {
    color: #AAAAAA;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 12px 0 0 15px;
    font-size: 13px;
    letter-spacing: 0.1em;
}


/*------------ rwd ------------*/

@media screen and (max-width: 900px) {
    .article-list li {
        width: 50%;
    }
    .article-list li:nth-child(3n+1) {
        clear: none;
    }
    .article-list li:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 600px) {
    .article-list {
        margin: 0;
    }
    .article-list li {
        width: 100%;
        padding: 0 0 35px;
    }
}

@media screen and (max-width: 480px) {
    .article-title {
        padding: 85px 20px 20px;
    }
    .article-detail .fb {
        width: 180px;
        overflow: hidden;
    }
}
