/*------------ article ------------*/
.article-list {
    margin: 0px -10px 0 -10px
}

.article-list .item {
    width: 25%;
    padding: 0 10px;
    margin: 0px 0 50px 0;
    position: relative;
}

.article-list .item:nth-child(4n+1) {
    clear: 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: #545454;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 23px;
    line-height: 23px;
    margin: 10px 0 6px;
}
.article-list a:hover .name {
    /* text-decoration: underline; */
    color: #0D45A4;
}


.article-list a .pic:before,
.article-list a .pic:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.article-list .item .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
}

.article-list a .pic:after {
    content: "MORE";
    font-size: 13px;
    display: block;
    color: #555;
    position: absolute;
    z-index: 15;
    width: 100%;
    top: 0%;
    margin: -11px 0 0 0;
    text-align: center;
    font-family: "Arial";
    font-weight: bold;
}

.article-list .item a:hover .pic:before,
.article-list .item a:hover .pic:after {
    opacity: 1;
    transition: all .2s ease-in-out;
}

.article-list .item a:hover .pic:after {
    top: 50%;
}

.article-list .date,
.article-date{
    display: block;
    width: 140px;
    font-size: 13px;
    padding: 0;
    color: #fff;
    line-height: 26px;
    margin-top: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2fc0d0+0,ffffff+100 */
background: rgb(47,192,208); /* Old browsers */
background: -moz-linear-gradient(left, rgba(47,192,208,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(47,192,208,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(47,192,208,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fc0d0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    font-family: "Arial";
    padding: 0px 10px;
    border-radius: 20px;
}
.article_title.date{
    display: block;
    width: 82px;
    font-size: 14px;
    padding: 0px 3px;
    color: #b5c356;
    line-height: 26px;
}

.article_title.name {
    color: #444;
    font-size: 24px;
    line-height: 36px;
    margin: 0px 0 20px 0;
}
.article-list .description {
    color: #959595;
    font-size: 14px;
    margin: 6px 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

.keyword_box {
    font-size: 13px;
    color: #3FBCB9;
    vertical-align: middle;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}
.keyword_box.detail{
    min-height: 0px;
}
.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: #3FBCB9;
    float: left;
}

/*------------ detail-main ------------*/

.article-title {
    /* border-top: 1px solid #E6E4E3; */
    border-bottom: 1px solid #E6E4E3;
    color: #545454;
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
    padding: 12px 5px 12px 40px;
    background: url(../../images/common/article/tit.png) no-repeat center left 12px;
}

.article-date {
        display: block;
    width: 140px;
    font-size: 13px;
    padding: 0;
    color: #fff;
    line-height: 26px;
    margin-bottom: 10px;
    
    font-family: "Arial";
    padding: 0px 10px;
}

.article-detail{
    position: relative;
    margin-top: 0px;
}
.pic_box {
    display: inline-block;
}

#fb-root {
    margin-top: 20px;
}

.keyword_box.detail {
    min-height: auto;
    display: inline-block;
}
/*------------ rwd ------------*/

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

    .article-list {
        max-width: 960px;
        margin: 0px -10px;
    }

    .article-list .item {
        width: calc((100% / 2) - 0.1px);
    }

    .article-list .item:nth-child(4n+1) {
        clear: none;
    }

    .article-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1024px) {
    .article-list {
        max-width: 960px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {

    .article-list {
        max-width: 498px;
    }

    .article-list .item {
        width: 100%;
        margin: 0px 0 20px 0
    }

    .article-list .item:nth-child(2n+1) {
        clear: none;
    }


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

    .article-title {
        padding: 17px 0px 17px 0px;
        background: none;
    }
}

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

@media screen and (max-width: 450px){
    .article-list .item {
        margin: 0;
    }
}
