/*------------ article ------------*/

.article-list {
    margin: 0 -15px;
}

.article-list li {
    width: 50%;
    padding: 0 15px;
}

.article-list li:nth-child(2n+1) {
    clear: left;
}

.article-list li .box {
    transition: all .2s;
    position: relative;
}

.article-list li .box {
    max-width: 480px;
    box-sizing: border-box;
    margin: 0 auto 40px;
    border: 3px solid #f5f5f5;
}

.article-list li .pic {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.article-list .pic> a:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
    opacity: 0;
}

.article-list li .box:hover .pic>a:last-child:before {
    opacity: 1;
}

.article-list .pic .cover {
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
}

.article-list .pic .cover:before {
    content: "VIEW MORE";
    position: absolute;
    display: block;
    width: 100%;
    color: #fff;
    font-family: 'oboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    margin: -20px 0 0 0;
    z-index: 50;
}

.article-list li .box:hover .cover {
    opacity: 1;
}

.article-list li .text{
    margin: 0 15px;
}

.article-list li .date small,
.article-date small{
    display: block;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 13px;
}
.article-list li .date,
.article-date {
    letter-spacing: 0;
    padding-top: 5px;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 1.2;
    display: block;
    text-align: center;
    color: #FFFFFF;
    margin: -25px 0 13px;
    position: relative;
    z-index: 2;
    width: 62px;
    height: 62px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: rgb(230,10,54); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0,151,226,1) 0%, rgba(185,231,45,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0,151,226,1) 0%,rgba(185,231,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0,151,226,1) 0%,rgba(185,231,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097E2', endColorstr='#B9E72D',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.article-date{
    margin:auto;
}
.article-list li .name a {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
    color: #4a4a4a;
}

.article-list .description a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
    margin: 10px 0 12px;
    color: #999;
}


/*------------ keyword_box ------------*/

.keyword_box {
    font-size: 14px;
    line-height: 1.5;
    padding: 9px 0 9px 20px;
    height: 40px;
    position: relative;
    box-sizing: border-box;
    color: #6791CF;
    margin: 0 15px;
}

.keyword_box ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.keyword li,
.keyword li a {
    display: inline;
    padding: 0;
    transition: all .2s;
}

.keyword li+li:before {
    content: ',';
}

.keyword_box .icon-ic-keyword {
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}

.article-detail .fb {
    padding: 10px 0 5px;
}

.keyword_box.detail {
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
}

.keyword_box.detail ul {
    white-space: normal;
    overflow: inherit;
}

.keyword li a:hover {
    text-decoration: underline;
    color: #999;
}


/*------------ detail-main ------------*/

.pic_box {
    padding: 20px;
    margin: 20px 0 30px;
}



.article-detail .share_box {
    text-align: left;
}

.article-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}


/*------------ rwd ------------*/
@media screen and (max-width: 1100px) {
    .pic_box{
        padding:0;
        margin: 10px 0 20px;
    }
}
@media screen and (max-width: 600px) {
    .article-list {
        margin: 0;
    }
    .article-list li {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .article-detail .fb {
        width: 82px;
        overflow: hidden;
    }
}
