.article-list {
    margin: 0 -10px;
}
.article-list .item {
    width: 33.33%;
    padding: 0 10px;
    margin: 0px 0 50px 0;
    border-bottom: 1px dashed #bbb;
}
.article-list .item:nth-child(3n+1) {
    clear: left;
}

.keyword_box {
    font-size: 14px;
    color: #f29700;
    vertical-align: middle;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	min-height: 50px;
}
.keyword_box.detail{
	min-height: auto;
    display: inline-block;
}
.keyword li,
.keyword_box .keyword li a {
    display: inline;
}
.keyword li a:hover{
    text-decoration: underline;
}
.keyword li+li:before {
    content: ',';
}
.keyword .icon-ic-keyword{
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid transparent;
    margin: 3px 3px 0 0px;
    color: #f29700;
    float: left;
}
.article-list .box {
    max-width: 1146px;
    margin: 0 auto ;
    position: relative;
}
.article-list .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.article-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.article-list .name {
    color: #444;
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 56px;
    line-height: 30px;
    margin: 15px 0;
}
.article-list a:hover .name {
    color: #8fc320;
    text-decoration: underline;
}
.article-list a:hover .pic {
	opacity:0.8;
}
.article-list .date{
    display: block;
    width: 82px;
    font-size: 14px;
    padding: 0px 5px;
    color: #fff;
    line-height: 26px;
    background: #ced75a;
    border-radius: 4px;
}
.article_title.date{
    display: block;
    width: 82px;
    font-size: 14px;
    padding: 0px 3px;
    color: #f29700;
    line-height: 26px;
}
.article_title.name {
    color: #444;
    font-size: 24px;
    line-height: 36px;
    margin: 0px 0 20px 0;
}
.article-list .description {
    color: #9A9A9A;
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 51px;

}


.article-list .btn .icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 3px 0;
}
.article-list .btn.detail .icon {
     background-position: -60px -87px;
}

.article-intro {
    margin-bottom: 50px;
}


.article-detail {
    border: 1px dashed #bbb;
    border-width: 1px 0;
    padding: 10px 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: 1400px) {
    .article-list {
        margin: 0 10px;
    }
    .article-list .item {
        width: 50%;
    }
    .article-list .item:nth-child(3n+1) {
        clear: none;
    }
    .article-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 850px) {
    .article-list {
        margin: 0 auto;
        max-width: 580px;
        width: 100%;
    }
    .article-list .item {
        width: 100%;
    }
    .article-list .item:nth-child(2n+1) {
        clear: none;
    }
    .article-list .item:nth-child(n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
    .article_title.name {
        font-size: 22px;
        line-height: 33px;
    }
}

@media screen and (max-width: 400px) {
    .fb {
        width: 180px;
        overflow: hidden;
    }
}