.article-list {
    margin: 0 -6px;
}
.article-list .item {
    width: 100%;
    padding: 0 6px;
}
.article-list .article_box{
    margin: 0 auto 10px;
    min-height: 110px;
}
.article-list .box {
    position: relative;
}
.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 .article_box:hover {
}
.article-list .pic {
    position: relative;
    overflow: hidden;
    float: left;
    display: none;
}

.article-list .article_box:hover .pic:before {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
.article-list .article_box .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(100px,0);
    transform: translate(100px,0);
    opacity: 0;
    margin: auto;
    background: url('../../images/common/news/hover.png') 100% 100% / 0% auto no-repeat, rgba(78, 78, 78, 0.76);
}

.article-list .txt {
    position: relative;
    padding: 15px 20px 10px 20px;
}
.article-list .name {
    color: #4e4e4e;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
}
.article-list .article_box:hover .name {
    color:#111;
}
.article-list .description {
    color: #b7b7b7;
    font-size: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
    margin: 8px 0;
    display: none;
}
.article-list .date {
    display: block;
    background: #313c50;
    width: 110px;
    color: #fff;
    font-size: 15px;
    font-family: 'Lora', cursive;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.article-list .article_box:hover .date {
    background: #71141D;
   
}
/****************fb******************/
#fb-root {
    margin-top: 20px;
}
/****************keyword_box******************/
.keyword_box {
    font-size: 14px;
    color: #71141D;
    padding: 0px 20px;
    height: 20px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}

.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 6px 0 0px;
    color:#71141D;
    float: left;
}

/*************article-detail******************/
.pic_box {
    display: inline-block;
    margin-bottom: 30px;
}
.article-detail .pic_box .pic{
    float: left;
}
.article-detail .date {
    display: block;
    border-width: 1px 0;
    background: #71141D;
    color: #fff;
    font-size: 15px;
    font-family: 'Lora', cursive;
    text-align: center;
    font-weight: normal;
    width: 110px;
    line-height: 30px;
}
.article-detail .title {
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin: 1px auto;
     color: #33342e;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
}
.keyword_box.detail{
    padding: 0px 0px;
    height: auto;
    display: inline-block;
}
.article-detail .share_box.second{
    margin: 30px 0 10px;
}
.article-detail .fb {
    width: 80px;
    overflow: hidden;
}

@media screen and (max-width: 850px) {

}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 580px) {
    .article-list .article_box {
        max-width: 320px;
        margin: 0px auto 5px;
        /* padding-bottom: 11px; */
    }
    .article-list .pic {
        float: none;
    }
    .article-list .txt {
        padding: 20px 20px 0px 20px;
    }
    .article-list {
        margin: 0 -6px;
    }
    .article-list .item {
        width: 100%;
    }
    .article-list .item:nth-child(n) {
        clear: none;
    }

}
@media screen and (max-width: 480px) {


}