<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-list {
    margin: 0 -6px;
}
.article-list .item {
    width: 100%;
    padding: 0 6px;
}
.article-list .article_box{
    background: #f1f1f1;
    margin: 0 auto 40px;
    min-height: 240px;
}
.article-list .box {
}
.article-list .article_box:hover {
    background: #f9f9f9;
}
.article-list .pic {
    position: relative;
    overflow: hidden;
    float: left;
}
/*.article-list .article_box:hover .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../images/common/news/hover.png) 100% 100% / 24% auto no-repeat;
}*/
.article-list .txt {
    position: relative;
    padding: 30px 20px 10px 340px;
}
.article-list .name {
    color: #202020;
    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 {
    
}
.article-list .description {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 66px;
    margin: 8px 0;
}
.article-list .date {
    display: block;
    /* border: 1px solid #ccc; */
    border-width: 1px 0;
    color: #0e57da;
    font-size: 14px;
    text-align: left;
    font-weight:bold;
    line-height: 30px;
    margin-bottom: 10px;
    font-family:'Century Gothic';
}
.article-list .article_box:hover .date {
   
}
/****************fb******************/
#fb-root {
    margin-top: 20px;
}
/****************keyword_box******************/
.keyword_box {
    font-size: 14px;
    color: #0e57da;
    padding: 0px 20px;
    height: 20px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.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: #0e57da;
    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;
    color: #0e57da;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    width: 100%;
    font-weight:bold;
     font-family:'Century Gothic';
}
.article-detail .title {
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    margin: 1px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
}
.keyword_box.detail{
    padding: 0px 0px;
    height: auto;
    display: inline-block;
}
.article-detail .share_box.second{
    margin: 30px 0 10px;
}
.article-detail .fb {
    /*width: 90px;*/
    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: 0 auto 40px;
        background: #fff;
        padding-bottom: 20px;
    }
    .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) {


}</pre></body></html>