<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 -10px;
}
.article-list .item {
    width: 33.33%;
    padding: 0 10px;
    margin: 0px 0 35px 0;
    border-bottom: 1px dashed #bbb;
}
.article-list .item:nth-child(3n+1) {
    clear: left;
}

.keyword_box {
    font-size: 14px;
    color:#293378;
    vertical-align: middle;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	min-height: 27px;
}
.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:before{
    color: #293378;
}
.keyword .icon-ic-keyword{
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border: 1px solid transparent;
    margin: 3px 3px 0 0px;
    color:#293378;
    float: left;
}
.article-list .box {
    max-width: 1146px;
    margin: 0 auto ;
    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 .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.article-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px;
    border: solid 1px #eaeeea;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.article-list .box:hover .pic {
    border-color: #999999;
}
.article-list .pic:before {
    content: "";
    background: url(../../images/common/video/hover.png) 50% 60% no-repeat  rgba(68, 68, 68, 0.75);
    background-size: 60% auto;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    margin: auto;
    -webkit-transform: translate(0,80px);
    transform: translate(0,80px);
}
.article-list .box:hover .pic:before {
    background-position: 50% 50%;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}

.article-list .name {
    color: #444;
	font-weight:bold;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 56px;
    line-height: 30px;
    margin: 15px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.article-list .box:hover .name {
    color:#0e214d;
}
.article-list .pic  img{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.article-list .box:hover .pic img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.article-list .date{
    display: block;
    width: 85px;
    font-size: 13px;
    padding: 0px 11px;
    line-height: 26px;
    color: #fff;
    background: #444444;
    border-radius: 24px;
    font-family:  'Poppins', serif;
text-align: center;
}
.article_title.date{
    display: block;
    width: 120px;
    font-size: 14px;
    padding: 0px 11px;
    color: #fff;
    background:#444444;
    line-height: 26px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1.5px;
    border-radius: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    text-align: center;
    font-family:  'Poppins', serif;
}
.article_title.name {
    color:  #3c3d3d;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0px 0 20px 0;
}
.article-list .description {
    color: #888;
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;

}


.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: #999999;
    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;
}
.article-editor .pic{
    margin-bottom: 20px;
}
@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: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 400px) {
    .fb {
        overflow: hidden;
    }
}</pre></body></html>